diff --git a/src/MachineLearning/MachineLearning.sln b/src/MachineLearning/MachineLearning.sln index 332c4c833484..c03ae7e26c32 100644 --- a/src/MachineLearning/MachineLearning.sln +++ b/src/MachineLearning/MachineLearning.sln @@ -11,10 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MachineLearning.Test", "Mac EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MachineLearningCompute", "MachineLearningCompute\MachineLearningCompute.csproj", "{FBC1BE5E-090F-49E1-8D88-DD4728542682}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MachineLearningCompute.Test", "MachineLearningCompute.Test\MachineLearningCompute.Test.csproj", "{B612F0B1-574F-4B17-A1E6-29C7C70F7F3B}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3E016018-D65D-4336-9F64-17DA97783AD0}" diff --git a/src/MachineLearning/MachineLearningCompute.Test/MachineLearningCompute.Test.csproj b/src/MachineLearning/MachineLearningCompute.Test/MachineLearningCompute.Test.csproj deleted file mode 100644 index 67beba704f4a..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/MachineLearningCompute.Test.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - MachineLearningCompute - - - - - - $(LegacyAssemblyPrefix)$(PsModuleName)$(AzTestAssemblySuffix) - - - - - - - \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute.Test/Properties/AssemblyInfo.cs b/src/MachineLearning/MachineLearningCompute.Test/Properties/AssemblyInfo.cs deleted file mode 100644 index cdb082c7f496..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using Xunit; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Commands.MachineLearningCompute.Test")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("Commands.MachineLearningCompute.Test")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1e76d6b5-3d62-41dc-a138-50fcc9e06766")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: - -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] -[assembly: CollectionBehavior(DisableTestParallelization = true)] diff --git a/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/MLCTests.cs b/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/MLCTests.cs deleted file mode 100644 index 7844483a239b..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/MLCTests.cs +++ /dev/null @@ -1,56 +0,0 @@ -using Microsoft.Azure.ServiceManagement.Common.Models; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using Microsoft.WindowsAzure.Commands.Test.Utilities.Common; -using Xunit; -using Xunit.Abstractions; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests -{ - public class MLCTests : RMTestBase - { - private readonly XunitTracingInterceptor interceptor; - - public MLCTests(ITestOutputHelper output) - { - this.interceptor = new XunitTracingInterceptor(output); - XunitTracingInterceptor.AddToContext(interceptor); - } - - [Fact(Skip = "Need service team to re-record test after changes to the ClientRuntime.")] - [Trait(Category.AcceptanceType, Category.CheckIn)] - [Trait("Re-record", "ClientRuntime changes")] - public void TestNewGetRemove() - { - TestController.NewInstance.RunPsTest(this.interceptor, "Test-NewGetRemove"); - } - - [Fact(Skip = "Need service team to adjust it because MachineLearningCompute related cmdlets are removed. Issue #10559")] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void TestGetKeys() - { - TestController.NewInstance.RunPsTest(this.interceptor, "Test-GetKeys"); - } - - [Fact(Skip = "Need service team to re-record test after changes to the ClientRuntime.")] - [Trait(Category.AcceptanceType, Category.CheckIn)] - [Trait("Re-record", "ClientRuntime changes")] - public void TestUpdateSystemServices() - { - TestController.NewInstance.RunPsTest(this.interceptor, "Test-UpdateSystemServices"); - } - - [Fact(Skip = "Need service team to adjust it because MachineLearningCompute related cmdlets are removed. Issue #10559")] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void TestSet() - { - TestController.NewInstance.RunPsTest(this.interceptor, "Test-Set"); - } - - [Fact(Skip = "Need service team to adjust it because MachineLearningCompute related cmdlets are removed. Issue #10559")] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void TestRemoveIncludeAllResources() - { - TestController.NewInstance.RunPsTest(this.interceptor, "Test-RemoveIncludeAllResources"); - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/MLCTests.ps1 b/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/MLCTests.ps1 deleted file mode 100644 index ea3b4a5be509..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/MLCTests.ps1 +++ /dev/null @@ -1,328 +0,0 @@ -# ---------------------------------------------------------------------------------- -# -# 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. -# ---------------------------------------------------------------------------------- - -<# -.SYNOPSIS -Creates an operationalization cluster for use in tests. -#> -function GetDefaultClusterProperties -{ - $orchestratorType = "Kubernetes" - $location = "East US 2" - $clusterType = "ACS" - $description = "Deployed from powershell" - - $containerServiceProps = New-Object Microsoft.Azure.Management.MachineLearningCompute.Models.AcsClusterProperties($orchestratorType) - $cluster = New-Object Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster ` - -Property @{Location = $location; ClusterType = $clusterType; ContainerService = $containerServiceProps; Description = $description} - - $psCluster = New-Object Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster($cluster) - - return $psCluster -} - -<# -.SYNOPSIS -Creates a local operationalization cluster for use in tests. -#> -function GetDefaultLocalClusterProperties -{ - $location = "East US 2" - $clusterType = "Local" - $description = "Deployed from powershell" - - $cluster = New-Object Microsoft.Azure.Management.MachineLearningCompute.Models.OperationalizationCluster ` - -Property @{Location = $location; ClusterType = $clusterType; Description = $description} - - $psCluster = New-Object Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster($cluster) - - return $psCluster -} - -<# -.SYNOPSIS -Creates a resource group for the test to be run in. -#> -function SetupTest([String] $ResourceGroupName, [String] $Location = "East US 2") -{ - Write-Debug "Create resource group" - Write-Debug " Resource Group Name : $resourceGroupName" - New-AzResourceGroup -Name $ResourceGroupName -Location $Location -Force -} - -<# -.SYNOPSIS -Deletes all resources created by the tests. -#> -function TeardownTest([String] $ResourceGroupName, [String] $ManagedByResourceGroupName) -{ - if (!$ManagedByResourceGroupName) - { - $ManagedByResourceGroupName = GetManagedByResourceGroupName -ResourceGroupName $ResourceGroupName - } - - Write-Debug "Delete resource group" - Write-Debug " Resource Group Name : $ResourceGroupName" - Remove-AzResourceGroup -Name $ResourceGroupName -Force - - Write-Debug "Deleting managed by resource group: $ManagedByResourceGroupName" - Remove-AzResourceGroup -Name $ManagedByResourceGroupName -Force -} - -<# -.SYNOPSIS -Deletes all resources created by the tests. -#> -function GetUniqueName([String] $prefix) -{ - $suffix = getAssetName - return "$prefix-$suffix" -} - -<# -.SYNOPSIS -Gets the managed by resource group name -#> -function GetManagedByResourceGroupName([String] $ResourceGroupName) -{ - $cluster = Get-AzMlOpCluster -ResourceGroupName $ResourceGroupName - $success = $cluster.StorageAccount.ResourceId -match "$ResourceGroupName-azureml-\w{5}" - $managedByResourceGroupName = $matches[0] - return $managedByResourceGroupName -} - -<# -.SYNOPSIS -Tests creating, getting, and removing an operationalization cluster. -#> -function Test-NewGetRemove -{ - # Setup - $resourceGroupName = GetUniqueName("mlcrp-cmdlet-test-new") - $clusterName = GetUniqueName("mlcrp-cmdlet-test-new") - - SetupTest $resourceGroupName - - # Create the cluster - $result = New-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -Location "East US 2" ` - -ClusterType "ACS" -Description "Powershell test cluster" -OrchestratorType "Kubernetes" ` - -ClientId "00000000-0000-0000-0000-000000000000" -Secret "abcde" ` - -MasterCount 1 -AgentCount 2 -AgentVmSize Standard_D3_v2 - - Assert-True { $result.ProvisioningState -eq "Succeeded" } - - # Get the cluster - $result = Get-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName - - Assert-True { $result.ProvisioningState -eq "Succeeded" } - - # Get the cluster by resource group name - $result = Get-AzMlOpCluster -ResourceGroupName $resourceGroupName - - Assert-NotNull { $result } - $clusterExists = $False - - Foreach ($c in $result) - { - If ($c.Name -eq $clusterName) - { - $clusterExists = $True - } - } - - Assert-True { $clusterExists } - - # Get the cluster by listing the clusters in the subscription - $result = Get-AzMlOpCluster - - $clusterExists = $False - - Foreach ($c in $result) - { - If ($c.Name -eq $clusterName) - { - $clusterExists = $True - } - } - - Assert-True { $clusterExists } - - # Get the managed by resource group name before deleting - $managedByResourceGroupName = GetManagedByResourceGroupName -ResourceGroupName $resourceGroupName - - # Remove the cluster - Get-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName | Remove-AzMlOpCluster - - Assert-ThrowsContains { Get-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName } "NotFound" - - # Cleanup - TeardownTest -ResourceGroupName $resourceGroupName -ManagedByResourceGroupName $managedByResourceGroupName -} - -<# -.SYNOPSIS -Tests getting the access keys of an operationalization cluster. -#> -function Test-GetKeys -{ - # Setup - $resourceGroupName = GetUniqueName("mlcrp-cmdlet-test-keys") - $clusterName = GetUniqueName("mlcrp-cmdlet-test-keys") - - SetupTest $resourceGroupName - - # Create the cluster - $cluster = GetDefaultClusterProperties - $result = New-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -Cluster $cluster - - Assert-True { $result.ProvisioningState -eq "Succeeded" } - - # Get the keys - $keys = Get-AzMlOpClusterKey -ResourceGroupName $resourceGroupName -Name $clusterName - - Assert-NotNull { $keys.StorageAccount.ResourceId } - Assert-NotNull { $keys.StorageAccount.PrimaryKey } - Assert-NotNull { $keys.StorageAccount.SecondaryKey } - - Assert-NotNull { $keys.ContainerRegistry.LoginServer } - Assert-NotNull { $keys.ContainerRegistry.Password } - Assert-NotNull { $keys.ContainerRegistry.Password2 } - Assert-NotNull { $keys.ContainerRegistry.Username } - - Assert-NotNull { $keys.ContainerService.AcsKubeConfig } - Assert-NotNull { $keys.ContainerService.ImagePullSecretName } - - Assert-NotNull { $keys.AppInsights.AppId } - Assert-NotNull { $keys.AppInsights.InstrumentationKey } - - # Get the keys - pipelining - $keys = Get-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName | Get-AzMlOpClusterKey - - Assert-NotNull { $keys.StorageAccount.ResourceId } - Assert-NotNull { $keys.StorageAccount.PrimaryKey } - Assert-NotNull { $keys.StorageAccount.SecondaryKey } - - Assert-NotNull { $keys.ContainerRegistry.LoginServer } - Assert-NotNull { $keys.ContainerRegistry.Password } - Assert-NotNull { $keys.ContainerRegistry.Password2 } - Assert-NotNull { $keys.ContainerRegistry.Username } - - Assert-NotNull { $keys.ContainerService.AcsKubeConfig } - Assert-NotNull { $keys.ContainerService.ImagePullSecretName } - - Assert-NotNull { $keys.AppInsights.AppId } - Assert-NotNull { $keys.AppInsights.InstrumentationKey } - - # Cleanup - TeardownTest -ResourceGroupName $resourceGroupName -} - -<# -.SYNOPSIS -Tests checking if there is an update available for a operationalization cluster's system services. -#> -function Test-UpdateSystemServices -{ - # Setup - $resourceGroupName = GetUniqueName("mlcrp-cmdlet-test-system-update") - $clusterName = GetUniqueName("mlcrp-cmdlet-test-system-update") - - SetupTest $resourceGroupName - - # Create the cluster - $cluster = GetDefaultClusterProperties - $result = New-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -Cluster $cluster - - # Test for updates - $updateAvailability = Test-AzMlOpClusterSystemServicesUpdateAvailability -ResourceGroupName $resourceGroupName -Name $clusterName - Assert-NotNull { $updateAvailability } - - # Test for updates - pipelining - $updateAvailability = Get-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName | Test-AzMlOpClusterSystemServicesUpdateAvailability - Assert-NotNull { $updateAvailability } - - # Update the cluster - $updateResult = Update-AzMlOpClusterSystemService -ResourceGroupName $resourceGroupName -Name $clusterName - Assert-True { $updateResult.UpdateStatus -eq "Succeeded" } - Assert-NotNull { $updateResult.UpdateStartedOn } - Assert-NotNull { $updateResult.UpdateCompletedOn } - - $updateAvailability = Test-AzMlOpClusterSystemServicesUpdateAvailability -ResourceGroupName $resourceGroupName -Name $clusterName - Assert-True { $updateAvailability.UpdatesAvailable -eq "No" } - - # Cleanup - TeardownTest -ResourceGroupName $resourceGroupName -} - -<# -.SYNOPSIS -Tests setting the properties of an operationalization cluster. -#> -function Test-Set -{ - # Setup - $resourceGroupName = GetUniqueName("mlcrp-cmdlet-test-set") - $clusterName = GetUniqueName("mlcrp-cmdlet-test-set") - - SetupTest $resourceGroupName - - # Create the cluster - $cluster = GetDefaultClusterProperties - $createdCluster = New-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -Cluster $cluster - - # Update the cluster - $newAgentCount = $createdCluster.ContainerService.AgentCount + 1 - $updatedCluster = Set-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -AgentCount $newAgentCount - Assert-True { $updatedCluster.ProvisioningState -eq "Succeeded" } - Assert-True { $updatedCluster.ContainerService.AgentCount -eq $newAgentCount } - - # Update the cluster with input object - $newAgentCount = $newAgentCount - 1 - $updatedCluster.ContainerService.AgentCount = $newAgentCount - $updatedCluster = Set-AzMlOpCluster -InputObject $updatedCluster - Assert-True { $updatedCluster.ProvisioningState -eq "Succeeded" } - Assert-True { $updatedCluster.ContainerService.AgentCount -eq $newAgentCount } - - # Update the cluster with resource id - $newAgentCount = $newAgentCount + 1 - $updatedCluster = Set-AzMlOpCluster -ResourceId $updatedCluster.Id -AgentCount $newAgentCount - Assert-True { $updatedCluster.ProvisioningState -eq "Succeeded" } - Assert-True { $updatedCluster.ContainerService.AgentCount -eq $newAgentCount } - - # Cleanup - TeardownTest -ResourceGroupName $resourceGroupName -} - -function Test-RemoveIncludeAllResources -{ - $resourceGroupName = GetUniqueName("mlcrp-cmdlet-test-remove-all") - $clusterName = GetUniqueName("mlcrp-cmdlet-test-remove-all") - - SetupTest $resourceGroupName - - # Create the cluster - $cluster = GetDefaultLocalClusterProperties - $createdCluster = New-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -Cluster $cluster - - # Get the managed by resource group name before deleting - $managedByResourceGroupName = GetManagedByResourceGroupName -ResourceGroupName $resourceGroupName - - # Delete the cluster - Remove-AzMlOpCluster -ResourceGroupName $resourceGroupName -Name $clusterName -IncludeAllResources - - Assert-Throws ( Get-AzResourceGroup -ResourceGroupName $managedByResourceGroupName ) - - # Cleanup - Remove-AzResourceGroup -ResourceGroupName $resourceGroupName -Force -} diff --git a/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/TestController.cs b/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/TestController.cs deleted file mode 100644 index 46b7ed08caad..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/ScenarioTests/TestController.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.IO; -using Microsoft.Azure.Commands.Common.Authentication; -using Microsoft.Azure.Management.MachineLearningCompute; -using Microsoft.Azure.ServiceManagement.Common.Models; -using Microsoft.Azure.Test.HttpRecorder; -using Microsoft.Rest.ClientRuntime.Azure.TestFramework; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using TestEnvironmentFactory = Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestEnvironmentFactory; -using NewResourceManagementClient = Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests -{ - public class TestController - { - private readonly EnvironmentSetupHelper _helper; - public MachineLearningComputeManagementClient MachineLearningComputeManagementClient { get; private set; } - public NewResourceManagementClient NewResourceManagementClient { get; private set; } - - public static TestController NewInstance => new TestController(); - - public TestController() - { - _helper = new EnvironmentSetupHelper(); - } - - public void RunPsTest(XunitTracingInterceptor logger, params string[] scripts) - { - var sf = new StackTrace().GetFrame(1); - var callingClassType = sf.GetMethod().ReflectedType?.ToString(); - var mockName = sf.GetMethod().Name; - _helper.TracingInterceptor = logger; - - RunPsTestWorkflow( - () => scripts, - // no custom cleanup - null, - callingClassType, - mockName); - } - - public void RunPsTestWorkflow( - Func scriptBuilder, - Action cleanup, - string callingClassType, - string mockName) - { - var providers = new Dictionary - { - { "Microsoft.Resources", null }, - { "Microsoft.Features", null }, - { "Microsoft.Authorization", null } - }; - var providersToIgnore = new Dictionary - { - { "Microsoft.Azure.Management.Resources.ResourceManagementClient", "2016-02-01" } - }; - HttpMockServer.Matcher = new PermissiveRecordMatcherWithApiExclusion(true, providers, providersToIgnore); - HttpMockServer.RecordsDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "SessionRecords"); - - using (var context = MockContext.Start(callingClassType, mockName)) - { - SetupManagementClients(context); - _helper.SetupEnvironment(AzureModule.AzureResourceManager); - - var callingClassName = callingClassType.Split(new[] { "." }, StringSplitOptions.RemoveEmptyEntries).Last(); - - _helper.SetupModules(AzureModule.AzureResourceManager, - "ScenarioTests\\" + callingClassName + ".ps1", - _helper.RMProfileModule, - _helper.GetRMModulePath(@"AzureRM.MachineLearning.psd1"), - "AzureRM.Resources.ps1"); - - try - { - var psScripts = scriptBuilder?.Invoke(); - if (psScripts != null) - { - _helper.RunPowerShellTest(psScripts); - } - } - finally - { - cleanup?.Invoke(); - } - } - } - - private void SetupManagementClients(MockContext context) - { - NewResourceManagementClient = context.GetServiceClient(TestEnvironmentFactory.GetTestEnvironment()); - MachineLearningComputeManagementClient = context.GetServiceClient(); - - _helper.SetupManagementClients( - NewResourceManagementClient, - MachineLearningComputeManagementClient); - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestGetKeys.json b/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestGetKeys.json deleted file mode 100644 index 1b1431758380..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestGetKeys.json +++ /dev/null @@ -1,1420 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-keys-ps671\",\r\n \"name\": \"mlcrp-cmdlet-test-keys-ps671\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "210" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "44ec752c-c090-4650-bb9e-dab9dd11c133" - ], - "x-ms-correlation-request-id": [ - "44ec752c-c090-4650-bb9e-dab9dd11c133" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224830Z:44ec752c-c090-4650-bb9e-dab9dd11c133" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:48:29 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHMyMTQ/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Deployed from powershell\",\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"orchestratorType\": \"Kubernetes\"\r\n }\r\n },\r\n \"location\": \"East US 2 EUAP\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "210" - ], - "x-ms-client-request-id": [ - "ee88a504-ada9-4c25-b92c-fefc19fbd632" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214\",\r\n \"name\": \"mlcrp-cmdlet-test-keys-ps214\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:47:50.341Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Creating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Storage/storageAccounts/mlcrpstg6eb440019174\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.ContainerRegistry/registries/mlcrpacr5150299350f5\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-keys-ps214-aae06225\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": null\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Insights/components/mlcrpai6e950008a327\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1425" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "ee88a504ada94c25b92cfefc19fbd632" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3e79aba-aaf9-47b6-9fb8-e04e40ed49eb" - ], - "x-ms-correlation-request-id": [ - "c3e79aba-aaf9-47b6-9fb8-e04e40ed49eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224835Z:c3e79aba-aaf9-47b6-9fb8-e04e40ed49eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:48:34 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9jMzJkNTg4Ni02MDcxLTRkNWMtYmEzNi00YjgxZjU5MWY5YTI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"name\": \"c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:47:50.527Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "34010723c13c4af2b196cd37efdf709c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfb30b24-482b-4dd2-9265-b81e89352ec1" - ], - "x-ms-correlation-request-id": [ - "bfb30b24-482b-4dd2-9265-b81e89352ec1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224835Z:bfb30b24-482b-4dd2-9265-b81e89352ec1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:48:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9jMzJkNTg4Ni02MDcxLTRkNWMtYmEzNi00YjgxZjU5MWY5YTI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"name\": \"c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:47:50.527Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "2a8615bd8b32427eb1f982c594f6a601" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e17a9a60-6ff1-4d2a-b461-d0376f5f7fdc" - ], - "x-ms-correlation-request-id": [ - "e17a9a60-6ff1-4d2a-b461-d0376f5f7fdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224835Z:e17a9a60-6ff1-4d2a-b461-d0376f5f7fdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:48:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9jMzJkNTg4Ni02MDcxLTRkNWMtYmEzNi00YjgxZjU5MWY5YTI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"name\": \"c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:47:50.527Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "0aa9284a82c142258d0c4c30a557d865" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94fea845-0411-436b-b996-f09166fb4f3c" - ], - "x-ms-correlation-request-id": [ - "94fea845-0411-436b-b996-f09166fb4f3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230415Z:94fea845-0411-436b-b996-f09166fb4f3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9jMzJkNTg4Ni02MDcxLTRkNWMtYmEzNi00YjgxZjU5MWY5YTI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"name\": \"c32d5886-6071-4d5c-ba36-4b81f591f9a2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-01T22:47:50.527Z\",\r\n \"endTime\": \"2017-12-01T23:03:31.703Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "300" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "bf9daefd830447b9b4ec02e3866edd05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e799633-0f79-47ab-9364-3943f183e5d4" - ], - "x-ms-correlation-request-id": [ - "8e799633-0f79-47ab-9364-3943f183e5d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230415Z:8e799633-0f79-47ab-9364-3943f183e5d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHMyMTQ/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214\",\r\n \"name\": \"mlcrp-cmdlet-test-keys-ps214\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:47:50.341Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Storage/storageAccounts/mlcrpstg6eb440019174\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.ContainerRegistry/registries/mlcrpacr5150299350f5\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-keys-ps214-aae06225.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"52.184.162.249\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Insights/components/mlcrpai6e950008a327\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1678" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "0c6085b8b0424c039ea146cd8edacd49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abc233fc-d493-41bf-b657-b6b161c74d4c" - ], - "x-ms-correlation-request-id": [ - "abc233fc-d493-41bf-b657-b6b161c74d4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230416Z:abc233fc-d493-41bf-b657-b6b161c74d4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHMyMTQ/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "85ffa62a-f7ff-46da-b211-4c3c06247867" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214\",\r\n \"name\": \"mlcrp-cmdlet-test-keys-ps214\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:47:50.341Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Storage/storageAccounts/mlcrpstg6eb440019174\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.ContainerRegistry/registries/mlcrpacr5150299350f5\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-keys-ps214-aae06225.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"52.184.162.249\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Insights/components/mlcrpai6e950008a327\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1678" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "85ffa62af7ff46dab2114c3c06247867" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f15a0fa1-e7a7-4042-a3f1-b0e255bcbcb4" - ], - "x-ms-correlation-request-id": [ - "f15a0fa1-e7a7-4042-a3f1-b0e255bcbcb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230439Z:f15a0fa1-e7a7-4042-a3f1-b0e255bcbcb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214/listKeys?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHMyMTQvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1016a349-d2cc-46b4-a3e8-2f9fa9452e54" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Storage/storageAccounts/mlcrpstg6eb440019174\",\r\n \"primaryKey\": \"6fdXtC13b2Jk21Xj9eBdHt21tDdf6acl8DzWrlJFvn+YRZtN6hXP7O9Dj88f7tGL5mqKdrZ1qMsKIonGR9T+FA==\",\r\n \"secondaryKey\": \"kwc359v95EGqIY0738OYwLMW3BrsWOIXHCpQ6eenjpohKHBiu5bw05C4qfU2mvfMQvKNmNVBo9kl6swh7h0pog==\"\r\n },\r\n \"containerRegistry\": {\r\n \"loginServer\": \"mlcrpacr5150299350f5.azurecr.io\",\r\n \"password\": \"n3awTZzb7uJIDF/6M4QUcrvY9aGmVJsu\",\r\n \"password2\": \"OVdM4kDWExAj8gC8jVVkEngtUWLKsO=p\",\r\n \"username\": \"mlcrpacr5150299350f5\"\r\n },\r\n \"containerService\": {\r\n \"acsKubeConfig\": \"\\n---\\napiVersion: v1\\nclusters:\\n- cluster:\\n certificate-authority-data: \\\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tDQpNSUlETURDQ0FoaWdBd0lCQWdJSVlNS245NlE1VnRNd0RRWUpLb1pJaHZjTkFRRUxCUUF3RXpFUk1BOEdBMVVFQXd3SVlXTnphemh6DQpZMkV3SGhjTk1UY3hNakF4TURBd01EQXdXaGNOTVRreE1qQXhNREF3TURBd1dqQVRNUkV3RHdZRFZRUUREQWhoWTNOck9ITmpZVENDDQpBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUttQUJlUTRmYnBvVitiSWNOZThOdUJYMURsanZiZXg5N2JTDQpDdnpHOEhLVTFweHRwaGNYNVhHdTU5cjdSM3hqcWYvVlQ4MG1VUjV5WVpFY3FkSlZobzJicjR5K29NTHJRNGw5YjI1QUZFTUZ2UFcyDQpPMUVhSWZsNjh0UiswUUl2REZuTW1Cenh6YldzeFdPdFNqVVVHMUZpcmFvSkhWcmE0SEY1cktJam9XYXkwNHpkRlZMOFhQcVZkbzJsDQpyZXN5QXNyWjdvZ0t4c3pKQU14YUdwZUkvTnpYQjg5VzdnTjBSY05rSnp4c1BYWHZTMlVZbDFwOWJhZnlZMmtxT1VPU1dwdStraVJCDQpDR2IxN29YczF2ZjlsWUd6YzZqTy8rWEdlZ2NpbzhCaHBjeWh6b2lzYXdHS0RRejJCZ3RNTjBETGxXSG85eStoU1QvaS84OTlFMCtUDQozRDBDQXdFQUFhT0JoekNCaERCQ0JnTlZIU01FT3pBNWdCUU9GSGQrdm5Ub25uaWJTZnpoRFRQMnBmSUN0NkVYcEJVd0V6RVJNQThHDQpBMVVFQXd3SVlXTnphemh6WTJHQ0NHRENwL2VrT1ZiVE1CMEdBMVVkRGdRV0JCUU9GSGQrdm5Ub25uaWJTZnpoRFRQMnBmSUN0ekFQDQpCZ05WSFJNQkFmOEVCVEFEQVFIL01BNEdBMVVkRHdFQi93UUVBd0lDcERBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQVFFQVF1YjlBeUNXDQp5a2MrcytOMTlSM0hBdU8ydWlwY0FpUW1Wakk1cmVqRWUwY2RjQ3E0VEpRclJIZDhWL005Y0RyY2pJM0tJSzBHa2FGTkxEbzF5NXkzDQpJNXcxYkxGcW5kd0tjUms2bk85ejZiRTJFWHYybGs4cW8zeFVYdlMwSXpIQjJBZmN4YkVmS1JGM1JqYzc4TVJhNFN0QWhtbUxnMDZvDQpvWWJwUDRBR0l3amtGNTB5K1RqYWNES29MbmllZXRxZVdSNk9GZTNOZjZyNVM1MmRzUjl0ZkVmMFpLWmxPOFVEMENpNnVpejFwbHBZDQo4T1BLVWxkUTUrRnVoem84UnVpSnNJZkI3MFVabUJYQ1RsWWlIZlVuQmZ3NmZWQ0gzSDBBaGVQaWNEMXEvKzJCZVRzcXBUR0xNNEduDQpnaVdtV25qdXJJdFlzVk03YmZvRVh6OVJpTHpMS1E9PQ0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQ0K\\\"\\n server: https://mlcrp-cmdlet-test-keys-ps214-aae06225.eastus2.cloudapp.azure.com\\n name: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\ncontexts:\\n- context:\\n cluster: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\n user: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225-admin\\\"\\n name: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\ncurrent-context: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\nkind: Config\\nusers:\\n- name: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225-admin\\\"\\n user:\\n client-certificate-data: \\\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tDQpNSUlEUkRDQ0FpeWdBd0lCQWdJSVpJZ1VKT3h2V29Rd0RRWUpLb1pJaHZjTkFRRUxCUUF3RXpFUk1BOEdBMVVFQXd3SVlXTnphemh6DQpZMkV3SGhjTk1UY3hNakF4TURBd01EQXdXaGNOTVRreE1qQXhNREF3TURBd1dqQVZNUk13RVFZRFZRUUREQXByZFdKbFkyOXVabWxuDQpNSUlCSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQVE4QU1JSUJDZ0tDQVFFQWwrS2lmSjhOcDVSTUxObWNIWmpaWkFXRmkxT2h6N3hFDQpWY093N2tMRHlaeVZZeW1PSXllV0FvN2V1ejc5NnFDY09UdDdJRzF0cWlrK2hZTGM5MEVnMkpvRVc1Y3pXOUZkeFo4NSt5VHVRRlVuDQpoK051ZUpJR3NmamhEYUhic3JVU0Z3TjB5clQrNytxSE9aSGdjSjJlZDNjamUzRHhQTkhENVVUM29RamoxOCtQdDdQQUhkODdjRmcrDQpqOUZiQzR5elFmTUdOOUpjTHBxL0VkOG8rZFRuZUFIUlZmblNXSEowajh6U2JvLzJ5eEZscElJY1h0NHF6VVpkbmNKN0RIczFEMmxDDQo3SnBnRGVpRE9UQXI0TzlCR0xXSnplZnE4SnJuZGZqckxHVlZiVER6Ukt2ekZzaVdYZ0RBU2xuK0pNUm51ZFJEYkloSjhabDVmL281DQo4RUovb1FJREFRQUJvNEdaTUlHV01FSUdBMVVkSXdRN01EbUFGQTRVZDM2K2RPaWVlSnRKL09FTk0vYWw4Z0szb1Jla0ZUQVRNUkV3DQpEd1lEVlFRRERBaGhZM05yT0hOallZSUlZTUtuOTZRNVZ0TXdIUVlEVlIwT0JCWUVGRXBUSDhmcHR3eGdKY3dQTGVwQUU0NXNZdTloDQpNQXdHQTFVZEV3RUIvd1FDTUFBd0RnWURWUjBQQVFIL0JBUURBZ1dnTUJNR0ExVWRKUVFNTUFvR0NDc0dBUVVGQndNQ01BMEdDU3FHDQpTSWIzRFFFQkN3VUFBNElCQVFDR1FxNW9BVzh6OVNaOVh5NDg1S2hvL05IbDJ6MHFaeUw2WGU1Nnl2WFltalpPRFozbTZLa3UzcXZoDQpaSHVCNmtsRGl2d282NUczdUZabUdBWW11QWJBRnA3elg3TUxmcEFnYXJ3ak11ekM2ZXdSTFMzd0hRS0dUVDNETnpzS3VENTlPT0hNDQpRNG10N3Ywa1NScklad09zZUZ3R0lpaEFzMmZYTllQTWtLeGtMb0UrVURrMEFRcGNiZ1ZHcjRqbmFFZGtGTnJUNUo5YWd3SWNiOWNuDQp3eXNUejNFdTloenJWamFwa2pBNFpFV2Z2NkE4bEh6ZnZHbUNSOER3N2ZyYXVZYldENitrbFRrY01hUUxWSjdCSWlCRnpPZkJMclpFDQpEbjg3UG9UT1JEeFVraU9OdnlSRHh3QVFvUXBhd3BLVTl5NU5xWG00cmEwNE5kUWdKRTFPaDVkMg0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQ0K\\\"\\n client-key-data: \\\"LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQ0KTUlJRW93SUJBQUtDQVFFQWwrS2lmSjhOcDVSTUxObWNIWmpaWkFXRmkxT2h6N3hFVmNPdzdrTER5WnlWWXltTw0KSXllV0FvN2V1ejc5NnFDY09UdDdJRzF0cWlrK2hZTGM5MEVnMkpvRVc1Y3pXOUZkeFo4NSt5VHVRRlVuaCtOdQ0KZUpJR3NmamhEYUhic3JVU0Z3TjB5clQrNytxSE9aSGdjSjJlZDNjamUzRHhQTkhENVVUM29RamoxOCtQdDdQQQ0KSGQ4N2NGZytqOUZiQzR5elFmTUdOOUpjTHBxL0VkOG8rZFRuZUFIUlZmblNXSEowajh6U2JvLzJ5eEZscElJYw0KWHQ0cXpVWmRuY0o3REhzMUQybEM3SnBnRGVpRE9UQXI0TzlCR0xXSnplZnE4SnJuZGZqckxHVlZiVER6Ukt2eg0KRnNpV1hnREFTbG4rSk1SbnVkUkRiSWhKOFpsNWYvbzU4RUovb1FJREFRQUJBb0lCQUdaK1lJbmFSenVidmwvUg0KcFNEdjRWczJ3cXlIamowQjNkZEdUQ0lzV2JTMmZyVEErUkxPQnRQSkY1S2g2blVuVnVUa042MWxTc2kyTm1PZw0KTUg2RnE2V2ZJV3V4Tjg0eEZhZGpVSndpaXNoTTduVXJ5NE4vZnhjZ1RMYUhVQnRqUjBiU1pVRFpMT1Ezam5NUg0KOXJQb0dXU2l1QVgzN0VMUGh2TXpQQ3VtTlNLTyt1T0dMYkpHQlFRL3JjSytERVZzTTJoc2ZuRk5kV2NCaTJuYg0KeFU0L3kwNGI5S1l5YmJydVdWb2dqQ3ViRWlubG96STBvTHFxaFlGM1FnR1daS0lZS0wzR1g0YlpIMU1LUDB0SQ0KZGpmRUU1eG0wTXBEemtaZldiaWhjdWpLMkdSTEtaaDY0WU9jRHlmVmdJNDRidy9uc0FVdHlwQm1NZkZadVJUcA0KZUh0Ly9URUNnWUVBMFN6QlBIbUpOL1NwbWgxbDFPemRUVzFGRU5GQmhobE1wRVJqRFZxUG0rK0VhbElTQXFONw0KLzFlOWZjc1ZMbytHMWh0N08rNjJVcWZFS3dJZXN0ald1K3IwT0d0VGtjU3V4Qjc4dVhzaTBZVXp4Q21XcHZscw0KNUVaTTZNTEtYR3daZDhWOURybGwxcER0bThXWkVDS25uS0hKaURGMkRFQURrdDV2ZjcyTlF4MENnWUVBdWVMRg0KY3VlUGVDbDVldUJ3VzNlRkQ2S2IzcnZXZ21Pa2ErMWo4SXNkUUpIMVhjbVJWNG9tWVVIWDJlUU9QZWN0KzczNw0KV0tMa0gycGs0YTg3VjlxbjQ3RjE2RmJwZUQvWnZhNWE5bTJXbXd1eFdPY2twbGRwU1hjcWF0Wk9CS2xpdndYTw0KTVo5RW52cjk1WFFlQ0JodHpKYVFaQ1Z2VjdGZUZid2ROSUZUWTFVQ2dZQXVOYUxpeHo2bkcrZXo0amF5MlRqeQ0KZCtkQUZkcFIwNWo0MlJyQXduYmpUZ0NFdEdqQ0tIZW1LeTN6Y2ovVnIyTnNQVm4ySFlBdHRsNUIyaEFLRnBrcA0Kbm5naFZxUjVtV2U2YjlZSTY4ai9YRnZaUkE3Q0NHd2o2ZHZudDlDWXBsRGlBc0RqMWRWSGwzREdidHFuaytCUA0KVy9aM25lV2tReWdHOUJqUnNZQlppUUtCZ0VwcmpkMW84N21KOFViT29HMGVOcm1Cd3FHejFqZXhxTnhFMkdRdg0KYmZDeC91Z2prUHJaSm5COXFldGtNSWQ4REo3aStzUUx3d1VJMVlhOVh5YlhOYXdsR2kyQXprd0VWQ3BxcWFSTA0KVDZhWFVkTmtCdnBKdUs5ZTlDNTl5aEozdGo4QUZnTXIzbzgvc1hLeHdHeEJTNFJESzEvTTFQem8xK0FmeGhtRg0KUlZ0WkFvR0JBTXM3amVkSXk3TXJOdXFwb0ltSC9xRWRrZkREay9zMlFLSlRua09RcldwdDhJNEFENUgyZTJoWA0KVXV2cnNKd0NSdk9rdG94VUlOMlRCQXNsa01YbXBTOGdkcWtadTdrSHlzMDFCVWVudnpmN2l0TkxmL1hsTHhDcA0Kb3YwMTBkSGNCR0NPZS9ENmJ2WExQV1ptZ3pWem9TNzVONVJ2aDh3Mjdjb2I0QW05bVF2cw0KLS0tLS1FTkQgUlNBIFBSSVZBVEUgS0VZLS0tLS0NCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\\\"\\n\\n\",\r\n \"servicePrincipalConfiguration\": null,\r\n \"imagePullSecretName\": \"mlcrpacr5150299350f5acrkey\"\r\n },\r\n \"appInsights\": {\r\n \"appId\": \"mlcrpai6e950008a327\",\r\n \"instrumentationKey\": \"9790fed9-682b-4024-b48b-5dc3e7fd3ac8\"\r\n },\r\n \"serviceAuthConfiguration\": null,\r\n \"sslConfiguration\": null\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "7445" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-client-request-id": [ - "1016a349d2cc46b4a3e82f9fa9452e54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d834143a-8dad-43f2-a3c7-a799ca555830" - ], - "x-ms-correlation-request-id": [ - "d834143a-8dad-43f2-a3c7-a799ca555830" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230438Z:d834143a-8dad-43f2-a3c7-a799ca555830" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214/listKeys?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHMyMTQvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "627e995a-2a92-4d5b-8426-d577f5650090" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Storage/storageAccounts/mlcrpstg6eb440019174\",\r\n \"primaryKey\": \"6fdXtC13b2Jk21Xj9eBdHt21tDdf6acl8DzWrlJFvn+YRZtN6hXP7O9Dj88f7tGL5mqKdrZ1qMsKIonGR9T+FA==\",\r\n \"secondaryKey\": \"kwc359v95EGqIY0738OYwLMW3BrsWOIXHCpQ6eenjpohKHBiu5bw05C4qfU2mvfMQvKNmNVBo9kl6swh7h0pog==\"\r\n },\r\n \"containerRegistry\": {\r\n \"loginServer\": \"mlcrpacr5150299350f5.azurecr.io\",\r\n \"password\": \"n3awTZzb7uJIDF/6M4QUcrvY9aGmVJsu\",\r\n \"password2\": \"OVdM4kDWExAj8gC8jVVkEngtUWLKsO=p\",\r\n \"username\": \"mlcrpacr5150299350f5\"\r\n },\r\n \"containerService\": {\r\n \"acsKubeConfig\": \"\\n---\\napiVersion: v1\\nclusters:\\n- cluster:\\n certificate-authority-data: \\\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tDQpNSUlETURDQ0FoaWdBd0lCQWdJSVlNS245NlE1VnRNd0RRWUpLb1pJaHZjTkFRRUxCUUF3RXpFUk1BOEdBMVVFQXd3SVlXTnphemh6DQpZMkV3SGhjTk1UY3hNakF4TURBd01EQXdXaGNOTVRreE1qQXhNREF3TURBd1dqQVRNUkV3RHdZRFZRUUREQWhoWTNOck9ITmpZVENDDQpBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUttQUJlUTRmYnBvVitiSWNOZThOdUJYMURsanZiZXg5N2JTDQpDdnpHOEhLVTFweHRwaGNYNVhHdTU5cjdSM3hqcWYvVlQ4MG1VUjV5WVpFY3FkSlZobzJicjR5K29NTHJRNGw5YjI1QUZFTUZ2UFcyDQpPMUVhSWZsNjh0UiswUUl2REZuTW1Cenh6YldzeFdPdFNqVVVHMUZpcmFvSkhWcmE0SEY1cktJam9XYXkwNHpkRlZMOFhQcVZkbzJsDQpyZXN5QXNyWjdvZ0t4c3pKQU14YUdwZUkvTnpYQjg5VzdnTjBSY05rSnp4c1BYWHZTMlVZbDFwOWJhZnlZMmtxT1VPU1dwdStraVJCDQpDR2IxN29YczF2ZjlsWUd6YzZqTy8rWEdlZ2NpbzhCaHBjeWh6b2lzYXdHS0RRejJCZ3RNTjBETGxXSG85eStoU1QvaS84OTlFMCtUDQozRDBDQXdFQUFhT0JoekNCaERCQ0JnTlZIU01FT3pBNWdCUU9GSGQrdm5Ub25uaWJTZnpoRFRQMnBmSUN0NkVYcEJVd0V6RVJNQThHDQpBMVVFQXd3SVlXTnphemh6WTJHQ0NHRENwL2VrT1ZiVE1CMEdBMVVkRGdRV0JCUU9GSGQrdm5Ub25uaWJTZnpoRFRQMnBmSUN0ekFQDQpCZ05WSFJNQkFmOEVCVEFEQVFIL01BNEdBMVVkRHdFQi93UUVBd0lDcERBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQVFFQVF1YjlBeUNXDQp5a2MrcytOMTlSM0hBdU8ydWlwY0FpUW1Wakk1cmVqRWUwY2RjQ3E0VEpRclJIZDhWL005Y0RyY2pJM0tJSzBHa2FGTkxEbzF5NXkzDQpJNXcxYkxGcW5kd0tjUms2bk85ejZiRTJFWHYybGs4cW8zeFVYdlMwSXpIQjJBZmN4YkVmS1JGM1JqYzc4TVJhNFN0QWhtbUxnMDZvDQpvWWJwUDRBR0l3amtGNTB5K1RqYWNES29MbmllZXRxZVdSNk9GZTNOZjZyNVM1MmRzUjl0ZkVmMFpLWmxPOFVEMENpNnVpejFwbHBZDQo4T1BLVWxkUTUrRnVoem84UnVpSnNJZkI3MFVabUJYQ1RsWWlIZlVuQmZ3NmZWQ0gzSDBBaGVQaWNEMXEvKzJCZVRzcXBUR0xNNEduDQpnaVdtV25qdXJJdFlzVk03YmZvRVh6OVJpTHpMS1E9PQ0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQ0K\\\"\\n server: https://mlcrp-cmdlet-test-keys-ps214-aae06225.eastus2.cloudapp.azure.com\\n name: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\ncontexts:\\n- context:\\n cluster: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\n user: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225-admin\\\"\\n name: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\ncurrent-context: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225\\\"\\nkind: Config\\nusers:\\n- name: \\\"mlcrp-cmdlet-test-keys-ps214-aae06225-admin\\\"\\n user:\\n client-certificate-data: \\\"LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tDQpNSUlEUkRDQ0FpeWdBd0lCQWdJSVpJZ1VKT3h2V29Rd0RRWUpLb1pJaHZjTkFRRUxCUUF3RXpFUk1BOEdBMVVFQXd3SVlXTnphemh6DQpZMkV3SGhjTk1UY3hNakF4TURBd01EQXdXaGNOTVRreE1qQXhNREF3TURBd1dqQVZNUk13RVFZRFZRUUREQXByZFdKbFkyOXVabWxuDQpNSUlCSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQVE4QU1JSUJDZ0tDQVFFQWwrS2lmSjhOcDVSTUxObWNIWmpaWkFXRmkxT2h6N3hFDQpWY093N2tMRHlaeVZZeW1PSXllV0FvN2V1ejc5NnFDY09UdDdJRzF0cWlrK2hZTGM5MEVnMkpvRVc1Y3pXOUZkeFo4NSt5VHVRRlVuDQpoK051ZUpJR3NmamhEYUhic3JVU0Z3TjB5clQrNytxSE9aSGdjSjJlZDNjamUzRHhQTkhENVVUM29RamoxOCtQdDdQQUhkODdjRmcrDQpqOUZiQzR5elFmTUdOOUpjTHBxL0VkOG8rZFRuZUFIUlZmblNXSEowajh6U2JvLzJ5eEZscElJY1h0NHF6VVpkbmNKN0RIczFEMmxDDQo3SnBnRGVpRE9UQXI0TzlCR0xXSnplZnE4SnJuZGZqckxHVlZiVER6Ukt2ekZzaVdYZ0RBU2xuK0pNUm51ZFJEYkloSjhabDVmL281DQo4RUovb1FJREFRQUJvNEdaTUlHV01FSUdBMVVkSXdRN01EbUFGQTRVZDM2K2RPaWVlSnRKL09FTk0vYWw4Z0szb1Jla0ZUQVRNUkV3DQpEd1lEVlFRRERBaGhZM05yT0hOallZSUlZTUtuOTZRNVZ0TXdIUVlEVlIwT0JCWUVGRXBUSDhmcHR3eGdKY3dQTGVwQUU0NXNZdTloDQpNQXdHQTFVZEV3RUIvd1FDTUFBd0RnWURWUjBQQVFIL0JBUURBZ1dnTUJNR0ExVWRKUVFNTUFvR0NDc0dBUVVGQndNQ01BMEdDU3FHDQpTSWIzRFFFQkN3VUFBNElCQVFDR1FxNW9BVzh6OVNaOVh5NDg1S2hvL05IbDJ6MHFaeUw2WGU1Nnl2WFltalpPRFozbTZLa3UzcXZoDQpaSHVCNmtsRGl2d282NUczdUZabUdBWW11QWJBRnA3elg3TUxmcEFnYXJ3ak11ekM2ZXdSTFMzd0hRS0dUVDNETnpzS3VENTlPT0hNDQpRNG10N3Ywa1NScklad09zZUZ3R0lpaEFzMmZYTllQTWtLeGtMb0UrVURrMEFRcGNiZ1ZHcjRqbmFFZGtGTnJUNUo5YWd3SWNiOWNuDQp3eXNUejNFdTloenJWamFwa2pBNFpFV2Z2NkE4bEh6ZnZHbUNSOER3N2ZyYXVZYldENitrbFRrY01hUUxWSjdCSWlCRnpPZkJMclpFDQpEbjg3UG9UT1JEeFVraU9OdnlSRHh3QVFvUXBhd3BLVTl5NU5xWG00cmEwNE5kUWdKRTFPaDVkMg0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQ0K\\\"\\n client-key-data: \\\"LS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQ0KTUlJRW93SUJBQUtDQVFFQWwrS2lmSjhOcDVSTUxObWNIWmpaWkFXRmkxT2h6N3hFVmNPdzdrTER5WnlWWXltTw0KSXllV0FvN2V1ejc5NnFDY09UdDdJRzF0cWlrK2hZTGM5MEVnMkpvRVc1Y3pXOUZkeFo4NSt5VHVRRlVuaCtOdQ0KZUpJR3NmamhEYUhic3JVU0Z3TjB5clQrNytxSE9aSGdjSjJlZDNjamUzRHhQTkhENVVUM29RamoxOCtQdDdQQQ0KSGQ4N2NGZytqOUZiQzR5elFmTUdOOUpjTHBxL0VkOG8rZFRuZUFIUlZmblNXSEowajh6U2JvLzJ5eEZscElJYw0KWHQ0cXpVWmRuY0o3REhzMUQybEM3SnBnRGVpRE9UQXI0TzlCR0xXSnplZnE4SnJuZGZqckxHVlZiVER6Ukt2eg0KRnNpV1hnREFTbG4rSk1SbnVkUkRiSWhKOFpsNWYvbzU4RUovb1FJREFRQUJBb0lCQUdaK1lJbmFSenVidmwvUg0KcFNEdjRWczJ3cXlIamowQjNkZEdUQ0lzV2JTMmZyVEErUkxPQnRQSkY1S2g2blVuVnVUa042MWxTc2kyTm1PZw0KTUg2RnE2V2ZJV3V4Tjg0eEZhZGpVSndpaXNoTTduVXJ5NE4vZnhjZ1RMYUhVQnRqUjBiU1pVRFpMT1Ezam5NUg0KOXJQb0dXU2l1QVgzN0VMUGh2TXpQQ3VtTlNLTyt1T0dMYkpHQlFRL3JjSytERVZzTTJoc2ZuRk5kV2NCaTJuYg0KeFU0L3kwNGI5S1l5YmJydVdWb2dqQ3ViRWlubG96STBvTHFxaFlGM1FnR1daS0lZS0wzR1g0YlpIMU1LUDB0SQ0KZGpmRUU1eG0wTXBEemtaZldiaWhjdWpLMkdSTEtaaDY0WU9jRHlmVmdJNDRidy9uc0FVdHlwQm1NZkZadVJUcA0KZUh0Ly9URUNnWUVBMFN6QlBIbUpOL1NwbWgxbDFPemRUVzFGRU5GQmhobE1wRVJqRFZxUG0rK0VhbElTQXFONw0KLzFlOWZjc1ZMbytHMWh0N08rNjJVcWZFS3dJZXN0ald1K3IwT0d0VGtjU3V4Qjc4dVhzaTBZVXp4Q21XcHZscw0KNUVaTTZNTEtYR3daZDhWOURybGwxcER0bThXWkVDS25uS0hKaURGMkRFQURrdDV2ZjcyTlF4MENnWUVBdWVMRg0KY3VlUGVDbDVldUJ3VzNlRkQ2S2IzcnZXZ21Pa2ErMWo4SXNkUUpIMVhjbVJWNG9tWVVIWDJlUU9QZWN0KzczNw0KV0tMa0gycGs0YTg3VjlxbjQ3RjE2RmJwZUQvWnZhNWE5bTJXbXd1eFdPY2twbGRwU1hjcWF0Wk9CS2xpdndYTw0KTVo5RW52cjk1WFFlQ0JodHpKYVFaQ1Z2VjdGZUZid2ROSUZUWTFVQ2dZQXVOYUxpeHo2bkcrZXo0amF5MlRqeQ0KZCtkQUZkcFIwNWo0MlJyQXduYmpUZ0NFdEdqQ0tIZW1LeTN6Y2ovVnIyTnNQVm4ySFlBdHRsNUIyaEFLRnBrcA0Kbm5naFZxUjVtV2U2YjlZSTY4ai9YRnZaUkE3Q0NHd2o2ZHZudDlDWXBsRGlBc0RqMWRWSGwzREdidHFuaytCUA0KVy9aM25lV2tReWdHOUJqUnNZQlppUUtCZ0VwcmpkMW84N21KOFViT29HMGVOcm1Cd3FHejFqZXhxTnhFMkdRdg0KYmZDeC91Z2prUHJaSm5COXFldGtNSWQ4REo3aStzUUx3d1VJMVlhOVh5YlhOYXdsR2kyQXprd0VWQ3BxcWFSTA0KVDZhWFVkTmtCdnBKdUs5ZTlDNTl5aEozdGo4QUZnTXIzbzgvc1hLeHdHeEJTNFJESzEvTTFQem8xK0FmeGhtRg0KUlZ0WkFvR0JBTXM3amVkSXk3TXJOdXFwb0ltSC9xRWRrZkREay9zMlFLSlRua09RcldwdDhJNEFENUgyZTJoWA0KVXV2cnNKd0NSdk9rdG94VUlOMlRCQXNsa01YbXBTOGdkcWtadTdrSHlzMDFCVWVudnpmN2l0TkxmL1hsTHhDcA0Kb3YwMTBkSGNCR0NPZS9ENmJ2WExQV1ptZ3pWem9TNzVONVJ2aDh3Mjdjb2I0QW05bVF2cw0KLS0tLS1FTkQgUlNBIFBSSVZBVEUgS0VZLS0tLS0NCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\\\"\\n\\n\",\r\n \"servicePrincipalConfiguration\": null,\r\n \"imagePullSecretName\": \"mlcrpacr5150299350f5acrkey\"\r\n },\r\n \"appInsights\": {\r\n \"appId\": \"mlcrpai6e950008a327\",\r\n \"instrumentationKey\": \"9790fed9-682b-4024-b48b-5dc3e7fd3ac8\"\r\n },\r\n \"serviceAuthConfiguration\": null,\r\n \"sslConfiguration\": null\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "7445" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-client-request-id": [ - "627e995a2a924d5b8426d577f5650090" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47200f8b-17e7-4d13-87fe-21f494b6ddd8" - ], - "x-ms-correlation-request-id": [ - "47200f8b-17e7-4d13-87fe-21f494b6ddd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230440Z:47200f8b-17e7-4d13-87fe-21f494b6ddd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzP2FwaS12ZXJzaW9uPTIwMTctMDgtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "240aa87a-852a-47a4-9c28-b7e300f9bb0c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-keys-ps214\",\r\n \"name\": \"mlcrp-cmdlet-test-keys-ps214\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:47:50.341Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Storage/storageAccounts/mlcrpstg6eb440019174\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.ContainerRegistry/registries/mlcrpacr5150299350f5\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-keys-ps214-aae06225.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"52.184.162.249\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f/providers/Microsoft.Insights/components/mlcrpai6e950008a327\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1690" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "240aa87a852a47a49c28b7e300f9bb0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa846368-ef6f-4fde-a853-1ff866f4f4f9" - ], - "x-ms-correlation-request-id": [ - "fa846368-ef6f-4fde-a853-1ff866f4f4f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230441Z:fa846368-ef6f-4fde-a853-1ff866f4f4f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzE/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "2a63bcd7-8dca-4bf9-9bd7-3215bcddbe6f" - ], - "x-ms-correlation-request-id": [ - "2a63bcd7-8dca-4bf9-9bd7-3215bcddbe6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230443Z:2a63bcd7-8dca-4bf9-9bd7-3215bcddbe6f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:43 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekV0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-request-id": [ - "e8906c28-e7b8-48b4-8caa-03f8cea04873" - ], - "x-ms-correlation-request-id": [ - "e8906c28-e7b8-48b4-8caa-03f8cea04873" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230444Z:e8906c28-e7b8-48b4-8caa-03f8cea04873" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:43 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekV0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-request-id": [ - "e8363e3c-4e6d-4a2b-b062-34cf7c906d20" - ], - "x-ms-correlation-request-id": [ - "e8363e3c-4e6d-4a2b-b062-34cf7c906d20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230459Z:e8363e3c-4e6d-4a2b-b062-34cf7c906d20" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:04:59 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekV0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-request-id": [ - "bf91dced-c035-48b2-b0d3-2419717a989c" - ], - "x-ms-correlation-request-id": [ - "bf91dced-c035-48b2-b0d3-2419717a989c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230514Z:bf91dced-c035-48b2-b0d3-2419717a989c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:05:14 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekV0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-request-id": [ - "b0a61bb8-8091-4d8d-bdb4-c5937272d621" - ], - "x-ms-correlation-request-id": [ - "b0a61bb8-8091-4d8d-bdb4-c5937272d621" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230529Z:b0a61bb8-8091-4d8d-bdb4-c5937272d621" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:05:28 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekV0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-request-id": [ - "87149b72-ee8a-4d9d-acf7-a291cab0cd0d" - ], - "x-ms-correlation-request-id": [ - "87149b72-ee8a-4d9d-acf7-a291cab0cd0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230544Z:87149b72-ee8a-4d9d-acf7-a291cab0cd0d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:05:44 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekV0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-request-id": [ - "834bf4c1-d6b8-40cc-9aa6-01276c9e6dc3" - ], - "x-ms-correlation-request-id": [ - "834bf4c1-d6b8-40cc-9aa6-01276c9e6dc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230600Z:834bf4c1-d6b8-40cc-9aa6-01276c9e6dc3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:05:59 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzEtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekV0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-request-id": [ - "230d8b1d-92a7-4a7d-b5ff-86df4eb4d095" - ], - "x-ms-correlation-request-id": [ - "230d8b1d-92a7-4a7d-b5ff-86df4eb4d095" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230615Z:230d8b1d-92a7-4a7d-b5ff-86df4eb4d095" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:06:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-keys-ps671-azureml-1bd7f?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LWtleXMtcHM2NzEtYXp1cmVtbC0xYmQ3Zj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "87e08570-f207-47e4-8ac0-1cfe8f95914b" - ], - "x-ms-correlation-request-id": [ - "87e08570-f207-47e4-8ac0-1cfe8f95914b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230617Z:87e08570-f207-47e4-8ac0-1cfe8f95914b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:06:17 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekU2TWtSQldsVlNSVTFNT2pKRU1VSkVOMFl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-request-id": [ - "4a392ea1-305b-47a4-a811-af6fad8f26aa" - ], - "x-ms-correlation-request-id": [ - "4a392ea1-305b-47a4-a811-af6fad8f26aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230617Z:4a392ea1-305b-47a4-a811-af6fad8f26aa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:06:17 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekU2TWtSQldsVlNSVTFNT2pKRU1VSkVOMFl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-request-id": [ - "94073101-d4f1-4425-a83c-63516c52b65f" - ], - "x-ms-correlation-request-id": [ - "94073101-d4f1-4425-a83c-63516c52b65f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T230632Z:94073101-d4f1-4425-a83c-63516c52b65f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:06:32 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekU2TWtSQldsVlNSVTFNT2pKRU1VSkVOMFl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-request-id": [ - "99d8d028-1982-488e-8835-9663348d4471" - ], - "x-ms-correlation-request-id": [ - "99d8d028-1982-488e-8835-9663348d4471" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T231445Z:99d8d028-1982-488e-8835-9663348d4471" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:14:45 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRLRVlTOjJEUFM2NzE6MkRBWlVSRU1MOjJEMUJEN0YtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUkxSVmxUT2pKRVVGTTJOekU2TWtSQldsVlNSVTFNT2pKRU1VSkVOMFl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-request-id": [ - "8e7e120c-5222-42b7-b999-7d4e46e517f3" - ], - "x-ms-correlation-request-id": [ - "8e7e120c-5222-42b7-b999-7d4e46e517f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T231500Z:8e7e120c-5222-42b7-b999-7d4e46e517f3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 23:14:59 GMT" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "Test-GetKeys": [ - "ps671", - "ps214" - ] - }, - "Variables": { - "SubscriptionId": "74eccef0-4b8d-4f83-b5f9-fa100d155b22" - } -} \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestNewGetRemove.json b/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestNewGetRemove.json deleted file mode 100644 index 4e40392fd550..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestNewGetRemove.json +++ /dev/null @@ -1,587091 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTY/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps1896\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "210" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "af648912-8663-4167-b000-1ddd6e41df30" - ], - "x-ms-correlation-request-id": [ - "af648912-8663-4167-b000-1ddd6e41df30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182223Z:af648912-8663-4167-b000-1ddd6e41df30" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:22 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczY2Nz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Powershell test cluster\",\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"secret\": \"abcde\"\r\n }\r\n },\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\"\r\n }\r\n },\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "511" - ], - "x-ms-client-request-id": [ - "f6f2c5c9-72d9-4af4-b4b2-125a81b267a6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps667\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-19T18:22:18.299Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Creating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Storage/storageAccounts/mlcrpstg6d510928accd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.ContainerRegistry/registries/mlcrpacr35a573890d04\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-ps667-6e570542\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Insights/components/mlcrpaie6c07306101e\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1485" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "f6f2c5c972d94af4b4b2125a81b267a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b25d881c-6bde-4049-b6fa-4fac5824d201" - ], - "x-ms-correlation-request-id": [ - "b25d881c-6bde-4049-b6fa-4fac5824d201" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182228Z:b25d881c-6bde-4049-b6fa-4fac5824d201" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:27 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "6f8649e9046d494091e5ed23f6354350" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5d71bf7-25a3-4760-9960-60048b498c15" - ], - "x-ms-correlation-request-id": [ - "a5d71bf7-25a3-4760-9960-60048b498c15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182228Z:a5d71bf7-25a3-4760-9960-60048b498c15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "0d420dd3a18e4c19ae5b9f143a8e9a33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1703406f-480f-4790-981b-66a4293f4209" - ], - "x-ms-correlation-request-id": [ - "1703406f-480f-4790-981b-66a4293f4209" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182228Z:1703406f-480f-4790-981b-66a4293f4209" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "94a4d9cacc4043c9b0de7487c28e5739" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40e60b5b-d85a-4bd5-9999-dd60fc4df776" - ], - "x-ms-correlation-request-id": [ - "40e60b5b-d85a-4bd5-9999-dd60fc4df776" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182228Z:40e60b5b-d85a-4bd5-9999-dd60fc4df776" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "d8aab45595b0406f8fe117753e4d91d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c167ca7-be18-4ca7-ba4b-eb2fe4bb7367" - ], - "x-ms-correlation-request-id": [ - "1c167ca7-be18-4ca7-ba4b-eb2fe4bb7367" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182228Z:1c167ca7-be18-4ca7-ba4b-eb2fe4bb7367" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "82cdf3ff435c4ad496ec7c16f59358f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb932e0e-1305-4277-9d35-ea816ff70986" - ], - "x-ms-correlation-request-id": [ - "cb932e0e-1305-4277-9d35-ea816ff70986" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182228Z:cb932e0e-1305-4277-9d35-ea816ff70986" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "f53c4964db324a1ca179968e6cf2ca02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9113de51-67c8-46d0-b57b-50ee3e8a809a" - ], - "x-ms-correlation-request-id": [ - "9113de51-67c8-46d0-b57b-50ee3e8a809a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182228Z:9113de51-67c8-46d0-b57b-50ee3e8a809a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "b2a50a993f9046f8b5a6832f29ee0caf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa5105b2-22a1-486a-b1de-861153da4ebc" - ], - "x-ms-correlation-request-id": [ - "aa5105b2-22a1-486a-b1de-861153da4ebc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:aa5105b2-22a1-486a-b1de-861153da4ebc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "7d5d8e057dbb464381cf7864c8c1b912" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2854c1d2-bc4c-4fac-b62e-516945e9dd75" - ], - "x-ms-correlation-request-id": [ - "2854c1d2-bc4c-4fac-b62e-516945e9dd75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:2854c1d2-bc4c-4fac-b62e-516945e9dd75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "2100a31098ad4c689b6f0fe298224363" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96526298-7ff5-4737-89a3-2e20f14e55d5" - ], - "x-ms-correlation-request-id": [ - "96526298-7ff5-4737-89a3-2e20f14e55d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:96526298-7ff5-4737-89a3-2e20f14e55d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "5fb03d37ddfc4cb7ab187f472734a93d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e67fcee5-559d-465d-80c2-a73c14c88b72" - ], - "x-ms-correlation-request-id": [ - "e67fcee5-559d-465d-80c2-a73c14c88b72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:e67fcee5-559d-465d-80c2-a73c14c88b72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "e6b022c78f4542969dfcfe7cd50cf2fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a27571f-ac35-451c-a1cb-1a8c13361b87" - ], - "x-ms-correlation-request-id": [ - "1a27571f-ac35-451c-a1cb-1a8c13361b87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:1a27571f-ac35-451c-a1cb-1a8c13361b87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "4acb408347da4668ac5e64de5b1ef98c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eacc9e9d-f758-43e7-8f5b-4e23686008d9" - ], - "x-ms-correlation-request-id": [ - "eacc9e9d-f758-43e7-8f5b-4e23686008d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:eacc9e9d-f758-43e7-8f5b-4e23686008d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "5595fd8b4d0546afa529bb11945cdc55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88e842a6-7fac-4489-a350-22a8b3064c43" - ], - "x-ms-correlation-request-id": [ - "88e842a6-7fac-4489-a350-22a8b3064c43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:88e842a6-7fac-4489-a350-22a8b3064c43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "ebda671fe7f24083bcf88d122bcca381" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "556647b2-c90d-4e0a-b269-5f8586c69d1c" - ], - "x-ms-correlation-request-id": [ - "556647b2-c90d-4e0a-b269-5f8586c69d1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:556647b2-c90d-4e0a-b269-5f8586c69d1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "c8ffb50406cc43cbba21840f75798af6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6598734e-b61d-493c-be9a-03ac2b52db06" - ], - "x-ms-correlation-request-id": [ - "6598734e-b61d-493c-be9a-03ac2b52db06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182229Z:6598734e-b61d-493c-be9a-03ac2b52db06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "ddfb6fc3022147b6b77a7cb8fa8f033d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c536386-035a-4817-a69d-82750a8693c9" - ], - "x-ms-correlation-request-id": [ - "7c536386-035a-4817-a69d-82750a8693c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182230Z:7c536386-035a-4817-a69d-82750a8693c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "dd55bd4d88944796a7052f96fea3c930" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "036c8759-bcaf-4a5f-b1b2-9a34c03a874b" - ], - "x-ms-correlation-request-id": [ - "036c8759-bcaf-4a5f-b1b2-9a34c03a874b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182230Z:036c8759-bcaf-4a5f-b1b2-9a34c03a874b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "9bddc35623ab4662b6da78e2be70151b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5099c6f6-28fa-4a17-86bc-1084264ace52" - ], - "x-ms-correlation-request-id": [ - "5099c6f6-28fa-4a17-86bc-1084264ace52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182230Z:5099c6f6-28fa-4a17-86bc-1084264ace52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "e70497ab5d134057843e1d941f432161" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16596164-f375-4f14-8c1a-e04d53deb228" - ], - "x-ms-correlation-request-id": [ - "16596164-f375-4f14-8c1a-e04d53deb228" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182230Z:16596164-f375-4f14-8c1a-e04d53deb228" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "c25397feec004ab891c7e598d0c7c17f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06029ea7-08c2-4b2e-be00-31146294f0d9" - ], - "x-ms-correlation-request-id": [ - "06029ea7-08c2-4b2e-be00-31146294f0d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182230Z:06029ea7-08c2-4b2e-be00-31146294f0d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "f63ad235773e4d03ae96514999ec1d6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b120c0e-4a07-48ec-8968-290415da049f" - ], - "x-ms-correlation-request-id": [ - "4b120c0e-4a07-48ec-8968-290415da049f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182230Z:4b120c0e-4a07-48ec-8968-290415da049f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "5b35ac73d0fa423e845f902c45fd87e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b70a0bb-2580-4506-8031-437c46a7e49f" - ], - "x-ms-correlation-request-id": [ - "1b70a0bb-2580-4506-8031-437c46a7e49f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182230Z:1b70a0bb-2580-4506-8031-437c46a7e49f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "7b08536eafee49049886692dfca6afea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30d99527-cc58-477d-a4f0-386073767a42" - ], - "x-ms-correlation-request-id": [ - "30d99527-cc58-477d-a4f0-386073767a42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182231Z:30d99527-cc58-477d-a4f0-386073767a42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "78a43879c348487ebcb93f9193c903ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8781a97-c91e-4f80-9cb7-38db1c9b77d9" - ], - "x-ms-correlation-request-id": [ - "b8781a97-c91e-4f80-9cb7-38db1c9b77d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182231Z:b8781a97-c91e-4f80-9cb7-38db1c9b77d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "66149b7b11ed4b55850a84aa193dc8fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "318f647e-8300-4357-af14-82fc97d4e8dd" - ], - "x-ms-correlation-request-id": [ - "318f647e-8300-4357-af14-82fc97d4e8dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182231Z:318f647e-8300-4357-af14-82fc97d4e8dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "f8f30c3eb3504b7fb1dae708409798e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fab9bb0-6a87-4178-b08d-86eb3f0b75d7" - ], - "x-ms-correlation-request-id": [ - "0fab9bb0-6a87-4178-b08d-86eb3f0b75d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182231Z:0fab9bb0-6a87-4178-b08d-86eb3f0b75d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "20640f1fcc6a488fa71741c83600b91a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b53bda50-a688-483b-a825-3c20ac0fd49d" - ], - "x-ms-correlation-request-id": [ - "b53bda50-a688-483b-a825-3c20ac0fd49d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182231Z:b53bda50-a688-483b-a825-3c20ac0fd49d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "b14bab3817db450aac3489f7889911cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "572a22b8-9748-430a-bfec-f8f1c2e3455c" - ], - "x-ms-correlation-request-id": [ - "572a22b8-9748-430a-bfec-f8f1c2e3455c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182231Z:572a22b8-9748-430a-bfec-f8f1c2e3455c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "cb2eda66dad3445cb10a54f40814d20a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee2c98c0-d95e-427e-9369-a37cb8f46357" - ], - "x-ms-correlation-request-id": [ - "ee2c98c0-d95e-427e-9369-a37cb8f46357" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182231Z:ee2c98c0-d95e-427e-9369-a37cb8f46357" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "67299a9dcb34433a9aca92eab4179ff4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d31c5977-e8f1-421a-987a-c9d9753f58ea" - ], - "x-ms-correlation-request-id": [ - "d31c5977-e8f1-421a-987a-c9d9753f58ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:d31c5977-e8f1-421a-987a-c9d9753f58ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "11cd37cc6ebd4e089df514f496492fbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9472092-77b3-4b0a-b71d-19e81819cbed" - ], - "x-ms-correlation-request-id": [ - "c9472092-77b3-4b0a-b71d-19e81819cbed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:c9472092-77b3-4b0a-b71d-19e81819cbed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "7c9fc6d11e814c3d91bcbcc6a4215b37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "394d04a1-5e2c-4428-b82a-cf115745d608" - ], - "x-ms-correlation-request-id": [ - "394d04a1-5e2c-4428-b82a-cf115745d608" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:394d04a1-5e2c-4428-b82a-cf115745d608" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "3df5248c81ac490e81350a2229e8ce3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91b338a2-1fa2-45c0-a455-5809f3d30ccb" - ], - "x-ms-correlation-request-id": [ - "91b338a2-1fa2-45c0-a455-5809f3d30ccb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:91b338a2-1fa2-45c0-a455-5809f3d30ccb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "1be6da1c8f214977b83984a1ef860228" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6849589-f408-4207-b126-b357c0e22416" - ], - "x-ms-correlation-request-id": [ - "c6849589-f408-4207-b126-b357c0e22416" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:c6849589-f408-4207-b126-b357c0e22416" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b93cebfa45054eb6b351662b81d08acd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f78d2f58-b79a-4d10-95f3-ad5bcd2aa057" - ], - "x-ms-correlation-request-id": [ - "f78d2f58-b79a-4d10-95f3-ad5bcd2aa057" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:f78d2f58-b79a-4d10-95f3-ad5bcd2aa057" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "ce35c74837ae450d9dae10218b94b8d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77a4056d-4e4e-4d52-aad1-be9170c59975" - ], - "x-ms-correlation-request-id": [ - "77a4056d-4e4e-4d52-aad1-be9170c59975" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:77a4056d-4e4e-4d52-aad1-be9170c59975" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "ff68f045bdca4afd89312b7655254f47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "469573ea-f015-43bb-9b05-03f16a5b2deb" - ], - "x-ms-correlation-request-id": [ - "469573ea-f015-43bb-9b05-03f16a5b2deb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:469573ea-f015-43bb-9b05-03f16a5b2deb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "24661b3388284afbb35f9e07d914171e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "019c5f31-fe21-4c3b-9223-e26eb7f39534" - ], - "x-ms-correlation-request-id": [ - "019c5f31-fe21-4c3b-9223-e26eb7f39534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182232Z:019c5f31-fe21-4c3b-9223-e26eb7f39534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "a033c7b3b54b4a51a84089d125e97041" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47e54888-f10f-4735-b56c-293376436b15" - ], - "x-ms-correlation-request-id": [ - "47e54888-f10f-4735-b56c-293376436b15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:47e54888-f10f-4735-b56c-293376436b15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "6d5165cc1d314b6d99964915294f3f3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6ce2993-70ff-41e1-afa0-c89edfa6acef" - ], - "x-ms-correlation-request-id": [ - "a6ce2993-70ff-41e1-afa0-c89edfa6acef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:a6ce2993-70ff-41e1-afa0-c89edfa6acef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "a9a280b20ad2441b8887c7a6800e261e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcb93193-7fc5-47f5-903b-b74f2829a96b" - ], - "x-ms-correlation-request-id": [ - "fcb93193-7fc5-47f5-903b-b74f2829a96b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:fcb93193-7fc5-47f5-903b-b74f2829a96b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "7303f70734ff4872b546bc8900d0d874" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5555bac-d3ea-4699-a088-cec09daf7dd2" - ], - "x-ms-correlation-request-id": [ - "e5555bac-d3ea-4699-a088-cec09daf7dd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:e5555bac-d3ea-4699-a088-cec09daf7dd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "303dd1e35e8d4c66add61823660110a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebb8e9fd-537a-481c-9558-c681e7dbc05c" - ], - "x-ms-correlation-request-id": [ - "ebb8e9fd-537a-481c-9558-c681e7dbc05c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:ebb8e9fd-537a-481c-9558-c681e7dbc05c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "6bd9d673670b457bb2aa56c6cc0d2e56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47dc69ec-d329-4764-8ca7-40bea92e054f" - ], - "x-ms-correlation-request-id": [ - "47dc69ec-d329-4764-8ca7-40bea92e054f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:47dc69ec-d329-4764-8ca7-40bea92e054f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "ea86af2f1d7640778a60231a0c97a463" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d80cab1-bd9d-4872-b86d-1a251b4d6a34" - ], - "x-ms-correlation-request-id": [ - "6d80cab1-bd9d-4872-b86d-1a251b4d6a34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:6d80cab1-bd9d-4872-b86d-1a251b4d6a34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "2b42904cc60e4b6f99f2331f53489672" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7092d95f-44df-4eb7-a861-8c06b16ecc71" - ], - "x-ms-correlation-request-id": [ - "7092d95f-44df-4eb7-a861-8c06b16ecc71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182233Z:7092d95f-44df-4eb7-a861-8c06b16ecc71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "af70c18bca22431a96561cea0bcd7fe7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5811b9ee-bded-4a76-8692-2c7bd5602483" - ], - "x-ms-correlation-request-id": [ - "5811b9ee-bded-4a76-8692-2c7bd5602483" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182234Z:5811b9ee-bded-4a76-8692-2c7bd5602483" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "6e88e7b653e34d3b96756b3b5205bdef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6b079b8-754d-4502-92f8-b4c22eb31e49" - ], - "x-ms-correlation-request-id": [ - "e6b079b8-754d-4502-92f8-b4c22eb31e49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182234Z:e6b079b8-754d-4502-92f8-b4c22eb31e49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "50d151a209ea48c18852c4899b807e07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a652285-1ef1-402a-bc35-6540e71a565f" - ], - "x-ms-correlation-request-id": [ - "0a652285-1ef1-402a-bc35-6540e71a565f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182234Z:0a652285-1ef1-402a-bc35-6540e71a565f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "3193002a94d64ecdb48b732d27e3b280" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c4be4e4-c17b-47b0-97c9-66fba5cbf020" - ], - "x-ms-correlation-request-id": [ - "9c4be4e4-c17b-47b0-97c9-66fba5cbf020" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182234Z:9c4be4e4-c17b-47b0-97c9-66fba5cbf020" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "bb0d27d3256c4af69487f39c99570d6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d61db9e-3c7f-4739-811b-2f6ca688dc71" - ], - "x-ms-correlation-request-id": [ - "0d61db9e-3c7f-4739-811b-2f6ca688dc71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182234Z:0d61db9e-3c7f-4739-811b-2f6ca688dc71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "3ac7e18b23444c098be04cff284f2906" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49822bee-b74e-4750-b23d-1667ab827118" - ], - "x-ms-correlation-request-id": [ - "49822bee-b74e-4750-b23d-1667ab827118" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182234Z:49822bee-b74e-4750-b23d-1667ab827118" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "a1c61367fc86422da28366fdfe073e82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd3e5041-00b3-4fa1-9bb5-2d043d102681" - ], - "x-ms-correlation-request-id": [ - "cd3e5041-00b3-4fa1-9bb5-2d043d102681" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182234Z:cd3e5041-00b3-4fa1-9bb5-2d043d102681" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "ee6887a346d54ab285877686d7de5bde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0368efe-b912-4631-8d72-6a770688a2f2" - ], - "x-ms-correlation-request-id": [ - "a0368efe-b912-4631-8d72-6a770688a2f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182235Z:a0368efe-b912-4631-8d72-6a770688a2f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "50e50d69623e45dbaf62ebee59386703" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c3ef06e-2b25-48d5-b61e-69ad21987b9a" - ], - "x-ms-correlation-request-id": [ - "4c3ef06e-2b25-48d5-b61e-69ad21987b9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182235Z:4c3ef06e-2b25-48d5-b61e-69ad21987b9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "56ca04c650454f7284001c3fe6c2fadb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3720bfca-1a75-4c9d-914b-ef3812992a74" - ], - "x-ms-correlation-request-id": [ - "3720bfca-1a75-4c9d-914b-ef3812992a74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182235Z:3720bfca-1a75-4c9d-914b-ef3812992a74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "30b06f904129405399a5d2523c89f57b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5b86ed8-0719-4170-bb64-daf976094642" - ], - "x-ms-correlation-request-id": [ - "b5b86ed8-0719-4170-bb64-daf976094642" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182235Z:b5b86ed8-0719-4170-bb64-daf976094642" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "6c3624813e3c454cb3d33c6ce2282ad0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1a6fe8a-fa5e-42c4-8e9f-222ecb0fbfdc" - ], - "x-ms-correlation-request-id": [ - "a1a6fe8a-fa5e-42c4-8e9f-222ecb0fbfdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182235Z:a1a6fe8a-fa5e-42c4-8e9f-222ecb0fbfdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "a37a5fd135224558abc9e63e211f06bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9482cb5c-aa64-4005-a8f1-a5c0a5f72bbe" - ], - "x-ms-correlation-request-id": [ - "9482cb5c-aa64-4005-a8f1-a5c0a5f72bbe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182235Z:9482cb5c-aa64-4005-a8f1-a5c0a5f72bbe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "ae540283388b43c4a5f16ad067e3cd9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55ac0d85-790f-4b93-8383-c30c1b2cd274" - ], - "x-ms-correlation-request-id": [ - "55ac0d85-790f-4b93-8383-c30c1b2cd274" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182235Z:55ac0d85-790f-4b93-8383-c30c1b2cd274" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "56d337f8a3464108a54608512652e60b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efd19416-33c8-4376-a02b-0658c3cfe019" - ], - "x-ms-correlation-request-id": [ - "efd19416-33c8-4376-a02b-0658c3cfe019" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182236Z:efd19416-33c8-4376-a02b-0658c3cfe019" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "436da2c945d84d50949d659f63702b0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6624391-67f0-4d98-a518-6ef709437296" - ], - "x-ms-correlation-request-id": [ - "e6624391-67f0-4d98-a518-6ef709437296" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182236Z:e6624391-67f0-4d98-a518-6ef709437296" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "10a197e16ee7491999e5805a5bb52b7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bdd7c1ac-22f2-4716-9702-f5d7f35ab4ca" - ], - "x-ms-correlation-request-id": [ - "bdd7c1ac-22f2-4716-9702-f5d7f35ab4ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182236Z:bdd7c1ac-22f2-4716-9702-f5d7f35ab4ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "0ef8e4aa03254dd1a14b8eef22e54bac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ca6cee0-6f67-4446-b466-f68a281b4b9a" - ], - "x-ms-correlation-request-id": [ - "9ca6cee0-6f67-4446-b466-f68a281b4b9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182236Z:9ca6cee0-6f67-4446-b466-f68a281b4b9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "0701f07c925a43f7b2f421d7a4020cbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25a162f2-4d2a-4fd5-8b39-70352e05ce26" - ], - "x-ms-correlation-request-id": [ - "25a162f2-4d2a-4fd5-8b39-70352e05ce26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182236Z:25a162f2-4d2a-4fd5-8b39-70352e05ce26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "1840d31229224f528d0d20a27b8a3e0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "780cba93-d5fa-4bee-91a2-5537458024e4" - ], - "x-ms-correlation-request-id": [ - "780cba93-d5fa-4bee-91a2-5537458024e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182236Z:780cba93-d5fa-4bee-91a2-5537458024e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "375447511c724deba32588b8a9e61271" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf533f46-a41e-4b51-8a0d-8619b2f9ef1c" - ], - "x-ms-correlation-request-id": [ - "cf533f46-a41e-4b51-8a0d-8619b2f9ef1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:cf533f46-a41e-4b51-8a0d-8619b2f9ef1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "19cf2e0ec39e4d20ae13b90ccc2df9d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "734248c9-9d69-4159-952e-7dab6ddc15a7" - ], - "x-ms-correlation-request-id": [ - "734248c9-9d69-4159-952e-7dab6ddc15a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:734248c9-9d69-4159-952e-7dab6ddc15a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "057222bcaca14ac38198362b1ac2f8a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6f9c809-7c6b-45bd-867b-03362d79e4fc" - ], - "x-ms-correlation-request-id": [ - "a6f9c809-7c6b-45bd-867b-03362d79e4fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:a6f9c809-7c6b-45bd-867b-03362d79e4fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "909896fd8b2c4362b48025cb48a9f752" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "629c941b-2265-4928-a4f9-5b8d16636130" - ], - "x-ms-correlation-request-id": [ - "629c941b-2265-4928-a4f9-5b8d16636130" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:629c941b-2265-4928-a4f9-5b8d16636130" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "f5f9e799f742410bbe08000ccc46196b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb95996a-5d11-49a2-922b-863bda2ce744" - ], - "x-ms-correlation-request-id": [ - "eb95996a-5d11-49a2-922b-863bda2ce744" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:eb95996a-5d11-49a2-922b-863bda2ce744" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "4b93783f66d64743a8557e5d1fb114d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21d1a147-d449-4bb6-a1d5-93cb80823fec" - ], - "x-ms-correlation-request-id": [ - "21d1a147-d449-4bb6-a1d5-93cb80823fec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:21d1a147-d449-4bb6-a1d5-93cb80823fec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "a6a26c791935451c9063b88485b29f52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00f05167-e896-4574-afea-d29b14d7657c" - ], - "x-ms-correlation-request-id": [ - "00f05167-e896-4574-afea-d29b14d7657c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:00f05167-e896-4574-afea-d29b14d7657c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "efa5d2556c9645ee8c48837832497793" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13c42106-6ddd-4ee8-9d7d-d076484e8609" - ], - "x-ms-correlation-request-id": [ - "13c42106-6ddd-4ee8-9d7d-d076484e8609" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182237Z:13c42106-6ddd-4ee8-9d7d-d076484e8609" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "82a5e08b6c794f2abe77a213a5f10622" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f55cd7dd-c0a5-4e17-979c-07bb96d37304" - ], - "x-ms-correlation-request-id": [ - "f55cd7dd-c0a5-4e17-979c-07bb96d37304" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:f55cd7dd-c0a5-4e17-979c-07bb96d37304" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "b0aad7b398cc4e33b5917d036b0b7f4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e793a38-8ef6-47c1-a8af-81a300aae511" - ], - "x-ms-correlation-request-id": [ - "7e793a38-8ef6-47c1-a8af-81a300aae511" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:7e793a38-8ef6-47c1-a8af-81a300aae511" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "85d3c9d1979f4ad3a26410bae62e3060" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d5d3e04-8dd3-4709-8472-33b2ee2247fa" - ], - "x-ms-correlation-request-id": [ - "8d5d3e04-8dd3-4709-8472-33b2ee2247fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:8d5d3e04-8dd3-4709-8472-33b2ee2247fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "22c4d728dbde4497b0183b0255f43e21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3ada3f3-1c57-46ea-a5e9-2231a095d444" - ], - "x-ms-correlation-request-id": [ - "e3ada3f3-1c57-46ea-a5e9-2231a095d444" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:e3ada3f3-1c57-46ea-a5e9-2231a095d444" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "1ef4525a544f4ae3b9d05066e21a873b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4b08d5c-9b23-41bb-ad71-4a9a01328d3e" - ], - "x-ms-correlation-request-id": [ - "c4b08d5c-9b23-41bb-ad71-4a9a01328d3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:c4b08d5c-9b23-41bb-ad71-4a9a01328d3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "6b8d5b2114aa45d598f112d4502ccd19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d99872ec-0b2d-44f7-becd-73809dbdf107" - ], - "x-ms-correlation-request-id": [ - "d99872ec-0b2d-44f7-becd-73809dbdf107" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:d99872ec-0b2d-44f7-becd-73809dbdf107" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "b06c29af4576459fbe1aa25ad67795a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e26c473-b525-4fd9-b0f9-a80548950657" - ], - "x-ms-correlation-request-id": [ - "0e26c473-b525-4fd9-b0f9-a80548950657" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:0e26c473-b525-4fd9-b0f9-a80548950657" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "52a538520c1f408cae3d816ff4db15ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2f23e93-f972-45be-be7e-bc9b0213c2e9" - ], - "x-ms-correlation-request-id": [ - "c2f23e93-f972-45be-be7e-bc9b0213c2e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:c2f23e93-f972-45be-be7e-bc9b0213c2e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "bc92e98cda4042c190021e8de61e1a0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "575c4def-52c6-45da-bf4c-20ee24b57d8c" - ], - "x-ms-correlation-request-id": [ - "575c4def-52c6-45da-bf4c-20ee24b57d8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182238Z:575c4def-52c6-45da-bf4c-20ee24b57d8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "c54d273f845d4db584f4b2fba1111bbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b75c33c2-fb6c-406c-a68d-23cdf0db0b55" - ], - "x-ms-correlation-request-id": [ - "b75c33c2-fb6c-406c-a68d-23cdf0db0b55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:b75c33c2-fb6c-406c-a68d-23cdf0db0b55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "3af7ab35d08e4451a9e6c502aee2754e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a742e047-36b7-4bde-9c56-a66e64cd2ba1" - ], - "x-ms-correlation-request-id": [ - "a742e047-36b7-4bde-9c56-a66e64cd2ba1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:a742e047-36b7-4bde-9c56-a66e64cd2ba1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "0a5ab177078d4a75a07720e494023ebf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a26a7f36-3f6d-4123-aa3c-8b1197eebd69" - ], - "x-ms-correlation-request-id": [ - "a26a7f36-3f6d-4123-aa3c-8b1197eebd69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:a26a7f36-3f6d-4123-aa3c-8b1197eebd69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "613156e011e748f1904410a9a1723e1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "477f89eb-93f0-496a-82f4-e522da2e45a9" - ], - "x-ms-correlation-request-id": [ - "477f89eb-93f0-496a-82f4-e522da2e45a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:477f89eb-93f0-496a-82f4-e522da2e45a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "0c020ddd8a8741419bd11e435851ee73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f4be5ce-0dbc-4fb6-9bbf-b07b6d5e77a1" - ], - "x-ms-correlation-request-id": [ - "1f4be5ce-0dbc-4fb6-9bbf-b07b6d5e77a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:1f4be5ce-0dbc-4fb6-9bbf-b07b6d5e77a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "2d582be26f7d4ce2b9822c1036f754b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3a343c0-234f-491b-82fb-06c1441b4dab" - ], - "x-ms-correlation-request-id": [ - "e3a343c0-234f-491b-82fb-06c1441b4dab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:e3a343c0-234f-491b-82fb-06c1441b4dab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "638799409d474ba882cc34145e36fd0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a0740a7-7452-4a31-b2ba-e1bd7aa55835" - ], - "x-ms-correlation-request-id": [ - "2a0740a7-7452-4a31-b2ba-e1bd7aa55835" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:2a0740a7-7452-4a31-b2ba-e1bd7aa55835" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "ffd8b7fb78c04c309c985d56ab363464" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69f55055-4a2f-4420-9b05-0ae46f14d835" - ], - "x-ms-correlation-request-id": [ - "69f55055-4a2f-4420-9b05-0ae46f14d835" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182239Z:69f55055-4a2f-4420-9b05-0ae46f14d835" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "4b860778cbec43338e705261cbc648d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "484b8d9c-0527-4738-be08-063235256c32" - ], - "x-ms-correlation-request-id": [ - "484b8d9c-0527-4738-be08-063235256c32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:484b8d9c-0527-4738-be08-063235256c32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "2d949045953e4d5e8e5b8b99364ea22a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9b4f975-2b97-4656-9b74-d842e28d0a0a" - ], - "x-ms-correlation-request-id": [ - "d9b4f975-2b97-4656-9b74-d842e28d0a0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:d9b4f975-2b97-4656-9b74-d842e28d0a0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "2d92e3db19f044b2b3e3cefdb1cff6da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd2eb294-dd27-4d5d-8c77-d23bfab956e0" - ], - "x-ms-correlation-request-id": [ - "bd2eb294-dd27-4d5d-8c77-d23bfab956e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:bd2eb294-dd27-4d5d-8c77-d23bfab956e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "d9dacd2418de4fbc8bd9863741fa7346" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3792335-67f9-4cc8-b603-598979f9d133" - ], - "x-ms-correlation-request-id": [ - "c3792335-67f9-4cc8-b603-598979f9d133" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:c3792335-67f9-4cc8-b603-598979f9d133" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "0f57c1e0c23240a49d402f67adcf856a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bc3dceb-c71a-416d-b433-62a52bea0ab7" - ], - "x-ms-correlation-request-id": [ - "9bc3dceb-c71a-416d-b433-62a52bea0ab7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:9bc3dceb-c71a-416d-b433-62a52bea0ab7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "60a5dc6f42f74df99d60a9c04a6b9ffe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29f998df-b257-48b7-9043-d96d04f98989" - ], - "x-ms-correlation-request-id": [ - "29f998df-b257-48b7-9043-d96d04f98989" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:29f998df-b257-48b7-9043-d96d04f98989" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "651e5c792bf6482dba1b2eee39649cee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41d69096-cf90-4094-8a85-02c4b95a6544" - ], - "x-ms-correlation-request-id": [ - "41d69096-cf90-4094-8a85-02c4b95a6544" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:41d69096-cf90-4094-8a85-02c4b95a6544" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "89443264385941b398593dc6af1e83a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23bc0412-dd63-4a90-be0e-988b482fa07c" - ], - "x-ms-correlation-request-id": [ - "23bc0412-dd63-4a90-be0e-988b482fa07c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182240Z:23bc0412-dd63-4a90-be0e-988b482fa07c" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "5245f6cedd734ada990e9f7f51a06dc4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6cdb8d3e-a2d2-4250-a203-3b2df9a4ed3e" - ], - "x-ms-correlation-request-id": [ - "6cdb8d3e-a2d2-4250-a203-3b2df9a4ed3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182241Z:6cdb8d3e-a2d2-4250-a203-3b2df9a4ed3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "2ee7eee4b70046e8833d1aa9ca50b940" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73d4f1dd-017d-4e85-91a3-ffdf22a07dc8" - ], - "x-ms-correlation-request-id": [ - "73d4f1dd-017d-4e85-91a3-ffdf22a07dc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182241Z:73d4f1dd-017d-4e85-91a3-ffdf22a07dc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "acea586eebde43ae92ac9f9290f5a260" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed2b2224-31c7-4244-830b-fd87a2c812a6" - ], - "x-ms-correlation-request-id": [ - "ed2b2224-31c7-4244-830b-fd87a2c812a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182241Z:ed2b2224-31c7-4244-830b-fd87a2c812a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "69807c1894014492ba204a1f02bedd69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45e8795b-7612-4b23-95d7-b2d66cab34c8" - ], - "x-ms-correlation-request-id": [ - "45e8795b-7612-4b23-95d7-b2d66cab34c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182241Z:45e8795b-7612-4b23-95d7-b2d66cab34c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "6bc757ebb12246348ac982dd0c37e5e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3792f5ff-3148-4e00-b5aa-86af3aab8356" - ], - "x-ms-correlation-request-id": [ - "3792f5ff-3148-4e00-b5aa-86af3aab8356" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:3792f5ff-3148-4e00-b5aa-86af3aab8356" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "05468605b4004fb5a51b1a3399beeae7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aeee0754-a31c-49ee-a554-04a9a71138d8" - ], - "x-ms-correlation-request-id": [ - "aeee0754-a31c-49ee-a554-04a9a71138d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:aeee0754-a31c-49ee-a554-04a9a71138d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b86d63d9652945dbb0017262865395ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35df0fd9-a560-4c25-a374-1b63974ef4c4" - ], - "x-ms-correlation-request-id": [ - "35df0fd9-a560-4c25-a374-1b63974ef4c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:35df0fd9-a560-4c25-a374-1b63974ef4c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "e198ab2460dd4ddc8374705684cb0723" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "732a24bc-0961-41fd-8ad4-971716744d77" - ], - "x-ms-correlation-request-id": [ - "732a24bc-0961-41fd-8ad4-971716744d77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:732a24bc-0961-41fd-8ad4-971716744d77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "6264777a08cc4da2b5c41713ba3cecc5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8224bad5-fb8a-42ae-9e79-d68783fa9794" - ], - "x-ms-correlation-request-id": [ - "8224bad5-fb8a-42ae-9e79-d68783fa9794" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:8224bad5-fb8a-42ae-9e79-d68783fa9794" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "f849ad1a78b24de19495eb4a5882f005" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc131bca-ea61-4a18-88d1-2c760f11d230" - ], - "x-ms-correlation-request-id": [ - "cc131bca-ea61-4a18-88d1-2c760f11d230" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:cc131bca-ea61-4a18-88d1-2c760f11d230" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "c5b662c6bc9e4791b32b6420fca48b90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6305a9be-7896-4980-91d5-38c55f03357c" - ], - "x-ms-correlation-request-id": [ - "6305a9be-7896-4980-91d5-38c55f03357c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:6305a9be-7896-4980-91d5-38c55f03357c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "393b848b7b124851b59a2024857c64e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2faa5439-a6b6-4986-9830-6c064de1ba78" - ], - "x-ms-correlation-request-id": [ - "2faa5439-a6b6-4986-9830-6c064de1ba78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182242Z:2faa5439-a6b6-4986-9830-6c064de1ba78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "9837fb44d74445eab71f200b8fcb2711" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e2b2f1b-9b34-4a38-a627-6e7df5896ab8" - ], - "x-ms-correlation-request-id": [ - "7e2b2f1b-9b34-4a38-a627-6e7df5896ab8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:7e2b2f1b-9b34-4a38-a627-6e7df5896ab8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "c298c5bb7dcf48afaf63f8d981efddb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8e079ed-0b3e-4047-bb65-637114838889" - ], - "x-ms-correlation-request-id": [ - "a8e079ed-0b3e-4047-bb65-637114838889" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:a8e079ed-0b3e-4047-bb65-637114838889" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "2f4c60e262684cb5b19dd29a2376f9a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5ded0cf-f05d-496a-a8ad-42fa6a2a689e" - ], - "x-ms-correlation-request-id": [ - "f5ded0cf-f05d-496a-a8ad-42fa6a2a689e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:f5ded0cf-f05d-496a-a8ad-42fa6a2a689e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "4bb8d102a9f540bab4c70ee60d96b2a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0ccc30a-ba9b-460d-a422-22c5a6fc478b" - ], - "x-ms-correlation-request-id": [ - "b0ccc30a-ba9b-460d-a422-22c5a6fc478b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:b0ccc30a-ba9b-460d-a422-22c5a6fc478b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "694f7795881047e9a4f4b5fa4b47e55d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5473b83-1c1b-415c-9152-6bc17f89b11d" - ], - "x-ms-correlation-request-id": [ - "b5473b83-1c1b-415c-9152-6bc17f89b11d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:b5473b83-1c1b-415c-9152-6bc17f89b11d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "19110e28693c4ec1938b90724863f58b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "febf4ec3-fd6c-4a4b-9cc9-6b0fb4bf4486" - ], - "x-ms-correlation-request-id": [ - "febf4ec3-fd6c-4a4b-9cc9-6b0fb4bf4486" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:febf4ec3-fd6c-4a4b-9cc9-6b0fb4bf4486" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "bb77c8104a064bb9900b1405f40ece8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8dd3480e-b0b1-4528-9a5a-7748cc233582" - ], - "x-ms-correlation-request-id": [ - "8dd3480e-b0b1-4528-9a5a-7748cc233582" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:8dd3480e-b0b1-4528-9a5a-7748cc233582" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "3173922040f64a10bf4adbbbe45e75d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee7a8b77-926d-4d38-a65a-fbca2acee087" - ], - "x-ms-correlation-request-id": [ - "ee7a8b77-926d-4d38-a65a-fbca2acee087" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:ee7a8b77-926d-4d38-a65a-fbca2acee087" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "ff209b6035194354b90fe43dbb5149c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67612208-de13-46e1-99f5-f0e372a2786a" - ], - "x-ms-correlation-request-id": [ - "67612208-de13-46e1-99f5-f0e372a2786a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182243Z:67612208-de13-46e1-99f5-f0e372a2786a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "31d8c24826984e22931cd43501282208" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd8f4503-92c1-4153-ad7c-6404fe7dd54e" - ], - "x-ms-correlation-request-id": [ - "dd8f4503-92c1-4153-ad7c-6404fe7dd54e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:dd8f4503-92c1-4153-ad7c-6404fe7dd54e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "ab4b0628ffad4a6c853d4b604907e661" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53e213eb-2762-4a09-bf04-f558c9dc282c" - ], - "x-ms-correlation-request-id": [ - "53e213eb-2762-4a09-bf04-f558c9dc282c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:53e213eb-2762-4a09-bf04-f558c9dc282c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "5f19cb4fad304596b6ba229b6e814ed6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45e79868-233d-44ba-ac69-d9ba854d08df" - ], - "x-ms-correlation-request-id": [ - "45e79868-233d-44ba-ac69-d9ba854d08df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:45e79868-233d-44ba-ac69-d9ba854d08df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "8f8e01c0d2bb4385a27090df9ca7c23a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "adbb425b-d586-4078-9d8c-1ba1231384f0" - ], - "x-ms-correlation-request-id": [ - "adbb425b-d586-4078-9d8c-1ba1231384f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:adbb425b-d586-4078-9d8c-1ba1231384f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "982a057115f94ec0a3ca1fe69f16ea59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4d8aaf7-f929-434c-b275-0be90fbc3490" - ], - "x-ms-correlation-request-id": [ - "a4d8aaf7-f929-434c-b275-0be90fbc3490" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:a4d8aaf7-f929-434c-b275-0be90fbc3490" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "198fe364623947e88bb7b7d2f7c04930" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bdc8876-b9d9-414e-bd21-05a728eb0cd9" - ], - "x-ms-correlation-request-id": [ - "0bdc8876-b9d9-414e-bd21-05a728eb0cd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:0bdc8876-b9d9-414e-bd21-05a728eb0cd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "769bf94a9b2e4fbfa9d93c0486af0a11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f529c9c-aa7f-4fb2-9d59-91bc7c58d239" - ], - "x-ms-correlation-request-id": [ - "6f529c9c-aa7f-4fb2-9d59-91bc7c58d239" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:6f529c9c-aa7f-4fb2-9d59-91bc7c58d239" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "d4db490ca44e49e0be905535399247b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8713b43d-349c-49f6-98d7-a7988369082a" - ], - "x-ms-correlation-request-id": [ - "8713b43d-349c-49f6-98d7-a7988369082a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182244Z:8713b43d-349c-49f6-98d7-a7988369082a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "254184ecaea6452e994fef362d152721" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a0168cf-7772-4cea-ba99-a7dd4b78e5ed" - ], - "x-ms-correlation-request-id": [ - "1a0168cf-7772-4cea-ba99-a7dd4b78e5ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:1a0168cf-7772-4cea-ba99-a7dd4b78e5ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "822e719da9b942edb2ece4b414e2323d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed58d512-0a5e-4975-8c36-3ae2d46f9110" - ], - "x-ms-correlation-request-id": [ - "ed58d512-0a5e-4975-8c36-3ae2d46f9110" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:ed58d512-0a5e-4975-8c36-3ae2d46f9110" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "a23897a2e8e449df8a6e85b30015badb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bbc66df-9de5-428f-94ec-afb09dc67e5b" - ], - "x-ms-correlation-request-id": [ - "5bbc66df-9de5-428f-94ec-afb09dc67e5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:5bbc66df-9de5-428f-94ec-afb09dc67e5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "fd2c8c2030914a2f985fc0394399e78b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61e68163-66f9-4a4b-b15a-bf8e45a3808c" - ], - "x-ms-correlation-request-id": [ - "61e68163-66f9-4a4b-b15a-bf8e45a3808c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:61e68163-66f9-4a4b-b15a-bf8e45a3808c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "fa87660d23cf4aaeb4412642c82abb33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc015182-3ae0-4e1b-b9ea-dccde9c5b396" - ], - "x-ms-correlation-request-id": [ - "dc015182-3ae0-4e1b-b9ea-dccde9c5b396" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:dc015182-3ae0-4e1b-b9ea-dccde9c5b396" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "eebe8fba998b47eb912a802fee46909d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63917cd5-ac53-4e47-b9b6-29071151ea87" - ], - "x-ms-correlation-request-id": [ - "63917cd5-ac53-4e47-b9b6-29071151ea87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:63917cd5-ac53-4e47-b9b6-29071151ea87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "61bf71327bae421781ee0f44fa36bb8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e95c443-62b7-4155-88c2-2a894ee995af" - ], - "x-ms-correlation-request-id": [ - "0e95c443-62b7-4155-88c2-2a894ee995af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:0e95c443-62b7-4155-88c2-2a894ee995af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "31f2cf3b8e4b43228051cd1a8da0e38d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4a19681-f6b5-4e10-bdd7-0a647648a7bd" - ], - "x-ms-correlation-request-id": [ - "b4a19681-f6b5-4e10-bdd7-0a647648a7bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182245Z:b4a19681-f6b5-4e10-bdd7-0a647648a7bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "192adf73d1e14fc2aa2ea0b3d48e1e4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "506e7a17-d924-4b4f-aa19-bc92d9673f2a" - ], - "x-ms-correlation-request-id": [ - "506e7a17-d924-4b4f-aa19-bc92d9673f2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:506e7a17-d924-4b4f-aa19-bc92d9673f2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "8b08648a87564f1697341ac815b9247a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "917e3503-844b-4d66-887a-e1ef211a2e38" - ], - "x-ms-correlation-request-id": [ - "917e3503-844b-4d66-887a-e1ef211a2e38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:917e3503-844b-4d66-887a-e1ef211a2e38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "2fcb346ca2ad41faa2b070c557030791" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b142ea0-1841-4d5f-b27f-2576a9c873f8" - ], - "x-ms-correlation-request-id": [ - "1b142ea0-1841-4d5f-b27f-2576a9c873f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:1b142ea0-1841-4d5f-b27f-2576a9c873f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "1acf002a61d04bc48a00efbf46796109" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "717c3714-feb0-4579-996a-5bbcc35ee352" - ], - "x-ms-correlation-request-id": [ - "717c3714-feb0-4579-996a-5bbcc35ee352" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:717c3714-feb0-4579-996a-5bbcc35ee352" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "b75dc6820dca45c18d3c0d832dd337d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a150e080-5646-4fc6-b1b0-739198397fea" - ], - "x-ms-correlation-request-id": [ - "a150e080-5646-4fc6-b1b0-739198397fea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:a150e080-5646-4fc6-b1b0-739198397fea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "6d9ad7747f3d48b1a69cc30c046ece3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0caf4030-f9ff-46cf-b334-755978270812" - ], - "x-ms-correlation-request-id": [ - "0caf4030-f9ff-46cf-b334-755978270812" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:0caf4030-f9ff-46cf-b334-755978270812" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "f7008e121f2b419091ad2ca8bd407bd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0212d27-007c-4b3b-bab1-bbb4c0f5212d" - ], - "x-ms-correlation-request-id": [ - "e0212d27-007c-4b3b-bab1-bbb4c0f5212d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:e0212d27-007c-4b3b-bab1-bbb4c0f5212d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "fc1706ca01a74be0926c79434d3c4c2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "244e4291-6951-494e-b277-190f56139ae0" - ], - "x-ms-correlation-request-id": [ - "244e4291-6951-494e-b277-190f56139ae0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182246Z:244e4291-6951-494e-b277-190f56139ae0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "70cbc6eb2c104e1196229b7f746556e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f45a8b85-7165-407f-a723-dc918c1017eb" - ], - "x-ms-correlation-request-id": [ - "f45a8b85-7165-407f-a723-dc918c1017eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182247Z:f45a8b85-7165-407f-a723-dc918c1017eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "02f07af3295b4acdb4fb6f99358f58f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0bc360f-07a8-485d-a2c9-d4fc16540421" - ], - "x-ms-correlation-request-id": [ - "c0bc360f-07a8-485d-a2c9-d4fc16540421" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182247Z:c0bc360f-07a8-485d-a2c9-d4fc16540421" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "f128657ebc4245808204b9b7864ca77f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e877b61-1a78-4612-832c-a06a54e7531c" - ], - "x-ms-correlation-request-id": [ - "5e877b61-1a78-4612-832c-a06a54e7531c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182247Z:5e877b61-1a78-4612-832c-a06a54e7531c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "eb344e5d2a064714b265a50fd4be0b6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01003efd-24d8-4ae2-996b-906e042e8048" - ], - "x-ms-correlation-request-id": [ - "01003efd-24d8-4ae2-996b-906e042e8048" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182247Z:01003efd-24d8-4ae2-996b-906e042e8048" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "ad2a50ce3c224b9aae40c234600e05ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89b7dcbc-c196-4aad-816b-e3a57b2e4b74" - ], - "x-ms-correlation-request-id": [ - "89b7dcbc-c196-4aad-816b-e3a57b2e4b74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182247Z:89b7dcbc-c196-4aad-816b-e3a57b2e4b74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "0a6e320cf4234c3d80c5e4bf64e99e87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85ab1af4-882f-4d39-b240-f06e02c0b9fc" - ], - "x-ms-correlation-request-id": [ - "85ab1af4-882f-4d39-b240-f06e02c0b9fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182247Z:85ab1af4-882f-4d39-b240-f06e02c0b9fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "70eda821424f4293a04efa19fbe65b39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6053056-e900-4196-a3b7-c6b55701f460" - ], - "x-ms-correlation-request-id": [ - "f6053056-e900-4196-a3b7-c6b55701f460" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:f6053056-e900-4196-a3b7-c6b55701f460" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "cbb9771bf6a44116a06962b411dc2451" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9ccfa7b-3c7c-45a3-b641-2a9875f0f731" - ], - "x-ms-correlation-request-id": [ - "a9ccfa7b-3c7c-45a3-b641-2a9875f0f731" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:a9ccfa7b-3c7c-45a3-b641-2a9875f0f731" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "8f389515dbbc4dc7b28079eb66985cc5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d983ffbe-ef30-4a2b-8c0f-a7fe980720f9" - ], - "x-ms-correlation-request-id": [ - "d983ffbe-ef30-4a2b-8c0f-a7fe980720f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:d983ffbe-ef30-4a2b-8c0f-a7fe980720f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "20ed63205ab54a45abd4543abb0d95ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f12e83b-575b-4270-a00b-b19d98e51fa9" - ], - "x-ms-correlation-request-id": [ - "5f12e83b-575b-4270-a00b-b19d98e51fa9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:5f12e83b-575b-4270-a00b-b19d98e51fa9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "d0d0e4afdc25493597647837c63c2528" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d57a7b2-5319-42aa-a83f-372a9930603d" - ], - "x-ms-correlation-request-id": [ - "5d57a7b2-5319-42aa-a83f-372a9930603d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:5d57a7b2-5319-42aa-a83f-372a9930603d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "6b2f9d6f65f5422ba0423af36550ba1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25778155-0831-4aec-98ee-6c3ecb016ae6" - ], - "x-ms-correlation-request-id": [ - "25778155-0831-4aec-98ee-6c3ecb016ae6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:25778155-0831-4aec-98ee-6c3ecb016ae6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "b0d3def9d94c4e248d2b48afea1500b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "790507ea-045a-4257-9343-4710f8b1c52f" - ], - "x-ms-correlation-request-id": [ - "790507ea-045a-4257-9343-4710f8b1c52f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:790507ea-045a-4257-9343-4710f8b1c52f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "6534cdf1142b4324815fcb030505a2ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1c76ec1-f2bd-42f0-b360-072b27cb8954" - ], - "x-ms-correlation-request-id": [ - "a1c76ec1-f2bd-42f0-b360-072b27cb8954" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:a1c76ec1-f2bd-42f0-b360-072b27cb8954" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "d9ce267f360147dc8319f0fcb55f5d9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "271ab757-1c8c-48ed-b098-2ed46c6b3620" - ], - "x-ms-correlation-request-id": [ - "271ab757-1c8c-48ed-b098-2ed46c6b3620" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182248Z:271ab757-1c8c-48ed-b098-2ed46c6b3620" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "99dd843fb74d4ada840f3d2f71a36129" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86324143-37c3-4fb1-84b9-366b743f5f07" - ], - "x-ms-correlation-request-id": [ - "86324143-37c3-4fb1-84b9-366b743f5f07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182249Z:86324143-37c3-4fb1-84b9-366b743f5f07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "ea87156fd29e4481a8ec230ea0b15729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e6ca8eb-e15a-45ba-9684-d4feed77aa0a" - ], - "x-ms-correlation-request-id": [ - "8e6ca8eb-e15a-45ba-9684-d4feed77aa0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182249Z:8e6ca8eb-e15a-45ba-9684-d4feed77aa0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "2ef07ef473014062a81c56e3bd6a9fe8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d28f9753-0cfe-47ba-a267-720f3af3c057" - ], - "x-ms-correlation-request-id": [ - "d28f9753-0cfe-47ba-a267-720f3af3c057" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182249Z:d28f9753-0cfe-47ba-a267-720f3af3c057" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "df1f9ecd4dae4e1b98cf15269816023c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "173c53af-c44a-46c3-beae-a719f4e6e3a6" - ], - "x-ms-correlation-request-id": [ - "173c53af-c44a-46c3-beae-a719f4e6e3a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182249Z:173c53af-c44a-46c3-beae-a719f4e6e3a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "0f68413411084d6e93cb3195c1e680f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1933dbd2-5168-4d94-8c7a-e8ed855056a2" - ], - "x-ms-correlation-request-id": [ - "1933dbd2-5168-4d94-8c7a-e8ed855056a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182249Z:1933dbd2-5168-4d94-8c7a-e8ed855056a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "9092b9d6900144b288f16494a86092df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "849ab9b1-d288-4a67-8350-1921922915b7" - ], - "x-ms-correlation-request-id": [ - "849ab9b1-d288-4a67-8350-1921922915b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182249Z:849ab9b1-d288-4a67-8350-1921922915b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "34db9a226922410f89aa87659374c8f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4036261d-c1c0-4297-9235-27b6d877337d" - ], - "x-ms-correlation-request-id": [ - "4036261d-c1c0-4297-9235-27b6d877337d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182249Z:4036261d-c1c0-4297-9235-27b6d877337d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "dbb1a1352ee6417cab3c503bba8434d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe3a01cc-9dfb-4d7a-88f0-473aa2c3d734" - ], - "x-ms-correlation-request-id": [ - "fe3a01cc-9dfb-4d7a-88f0-473aa2c3d734" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:fe3a01cc-9dfb-4d7a-88f0-473aa2c3d734" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "1f72702cc8c04f33b9ed926f2d5d5794" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e12b28fe-3fb6-427e-a2df-6f230061b303" - ], - "x-ms-correlation-request-id": [ - "e12b28fe-3fb6-427e-a2df-6f230061b303" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:e12b28fe-3fb6-427e-a2df-6f230061b303" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "1b10c91f7ece4457ad5274ff53f9dd2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06f5b894-b5c9-4c4e-a4d7-7fb588cd932b" - ], - "x-ms-correlation-request-id": [ - "06f5b894-b5c9-4c4e-a4d7-7fb588cd932b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:06f5b894-b5c9-4c4e-a4d7-7fb588cd932b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "1914c58e49eb4355ac365708daebcc5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "841d294d-55d4-47d8-866e-389eb12dbd69" - ], - "x-ms-correlation-request-id": [ - "841d294d-55d4-47d8-866e-389eb12dbd69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:841d294d-55d4-47d8-866e-389eb12dbd69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "a2f09e4adfb34349a8f2e1db4d3835cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70332ac6-2a00-4698-98a8-d0be98f78606" - ], - "x-ms-correlation-request-id": [ - "70332ac6-2a00-4698-98a8-d0be98f78606" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:70332ac6-2a00-4698-98a8-d0be98f78606" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "208825a923b4492c8ef32113f16ae00c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "097846e3-9699-4b62-a5bb-f2de7481ff7c" - ], - "x-ms-correlation-request-id": [ - "097846e3-9699-4b62-a5bb-f2de7481ff7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:097846e3-9699-4b62-a5bb-f2de7481ff7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "9cfc7e46fd1b4a299c9d946ed2e45627" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf2326ff-4ca6-4673-bc5d-f6073a95aadb" - ], - "x-ms-correlation-request-id": [ - "cf2326ff-4ca6-4673-bc5d-f6073a95aadb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:cf2326ff-4ca6-4673-bc5d-f6073a95aadb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "460ad8f30dc247ec89af3b83eab1ae33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0b596c0-0d11-483e-9bab-358c53e9c12b" - ], - "x-ms-correlation-request-id": [ - "f0b596c0-0d11-483e-9bab-358c53e9c12b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182250Z:f0b596c0-0d11-483e-9bab-358c53e9c12b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "d873fc309b6e4a9eae98f7c31eba1db7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94fb12e6-06de-450b-9c16-a65efc7f0582" - ], - "x-ms-correlation-request-id": [ - "94fb12e6-06de-450b-9c16-a65efc7f0582" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182251Z:94fb12e6-06de-450b-9c16-a65efc7f0582" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "172c4170c71f4213861b3066f089274a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21535fce-6ca9-4e1f-9357-6de38199aeb0" - ], - "x-ms-correlation-request-id": [ - "21535fce-6ca9-4e1f-9357-6de38199aeb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182251Z:21535fce-6ca9-4e1f-9357-6de38199aeb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "26d327bff1c14e17ac1515afb1dc8a1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9d5f270-0ae6-4c71-9722-c5073d2fd686" - ], - "x-ms-correlation-request-id": [ - "a9d5f270-0ae6-4c71-9722-c5073d2fd686" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182251Z:a9d5f270-0ae6-4c71-9722-c5073d2fd686" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "09500f1b7caf4d32a3dcb8e902ff3eab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4f4eee0-996d-4775-a057-c584e9f1232e" - ], - "x-ms-correlation-request-id": [ - "f4f4eee0-996d-4775-a057-c584e9f1232e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182251Z:f4f4eee0-996d-4775-a057-c584e9f1232e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "af503b13021941e1a26bb32cf02a9a9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0a3c534-3f35-46a7-a65e-160dee5c9918" - ], - "x-ms-correlation-request-id": [ - "d0a3c534-3f35-46a7-a65e-160dee5c9918" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182251Z:d0a3c534-3f35-46a7-a65e-160dee5c9918" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "d4c04233b42543628b3830c23f0fe7ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fcba995-bedd-4882-9b96-adcdee60e47f" - ], - "x-ms-correlation-request-id": [ - "5fcba995-bedd-4882-9b96-adcdee60e47f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182251Z:5fcba995-bedd-4882-9b96-adcdee60e47f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "6c8da84950b849a8972b8886a2b10d61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f41a95e6-c7a1-4480-b24e-fd3ebdae9b52" - ], - "x-ms-correlation-request-id": [ - "f41a95e6-c7a1-4480-b24e-fd3ebdae9b52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182252Z:f41a95e6-c7a1-4480-b24e-fd3ebdae9b52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "c84d14885c8b42e8ba70c10a4dece2b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "197c8ffe-12a2-4613-af52-50e042537eb8" - ], - "x-ms-correlation-request-id": [ - "197c8ffe-12a2-4613-af52-50e042537eb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182252Z:197c8ffe-12a2-4613-af52-50e042537eb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "dcc9582c93eb4729a85f6067b5c6f369" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8804fa26-5243-4d74-adcc-8a1af4f634f3" - ], - "x-ms-correlation-request-id": [ - "8804fa26-5243-4d74-adcc-8a1af4f634f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182252Z:8804fa26-5243-4d74-adcc-8a1af4f634f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "e79ef47846444e0aadd53c72783e74d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30fcc3ad-1bb7-481d-bb9f-6d9c12b7dc40" - ], - "x-ms-correlation-request-id": [ - "30fcc3ad-1bb7-481d-bb9f-6d9c12b7dc40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182252Z:30fcc3ad-1bb7-481d-bb9f-6d9c12b7dc40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "ec9d79c69dca4a3ca9d54ce7ff73bce7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2dbd8c2-e6b3-404e-b9e8-2961c1eb39c3" - ], - "x-ms-correlation-request-id": [ - "d2dbd8c2-e6b3-404e-b9e8-2961c1eb39c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182252Z:d2dbd8c2-e6b3-404e-b9e8-2961c1eb39c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "9142b2a21ea74067af8c777c788e9ecb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3367e4f-853b-456b-80ce-7ba6362b5d62" - ], - "x-ms-correlation-request-id": [ - "a3367e4f-853b-456b-80ce-7ba6362b5d62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182252Z:a3367e4f-853b-456b-80ce-7ba6362b5d62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "5d87d3016a1243c1b524c07604a1b027" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db0adda2-bc2b-4961-9be2-d04cc6cb904b" - ], - "x-ms-correlation-request-id": [ - "db0adda2-bc2b-4961-9be2-d04cc6cb904b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:db0adda2-bc2b-4961-9be2-d04cc6cb904b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "f821fa68db394917a53bfdc0121757eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "043ebe2f-4eb1-4e2d-8668-317c745835ee" - ], - "x-ms-correlation-request-id": [ - "043ebe2f-4eb1-4e2d-8668-317c745835ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:043ebe2f-4eb1-4e2d-8668-317c745835ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "5fa7b4e2e2144f719f6ab263105674a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd42ebde-6bcc-42e6-8a7c-a74a432af013" - ], - "x-ms-correlation-request-id": [ - "fd42ebde-6bcc-42e6-8a7c-a74a432af013" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:fd42ebde-6bcc-42e6-8a7c-a74a432af013" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "872bb3681ee34b5489f98b63011d23d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd4c1c3f-d888-49dc-ab28-2974fedfe2c7" - ], - "x-ms-correlation-request-id": [ - "fd4c1c3f-d888-49dc-ab28-2974fedfe2c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:fd4c1c3f-d888-49dc-ab28-2974fedfe2c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "2c2fb0353cb543b6b55c26c3a4a613e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "683d3167-c022-4cba-911e-d7a30abc6738" - ], - "x-ms-correlation-request-id": [ - "683d3167-c022-4cba-911e-d7a30abc6738" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:683d3167-c022-4cba-911e-d7a30abc6738" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "25b47767cd4f410680cc86261f3b0d69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40655044-e658-4b75-aaf4-8359c5af3511" - ], - "x-ms-correlation-request-id": [ - "40655044-e658-4b75-aaf4-8359c5af3511" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:40655044-e658-4b75-aaf4-8359c5af3511" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "335f61013c0744b5b06ce88afb159b02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3deef408-9cf7-4591-8d71-28d2c544b801" - ], - "x-ms-correlation-request-id": [ - "3deef408-9cf7-4591-8d71-28d2c544b801" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:3deef408-9cf7-4591-8d71-28d2c544b801" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "af87ba17467b499a944f602ea8c199f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15c6e61c-c4c3-42ab-b10c-c7d9c8718f34" - ], - "x-ms-correlation-request-id": [ - "15c6e61c-c4c3-42ab-b10c-c7d9c8718f34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:15c6e61c-c4c3-42ab-b10c-c7d9c8718f34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "d6c7345e490c4cb482d30493bb1bb009" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91137acc-e663-461b-88f6-f5ceca4a9464" - ], - "x-ms-correlation-request-id": [ - "91137acc-e663-461b-88f6-f5ceca4a9464" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182253Z:91137acc-e663-461b-88f6-f5ceca4a9464" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "f47f471a8daa4950b30f0991b8e4a1ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5c7a479-5db3-49a1-9e8f-e41bb94d1208" - ], - "x-ms-correlation-request-id": [ - "f5c7a479-5db3-49a1-9e8f-e41bb94d1208" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182254Z:f5c7a479-5db3-49a1-9e8f-e41bb94d1208" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "69560cfbaf14487893eaf762220633c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90577999-1499-4361-bf58-9aab69de9019" - ], - "x-ms-correlation-request-id": [ - "90577999-1499-4361-bf58-9aab69de9019" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182254Z:90577999-1499-4361-bf58-9aab69de9019" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "b873f2cc921c40c7a3857d8bec0f6cd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ce6c2ce-b86a-46ec-84af-2456316ab5f2" - ], - "x-ms-correlation-request-id": [ - "7ce6c2ce-b86a-46ec-84af-2456316ab5f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182254Z:7ce6c2ce-b86a-46ec-84af-2456316ab5f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "d89da4b2b505471c89e6592fe824a97d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "957eca20-f6ff-4d73-ae83-7fe63c74abc9" - ], - "x-ms-correlation-request-id": [ - "957eca20-f6ff-4d73-ae83-7fe63c74abc9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182254Z:957eca20-f6ff-4d73-ae83-7fe63c74abc9" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "fed47326b11c496e99a6e3472b9989a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d11e0813-58e7-4371-90ab-f2a2bfdfe438" - ], - "x-ms-correlation-request-id": [ - "d11e0813-58e7-4371-90ab-f2a2bfdfe438" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182255Z:d11e0813-58e7-4371-90ab-f2a2bfdfe438" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "a968245eef0d4b3e9a48700abeea6390" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c157839-129c-4460-8aa6-5590e72cd862" - ], - "x-ms-correlation-request-id": [ - "9c157839-129c-4460-8aa6-5590e72cd862" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182255Z:9c157839-129c-4460-8aa6-5590e72cd862" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "3e0782e032df4a56ba49a975e4b845b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d563331-e97d-41b4-abd6-687fd54055e6" - ], - "x-ms-correlation-request-id": [ - "0d563331-e97d-41b4-abd6-687fd54055e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182255Z:0d563331-e97d-41b4-abd6-687fd54055e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "62950a8efd544ff0955ea7c6c27af7e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ed145fb-2ca9-42ae-bc61-107c74d90e34" - ], - "x-ms-correlation-request-id": [ - "2ed145fb-2ca9-42ae-bc61-107c74d90e34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182255Z:2ed145fb-2ca9-42ae-bc61-107c74d90e34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "092b5e48c50f45a19be7e0386a886d90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56d9025a-2b06-494a-9167-f18c89cf4cc3" - ], - "x-ms-correlation-request-id": [ - "56d9025a-2b06-494a-9167-f18c89cf4cc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182255Z:56d9025a-2b06-494a-9167-f18c89cf4cc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "e82850c7841f49ffa02fc4a2015fd996" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "568b9102-9432-4574-bc1f-6d50decffb26" - ], - "x-ms-correlation-request-id": [ - "568b9102-9432-4574-bc1f-6d50decffb26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182255Z:568b9102-9432-4574-bc1f-6d50decffb26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "ae547adf39674a52a8321c082c34df5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7cc9d446-55e1-42ad-ab8a-fbd1c78bd7c6" - ], - "x-ms-correlation-request-id": [ - "7cc9d446-55e1-42ad-ab8a-fbd1c78bd7c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182255Z:7cc9d446-55e1-42ad-ab8a-fbd1c78bd7c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "2878da9afb2948b3b9f54cbac3f7c149" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f08493a-7070-4fae-8a04-d85d5608fcb9" - ], - "x-ms-correlation-request-id": [ - "0f08493a-7070-4fae-8a04-d85d5608fcb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:0f08493a-7070-4fae-8a04-d85d5608fcb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "188bb52fc4d34535a078e842f841aaed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "804b6bfe-5e58-4acf-a5b0-3a1fa9073c8e" - ], - "x-ms-correlation-request-id": [ - "804b6bfe-5e58-4acf-a5b0-3a1fa9073c8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:804b6bfe-5e58-4acf-a5b0-3a1fa9073c8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "da273c2fec2f4b9387d23cee23d7a2f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8121f74f-a770-4e12-b3f5-dadf608ddda2" - ], - "x-ms-correlation-request-id": [ - "8121f74f-a770-4e12-b3f5-dadf608ddda2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:8121f74f-a770-4e12-b3f5-dadf608ddda2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "f8d0abb3211e4e4f848526e2796a8fd7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a56e383-73c3-4f40-b7cc-b7ffad196c77" - ], - "x-ms-correlation-request-id": [ - "8a56e383-73c3-4f40-b7cc-b7ffad196c77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:8a56e383-73c3-4f40-b7cc-b7ffad196c77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "1368de58c7ee444097df4b697271a764" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba2df47e-76ce-41f9-952d-9446659fd0df" - ], - "x-ms-correlation-request-id": [ - "ba2df47e-76ce-41f9-952d-9446659fd0df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:ba2df47e-76ce-41f9-952d-9446659fd0df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "ea59a68021754a248ff12380c0431f9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "789864d4-6977-4ddb-8eec-76ad3c9db8a0" - ], - "x-ms-correlation-request-id": [ - "789864d4-6977-4ddb-8eec-76ad3c9db8a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:789864d4-6977-4ddb-8eec-76ad3c9db8a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "f066c753ff6449e7afe0985550618f4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c38a65f2-f842-4d80-9b7b-5729a61ffb24" - ], - "x-ms-correlation-request-id": [ - "c38a65f2-f842-4d80-9b7b-5729a61ffb24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:c38a65f2-f842-4d80-9b7b-5729a61ffb24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "8c434c0dc5db441486656ed3bf04f94a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e46c150-b95a-43e6-98d9-bde77ab45c6c" - ], - "x-ms-correlation-request-id": [ - "7e46c150-b95a-43e6-98d9-bde77ab45c6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182256Z:7e46c150-b95a-43e6-98d9-bde77ab45c6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "b59d31b2c6b04ed392f8ffd2b0faf79c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "119d2d78-e133-4d03-a295-c045ea1c2379" - ], - "x-ms-correlation-request-id": [ - "119d2d78-e133-4d03-a295-c045ea1c2379" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182257Z:119d2d78-e133-4d03-a295-c045ea1c2379" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "83d295d71804496c927b091a7514be83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bdad3bd6-5cec-4792-b4c8-47a50ff27d94" - ], - "x-ms-correlation-request-id": [ - "bdad3bd6-5cec-4792-b4c8-47a50ff27d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182257Z:bdad3bd6-5cec-4792-b4c8-47a50ff27d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "d269f039f1d848dfb007954191f491ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c4a4957-088d-4111-b5bb-e7d0dcf7a15c" - ], - "x-ms-correlation-request-id": [ - "3c4a4957-088d-4111-b5bb-e7d0dcf7a15c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182257Z:3c4a4957-088d-4111-b5bb-e7d0dcf7a15c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "f9e20a93982c49928c31959379d3c397" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72e00b58-c3ff-4077-8a2a-069ad4df7c07" - ], - "x-ms-correlation-request-id": [ - "72e00b58-c3ff-4077-8a2a-069ad4df7c07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182257Z:72e00b58-c3ff-4077-8a2a-069ad4df7c07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "52292c1c9b344003a83108471497ef6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "008ecfb9-aa93-41d3-8b62-dd9c154951de" - ], - "x-ms-correlation-request-id": [ - "008ecfb9-aa93-41d3-8b62-dd9c154951de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182257Z:008ecfb9-aa93-41d3-8b62-dd9c154951de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "06e33af7d00b450c93be0dbfd8714d91" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3aad185-3f1e-4c01-b3b1-f2bd2ecf181d" - ], - "x-ms-correlation-request-id": [ - "f3aad185-3f1e-4c01-b3b1-f2bd2ecf181d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182258Z:f3aad185-3f1e-4c01-b3b1-f2bd2ecf181d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "d13b385edb3048298f991446aeb6b8d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36226c09-2bec-48ae-a550-5892947620e0" - ], - "x-ms-correlation-request-id": [ - "36226c09-2bec-48ae-a550-5892947620e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182258Z:36226c09-2bec-48ae-a550-5892947620e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "d9010bed42a64da4bcaf10889392804d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6ab0a89-8219-4569-bac1-ef59764d1452" - ], - "x-ms-correlation-request-id": [ - "b6ab0a89-8219-4569-bac1-ef59764d1452" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182258Z:b6ab0a89-8219-4569-bac1-ef59764d1452" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "f0286925cd954ef58a12b224a3aef50e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5788c15a-b130-4f0d-b0b2-646394b71399" - ], - "x-ms-correlation-request-id": [ - "5788c15a-b130-4f0d-b0b2-646394b71399" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182258Z:5788c15a-b130-4f0d-b0b2-646394b71399" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "97bd1c90acaa43b389dc42a88966ff07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cfcaa70-5b4f-4065-9b36-264ce904c5aa" - ], - "x-ms-correlation-request-id": [ - "3cfcaa70-5b4f-4065-9b36-264ce904c5aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182258Z:3cfcaa70-5b4f-4065-9b36-264ce904c5aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "aa8a87e8dba24c8d8368e35a823dbbcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03e26890-45e7-450f-93d4-5f1f798b7e0e" - ], - "x-ms-correlation-request-id": [ - "03e26890-45e7-450f-93d4-5f1f798b7e0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182258Z:03e26890-45e7-450f-93d4-5f1f798b7e0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "185a147933db4692bec6c96948ecef68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3512137-74bd-446e-adeb-a1d846015355" - ], - "x-ms-correlation-request-id": [ - "e3512137-74bd-446e-adeb-a1d846015355" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:e3512137-74bd-446e-adeb-a1d846015355" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "a7855641f8d843669ece97e1aabb2009" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8ae3aaa-a4b4-4a80-a797-2774617ce35e" - ], - "x-ms-correlation-request-id": [ - "c8ae3aaa-a4b4-4a80-a797-2774617ce35e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:c8ae3aaa-a4b4-4a80-a797-2774617ce35e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "f6f6f72f32b04995af6235009b71e6a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b6ad7f8-13b5-49ba-830d-646b14eeca01" - ], - "x-ms-correlation-request-id": [ - "6b6ad7f8-13b5-49ba-830d-646b14eeca01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:6b6ad7f8-13b5-49ba-830d-646b14eeca01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "274d92b69b5b4f978376c489125758b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5e62999-20b1-492b-9b62-9f901469c4f7" - ], - "x-ms-correlation-request-id": [ - "d5e62999-20b1-492b-9b62-9f901469c4f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:d5e62999-20b1-492b-9b62-9f901469c4f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "703efc07531d458385c1e2e000706b8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3577d7b1-32c2-4fa5-b36e-f9274c283e31" - ], - "x-ms-correlation-request-id": [ - "3577d7b1-32c2-4fa5-b36e-f9274c283e31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:3577d7b1-32c2-4fa5-b36e-f9274c283e31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "7e4243e1385247a1b4c14db9083ee614" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77070595-52b7-4662-b2bc-f3f2834ca9ed" - ], - "x-ms-correlation-request-id": [ - "77070595-52b7-4662-b2bc-f3f2834ca9ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:77070595-52b7-4662-b2bc-f3f2834ca9ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "d0d2b0974d054fa1bd8b56b91eba8629" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b79d1dc-6900-40f3-b36b-92ef39e4a5c8" - ], - "x-ms-correlation-request-id": [ - "7b79d1dc-6900-40f3-b36b-92ef39e4a5c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:7b79d1dc-6900-40f3-b36b-92ef39e4a5c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "057a24ef198f483b8ec6982db1b166b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31daf69a-3c1d-4bda-ad85-1c879abebd98" - ], - "x-ms-correlation-request-id": [ - "31daf69a-3c1d-4bda-ad85-1c879abebd98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182259Z:31daf69a-3c1d-4bda-ad85-1c879abebd98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:22:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "63beeaf6595445ab9c646ae78831ebb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f739eee-c70d-46a2-86e2-1b91c9d4f7e3" - ], - "x-ms-correlation-request-id": [ - "3f739eee-c70d-46a2-86e2-1b91c9d4f7e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182300Z:3f739eee-c70d-46a2-86e2-1b91c9d4f7e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "07ee74da1854434d89558f58df1e6728" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "082990b8-f923-4961-b223-e4b42131a219" - ], - "x-ms-correlation-request-id": [ - "082990b8-f923-4961-b223-e4b42131a219" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182300Z:082990b8-f923-4961-b223-e4b42131a219" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "0e80b954c10447458f54794eb7847b21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aaa4ce20-7b8f-48a6-a3f3-cf23e9ac2b98" - ], - "x-ms-correlation-request-id": [ - "aaa4ce20-7b8f-48a6-a3f3-cf23e9ac2b98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182300Z:aaa4ce20-7b8f-48a6-a3f3-cf23e9ac2b98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "395cccf9940547518f67ae0a6fdfc59b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4df3865b-70a5-48e3-b43f-f8d3b672888c" - ], - "x-ms-correlation-request-id": [ - "4df3865b-70a5-48e3-b43f-f8d3b672888c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182300Z:4df3865b-70a5-48e3-b43f-f8d3b672888c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "ada0677c9b694887b042f1eb027cb884" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "819c87af-5ba3-473f-83c4-d9b51fc7b3a7" - ], - "x-ms-correlation-request-id": [ - "819c87af-5ba3-473f-83c4-d9b51fc7b3a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182300Z:819c87af-5ba3-473f-83c4-d9b51fc7b3a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "3e3349a8f360425d93555f59e1499df8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72b74837-a049-4065-a003-e78e95434c6e" - ], - "x-ms-correlation-request-id": [ - "72b74837-a049-4065-a003-e78e95434c6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182300Z:72b74837-a049-4065-a003-e78e95434c6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "86aeaee41cc84d0a89c437e84b4c2147" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf5f6e6e-e013-4443-888f-427cd7f23abf" - ], - "x-ms-correlation-request-id": [ - "cf5f6e6e-e013-4443-888f-427cd7f23abf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182300Z:cf5f6e6e-e013-4443-888f-427cd7f23abf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "b04da24843784e3fa750b6714c66b39c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c696e0ee-829f-46d2-8067-89cf18800e12" - ], - "x-ms-correlation-request-id": [ - "c696e0ee-829f-46d2-8067-89cf18800e12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182301Z:c696e0ee-829f-46d2-8067-89cf18800e12" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "8bfa6fb4d41f46d9ae1941e4b2c6f726" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "224bce17-adb8-443c-b418-5cd65aa88bea" - ], - "x-ms-correlation-request-id": [ - "224bce17-adb8-443c-b418-5cd65aa88bea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182301Z:224bce17-adb8-443c-b418-5cd65aa88bea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "62ff7322b3d74a68bb9b101b15e57233" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "590f9f6c-1332-4c30-a115-cf1e0a766c90" - ], - "x-ms-correlation-request-id": [ - "590f9f6c-1332-4c30-a115-cf1e0a766c90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182301Z:590f9f6c-1332-4c30-a115-cf1e0a766c90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "29c2e7c349694421a85873c61754141b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4307cf30-e7d4-46dd-ba61-e7b4157e2231" - ], - "x-ms-correlation-request-id": [ - "4307cf30-e7d4-46dd-ba61-e7b4157e2231" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182301Z:4307cf30-e7d4-46dd-ba61-e7b4157e2231" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "179192a2387f4866b69bef0bf6f1851f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eab3b07b-63b5-41f0-a918-44c752c254da" - ], - "x-ms-correlation-request-id": [ - "eab3b07b-63b5-41f0-a918-44c752c254da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182301Z:eab3b07b-63b5-41f0-a918-44c752c254da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "0a43842ba58240c5ba3661ba4e5dad05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23897bca-71a9-41ef-9534-411e6dbe6c61" - ], - "x-ms-correlation-request-id": [ - "23897bca-71a9-41ef-9534-411e6dbe6c61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182301Z:23897bca-71a9-41ef-9534-411e6dbe6c61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "7a6c8d1a9a1141bf93fbb83b7f3404a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0dd85c0d-78dd-40b0-9750-80930fbe3f79" - ], - "x-ms-correlation-request-id": [ - "0dd85c0d-78dd-40b0-9750-80930fbe3f79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182302Z:0dd85c0d-78dd-40b0-9750-80930fbe3f79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "e3ac029938084578874120baa1e8fced" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49835cd3-82b7-46a7-bc02-eebedb6e3432" - ], - "x-ms-correlation-request-id": [ - "49835cd3-82b7-46a7-bc02-eebedb6e3432" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182302Z:49835cd3-82b7-46a7-bc02-eebedb6e3432" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "e1a73954b4164132838c1c1569f45b72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8811c798-fb7a-4711-be83-e79aca34552a" - ], - "x-ms-correlation-request-id": [ - "8811c798-fb7a-4711-be83-e79aca34552a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182302Z:8811c798-fb7a-4711-be83-e79aca34552a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "1852f1c95b2146d0a393253233011a68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b86b799c-7856-426c-a7f7-cc746831701e" - ], - "x-ms-correlation-request-id": [ - "b86b799c-7856-426c-a7f7-cc746831701e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182302Z:b86b799c-7856-426c-a7f7-cc746831701e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "581919382f3e47aba345fbf4bb70d23e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82ec5ac4-3f59-424d-b174-5bd362a1e0a3" - ], - "x-ms-correlation-request-id": [ - "82ec5ac4-3f59-424d-b174-5bd362a1e0a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182302Z:82ec5ac4-3f59-424d-b174-5bd362a1e0a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "c9da241d6746447280825f23972c840d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d00874eb-c0c6-48cd-866f-163a89ec0443" - ], - "x-ms-correlation-request-id": [ - "d00874eb-c0c6-48cd-866f-163a89ec0443" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182302Z:d00874eb-c0c6-48cd-866f-163a89ec0443" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "298adf65e5984c798e5c0ea5adbb79f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9215c4b4-5859-4c34-909a-1fce1483838b" - ], - "x-ms-correlation-request-id": [ - "9215c4b4-5859-4c34-909a-1fce1483838b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:9215c4b4-5859-4c34-909a-1fce1483838b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "dac76da1ae354f07abe98c4393253cc8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f587447f-6146-4016-9ff2-424c90270590" - ], - "x-ms-correlation-request-id": [ - "f587447f-6146-4016-9ff2-424c90270590" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:f587447f-6146-4016-9ff2-424c90270590" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "dc7f1a5a95ba402ab9637b548229fdfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e98f76cf-a093-47ab-8a85-fc70ec803ca1" - ], - "x-ms-correlation-request-id": [ - "e98f76cf-a093-47ab-8a85-fc70ec803ca1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:e98f76cf-a093-47ab-8a85-fc70ec803ca1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "4d699936164f46b083d721518372f299" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2aff34f-9650-4304-93bb-107811189742" - ], - "x-ms-correlation-request-id": [ - "c2aff34f-9650-4304-93bb-107811189742" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:c2aff34f-9650-4304-93bb-107811189742" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "bcc317e54e8a41f59495bfecf4729327" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd9cea26-e076-43d0-aa0f-d0d11ab357e5" - ], - "x-ms-correlation-request-id": [ - "fd9cea26-e076-43d0-aa0f-d0d11ab357e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:fd9cea26-e076-43d0-aa0f-d0d11ab357e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "70337a84a22e42acbd1f0fe4466612b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f69e801-9ee3-4f4a-a293-c42b0a7ca087" - ], - "x-ms-correlation-request-id": [ - "5f69e801-9ee3-4f4a-a293-c42b0a7ca087" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:5f69e801-9ee3-4f4a-a293-c42b0a7ca087" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "321ca6897abc4f458c1c9a52f182f9c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa4eb611-ce3f-4f9f-9101-25b378b4e63e" - ], - "x-ms-correlation-request-id": [ - "aa4eb611-ce3f-4f9f-9101-25b378b4e63e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:aa4eb611-ce3f-4f9f-9101-25b378b4e63e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "e7eb1ed7b1524732a8aec3c75b4fe991" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce6a670b-0d75-4d07-b9d1-963ac6b5ebc7" - ], - "x-ms-correlation-request-id": [ - "ce6a670b-0d75-4d07-b9d1-963ac6b5ebc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182303Z:ce6a670b-0d75-4d07-b9d1-963ac6b5ebc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "e2f783042ee54800b40543ce77a05eec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae675585-a572-4a04-86c0-5529655b2fdd" - ], - "x-ms-correlation-request-id": [ - "ae675585-a572-4a04-86c0-5529655b2fdd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182304Z:ae675585-a572-4a04-86c0-5529655b2fdd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "0c067654304f492f9f1d6d51da6b9ffd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdeaec69-4dea-418f-8c90-e513322af6b7" - ], - "x-ms-correlation-request-id": [ - "cdeaec69-4dea-418f-8c90-e513322af6b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182304Z:cdeaec69-4dea-418f-8c90-e513322af6b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "982bd8d24a2c405586baeac48cf37574" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7293cea6-203e-458c-bd21-5202880b53fd" - ], - "x-ms-correlation-request-id": [ - "7293cea6-203e-458c-bd21-5202880b53fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182304Z:7293cea6-203e-458c-bd21-5202880b53fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "fe57b2bc639548de87123699c7724015" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "946b762e-8c38-443b-bbe0-ce067bc579a1" - ], - "x-ms-correlation-request-id": [ - "946b762e-8c38-443b-bbe0-ce067bc579a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182304Z:946b762e-8c38-443b-bbe0-ce067bc579a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "f2d089a75bd74989b0681d6798000501" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4541c8e9-b123-45f8-a4aa-0bac247c11c0" - ], - "x-ms-correlation-request-id": [ - "4541c8e9-b123-45f8-a4aa-0bac247c11c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182304Z:4541c8e9-b123-45f8-a4aa-0bac247c11c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "c77214fd854043429df54c820a5e70dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "667a1643-5905-4b53-95ed-781c2ff4d46c" - ], - "x-ms-correlation-request-id": [ - "667a1643-5905-4b53-95ed-781c2ff4d46c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:667a1643-5905-4b53-95ed-781c2ff4d46c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "4f6bfe46a40a4f91b7b531c30981e05e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05966173-bbc4-43eb-8078-6036567abdd0" - ], - "x-ms-correlation-request-id": [ - "05966173-bbc4-43eb-8078-6036567abdd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:05966173-bbc4-43eb-8078-6036567abdd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "84493ebf0e0948b5bfe2ab14801a580b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e4caf91-44c4-4ff3-960a-4b66a8e735f2" - ], - "x-ms-correlation-request-id": [ - "9e4caf91-44c4-4ff3-960a-4b66a8e735f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:9e4caf91-44c4-4ff3-960a-4b66a8e735f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "20c07b8e6ebc4339891f589ffba7b4d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5cb9a48-bc5a-4f52-9ea3-f50c61a6070a" - ], - "x-ms-correlation-request-id": [ - "a5cb9a48-bc5a-4f52-9ea3-f50c61a6070a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:a5cb9a48-bc5a-4f52-9ea3-f50c61a6070a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "507e52a34c444c81aca9c38aa875ac9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58151d61-e0ef-45f6-88af-1e86a6ed50a7" - ], - "x-ms-correlation-request-id": [ - "58151d61-e0ef-45f6-88af-1e86a6ed50a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:58151d61-e0ef-45f6-88af-1e86a6ed50a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "780c9bfc23bf4a41be0557c62e902507" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a4fc279-e90c-4a04-a50d-cb8511f02928" - ], - "x-ms-correlation-request-id": [ - "2a4fc279-e90c-4a04-a50d-cb8511f02928" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:2a4fc279-e90c-4a04-a50d-cb8511f02928" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "fa26ae3bf5884a168e1d75b8a808ed9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de4af7ed-def1-46e6-a74a-68b10db2a91e" - ], - "x-ms-correlation-request-id": [ - "de4af7ed-def1-46e6-a74a-68b10db2a91e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:de4af7ed-def1-46e6-a74a-68b10db2a91e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "879fee1cb38f4f3aad00179f679d2e10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a09558a8-2903-4e41-8363-6e80995f124b" - ], - "x-ms-correlation-request-id": [ - "a09558a8-2903-4e41-8363-6e80995f124b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:a09558a8-2903-4e41-8363-6e80995f124b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "188d05e88c9e41f68de7822ab1c4ddd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "765a43bc-1b76-4d21-bcad-634d39e5634b" - ], - "x-ms-correlation-request-id": [ - "765a43bc-1b76-4d21-bcad-634d39e5634b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:765a43bc-1b76-4d21-bcad-634d39e5634b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "96d3d021c4374216b8549112dbfe80e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2f6cce7-a2ed-4148-8a43-dd79a9ff4892" - ], - "x-ms-correlation-request-id": [ - "b2f6cce7-a2ed-4148-8a43-dd79a9ff4892" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182305Z:b2f6cce7-a2ed-4148-8a43-dd79a9ff4892" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "440cf05bbee1410da2207738e197fbcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb47bf20-3f55-45c6-9f5d-a82571229bb9" - ], - "x-ms-correlation-request-id": [ - "fb47bf20-3f55-45c6-9f5d-a82571229bb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:fb47bf20-3f55-45c6-9f5d-a82571229bb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "7055eb3023d04bc09205e7dc4f8afde2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ab327e4-3beb-44cf-a9d7-0c191d835e77" - ], - "x-ms-correlation-request-id": [ - "7ab327e4-3beb-44cf-a9d7-0c191d835e77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:7ab327e4-3beb-44cf-a9d7-0c191d835e77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "2353bc96ee4a4114978cdba1ee72d18b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60e65dbe-4b8c-4b61-9c43-6b887eb1273f" - ], - "x-ms-correlation-request-id": [ - "60e65dbe-4b8c-4b61-9c43-6b887eb1273f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:60e65dbe-4b8c-4b61-9c43-6b887eb1273f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "713bc880ed624410ba03a7879195719c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cb72c5d-c4d9-4c9e-9395-83d3925af51c" - ], - "x-ms-correlation-request-id": [ - "9cb72c5d-c4d9-4c9e-9395-83d3925af51c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:9cb72c5d-c4d9-4c9e-9395-83d3925af51c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "39f5daa9690b49e089004e2c25655b48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e38fe85d-1aac-461b-bcc6-187dd46e0570" - ], - "x-ms-correlation-request-id": [ - "e38fe85d-1aac-461b-bcc6-187dd46e0570" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:e38fe85d-1aac-461b-bcc6-187dd46e0570" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "571ebc717c5e479cbe9ba2f824a1a052" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "547013e4-d56b-49dc-a197-59ed6368c4fe" - ], - "x-ms-correlation-request-id": [ - "547013e4-d56b-49dc-a197-59ed6368c4fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:547013e4-d56b-49dc-a197-59ed6368c4fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "8f9bcdd76aad478e8b0e72a129ba76db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c70c64f-cb63-4531-ba82-9e386575ccc7" - ], - "x-ms-correlation-request-id": [ - "5c70c64f-cb63-4531-ba82-9e386575ccc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:5c70c64f-cb63-4531-ba82-9e386575ccc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "d24da99aa89640abb404c1666c514909" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e507e00-370d-470c-9343-7d9628d88b54" - ], - "x-ms-correlation-request-id": [ - "3e507e00-370d-470c-9343-7d9628d88b54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182306Z:3e507e00-370d-470c-9343-7d9628d88b54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "e4547cfb378a494c8e440dfb70c47710" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a00478d7-aa15-48f8-b4d4-6ad72895d315" - ], - "x-ms-correlation-request-id": [ - "a00478d7-aa15-48f8-b4d4-6ad72895d315" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182307Z:a00478d7-aa15-48f8-b4d4-6ad72895d315" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "274b168eb24c48efbcf8dd52bcd2e605" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd1277a5-d20e-408a-9376-69cef2875953" - ], - "x-ms-correlation-request-id": [ - "bd1277a5-d20e-408a-9376-69cef2875953" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182307Z:bd1277a5-d20e-408a-9376-69cef2875953" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "ae92ac662b0b482c95fe5fb4b7bdb12d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cedc148e-d0a3-44f4-bc61-fe8fba58b9e3" - ], - "x-ms-correlation-request-id": [ - "cedc148e-d0a3-44f4-bc61-fe8fba58b9e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182307Z:cedc148e-d0a3-44f4-bc61-fe8fba58b9e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "7ee2a90fde6c411c99618016b6137792" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1cfd449-de06-4cf2-b91e-b6b2c7b575b1" - ], - "x-ms-correlation-request-id": [ - "f1cfd449-de06-4cf2-b91e-b6b2c7b575b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182307Z:f1cfd449-de06-4cf2-b91e-b6b2c7b575b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "fbda0e430149470d9a8c5b5849dc64ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5ba2491-6e2d-4246-a582-1cbe911fa0f3" - ], - "x-ms-correlation-request-id": [ - "c5ba2491-6e2d-4246-a582-1cbe911fa0f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182307Z:c5ba2491-6e2d-4246-a582-1cbe911fa0f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "b03c34ab743f43d983f7b946497f072c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05281883-de12-4640-91c5-eed6de07bdad" - ], - "x-ms-correlation-request-id": [ - "05281883-de12-4640-91c5-eed6de07bdad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182307Z:05281883-de12-4640-91c5-eed6de07bdad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "d9aa8d9f02544e4bb97afba2518f8b71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "168d78c7-ceb0-4fc9-9cdd-49fe309123e4" - ], - "x-ms-correlation-request-id": [ - "168d78c7-ceb0-4fc9-9cdd-49fe309123e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182307Z:168d78c7-ceb0-4fc9-9cdd-49fe309123e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "5bdaa1df70ae4e11a0432bd22d1f45fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9496ade7-a11f-434c-9855-1eabbc142956" - ], - "x-ms-correlation-request-id": [ - "9496ade7-a11f-434c-9855-1eabbc142956" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182308Z:9496ade7-a11f-434c-9855-1eabbc142956" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "11a7bc5c677d46e2877482363931e617" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54c68efc-7ee3-4e48-af37-85905864f959" - ], - "x-ms-correlation-request-id": [ - "54c68efc-7ee3-4e48-af37-85905864f959" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182308Z:54c68efc-7ee3-4e48-af37-85905864f959" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "2c7b82b576ba41c596be43260f026b0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b105b775-ef0c-4369-b6a0-f980c41bbb3b" - ], - "x-ms-correlation-request-id": [ - "b105b775-ef0c-4369-b6a0-f980c41bbb3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182308Z:b105b775-ef0c-4369-b6a0-f980c41bbb3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "5196f42404cc4cd691dc8e8ce2f4a462" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a7822d5-f06b-47ac-b222-d2f987f66ab4" - ], - "x-ms-correlation-request-id": [ - "1a7822d5-f06b-47ac-b222-d2f987f66ab4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182308Z:1a7822d5-f06b-47ac-b222-d2f987f66ab4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "a4440fcdf5c94af9a7084d7bcd14fb1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e00a53cb-8ec2-46c0-8781-81d09c5ccaeb" - ], - "x-ms-correlation-request-id": [ - "e00a53cb-8ec2-46c0-8781-81d09c5ccaeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182308Z:e00a53cb-8ec2-46c0-8781-81d09c5ccaeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "d9f36c4d2c0b48d89e184ef699eb0f7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2285edfc-0863-455c-976e-0956e7a80585" - ], - "x-ms-correlation-request-id": [ - "2285edfc-0863-455c-976e-0956e7a80585" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182308Z:2285edfc-0863-455c-976e-0956e7a80585" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "e280fa57355e433bab33829f3d03d245" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "707036f1-b08a-41e6-aeb1-9086331a074f" - ], - "x-ms-correlation-request-id": [ - "707036f1-b08a-41e6-aeb1-9086331a074f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182308Z:707036f1-b08a-41e6-aeb1-9086331a074f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "7e3582eebf0f4f5ca2bc7c92649c8253" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "377fb7e7-865a-454a-8781-82e3a7ba8884" - ], - "x-ms-correlation-request-id": [ - "377fb7e7-865a-454a-8781-82e3a7ba8884" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182309Z:377fb7e7-865a-454a-8781-82e3a7ba8884" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "b767bb7573544efe93bae7885afcffc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9309f338-457c-46e0-af6f-d6c941a51516" - ], - "x-ms-correlation-request-id": [ - "9309f338-457c-46e0-af6f-d6c941a51516" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182309Z:9309f338-457c-46e0-af6f-d6c941a51516" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "0633871eaaef48afbbc4a47fd8bbc524" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abbced68-333e-4f94-bf01-fc4eda52fb0b" - ], - "x-ms-correlation-request-id": [ - "abbced68-333e-4f94-bf01-fc4eda52fb0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182309Z:abbced68-333e-4f94-bf01-fc4eda52fb0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "4ec5daddac6a4d7dbe291293be29e6f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "532256ec-8fdb-45c0-9941-cfbae8306f77" - ], - "x-ms-correlation-request-id": [ - "532256ec-8fdb-45c0-9941-cfbae8306f77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182309Z:532256ec-8fdb-45c0-9941-cfbae8306f77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "8f015c3a9964443db2958305979cb41d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "075b1152-2d64-4012-a6d3-877fabc3c14a" - ], - "x-ms-correlation-request-id": [ - "075b1152-2d64-4012-a6d3-877fabc3c14a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182309Z:075b1152-2d64-4012-a6d3-877fabc3c14a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "3036e3aad2d24e2a811fdd931f88ce64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d9f8136-fb79-4c52-a8b0-bae399e2442e" - ], - "x-ms-correlation-request-id": [ - "7d9f8136-fb79-4c52-a8b0-bae399e2442e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182310Z:7d9f8136-fb79-4c52-a8b0-bae399e2442e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "0916d8de5f1c4668b56b0f988a8bc591" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1786af97-f383-422c-9201-bff351f9e6e4" - ], - "x-ms-correlation-request-id": [ - "1786af97-f383-422c-9201-bff351f9e6e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182310Z:1786af97-f383-422c-9201-bff351f9e6e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "ed93f40f7b1a46dd9197586ab47d3bb5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c95c9942-ae0e-447c-b061-2fe1e519a3c8" - ], - "x-ms-correlation-request-id": [ - "c95c9942-ae0e-447c-b061-2fe1e519a3c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182310Z:c95c9942-ae0e-447c-b061-2fe1e519a3c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "668581c43a8f4d7abc2ec2844992f047" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f451763-9a76-476b-95d0-6406e9f55c3c" - ], - "x-ms-correlation-request-id": [ - "1f451763-9a76-476b-95d0-6406e9f55c3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182310Z:1f451763-9a76-476b-95d0-6406e9f55c3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "92a1f615178945a4a7e41c7be4644406" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93ae71ce-48cf-418d-a464-e741a94011f0" - ], - "x-ms-correlation-request-id": [ - "93ae71ce-48cf-418d-a464-e741a94011f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182310Z:93ae71ce-48cf-418d-a464-e741a94011f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "942544940f9c4ee68b0f3cc56f07ca4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34368520-ebc0-421f-bb19-76d4c5952737" - ], - "x-ms-correlation-request-id": [ - "34368520-ebc0-421f-bb19-76d4c5952737" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182310Z:34368520-ebc0-421f-bb19-76d4c5952737" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "9f19361e55274ad8aff271b641909525" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b82867d5-a185-4a44-8ab4-086d6668d860" - ], - "x-ms-correlation-request-id": [ - "b82867d5-a185-4a44-8ab4-086d6668d860" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:b82867d5-a185-4a44-8ab4-086d6668d860" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "92e7c1493da54692945788b1b90784ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0acd0b9-ed68-4602-97a1-f6af66cd1722" - ], - "x-ms-correlation-request-id": [ - "c0acd0b9-ed68-4602-97a1-f6af66cd1722" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:c0acd0b9-ed68-4602-97a1-f6af66cd1722" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "318b87ad027e401c9d04d865f62cc045" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2f120f6-b56c-492d-94b8-ae1881b7e1f7" - ], - "x-ms-correlation-request-id": [ - "e2f120f6-b56c-492d-94b8-ae1881b7e1f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:e2f120f6-b56c-492d-94b8-ae1881b7e1f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "6b1f956849104a7a9e6b203fba6933de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e59454a-ae94-44b0-ba03-5555f82a6bc6" - ], - "x-ms-correlation-request-id": [ - "8e59454a-ae94-44b0-ba03-5555f82a6bc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:8e59454a-ae94-44b0-ba03-5555f82a6bc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "0ddfa28618b54e0598adbefee2a78adc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9010a2f7-cf0f-4274-8217-07e1f7a38383" - ], - "x-ms-correlation-request-id": [ - "9010a2f7-cf0f-4274-8217-07e1f7a38383" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:9010a2f7-cf0f-4274-8217-07e1f7a38383" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "2fad2ef4e03e45989c435b926210e539" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d81eafa6-7091-4f83-9bdc-cca91cf849c4" - ], - "x-ms-correlation-request-id": [ - "d81eafa6-7091-4f83-9bdc-cca91cf849c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:d81eafa6-7091-4f83-9bdc-cca91cf849c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "2564b24da84442e583622567efcfaff2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee53da57-1390-4506-885b-eb0e2bcf6559" - ], - "x-ms-correlation-request-id": [ - "ee53da57-1390-4506-885b-eb0e2bcf6559" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:ee53da57-1390-4506-885b-eb0e2bcf6559" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "986747d1c98245368922727f160f54af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17353b30-64c1-40c9-bd10-a5f5e9442d60" - ], - "x-ms-correlation-request-id": [ - "17353b30-64c1-40c9-bd10-a5f5e9442d60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:17353b30-64c1-40c9-bd10-a5f5e9442d60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "e8790c6b9f7a451fbaddd7aca3e4cc1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe4e8c66-e4d0-4caf-81b2-d281adeacf5f" - ], - "x-ms-correlation-request-id": [ - "fe4e8c66-e4d0-4caf-81b2-d281adeacf5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182311Z:fe4e8c66-e4d0-4caf-81b2-d281adeacf5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "930b3892505648b3b2feb939d4395aaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a64107e-4ed0-4a00-9784-d41c8454e2e3" - ], - "x-ms-correlation-request-id": [ - "6a64107e-4ed0-4a00-9784-d41c8454e2e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:6a64107e-4ed0-4a00-9784-d41c8454e2e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "fdb17313a3c9422491dfb474421fb1e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "816ce978-1f98-4c67-977f-f72590cea4c9" - ], - "x-ms-correlation-request-id": [ - "816ce978-1f98-4c67-977f-f72590cea4c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:816ce978-1f98-4c67-977f-f72590cea4c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "b87e4c1a24c14d0a934e7d5f4bd54ee4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e6f59c1-d3ad-4658-a90a-25c3ad00d704" - ], - "x-ms-correlation-request-id": [ - "7e6f59c1-d3ad-4658-a90a-25c3ad00d704" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:7e6f59c1-d3ad-4658-a90a-25c3ad00d704" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "5aa40e4f77ee4658887da8535277d6c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9929ca9c-0331-44f3-9d14-ce637da9ca96" - ], - "x-ms-correlation-request-id": [ - "9929ca9c-0331-44f3-9d14-ce637da9ca96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:9929ca9c-0331-44f3-9d14-ce637da9ca96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "4f98f88c9b7f46bfa86bc0546e6ce13e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82860370-afe6-46fd-9aa2-78becfbeb2a4" - ], - "x-ms-correlation-request-id": [ - "82860370-afe6-46fd-9aa2-78becfbeb2a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:82860370-afe6-46fd-9aa2-78becfbeb2a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "16a94119d4184343a445a0ead8853cf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d467247d-c621-447c-8807-59af4d4c8967" - ], - "x-ms-correlation-request-id": [ - "d467247d-c621-447c-8807-59af4d4c8967" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:d467247d-c621-447c-8807-59af4d4c8967" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "d37dd75b57ce46bfbcd57045bded3df1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2fe6442-a79f-4c66-877b-c055a5432110" - ], - "x-ms-correlation-request-id": [ - "d2fe6442-a79f-4c66-877b-c055a5432110" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:d2fe6442-a79f-4c66-877b-c055a5432110" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "fc0cd88612944dd78b7d268fdd9749fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "470b5047-b1f4-4819-b3da-33be40d90ecc" - ], - "x-ms-correlation-request-id": [ - "470b5047-b1f4-4819-b3da-33be40d90ecc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182312Z:470b5047-b1f4-4819-b3da-33be40d90ecc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "a226c259f1c24b1797915683dd1c5bcc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1586957d-d833-4cce-ae70-8cd38b57cfeb" - ], - "x-ms-correlation-request-id": [ - "1586957d-d833-4cce-ae70-8cd38b57cfeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182313Z:1586957d-d833-4cce-ae70-8cd38b57cfeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "a1e43322a70c4cafb90ff71fc0cb0066" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "467d41be-87ef-4285-b8cf-dc52e0892191" - ], - "x-ms-correlation-request-id": [ - "467d41be-87ef-4285-b8cf-dc52e0892191" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182313Z:467d41be-87ef-4285-b8cf-dc52e0892191" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "c677b99e24c947b8887e92704052c14c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a61bdc2-8be1-4030-a4c2-14be2c83bd92" - ], - "x-ms-correlation-request-id": [ - "3a61bdc2-8be1-4030-a4c2-14be2c83bd92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182313Z:3a61bdc2-8be1-4030-a4c2-14be2c83bd92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "906cb006f3174eb09e3e013ce88efb01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12572e34-166f-4b4d-9da5-4469aa1ee508" - ], - "x-ms-correlation-request-id": [ - "12572e34-166f-4b4d-9da5-4469aa1ee508" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182313Z:12572e34-166f-4b4d-9da5-4469aa1ee508" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "afc1f1aad2594830b868f4241ba28848" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3762295c-4720-4826-9bd5-3fe0ae052a63" - ], - "x-ms-correlation-request-id": [ - "3762295c-4720-4826-9bd5-3fe0ae052a63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182313Z:3762295c-4720-4826-9bd5-3fe0ae052a63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "c2493f56f4f840b08726d99a251126f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "406fc773-5234-4620-ba31-143d6073ff0a" - ], - "x-ms-correlation-request-id": [ - "406fc773-5234-4620-ba31-143d6073ff0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182313Z:406fc773-5234-4620-ba31-143d6073ff0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "367a5af6b6e54b53a24cf96903e54827" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28d114d7-c261-4233-b980-1eb9120a0418" - ], - "x-ms-correlation-request-id": [ - "28d114d7-c261-4233-b980-1eb9120a0418" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182313Z:28d114d7-c261-4233-b980-1eb9120a0418" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "cc49ea09bb304e0b8169ac98c5cc03b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f03122b-7f74-4379-ad4c-2c54d3d1b9d4" - ], - "x-ms-correlation-request-id": [ - "0f03122b-7f74-4379-ad4c-2c54d3d1b9d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182314Z:0f03122b-7f74-4379-ad4c-2c54d3d1b9d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "24f460209e07412d8bd7f3be08f053aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95dc9f00-c4cd-4019-8e5e-c068b3a5f6b2" - ], - "x-ms-correlation-request-id": [ - "95dc9f00-c4cd-4019-8e5e-c068b3a5f6b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182314Z:95dc9f00-c4cd-4019-8e5e-c068b3a5f6b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "971c6eda68f54480b12ec85ca1d0f9cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a892f0b4-a823-48d4-a7a9-c8502584c63e" - ], - "x-ms-correlation-request-id": [ - "a892f0b4-a823-48d4-a7a9-c8502584c63e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182314Z:a892f0b4-a823-48d4-a7a9-c8502584c63e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "c3e9fd2816d649a9bffa08ff427f3d2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "180d7164-2f97-4af8-8b50-9cf9008b9eb4" - ], - "x-ms-correlation-request-id": [ - "180d7164-2f97-4af8-8b50-9cf9008b9eb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182314Z:180d7164-2f97-4af8-8b50-9cf9008b9eb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "5e95336a472c44a186ecd3742094efc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "329d2876-1187-4cd2-b7ea-557cbfeb2d30" - ], - "x-ms-correlation-request-id": [ - "329d2876-1187-4cd2-b7ea-557cbfeb2d30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182314Z:329d2876-1187-4cd2-b7ea-557cbfeb2d30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "e716dfacac2e4492b430b846c6ed3b54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69b07819-9470-4786-94a1-210c5bf739a0" - ], - "x-ms-correlation-request-id": [ - "69b07819-9470-4786-94a1-210c5bf739a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182314Z:69b07819-9470-4786-94a1-210c5bf739a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "f1cd02a81ca94ad09ee398cb42049c44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b0be171-83a1-4571-b6bd-8b6f2635b07c" - ], - "x-ms-correlation-request-id": [ - "1b0be171-83a1-4571-b6bd-8b6f2635b07c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182314Z:1b0be171-83a1-4571-b6bd-8b6f2635b07c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "f53985048ca7491da01d3f0fc4d8fd53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1aeb5fe0-c173-40ee-9eb9-0a38a18e552d" - ], - "x-ms-correlation-request-id": [ - "1aeb5fe0-c173-40ee-9eb9-0a38a18e552d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182315Z:1aeb5fe0-c173-40ee-9eb9-0a38a18e552d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "c175527b6a39495c8c28cf8fd364142a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77c73460-46b6-4578-bc79-1017afa15f8f" - ], - "x-ms-correlation-request-id": [ - "77c73460-46b6-4578-bc79-1017afa15f8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182315Z:77c73460-46b6-4578-bc79-1017afa15f8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "0ab2d3f2aafa4ff19b67f7b74246c57d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d64dde94-ea9b-4633-b71e-3a56b67ff139" - ], - "x-ms-correlation-request-id": [ - "d64dde94-ea9b-4633-b71e-3a56b67ff139" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182315Z:d64dde94-ea9b-4633-b71e-3a56b67ff139" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "3102e3218c0c4dfab7f21727e30aa5c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "515327cd-e228-4c4c-89b0-f55436ad7454" - ], - "x-ms-correlation-request-id": [ - "515327cd-e228-4c4c-89b0-f55436ad7454" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182315Z:515327cd-e228-4c4c-89b0-f55436ad7454" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "d62dd62e24ef4f16a3d12c7a8e8365ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaaa3f0e-b802-4fc1-af78-076327eac3c7" - ], - "x-ms-correlation-request-id": [ - "eaaa3f0e-b802-4fc1-af78-076327eac3c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182315Z:eaaa3f0e-b802-4fc1-af78-076327eac3c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "9ec1efbc7e11436ba9aba948984c6577" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d837dcb2-f4a4-4573-86f3-8bc7dc80a5b7" - ], - "x-ms-correlation-request-id": [ - "d837dcb2-f4a4-4573-86f3-8bc7dc80a5b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182315Z:d837dcb2-f4a4-4573-86f3-8bc7dc80a5b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "4805b6c495aa4ee3afd4713d39c1e83d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d6add24-daeb-4893-9107-9c85e12eeb35" - ], - "x-ms-correlation-request-id": [ - "0d6add24-daeb-4893-9107-9c85e12eeb35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182315Z:0d6add24-daeb-4893-9107-9c85e12eeb35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "cb0b6b9bd6644634851f03513106e6db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "027db109-1c80-41e8-9b9f-8b01e0947801" - ], - "x-ms-correlation-request-id": [ - "027db109-1c80-41e8-9b9f-8b01e0947801" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:027db109-1c80-41e8-9b9f-8b01e0947801" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "641d2aff526045c99952efbd29f5715f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbd97569-13dc-4a53-804a-dda4fa020dfc" - ], - "x-ms-correlation-request-id": [ - "cbd97569-13dc-4a53-804a-dda4fa020dfc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:cbd97569-13dc-4a53-804a-dda4fa020dfc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "86adff08238f40c8b3f92eb8f1f238c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a4db3cc-a168-4405-9bf0-b7188327bcf6" - ], - "x-ms-correlation-request-id": [ - "4a4db3cc-a168-4405-9bf0-b7188327bcf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:4a4db3cc-a168-4405-9bf0-b7188327bcf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "17bc6a781f914c7787c0db493ce71e09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34e1c3b1-436a-4d01-af4c-933d98d35ced" - ], - "x-ms-correlation-request-id": [ - "34e1c3b1-436a-4d01-af4c-933d98d35ced" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:34e1c3b1-436a-4d01-af4c-933d98d35ced" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "57b9247ba6cf4770b82720dead73799d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cbc0f72-e65a-4c18-8f55-3b032c227ab6" - ], - "x-ms-correlation-request-id": [ - "5cbc0f72-e65a-4c18-8f55-3b032c227ab6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:5cbc0f72-e65a-4c18-8f55-3b032c227ab6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "491ac5f64b634b3292db673a355a88d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7581554-e2bd-428f-926f-05045a0cd938" - ], - "x-ms-correlation-request-id": [ - "e7581554-e2bd-428f-926f-05045a0cd938" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:e7581554-e2bd-428f-926f-05045a0cd938" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "407d17a7c09d4758ab9125c898d14a92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2fc6d8e8-6fbd-4e79-9216-d6a3f0e09210" - ], - "x-ms-correlation-request-id": [ - "2fc6d8e8-6fbd-4e79-9216-d6a3f0e09210" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:2fc6d8e8-6fbd-4e79-9216-d6a3f0e09210" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "6e17ea1ebf154fd88158ee4d4447488f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "529c4cef-c220-4551-896b-2c87e38fa04c" - ], - "x-ms-correlation-request-id": [ - "529c4cef-c220-4551-896b-2c87e38fa04c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:529c4cef-c220-4551-896b-2c87e38fa04c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "1b9d0c8502394fb8947669f551513f47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0baf155-8fe0-4891-a6f9-a384e86ad896" - ], - "x-ms-correlation-request-id": [ - "a0baf155-8fe0-4891-a6f9-a384e86ad896" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182316Z:a0baf155-8fe0-4891-a6f9-a384e86ad896" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "22ab9416eaf84de5b4a65f1f3b278a9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "931a6879-33de-46e4-846c-f6f87a0e9d53" - ], - "x-ms-correlation-request-id": [ - "931a6879-33de-46e4-846c-f6f87a0e9d53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182317Z:931a6879-33de-46e4-846c-f6f87a0e9d53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "f31d850ea7d2458ba72da5fcc11d4775" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35e2fe48-d1c5-4766-a723-d59a37985751" - ], - "x-ms-correlation-request-id": [ - "35e2fe48-d1c5-4766-a723-d59a37985751" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182317Z:35e2fe48-d1c5-4766-a723-d59a37985751" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "174850fbe2024bb1ab4539c40b02cc52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8d1de3a-7bd7-4d86-9dac-361a42b23121" - ], - "x-ms-correlation-request-id": [ - "f8d1de3a-7bd7-4d86-9dac-361a42b23121" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182317Z:f8d1de3a-7bd7-4d86-9dac-361a42b23121" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "a12d623bea9a44289acb88c89454cd6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "683aabb4-3ded-47e1-b27e-7654e12b017c" - ], - "x-ms-correlation-request-id": [ - "683aabb4-3ded-47e1-b27e-7654e12b017c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182317Z:683aabb4-3ded-47e1-b27e-7654e12b017c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "18c15b61b5a1433889b5c91a4e9a36a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4df37b5-8092-493d-8611-0a5a8734e7b6" - ], - "x-ms-correlation-request-id": [ - "b4df37b5-8092-493d-8611-0a5a8734e7b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182318Z:b4df37b5-8092-493d-8611-0a5a8734e7b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "bd8254884b7e43c3bbe907ed9756b854" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b2600ec-d725-4980-9323-ae3b855c52cb" - ], - "x-ms-correlation-request-id": [ - "6b2600ec-d725-4980-9323-ae3b855c52cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182318Z:6b2600ec-d725-4980-9323-ae3b855c52cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "c5794b63051e4fc6a91accdfd871b154" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fdd44b4-91f8-478b-b178-69bc828720e2" - ], - "x-ms-correlation-request-id": [ - "5fdd44b4-91f8-478b-b178-69bc828720e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182318Z:5fdd44b4-91f8-478b-b178-69bc828720e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "734a5ba931f94689959c085ed034bd83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a1ed4ab-355a-4699-a617-41ad615879f2" - ], - "x-ms-correlation-request-id": [ - "0a1ed4ab-355a-4699-a617-41ad615879f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182318Z:0a1ed4ab-355a-4699-a617-41ad615879f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "d4ee9bc60399420793e20bea7771a5bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a67ae98d-6e44-4765-937f-139e3ab035ba" - ], - "x-ms-correlation-request-id": [ - "a67ae98d-6e44-4765-937f-139e3ab035ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182318Z:a67ae98d-6e44-4765-937f-139e3ab035ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "27bb7275c70d4dfa8f38727fc501ad8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "499d117f-af65-4f00-9114-53661cc71315" - ], - "x-ms-correlation-request-id": [ - "499d117f-af65-4f00-9114-53661cc71315" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182318Z:499d117f-af65-4f00-9114-53661cc71315" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "aaa3fac02ac044108f2d14cf8c815ecc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96cb778c-88de-46f0-9bea-246b7904717f" - ], - "x-ms-correlation-request-id": [ - "96cb778c-88de-46f0-9bea-246b7904717f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182318Z:96cb778c-88de-46f0-9bea-246b7904717f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "2a5a4f2add184be88d42d685ab671132" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47f8e453-d58b-4233-ad5a-05aa060ca2b1" - ], - "x-ms-correlation-request-id": [ - "47f8e453-d58b-4233-ad5a-05aa060ca2b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182319Z:47f8e453-d58b-4233-ad5a-05aa060ca2b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "68d8e499aae84078b9dc3ed748ff922c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a699fea6-348d-4245-b991-d5cc135cfc28" - ], - "x-ms-correlation-request-id": [ - "a699fea6-348d-4245-b991-d5cc135cfc28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182319Z:a699fea6-348d-4245-b991-d5cc135cfc28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "4872fda7814444ef88de5831dd6f8eb7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a299564-c041-4847-9053-a63c35c13ab2" - ], - "x-ms-correlation-request-id": [ - "2a299564-c041-4847-9053-a63c35c13ab2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182319Z:2a299564-c041-4847-9053-a63c35c13ab2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "b14c13fb78d0493c85d4986b2442dcb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02a2b441-0a37-4d79-a577-c486ffaf2001" - ], - "x-ms-correlation-request-id": [ - "02a2b441-0a37-4d79-a577-c486ffaf2001" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182319Z:02a2b441-0a37-4d79-a577-c486ffaf2001" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "cd98bfef5888431fb307793366a25a29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bdbcb472-c17c-4f9b-9307-a2b2aca050d5" - ], - "x-ms-correlation-request-id": [ - "bdbcb472-c17c-4f9b-9307-a2b2aca050d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182319Z:bdbcb472-c17c-4f9b-9307-a2b2aca050d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "4b7a6283f92e41858806e9335297bd64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "289d2565-be63-438d-a466-5ee296ca2dcb" - ], - "x-ms-correlation-request-id": [ - "289d2565-be63-438d-a466-5ee296ca2dcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182319Z:289d2565-be63-438d-a466-5ee296ca2dcb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "abaf75458bf343528aeed3492a0540c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e55fc22-b011-4c60-8327-43bf978b540c" - ], - "x-ms-correlation-request-id": [ - "8e55fc22-b011-4c60-8327-43bf978b540c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:8e55fc22-b011-4c60-8327-43bf978b540c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "16f69a035b0e416ea026ef798b87bf3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1683c8bd-7d1b-422b-bbee-634abccc61df" - ], - "x-ms-correlation-request-id": [ - "1683c8bd-7d1b-422b-bbee-634abccc61df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:1683c8bd-7d1b-422b-bbee-634abccc61df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "be531fc3f72a4926a54034e11b8ec283" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34e48c08-de25-446e-a6f7-a548faf06f75" - ], - "x-ms-correlation-request-id": [ - "34e48c08-de25-446e-a6f7-a548faf06f75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:34e48c08-de25-446e-a6f7-a548faf06f75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "cc35d7d96ebf4e9f815a542cc6d94b8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a2c5daa-98e7-4385-ae3c-32dc42f7198c" - ], - "x-ms-correlation-request-id": [ - "1a2c5daa-98e7-4385-ae3c-32dc42f7198c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:1a2c5daa-98e7-4385-ae3c-32dc42f7198c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "8450ece9e40a436ca991e76488ffbdd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2886f309-077f-46ea-bea2-9c3f0fc42a6d" - ], - "x-ms-correlation-request-id": [ - "2886f309-077f-46ea-bea2-9c3f0fc42a6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:2886f309-077f-46ea-bea2-9c3f0fc42a6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "65e32001467045ac9eac7f1ff3177d49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9353bd1-73c0-40e1-91e6-37e99b63e21e" - ], - "x-ms-correlation-request-id": [ - "b9353bd1-73c0-40e1-91e6-37e99b63e21e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:b9353bd1-73c0-40e1-91e6-37e99b63e21e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "0c68acd36bac42ee8eaa5c542d1f22c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85b7cb00-7d4c-45b5-b68f-0dc226e4b353" - ], - "x-ms-correlation-request-id": [ - "85b7cb00-7d4c-45b5-b68f-0dc226e4b353" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:85b7cb00-7d4c-45b5-b68f-0dc226e4b353" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "645146c720524d4ca3c6087b2828922c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c338a3e-7874-4fe9-a1f6-a8a4bb354c7e" - ], - "x-ms-correlation-request-id": [ - "6c338a3e-7874-4fe9-a1f6-a8a4bb354c7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:6c338a3e-7874-4fe9-a1f6-a8a4bb354c7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "748f3159542e45eaad208fa96ff22166" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71600e08-a098-4165-9460-33081432f1bd" - ], - "x-ms-correlation-request-id": [ - "71600e08-a098-4165-9460-33081432f1bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182320Z:71600e08-a098-4165-9460-33081432f1bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "57c9016f00454fb6b01c34eca35b5868" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ffc5f3d-3201-4588-a68e-42dca4314d6a" - ], - "x-ms-correlation-request-id": [ - "2ffc5f3d-3201-4588-a68e-42dca4314d6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182321Z:2ffc5f3d-3201-4588-a68e-42dca4314d6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "7bbdf75c3b974b629ba24d09b0b711d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f906cd3a-3849-41b5-b1a4-57cf50f03d83" - ], - "x-ms-correlation-request-id": [ - "f906cd3a-3849-41b5-b1a4-57cf50f03d83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182321Z:f906cd3a-3849-41b5-b1a4-57cf50f03d83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "4b0da58370c54dd3a64df4508404ff1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6ca3e1b-1a0a-4a37-b5af-9f9aa9c39b9d" - ], - "x-ms-correlation-request-id": [ - "f6ca3e1b-1a0a-4a37-b5af-9f9aa9c39b9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182321Z:f6ca3e1b-1a0a-4a37-b5af-9f9aa9c39b9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "e146965714da4a9289911b0c699d6619" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8262dee6-43be-4967-b505-e80c01d6172b" - ], - "x-ms-correlation-request-id": [ - "8262dee6-43be-4967-b505-e80c01d6172b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182321Z:8262dee6-43be-4967-b505-e80c01d6172b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "7cb582a9752344fbab821aed3d49e12b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1d4e99a-29c1-4f05-9e6c-50d148f25a16" - ], - "x-ms-correlation-request-id": [ - "c1d4e99a-29c1-4f05-9e6c-50d148f25a16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182321Z:c1d4e99a-29c1-4f05-9e6c-50d148f25a16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "26f27461e6c943c9bfba87685e883c1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74830fd3-6403-4f3e-a52b-4bb2f86a8fd0" - ], - "x-ms-correlation-request-id": [ - "74830fd3-6403-4f3e-a52b-4bb2f86a8fd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182321Z:74830fd3-6403-4f3e-a52b-4bb2f86a8fd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "4e9d5155394b42cea5059d1f7de63ae2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2d03521-6cec-4116-b66a-4c38e0df0660" - ], - "x-ms-correlation-request-id": [ - "c2d03521-6cec-4116-b66a-4c38e0df0660" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182322Z:c2d03521-6cec-4116-b66a-4c38e0df0660" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "d3196d8ab9c84a1a96bc95ab720e7ea1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19c1d74e-864d-46af-8ebc-b0a2d76751fe" - ], - "x-ms-correlation-request-id": [ - "19c1d74e-864d-46af-8ebc-b0a2d76751fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182322Z:19c1d74e-864d-46af-8ebc-b0a2d76751fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "b090c389524246a4a6b4ecbb22adadc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e995e0f-15bb-4fb7-9a9b-9c7889562431" - ], - "x-ms-correlation-request-id": [ - "8e995e0f-15bb-4fb7-9a9b-9c7889562431" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182322Z:8e995e0f-15bb-4fb7-9a9b-9c7889562431" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "b717cf187bbb4b07b13d0f9473dbd62b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4028161e-d773-4e24-ac9b-5af2daa93877" - ], - "x-ms-correlation-request-id": [ - "4028161e-d773-4e24-ac9b-5af2daa93877" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182322Z:4028161e-d773-4e24-ac9b-5af2daa93877" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "1a87076c9ecf481798006e67d8d7f1b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01b0121d-df4c-40aa-98c3-7b711d15e241" - ], - "x-ms-correlation-request-id": [ - "01b0121d-df4c-40aa-98c3-7b711d15e241" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182322Z:01b0121d-df4c-40aa-98c3-7b711d15e241" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "43e8492c80af466d80bd3c24a25b81fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcb718e7-7a01-48a5-8100-3c018ae440ea" - ], - "x-ms-correlation-request-id": [ - "fcb718e7-7a01-48a5-8100-3c018ae440ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182322Z:fcb718e7-7a01-48a5-8100-3c018ae440ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "85c3a0117aee4a1286285900ad19d0b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c14deae5-2b1c-4e09-a4ff-1dd634ccffaf" - ], - "x-ms-correlation-request-id": [ - "c14deae5-2b1c-4e09-a4ff-1dd634ccffaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182322Z:c14deae5-2b1c-4e09-a4ff-1dd634ccffaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "059be419b81849bca663203d0946a22f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40f44573-22a3-4b4e-829b-d46b4cbc30bc" - ], - "x-ms-correlation-request-id": [ - "40f44573-22a3-4b4e-829b-d46b4cbc30bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182323Z:40f44573-22a3-4b4e-829b-d46b4cbc30bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "630d811354c744a58cc6f93f7de28971" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6a17146-d518-47c8-9feb-ad47976686d4" - ], - "x-ms-correlation-request-id": [ - "e6a17146-d518-47c8-9feb-ad47976686d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182323Z:e6a17146-d518-47c8-9feb-ad47976686d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "fbcf09ce0a90476e8db96c92a64a9150" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75b697e6-207c-4f65-bd79-0d6458c2f3c1" - ], - "x-ms-correlation-request-id": [ - "75b697e6-207c-4f65-bd79-0d6458c2f3c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182323Z:75b697e6-207c-4f65-bd79-0d6458c2f3c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "8be406dbdd2743539e917b572c79830d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60d65c95-c593-46fa-a130-26cd848ba23c" - ], - "x-ms-correlation-request-id": [ - "60d65c95-c593-46fa-a130-26cd848ba23c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182323Z:60d65c95-c593-46fa-a130-26cd848ba23c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "92612cb31e46481b8c26b3ef4db42954" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b7c642a-fcb0-42f2-b9cb-46eedac65612" - ], - "x-ms-correlation-request-id": [ - "8b7c642a-fcb0-42f2-b9cb-46eedac65612" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182323Z:8b7c642a-fcb0-42f2-b9cb-46eedac65612" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "1afb7e6ddcea4f0a87af59f9aa7816da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "337c25ca-e5c2-4425-ac2e-38299a2b3207" - ], - "x-ms-correlation-request-id": [ - "337c25ca-e5c2-4425-ac2e-38299a2b3207" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:337c25ca-e5c2-4425-ac2e-38299a2b3207" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "67ffafaf84de449eab1a70140980796f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "511bcef4-5471-4770-a3bb-82c5c5698718" - ], - "x-ms-correlation-request-id": [ - "511bcef4-5471-4770-a3bb-82c5c5698718" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:511bcef4-5471-4770-a3bb-82c5c5698718" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "8b3e5e86408c4ec58233193be3e5b477" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea80202c-37f9-4fbf-906c-29722c08169a" - ], - "x-ms-correlation-request-id": [ - "ea80202c-37f9-4fbf-906c-29722c08169a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:ea80202c-37f9-4fbf-906c-29722c08169a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "e6cdf935554b42beaebfd5e265d09cad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe0dfa3b-57ba-476d-b5f4-db6b3e8283bb" - ], - "x-ms-correlation-request-id": [ - "fe0dfa3b-57ba-476d-b5f4-db6b3e8283bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:fe0dfa3b-57ba-476d-b5f4-db6b3e8283bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "962081eacc9042b1acc0b79a7bff9727" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "deb83a57-e084-45a8-908e-ea510c2349a5" - ], - "x-ms-correlation-request-id": [ - "deb83a57-e084-45a8-908e-ea510c2349a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:deb83a57-e084-45a8-908e-ea510c2349a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "a5638d0785104bdabd8772562e09d9db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "518515c7-341e-4a6e-b030-4d3ca3880ef9" - ], - "x-ms-correlation-request-id": [ - "518515c7-341e-4a6e-b030-4d3ca3880ef9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:518515c7-341e-4a6e-b030-4d3ca3880ef9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "baa7de274c8a4603bd3c57ba460ab1f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cb9a12c-f3f6-4f7a-b765-19cd851a5bd1" - ], - "x-ms-correlation-request-id": [ - "5cb9a12c-f3f6-4f7a-b765-19cd851a5bd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:5cb9a12c-f3f6-4f7a-b765-19cd851a5bd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "b224b84319184ce69cf7054d03057a45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4865052-4337-4ba8-b973-957bac1ad31c" - ], - "x-ms-correlation-request-id": [ - "f4865052-4337-4ba8-b973-957bac1ad31c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:f4865052-4337-4ba8-b973-957bac1ad31c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "cbfaed5bc7b54fccaeaa7d5d7b530817" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08799f4b-d05c-406c-ba88-b9dcab925089" - ], - "x-ms-correlation-request-id": [ - "08799f4b-d05c-406c-ba88-b9dcab925089" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182324Z:08799f4b-d05c-406c-ba88-b9dcab925089" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "370dc38f78be46149ccb259e969c4128" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65601805-41d9-4d22-bfad-ceb760667864" - ], - "x-ms-correlation-request-id": [ - "65601805-41d9-4d22-bfad-ceb760667864" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182325Z:65601805-41d9-4d22-bfad-ceb760667864" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "930cba180476412ea4aa1f5d08e5950b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd0fb8ac-ad38-4670-83e3-8f3337021663" - ], - "x-ms-correlation-request-id": [ - "dd0fb8ac-ad38-4670-83e3-8f3337021663" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182325Z:dd0fb8ac-ad38-4670-83e3-8f3337021663" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "d02f9d5668bf46cb8907a90d79687ad1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da39100a-0431-4b87-814b-1f9bb5e09335" - ], - "x-ms-correlation-request-id": [ - "da39100a-0431-4b87-814b-1f9bb5e09335" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182325Z:da39100a-0431-4b87-814b-1f9bb5e09335" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "fbb7b45011c14dbe81648cf2c930a185" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d5338e9-22b8-42be-aad7-85fe0f941200" - ], - "x-ms-correlation-request-id": [ - "1d5338e9-22b8-42be-aad7-85fe0f941200" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182325Z:1d5338e9-22b8-42be-aad7-85fe0f941200" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "6327eb333996431c8220d8a5b9502dee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb7c8cd0-e62e-4013-9279-d0e95a6c2384" - ], - "x-ms-correlation-request-id": [ - "cb7c8cd0-e62e-4013-9279-d0e95a6c2384" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182325Z:cb7c8cd0-e62e-4013-9279-d0e95a6c2384" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "8ddd3cad6f8a4f489d8a38d9bd1a2f67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe4595b2-9451-4f1b-9ba5-992f5ec5a761" - ], - "x-ms-correlation-request-id": [ - "fe4595b2-9451-4f1b-9ba5-992f5ec5a761" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182325Z:fe4595b2-9451-4f1b-9ba5-992f5ec5a761" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "1a028265e8ca4e2fb4f57b3dca33b050" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e2c5b0a-294d-4324-b20a-179308fe0fd5" - ], - "x-ms-correlation-request-id": [ - "3e2c5b0a-294d-4324-b20a-179308fe0fd5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182325Z:3e2c5b0a-294d-4324-b20a-179308fe0fd5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "36650e6f93ea47c5bc07b60c28c31adc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30050618-c688-4c61-9e80-dcb89a0fb975" - ], - "x-ms-correlation-request-id": [ - "30050618-c688-4c61-9e80-dcb89a0fb975" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:30050618-c688-4c61-9e80-dcb89a0fb975" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "fcf401567baa40068026f9e8ce8981ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "705c9977-dbfa-4f67-861f-b2d3f42c0c08" - ], - "x-ms-correlation-request-id": [ - "705c9977-dbfa-4f67-861f-b2d3f42c0c08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:705c9977-dbfa-4f67-861f-b2d3f42c0c08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "f442482400bd43af8e55027945dce7ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6c2d57d-cf26-4da7-aa9c-c73b9c44a8c8" - ], - "x-ms-correlation-request-id": [ - "e6c2d57d-cf26-4da7-aa9c-c73b9c44a8c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:e6c2d57d-cf26-4da7-aa9c-c73b9c44a8c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "abcab4772aa14fe0bdd5ed5c272b3424" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79ef2dd6-0a77-4aac-8180-9bb668bb12a5" - ], - "x-ms-correlation-request-id": [ - "79ef2dd6-0a77-4aac-8180-9bb668bb12a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:79ef2dd6-0a77-4aac-8180-9bb668bb12a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "4fc4e0c910784b3e95f42fd9992b22cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ede12640-6969-4385-96e3-8e46dc9a1b41" - ], - "x-ms-correlation-request-id": [ - "ede12640-6969-4385-96e3-8e46dc9a1b41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:ede12640-6969-4385-96e3-8e46dc9a1b41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "761e9a8bec5e499fa579a04f09d89bf4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96a57c42-dc71-43ee-a5b8-5a21285ea7f8" - ], - "x-ms-correlation-request-id": [ - "96a57c42-dc71-43ee-a5b8-5a21285ea7f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:96a57c42-dc71-43ee-a5b8-5a21285ea7f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "287e15fb8b574dd3a248e132d6096059" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53e60059-cdab-4df0-a131-b94b746fad14" - ], - "x-ms-correlation-request-id": [ - "53e60059-cdab-4df0-a131-b94b746fad14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:53e60059-cdab-4df0-a131-b94b746fad14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "190cb77b31864463ab85c9d9f300483b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2953b076-f1ef-42bb-ba93-1367371deede" - ], - "x-ms-correlation-request-id": [ - "2953b076-f1ef-42bb-ba93-1367371deede" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:2953b076-f1ef-42bb-ba93-1367371deede" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "5d68c9637a25467e80c44fe6b50f5336" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57bc05e9-adc9-4123-a2a7-f1a9fbcae1c1" - ], - "x-ms-correlation-request-id": [ - "57bc05e9-adc9-4123-a2a7-f1a9fbcae1c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182326Z:57bc05e9-adc9-4123-a2a7-f1a9fbcae1c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "bb34cbb0e04e46c58c88897ed4dd7ece" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7b92bcf-88e8-4f52-b41d-56826d71ee60" - ], - "x-ms-correlation-request-id": [ - "e7b92bcf-88e8-4f52-b41d-56826d71ee60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:e7b92bcf-88e8-4f52-b41d-56826d71ee60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "aa2b06f4005d47f58307e64b38eaf39b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22f36fea-24fe-4437-a8aa-5dccd7de5e7d" - ], - "x-ms-correlation-request-id": [ - "22f36fea-24fe-4437-a8aa-5dccd7de5e7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:22f36fea-24fe-4437-a8aa-5dccd7de5e7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "990d3597dd1944d793e4a986a23c755a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a62a426-2296-4ee7-9c08-1b3c2872f0e1" - ], - "x-ms-correlation-request-id": [ - "8a62a426-2296-4ee7-9c08-1b3c2872f0e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:8a62a426-2296-4ee7-9c08-1b3c2872f0e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "14d1a62aab0542f98a220f7e79ab10a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1afe3dd-957d-40b9-a2f3-b6de4ae02c24" - ], - "x-ms-correlation-request-id": [ - "f1afe3dd-957d-40b9-a2f3-b6de4ae02c24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:f1afe3dd-957d-40b9-a2f3-b6de4ae02c24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "de44c54702f448628be227f7140c0d05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e710f16-818f-4f27-8629-53f1d3009907" - ], - "x-ms-correlation-request-id": [ - "6e710f16-818f-4f27-8629-53f1d3009907" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:6e710f16-818f-4f27-8629-53f1d3009907" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "2eb19ccd6d9c490ca19ef5efd70bc762" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e352ef13-25be-4c2b-9ce7-656cf60dc6e1" - ], - "x-ms-correlation-request-id": [ - "e352ef13-25be-4c2b-9ce7-656cf60dc6e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:e352ef13-25be-4c2b-9ce7-656cf60dc6e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "860b5ad364764bf5896904bbc6133957" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d74799bc-94c7-4064-b867-91b170314e46" - ], - "x-ms-correlation-request-id": [ - "d74799bc-94c7-4064-b867-91b170314e46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:d74799bc-94c7-4064-b867-91b170314e46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "6d046dc2a99840fc841f08e87aa8fa39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dba531e6-6b39-4b54-8c46-2068a7c8e3d3" - ], - "x-ms-correlation-request-id": [ - "dba531e6-6b39-4b54-8c46-2068a7c8e3d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:dba531e6-6b39-4b54-8c46-2068a7c8e3d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "0e7959993f2443c4bcb7d64297d3e169" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70e4e9d9-2b71-4255-80f0-4ccc1dfacb2f" - ], - "x-ms-correlation-request-id": [ - "70e4e9d9-2b71-4255-80f0-4ccc1dfacb2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182327Z:70e4e9d9-2b71-4255-80f0-4ccc1dfacb2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "10ded1b3594d43de8b8991cecb98ca06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d4e65ee-86f4-435f-bb24-f7531fff6c6d" - ], - "x-ms-correlation-request-id": [ - "4d4e65ee-86f4-435f-bb24-f7531fff6c6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182328Z:4d4e65ee-86f4-435f-bb24-f7531fff6c6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "b797d0dbdd5c4c59b2d7c9de31d28c6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e469e06-e383-4dd7-b0ec-a0044b855e86" - ], - "x-ms-correlation-request-id": [ - "7e469e06-e383-4dd7-b0ec-a0044b855e86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182328Z:7e469e06-e383-4dd7-b0ec-a0044b855e86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "7fca6b94b35b4cff9d02626227621601" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79616397-99ef-42ae-855b-818d63a67345" - ], - "x-ms-correlation-request-id": [ - "79616397-99ef-42ae-855b-818d63a67345" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182328Z:79616397-99ef-42ae-855b-818d63a67345" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "e1fc5ec6a83f4488bb7d68d2f24a8b6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19f0c2e7-eeb4-47b3-bb22-b0b1cab69db4" - ], - "x-ms-correlation-request-id": [ - "19f0c2e7-eeb4-47b3-bb22-b0b1cab69db4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182328Z:19f0c2e7-eeb4-47b3-bb22-b0b1cab69db4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "be515eece5fd4be28b8c525507280577" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e84e43f8-f5c2-4024-8e43-816d8e700938" - ], - "x-ms-correlation-request-id": [ - "e84e43f8-f5c2-4024-8e43-816d8e700938" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182328Z:e84e43f8-f5c2-4024-8e43-816d8e700938" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "be1743b6cb59428e8030bf09de614979" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40658dfe-c7bf-4a88-8fe7-9454458cbc48" - ], - "x-ms-correlation-request-id": [ - "40658dfe-c7bf-4a88-8fe7-9454458cbc48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182328Z:40658dfe-c7bf-4a88-8fe7-9454458cbc48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "0da3f6a5437346f9b93e1a40260265bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96842796-eca8-4528-9a63-905c74d88b05" - ], - "x-ms-correlation-request-id": [ - "96842796-eca8-4528-9a63-905c74d88b05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182328Z:96842796-eca8-4528-9a63-905c74d88b05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "1437f38e12244ac6a16aacf3f44a0988" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c057740d-00cd-430c-aa97-02ee538ad14c" - ], - "x-ms-correlation-request-id": [ - "c057740d-00cd-430c-aa97-02ee538ad14c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182329Z:c057740d-00cd-430c-aa97-02ee538ad14c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "6d5834dd71fd415c81e50e7bd950d44a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d87a9960-5f34-4802-b257-27c2d07909cc" - ], - "x-ms-correlation-request-id": [ - "d87a9960-5f34-4802-b257-27c2d07909cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182329Z:d87a9960-5f34-4802-b257-27c2d07909cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "8b2c7909332140a682ebcb8e26893b3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22ca2fca-d5e2-43f5-aea8-b655fa7d4d84" - ], - "x-ms-correlation-request-id": [ - "22ca2fca-d5e2-43f5-aea8-b655fa7d4d84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182329Z:22ca2fca-d5e2-43f5-aea8-b655fa7d4d84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "1a117e415d764611a99f0c447eb019e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a7f4491-296c-4521-93fa-440cc0620687" - ], - "x-ms-correlation-request-id": [ - "9a7f4491-296c-4521-93fa-440cc0620687" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182329Z:9a7f4491-296c-4521-93fa-440cc0620687" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "393455591fe043c0bfb72774f41ea793" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73afac2e-dc8a-4684-832b-5ec915dab6cb" - ], - "x-ms-correlation-request-id": [ - "73afac2e-dc8a-4684-832b-5ec915dab6cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182329Z:73afac2e-dc8a-4684-832b-5ec915dab6cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "9cff5f48ee364325a5e39c4938bd0d63" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "278ee538-a57b-40db-8e44-8d3a8731e29f" - ], - "x-ms-correlation-request-id": [ - "278ee538-a57b-40db-8e44-8d3a8731e29f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182329Z:278ee538-a57b-40db-8e44-8d3a8731e29f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "094e499be3cd479e89905baf6cf467d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ac5d828-ca43-4fdb-8941-072b53cd5c20" - ], - "x-ms-correlation-request-id": [ - "2ac5d828-ca43-4fdb-8941-072b53cd5c20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182329Z:2ac5d828-ca43-4fdb-8941-072b53cd5c20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "712b976a92b54d35b07a8855656ee9cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70311207-7ba6-44f3-a4d5-ceb514394eaa" - ], - "x-ms-correlation-request-id": [ - "70311207-7ba6-44f3-a4d5-ceb514394eaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182330Z:70311207-7ba6-44f3-a4d5-ceb514394eaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "22ecfe2a47cb411199c263d3831928ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae173dd8-5ea8-47ec-bcb0-4a07c804726e" - ], - "x-ms-correlation-request-id": [ - "ae173dd8-5ea8-47ec-bcb0-4a07c804726e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182330Z:ae173dd8-5ea8-47ec-bcb0-4a07c804726e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "4e1ce9f83bb1480ebbc47b817e549304" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdcaefbc-b963-4922-b2a0-64628d9b7baa" - ], - "x-ms-correlation-request-id": [ - "fdcaefbc-b963-4922-b2a0-64628d9b7baa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182330Z:fdcaefbc-b963-4922-b2a0-64628d9b7baa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "91f3b799c38f4d378941e81174246bf8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81c0dc7c-4d8e-4dab-904f-9a80bf5d0f41" - ], - "x-ms-correlation-request-id": [ - "81c0dc7c-4d8e-4dab-904f-9a80bf5d0f41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182330Z:81c0dc7c-4d8e-4dab-904f-9a80bf5d0f41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "c3ae442fb85a49b497557b343ed99c00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9637c61a-7118-461b-a9f7-765c84a889bf" - ], - "x-ms-correlation-request-id": [ - "9637c61a-7118-461b-a9f7-765c84a889bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182330Z:9637c61a-7118-461b-a9f7-765c84a889bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "2d9837042a6540cbb2b8ff3ed8ee08b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "158377fe-f6f4-4e65-a72b-5c475e53899b" - ], - "x-ms-correlation-request-id": [ - "158377fe-f6f4-4e65-a72b-5c475e53899b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182330Z:158377fe-f6f4-4e65-a72b-5c475e53899b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "aa793c40f63e42d3974ff12ba3f2ad44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aed51f15-05f9-4741-a901-c411651e2ac5" - ], - "x-ms-correlation-request-id": [ - "aed51f15-05f9-4741-a901-c411651e2ac5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182331Z:aed51f15-05f9-4741-a901-c411651e2ac5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "a4c9ec600d96411682d08a916534d92b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e15f1a7-591a-449f-8561-aefb0b9451ad" - ], - "x-ms-correlation-request-id": [ - "2e15f1a7-591a-449f-8561-aefb0b9451ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182331Z:2e15f1a7-591a-449f-8561-aefb0b9451ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "a508cdcc2ad64ad681772baeb5814a6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddde8830-f30c-4133-8494-92aea30293db" - ], - "x-ms-correlation-request-id": [ - "ddde8830-f30c-4133-8494-92aea30293db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182331Z:ddde8830-f30c-4133-8494-92aea30293db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "83acca15c41f45a28372d3a2a01f0c87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f386996b-9b34-4f0c-8bb4-05043b65e3e2" - ], - "x-ms-correlation-request-id": [ - "f386996b-9b34-4f0c-8bb4-05043b65e3e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182331Z:f386996b-9b34-4f0c-8bb4-05043b65e3e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "d58602ba74b845e9b631f028fb76928d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c34b0842-c7db-4d50-9717-facb8e414f36" - ], - "x-ms-correlation-request-id": [ - "c34b0842-c7db-4d50-9717-facb8e414f36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182331Z:c34b0842-c7db-4d50-9717-facb8e414f36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "6aff7397b2ef4c858e6932a86aa6b083" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05a71e90-f7be-4875-ba54-46088ed6e0dd" - ], - "x-ms-correlation-request-id": [ - "05a71e90-f7be-4875-ba54-46088ed6e0dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182331Z:05a71e90-f7be-4875-ba54-46088ed6e0dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "fb0b3e5e72f544c2b71a36480d953e85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9181898-88e1-4980-85fe-0d9bf3dd53da" - ], - "x-ms-correlation-request-id": [ - "c9181898-88e1-4980-85fe-0d9bf3dd53da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182331Z:c9181898-88e1-4980-85fe-0d9bf3dd53da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "ed57abf3103e47a99eb82fa77c73e9e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1350fec3-f2e8-41b2-a540-2b61ca41e009" - ], - "x-ms-correlation-request-id": [ - "1350fec3-f2e8-41b2-a540-2b61ca41e009" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:1350fec3-f2e8-41b2-a540-2b61ca41e009" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "f982b3fcfb5d494e87e6fbbb2a113652" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b6afec8-d89f-488a-bee5-2857415df0d9" - ], - "x-ms-correlation-request-id": [ - "3b6afec8-d89f-488a-bee5-2857415df0d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:3b6afec8-d89f-488a-bee5-2857415df0d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "877cbafbd75b4ed6952f061bab4a9312" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee30126b-f75e-424f-b54d-45edc282e9f0" - ], - "x-ms-correlation-request-id": [ - "ee30126b-f75e-424f-b54d-45edc282e9f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:ee30126b-f75e-424f-b54d-45edc282e9f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "b5441699c84e43429d5b5d364d5f2249" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c13c74f5-0cc0-4b59-8d0d-478f1397fbd1" - ], - "x-ms-correlation-request-id": [ - "c13c74f5-0cc0-4b59-8d0d-478f1397fbd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:c13c74f5-0cc0-4b59-8d0d-478f1397fbd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "e42f53531d674b339ff71e6676902876" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ac26478-7f39-4379-8464-ff322e1410d3" - ], - "x-ms-correlation-request-id": [ - "6ac26478-7f39-4379-8464-ff322e1410d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:6ac26478-7f39-4379-8464-ff322e1410d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "e5caa396a34d49e7817e73a715b5047a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65b6a6eb-db94-4182-96e8-890f6796b1d0" - ], - "x-ms-correlation-request-id": [ - "65b6a6eb-db94-4182-96e8-890f6796b1d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:65b6a6eb-db94-4182-96e8-890f6796b1d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "2f0cdb0a05bb40a5a38e366195d5dc86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2fd6445-bea7-40e3-97f9-1f55043244c2" - ], - "x-ms-correlation-request-id": [ - "a2fd6445-bea7-40e3-97f9-1f55043244c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:a2fd6445-bea7-40e3-97f9-1f55043244c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "d9bff626a95d4d70b353770382414cef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee237710-a542-40d7-87fa-b771cd1778d0" - ], - "x-ms-correlation-request-id": [ - "ee237710-a542-40d7-87fa-b771cd1778d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:ee237710-a542-40d7-87fa-b771cd1778d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "ff94cc16c1a449e7a7777ac5c68fab39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "885c403a-6144-403c-aa51-7af66a77361a" - ], - "x-ms-correlation-request-id": [ - "885c403a-6144-403c-aa51-7af66a77361a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182332Z:885c403a-6144-403c-aa51-7af66a77361a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "85c63eb0fcfd49d694bec4bedf4dced4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2e272c9-81fa-4b46-820a-ba13c1c4a87d" - ], - "x-ms-correlation-request-id": [ - "c2e272c9-81fa-4b46-820a-ba13c1c4a87d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:c2e272c9-81fa-4b46-820a-ba13c1c4a87d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "9547ad8f914f4c3c8790cbd319df9226" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bac5427-8d85-40c4-8d14-acf955771a28" - ], - "x-ms-correlation-request-id": [ - "7bac5427-8d85-40c4-8d14-acf955771a28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:7bac5427-8d85-40c4-8d14-acf955771a28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "068d5e573aa8495f964cbb3413218de6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8a74b70-2985-42bc-a87c-30d3dd7143cb" - ], - "x-ms-correlation-request-id": [ - "f8a74b70-2985-42bc-a87c-30d3dd7143cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:f8a74b70-2985-42bc-a87c-30d3dd7143cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "516063e287e643b9a6a1737e7408d703" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c359a52-73ac-4c30-9e6a-53d88754d016" - ], - "x-ms-correlation-request-id": [ - "4c359a52-73ac-4c30-9e6a-53d88754d016" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:4c359a52-73ac-4c30-9e6a-53d88754d016" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "3e60a6725e974bd98be00170fad5c81a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6baf40a-dadb-4a1a-9adf-d305a514bc35" - ], - "x-ms-correlation-request-id": [ - "b6baf40a-dadb-4a1a-9adf-d305a514bc35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:b6baf40a-dadb-4a1a-9adf-d305a514bc35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "b1b13166503146f5afb99375dd2bf488" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42bec251-0dc1-4dee-950f-32c0aee27521" - ], - "x-ms-correlation-request-id": [ - "42bec251-0dc1-4dee-950f-32c0aee27521" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:42bec251-0dc1-4dee-950f-32c0aee27521" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "c496e6858f3e4bed8be0f08dd83b0780" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab628dfa-0fd4-44eb-aaa2-d0dfc695094d" - ], - "x-ms-correlation-request-id": [ - "ab628dfa-0fd4-44eb-aaa2-d0dfc695094d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:ab628dfa-0fd4-44eb-aaa2-d0dfc695094d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "7a3fe58029e1434d99aa92b8a05e69bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5e39554-d422-4e8c-808a-4ca3423dd631" - ], - "x-ms-correlation-request-id": [ - "e5e39554-d422-4e8c-808a-4ca3423dd631" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182333Z:e5e39554-d422-4e8c-808a-4ca3423dd631" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "c862d8aa96f740b581b44ec45b95c0ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca661289-dbda-4e23-b26b-b803047970be" - ], - "x-ms-correlation-request-id": [ - "ca661289-dbda-4e23-b26b-b803047970be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182334Z:ca661289-dbda-4e23-b26b-b803047970be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "85eb6f11761444ba9fa618097f80d3ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d4b3e0a-0630-407f-bd8a-cec7dcb49c67" - ], - "x-ms-correlation-request-id": [ - "6d4b3e0a-0630-407f-bd8a-cec7dcb49c67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182334Z:6d4b3e0a-0630-407f-bd8a-cec7dcb49c67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "e81e0fc87bef4eb4b8c50227180d8645" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca349f43-3887-490f-906e-fc0f48c8e3b3" - ], - "x-ms-correlation-request-id": [ - "ca349f43-3887-490f-906e-fc0f48c8e3b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182334Z:ca349f43-3887-490f-906e-fc0f48c8e3b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "a1933d08f27c44a3ab31aab12d1eab95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1f8cc49-c862-4f20-8bf1-bc8172708b2a" - ], - "x-ms-correlation-request-id": [ - "d1f8cc49-c862-4f20-8bf1-bc8172708b2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182334Z:d1f8cc49-c862-4f20-8bf1-bc8172708b2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "c631c076ee0d42f9a990b428e4f5d449" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7933087d-e602-4131-b72e-872ec63305b5" - ], - "x-ms-correlation-request-id": [ - "7933087d-e602-4131-b72e-872ec63305b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182334Z:7933087d-e602-4131-b72e-872ec63305b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "71c6548e045d442d83b2c0e9f3a0d78b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74ba9d22-6c9c-474c-b9c2-8a3c9d589dcc" - ], - "x-ms-correlation-request-id": [ - "74ba9d22-6c9c-474c-b9c2-8a3c9d589dcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182334Z:74ba9d22-6c9c-474c-b9c2-8a3c9d589dcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "eb8a5ce73e9a405bb33ac78b514d2a4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e91aadd8-c65e-4467-8799-bb9d256a3f4a" - ], - "x-ms-correlation-request-id": [ - "e91aadd8-c65e-4467-8799-bb9d256a3f4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182334Z:e91aadd8-c65e-4467-8799-bb9d256a3f4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "45fa4ae870ce46b28d3e13678e084c4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "539d8bdb-8aac-453b-ab22-897389b3fb3d" - ], - "x-ms-correlation-request-id": [ - "539d8bdb-8aac-453b-ab22-897389b3fb3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:539d8bdb-8aac-453b-ab22-897389b3fb3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "cb3668945191445985aead19a7a2c5fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db239948-3916-4d14-8c7e-eeb3b3371613" - ], - "x-ms-correlation-request-id": [ - "db239948-3916-4d14-8c7e-eeb3b3371613" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:db239948-3916-4d14-8c7e-eeb3b3371613" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "fdc7d96ef309474e932c3e6bc3a8d33a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3edd88a4-ca61-4bab-9420-9d930b15685c" - ], - "x-ms-correlation-request-id": [ - "3edd88a4-ca61-4bab-9420-9d930b15685c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:3edd88a4-ca61-4bab-9420-9d930b15685c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "e215c9a2f4df420aa4e08035ea1ec1e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff8fd5a9-011b-4e90-8557-c53a06547c89" - ], - "x-ms-correlation-request-id": [ - "ff8fd5a9-011b-4e90-8557-c53a06547c89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:ff8fd5a9-011b-4e90-8557-c53a06547c89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "a3e5d9238d4e43848cc3e0d2ce916cd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "197448af-e4ab-4531-9ebf-ae17be74c178" - ], - "x-ms-correlation-request-id": [ - "197448af-e4ab-4531-9ebf-ae17be74c178" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:197448af-e4ab-4531-9ebf-ae17be74c178" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "86b94b2e9e124cba98306bca6569ea48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "334ee90f-99bc-4d7f-a598-6051491400a7" - ], - "x-ms-correlation-request-id": [ - "334ee90f-99bc-4d7f-a598-6051491400a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:334ee90f-99bc-4d7f-a598-6051491400a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "2152cc63800e407f8b6e1e5a13fd64e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "061e71ef-a31c-46d2-bf20-13ab6af54925" - ], - "x-ms-correlation-request-id": [ - "061e71ef-a31c-46d2-bf20-13ab6af54925" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:061e71ef-a31c-46d2-bf20-13ab6af54925" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "600643be438a40a7bf70beeb8f8ccd8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e77990e2-15f8-4b55-b97a-df0d8ea852de" - ], - "x-ms-correlation-request-id": [ - "e77990e2-15f8-4b55-b97a-df0d8ea852de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182335Z:e77990e2-15f8-4b55-b97a-df0d8ea852de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "ce6050f3c4c145b1b046976e774e30a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3944c2f4-31ac-4f7f-a174-d165791a0e2f" - ], - "x-ms-correlation-request-id": [ - "3944c2f4-31ac-4f7f-a174-d165791a0e2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182336Z:3944c2f4-31ac-4f7f-a174-d165791a0e2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "4a84209a9d0b4ef6be931cf8bab7688b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c77e7b8-2d83-408f-ab02-3db372ea197e" - ], - "x-ms-correlation-request-id": [ - "4c77e7b8-2d83-408f-ab02-3db372ea197e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182336Z:4c77e7b8-2d83-408f-ab02-3db372ea197e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "957c5ea9536f4db0a757e1075faf05ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d0c8553-9e4a-47a9-85d5-753c76618397" - ], - "x-ms-correlation-request-id": [ - "9d0c8553-9e4a-47a9-85d5-753c76618397" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182336Z:9d0c8553-9e4a-47a9-85d5-753c76618397" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "3d2af577758049febb29c813270a4186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c36145f0-21d7-4b9e-9a75-0f66ecbae466" - ], - "x-ms-correlation-request-id": [ - "c36145f0-21d7-4b9e-9a75-0f66ecbae466" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182336Z:c36145f0-21d7-4b9e-9a75-0f66ecbae466" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "f2c03af8777d4d58b64068b8bf385e9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3134f46-6a1a-4978-9112-52576694fddf" - ], - "x-ms-correlation-request-id": [ - "b3134f46-6a1a-4978-9112-52576694fddf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182336Z:b3134f46-6a1a-4978-9112-52576694fddf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "08e0330dfd0d46e69d3f6dd56959eb8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abe2537e-aa10-4b73-b251-2f8fa130b063" - ], - "x-ms-correlation-request-id": [ - "abe2537e-aa10-4b73-b251-2f8fa130b063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182336Z:abe2537e-aa10-4b73-b251-2f8fa130b063" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "4ee11c75e4204c16bf91e5071e0b340d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6a39235-9987-4666-bf83-5448bc62c2fc" - ], - "x-ms-correlation-request-id": [ - "f6a39235-9987-4666-bf83-5448bc62c2fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182336Z:f6a39235-9987-4666-bf83-5448bc62c2fc" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "53a5aba67e6247598939a8855e0c1a3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1decbf12-9c71-4434-a435-bcd534df238f" - ], - "x-ms-correlation-request-id": [ - "1decbf12-9c71-4434-a435-bcd534df238f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:1decbf12-9c71-4434-a435-bcd534df238f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "2bf56846ec7b4a1695634a2c2f05a7ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "087e13c9-b547-48e9-9009-623867d7ff31" - ], - "x-ms-correlation-request-id": [ - "087e13c9-b547-48e9-9009-623867d7ff31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:087e13c9-b547-48e9-9009-623867d7ff31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "ac2be99423f843889db1f0ed6a0efeed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf4eabb7-33e4-4e71-ac71-75d618180a49" - ], - "x-ms-correlation-request-id": [ - "cf4eabb7-33e4-4e71-ac71-75d618180a49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:cf4eabb7-33e4-4e71-ac71-75d618180a49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "3453c1717fa7469f89f75ffd285e4c82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4fc0849-5239-4770-b3de-be231885856d" - ], - "x-ms-correlation-request-id": [ - "c4fc0849-5239-4770-b3de-be231885856d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:c4fc0849-5239-4770-b3de-be231885856d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "7abae3040bff4b5ebf3933cd4486161b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acc0b738-b187-4d17-b4c3-489774152e6e" - ], - "x-ms-correlation-request-id": [ - "acc0b738-b187-4d17-b4c3-489774152e6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:acc0b738-b187-4d17-b4c3-489774152e6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "4b956c76c5084b6e9acdb2702e43f0f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b62ed95-7b75-4ac1-8867-3fc99ec9663e" - ], - "x-ms-correlation-request-id": [ - "3b62ed95-7b75-4ac1-8867-3fc99ec9663e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:3b62ed95-7b75-4ac1-8867-3fc99ec9663e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "a2f28fc5083e4a60b1d8e33cf71d946b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "870c9c59-8ea0-49d8-82d9-326fe4071908" - ], - "x-ms-correlation-request-id": [ - "870c9c59-8ea0-49d8-82d9-326fe4071908" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:870c9c59-8ea0-49d8-82d9-326fe4071908" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "12714d1f08f94581ae744b30248f585d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa46eba0-b759-40c3-9db7-4edd6d37a6ac" - ], - "x-ms-correlation-request-id": [ - "aa46eba0-b759-40c3-9db7-4edd6d37a6ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182340Z:aa46eba0-b759-40c3-9db7-4edd6d37a6ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "5aab837a8ded466a92aff8a56a6f0878" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ae12e91-4260-494c-9a89-4a91c00cc68c" - ], - "x-ms-correlation-request-id": [ - "4ae12e91-4260-494c-9a89-4a91c00cc68c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:4ae12e91-4260-494c-9a89-4a91c00cc68c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "0e040e6b72d9487e886ae9ccf02a1d16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2884562-3076-4a14-bf9b-18042303b5a5" - ], - "x-ms-correlation-request-id": [ - "c2884562-3076-4a14-bf9b-18042303b5a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:c2884562-3076-4a14-bf9b-18042303b5a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "363d1f57e3ea4e55a33b70bf793fa550" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55771c4f-728b-4040-9a8d-dcf6aad6511c" - ], - "x-ms-correlation-request-id": [ - "55771c4f-728b-4040-9a8d-dcf6aad6511c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:55771c4f-728b-4040-9a8d-dcf6aad6511c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "e1a4d4ac7def4f7b9a92d16f04491b9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a051e5b-dae2-4cf7-bf1f-15f73805c43f" - ], - "x-ms-correlation-request-id": [ - "0a051e5b-dae2-4cf7-bf1f-15f73805c43f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:0a051e5b-dae2-4cf7-bf1f-15f73805c43f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "c9c08ff15e4a4d40abda5806eeb0c577" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32a2fc44-9570-4e39-bcdc-789226957a98" - ], - "x-ms-correlation-request-id": [ - "32a2fc44-9570-4e39-bcdc-789226957a98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:32a2fc44-9570-4e39-bcdc-789226957a98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "4beb972ff714489a901e38a2b45c7461" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "925fa261-68dd-4f9e-b81a-aa62f4c46f4a" - ], - "x-ms-correlation-request-id": [ - "925fa261-68dd-4f9e-b81a-aa62f4c46f4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:925fa261-68dd-4f9e-b81a-aa62f4c46f4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "d72ae9e49d0b4adf9eb06e1039e4c818" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "566fef02-1363-461a-9082-13fdfdd7f147" - ], - "x-ms-correlation-request-id": [ - "566fef02-1363-461a-9082-13fdfdd7f147" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:566fef02-1363-461a-9082-13fdfdd7f147" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "7aa0ae54941a4fefa550958b181e2a45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27e751a2-72a5-4e66-abf4-50ef6305297e" - ], - "x-ms-correlation-request-id": [ - "27e751a2-72a5-4e66-abf4-50ef6305297e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:27e751a2-72a5-4e66-abf4-50ef6305297e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "f249f657d646447bac34fa366073bd5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f72e2622-2706-4ea8-9b91-acc935e4cf17" - ], - "x-ms-correlation-request-id": [ - "f72e2622-2706-4ea8-9b91-acc935e4cf17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:f72e2622-2706-4ea8-9b91-acc935e4cf17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "1a386d4926b5450485fbf1511942b9d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71c81969-c779-46f2-9d40-d6d1b97b394f" - ], - "x-ms-correlation-request-id": [ - "71c81969-c779-46f2-9d40-d6d1b97b394f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182341Z:71c81969-c779-46f2-9d40-d6d1b97b394f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "34479ca28e974e33810f7ca1587b59d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31fe7898-563c-4205-8a3a-986c965074d8" - ], - "x-ms-correlation-request-id": [ - "31fe7898-563c-4205-8a3a-986c965074d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182342Z:31fe7898-563c-4205-8a3a-986c965074d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "96315db16783499eb399b7fe6b4a8f8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9717c4e9-1af9-4b02-aec4-41bf561becd5" - ], - "x-ms-correlation-request-id": [ - "9717c4e9-1af9-4b02-aec4-41bf561becd5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182342Z:9717c4e9-1af9-4b02-aec4-41bf561becd5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "a4778be00e624115929c66d4fc3dde89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "981c1267-43b8-4c98-bdde-e3e6c7d464b8" - ], - "x-ms-correlation-request-id": [ - "981c1267-43b8-4c98-bdde-e3e6c7d464b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182342Z:981c1267-43b8-4c98-bdde-e3e6c7d464b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "b57fc2e4fee540388d0370f83cc3c445" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a630483-8339-4023-8e7d-89e6411a93d7" - ], - "x-ms-correlation-request-id": [ - "4a630483-8339-4023-8e7d-89e6411a93d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182342Z:4a630483-8339-4023-8e7d-89e6411a93d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "e53df2efec874e69acfb91168ed7e85c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b83f2d1-99a6-4f70-96ff-74781cf36d5b" - ], - "x-ms-correlation-request-id": [ - "9b83f2d1-99a6-4f70-96ff-74781cf36d5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182342Z:9b83f2d1-99a6-4f70-96ff-74781cf36d5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "1628048605e44d918d6fd70a493179fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0019e30f-0fed-4716-9b93-012e4ccc7996" - ], - "x-ms-correlation-request-id": [ - "0019e30f-0fed-4716-9b93-012e4ccc7996" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182342Z:0019e30f-0fed-4716-9b93-012e4ccc7996" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "dad1452ad48f4c26be3d554d4a1a0f6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7b6aed3-ef1d-4a83-934b-bf9dd8ed7610" - ], - "x-ms-correlation-request-id": [ - "b7b6aed3-ef1d-4a83-934b-bf9dd8ed7610" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:b7b6aed3-ef1d-4a83-934b-bf9dd8ed7610" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "f7adc9dc5d69469c995f4ebb37c294b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f21741cc-e509-460e-ab91-f4a626f92689" - ], - "x-ms-correlation-request-id": [ - "f21741cc-e509-460e-ab91-f4a626f92689" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:f21741cc-e509-460e-ab91-f4a626f92689" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "89184b546a4345b89c2b943454f2ccbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdfedac9-31bf-4658-bb78-aed1227de66b" - ], - "x-ms-correlation-request-id": [ - "cdfedac9-31bf-4658-bb78-aed1227de66b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:cdfedac9-31bf-4658-bb78-aed1227de66b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "3d509b176a36408a8f86e0d216b1ee2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3772420a-d68c-46a1-ac05-703be422dfbb" - ], - "x-ms-correlation-request-id": [ - "3772420a-d68c-46a1-ac05-703be422dfbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:3772420a-d68c-46a1-ac05-703be422dfbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "427e9488960742ba8786f7dcd2280ff9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "923880bd-664c-41d5-8d9d-f24e9ff2afb4" - ], - "x-ms-correlation-request-id": [ - "923880bd-664c-41d5-8d9d-f24e9ff2afb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:923880bd-664c-41d5-8d9d-f24e9ff2afb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "406a6fe99b6d40fcb13437cb4b7e8d4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "358518ae-f111-4a19-b6f4-f11c712cee97" - ], - "x-ms-correlation-request-id": [ - "358518ae-f111-4a19-b6f4-f11c712cee97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:358518ae-f111-4a19-b6f4-f11c712cee97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "fe438720f628445aa184dc88654cd819" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb9b1857-6bc7-4fbc-a3b6-57617bc2371b" - ], - "x-ms-correlation-request-id": [ - "eb9b1857-6bc7-4fbc-a3b6-57617bc2371b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:eb9b1857-6bc7-4fbc-a3b6-57617bc2371b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "a869dac0f03242d0aa2103251297d297" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69623ba1-4dbb-4cbb-a6c7-65eab2d7d74a" - ], - "x-ms-correlation-request-id": [ - "69623ba1-4dbb-4cbb-a6c7-65eab2d7d74a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:69623ba1-4dbb-4cbb-a6c7-65eab2d7d74a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "e6478101774c479488d4378b6ce7c4f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1238e54c-c869-46ce-96c8-b819d3938e6c" - ], - "x-ms-correlation-request-id": [ - "1238e54c-c869-46ce-96c8-b819d3938e6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182343Z:1238e54c-c869-46ce-96c8-b819d3938e6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "db67e21d3151419983ffb4cc3c97a343" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ebc70ef-db83-42f4-953a-dc442eec1c54" - ], - "x-ms-correlation-request-id": [ - "3ebc70ef-db83-42f4-953a-dc442eec1c54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:3ebc70ef-db83-42f4-953a-dc442eec1c54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "ad42888c6eac45deb125b0aaa8657f15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abc0e7ba-ba8a-4aa1-8b0b-8489e72cc42e" - ], - "x-ms-correlation-request-id": [ - "abc0e7ba-ba8a-4aa1-8b0b-8489e72cc42e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:abc0e7ba-ba8a-4aa1-8b0b-8489e72cc42e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "2cb496fd71704ac8b2e6330c0e8abf0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5473c34-51c2-4e30-8f14-9ec8061bd56b" - ], - "x-ms-correlation-request-id": [ - "c5473c34-51c2-4e30-8f14-9ec8061bd56b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:c5473c34-51c2-4e30-8f14-9ec8061bd56b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "1e335d03310645d18320ed409c243e6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea30f6d2-9604-4b96-9c4d-5a43450a1ead" - ], - "x-ms-correlation-request-id": [ - "ea30f6d2-9604-4b96-9c4d-5a43450a1ead" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:ea30f6d2-9604-4b96-9c4d-5a43450a1ead" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "f5e08031b71c4751851be92e77a23908" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40c426ef-9943-48ec-b1cc-591f58e80041" - ], - "x-ms-correlation-request-id": [ - "40c426ef-9943-48ec-b1cc-591f58e80041" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:40c426ef-9943-48ec-b1cc-591f58e80041" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "221dc09da1cd4d1184dcc917982d07c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0d5a5c8-a60c-4627-8b5f-528179d7b94c" - ], - "x-ms-correlation-request-id": [ - "d0d5a5c8-a60c-4627-8b5f-528179d7b94c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:d0d5a5c8-a60c-4627-8b5f-528179d7b94c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "cbc1be32815d4d8d82a64cdb42d7b2b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25bfa615-2e7c-45d7-8b9c-0dd01577b10a" - ], - "x-ms-correlation-request-id": [ - "25bfa615-2e7c-45d7-8b9c-0dd01577b10a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:25bfa615-2e7c-45d7-8b9c-0dd01577b10a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "8621d78b5ae2453db64ef94a039707a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a2291f0-8b3c-4e1f-b5f0-b8d6ca2ec39f" - ], - "x-ms-correlation-request-id": [ - "6a2291f0-8b3c-4e1f-b5f0-b8d6ca2ec39f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:6a2291f0-8b3c-4e1f-b5f0-b8d6ca2ec39f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "03965375bed64021b0bf32a2828d8114" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d823e0f4-1857-49a6-a10d-572008ebb522" - ], - "x-ms-correlation-request-id": [ - "d823e0f4-1857-49a6-a10d-572008ebb522" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182344Z:d823e0f4-1857-49a6-a10d-572008ebb522" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "64578bf6b4ee4ddf9c496fe3bab4cf21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15ba10f3-3f81-4a7d-86d6-016dc34808e6" - ], - "x-ms-correlation-request-id": [ - "15ba10f3-3f81-4a7d-86d6-016dc34808e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182345Z:15ba10f3-3f81-4a7d-86d6-016dc34808e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "0f0a73da2b6c4af0bee3ab5eabff0dbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6c7b5d0-3676-44dd-bdb4-a82c63d0cc6b" - ], - "x-ms-correlation-request-id": [ - "b6c7b5d0-3676-44dd-bdb4-a82c63d0cc6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182345Z:b6c7b5d0-3676-44dd-bdb4-a82c63d0cc6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "ef684f74e1af4cbab18f02a0559e4f46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be5e966b-a7fb-4381-8a3f-9e4b71193f89" - ], - "x-ms-correlation-request-id": [ - "be5e966b-a7fb-4381-8a3f-9e4b71193f89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182345Z:be5e966b-a7fb-4381-8a3f-9e4b71193f89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "209967c87b0044b6bf3f1d7fedb0226a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c80477aa-9fdc-41c2-b8b7-eb617cac0069" - ], - "x-ms-correlation-request-id": [ - "c80477aa-9fdc-41c2-b8b7-eb617cac0069" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182345Z:c80477aa-9fdc-41c2-b8b7-eb617cac0069" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "4c977c3a851c4eb58ba44ce25bee60b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5513a782-f9a3-4c65-a112-daf6a06a29c1" - ], - "x-ms-correlation-request-id": [ - "5513a782-f9a3-4c65-a112-daf6a06a29c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182345Z:5513a782-f9a3-4c65-a112-daf6a06a29c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "2a84b6d0d3764c3692f7a65a12904f68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d70c857-286b-447d-b581-f01dbde2727a" - ], - "x-ms-correlation-request-id": [ - "0d70c857-286b-447d-b581-f01dbde2727a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182345Z:0d70c857-286b-447d-b581-f01dbde2727a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "986d66dbdbb94b688774d26a2ccdc767" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c65e5f1-2bbd-455b-b7a1-ec075947794c" - ], - "x-ms-correlation-request-id": [ - "4c65e5f1-2bbd-455b-b7a1-ec075947794c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182346Z:4c65e5f1-2bbd-455b-b7a1-ec075947794c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "08583acb41e8429d8ee2463e366932e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd14ee7d-1fa1-49df-986e-def13d35d05a" - ], - "x-ms-correlation-request-id": [ - "cd14ee7d-1fa1-49df-986e-def13d35d05a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182346Z:cd14ee7d-1fa1-49df-986e-def13d35d05a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "de59b7850e46451988744292b191d46f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04bbe164-3c27-4139-b818-580bceaf8e6c" - ], - "x-ms-correlation-request-id": [ - "04bbe164-3c27-4139-b818-580bceaf8e6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182346Z:04bbe164-3c27-4139-b818-580bceaf8e6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "44518b19d76c4446beaaf60598fdc112" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "daaadf9b-aac2-4e6b-a563-c607d73dc708" - ], - "x-ms-correlation-request-id": [ - "daaadf9b-aac2-4e6b-a563-c607d73dc708" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182346Z:daaadf9b-aac2-4e6b-a563-c607d73dc708" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "26cebedf39c54fd1b45a3e48f4dd4887" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8f1287b-8306-4be6-8a1f-9ec00193c135" - ], - "x-ms-correlation-request-id": [ - "a8f1287b-8306-4be6-8a1f-9ec00193c135" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182346Z:a8f1287b-8306-4be6-8a1f-9ec00193c135" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "61df0a0e80f14bf9b2e37bb63729b84a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bce7d21-a5e8-452a-811e-11b0257c1a56" - ], - "x-ms-correlation-request-id": [ - "2bce7d21-a5e8-452a-811e-11b0257c1a56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182346Z:2bce7d21-a5e8-452a-811e-11b0257c1a56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "4cb9897d435149f18352e264efd27c58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18bbbab5-d5f2-4371-9f06-8534476f0ba9" - ], - "x-ms-correlation-request-id": [ - "18bbbab5-d5f2-4371-9f06-8534476f0ba9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182346Z:18bbbab5-d5f2-4371-9f06-8534476f0ba9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "e3d5ec27f3d84aa48907a9d983143ca0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b129b90-e208-439d-b123-9cb65606a1d7" - ], - "x-ms-correlation-request-id": [ - "8b129b90-e208-439d-b123-9cb65606a1d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182347Z:8b129b90-e208-439d-b123-9cb65606a1d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "5764eab2df21483482d213cb983ffca8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c6f96c2-c334-4fd1-a757-85b624192f41" - ], - "x-ms-correlation-request-id": [ - "2c6f96c2-c334-4fd1-a757-85b624192f41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182347Z:2c6f96c2-c334-4fd1-a757-85b624192f41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "95283fcbf27a42d7b2d4180e7eba6363" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "546a269a-c341-4637-be36-2a1cbf798aa4" - ], - "x-ms-correlation-request-id": [ - "546a269a-c341-4637-be36-2a1cbf798aa4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182347Z:546a269a-c341-4637-be36-2a1cbf798aa4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "125a74d8c3e940588e65ffde2d83b6d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20d15363-2f87-4d2b-aa53-e67168913251" - ], - "x-ms-correlation-request-id": [ - "20d15363-2f87-4d2b-aa53-e67168913251" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182347Z:20d15363-2f87-4d2b-aa53-e67168913251" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "4c4120fbfd104ca3a6e2f52ccec997fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "983f4c1a-da39-436f-98a3-0c6ff7dbce0a" - ], - "x-ms-correlation-request-id": [ - "983f4c1a-da39-436f-98a3-0c6ff7dbce0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182347Z:983f4c1a-da39-436f-98a3-0c6ff7dbce0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "4f83ca23b4df43608800414489fafe2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cef94e9-5e7e-474b-9a8b-d388bc8cb0ce" - ], - "x-ms-correlation-request-id": [ - "4cef94e9-5e7e-474b-9a8b-d388bc8cb0ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182347Z:4cef94e9-5e7e-474b-9a8b-d388bc8cb0ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "b5a773cff66b46708dca6211754c3006" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fd89c0d-3586-4f2a-aa50-72895188b20f" - ], - "x-ms-correlation-request-id": [ - "7fd89c0d-3586-4f2a-aa50-72895188b20f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182348Z:7fd89c0d-3586-4f2a-aa50-72895188b20f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "f24d46d0975f4fa4b579ce755ee3b2b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d00040a-b685-415e-8748-ca6ab3e8558e" - ], - "x-ms-correlation-request-id": [ - "6d00040a-b685-415e-8748-ca6ab3e8558e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182348Z:6d00040a-b685-415e-8748-ca6ab3e8558e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "58cfe78c6c3d4cc3b6f0e05031e731ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86ce1591-800e-463a-b76c-1520a018d9b7" - ], - "x-ms-correlation-request-id": [ - "86ce1591-800e-463a-b76c-1520a018d9b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182348Z:86ce1591-800e-463a-b76c-1520a018d9b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "6d9523aac1204d16801ddf843976b631" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7427899-95eb-4d75-bcb0-66eb34d1ab35" - ], - "x-ms-correlation-request-id": [ - "e7427899-95eb-4d75-bcb0-66eb34d1ab35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182348Z:e7427899-95eb-4d75-bcb0-66eb34d1ab35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "3632a29a3a7645889dd8c213e3f2ab14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb2039bb-45d9-4d1f-804b-c96e64d5167f" - ], - "x-ms-correlation-request-id": [ - "bb2039bb-45d9-4d1f-804b-c96e64d5167f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182348Z:bb2039bb-45d9-4d1f-804b-c96e64d5167f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "53561cb3a1a040b1866c86abebd17c10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e268093a-1bee-48b5-bae9-c21373cfcb08" - ], - "x-ms-correlation-request-id": [ - "e268093a-1bee-48b5-bae9-c21373cfcb08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182348Z:e268093a-1bee-48b5-bae9-c21373cfcb08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "37a91db39af244f2ab15572f4ee3d835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97d8de14-e502-4b31-a237-e7961a0ca86d" - ], - "x-ms-correlation-request-id": [ - "97d8de14-e502-4b31-a237-e7961a0ca86d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182348Z:97d8de14-e502-4b31-a237-e7961a0ca86d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "82c67e49dbd045008a9ba33595e0d89e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "389df76b-5688-49a8-8afb-0c9bc884034b" - ], - "x-ms-correlation-request-id": [ - "389df76b-5688-49a8-8afb-0c9bc884034b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182349Z:389df76b-5688-49a8-8afb-0c9bc884034b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "ad1030318d8343359dc202c5d7d43da7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25e665d4-b375-4e42-b5cf-bf85ee37c373" - ], - "x-ms-correlation-request-id": [ - "25e665d4-b375-4e42-b5cf-bf85ee37c373" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182349Z:25e665d4-b375-4e42-b5cf-bf85ee37c373" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "fd13f9ed5dbe49328c420a26315ab6ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e54bdffe-b757-49a5-931a-d08115701462" - ], - "x-ms-correlation-request-id": [ - "e54bdffe-b757-49a5-931a-d08115701462" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182349Z:e54bdffe-b757-49a5-931a-d08115701462" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "06db9ef51008410ea1bdd0944c255add" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb824971-ad05-4b0f-ba39-0253c5c81a31" - ], - "x-ms-correlation-request-id": [ - "cb824971-ad05-4b0f-ba39-0253c5c81a31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182349Z:cb824971-ad05-4b0f-ba39-0253c5c81a31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "f171c8c06d724a8e9c53d3afe42e4129" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4323c85-54e5-42e4-8deb-8ec26d0f48fd" - ], - "x-ms-correlation-request-id": [ - "b4323c85-54e5-42e4-8deb-8ec26d0f48fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182349Z:b4323c85-54e5-42e4-8deb-8ec26d0f48fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "be233379db2d4aa59973664908eaf550" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b35f0d27-3a63-4183-98b0-a4c4589fbbd0" - ], - "x-ms-correlation-request-id": [ - "b35f0d27-3a63-4183-98b0-a4c4589fbbd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182349Z:b35f0d27-3a63-4183-98b0-a4c4589fbbd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "3c508432553d4b7ba807e78b5f0f99be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b7f66e0-f246-41c9-b6fb-34f39c791f84" - ], - "x-ms-correlation-request-id": [ - "1b7f66e0-f246-41c9-b6fb-34f39c791f84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182349Z:1b7f66e0-f246-41c9-b6fb-34f39c791f84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "9be7b4a648374a4599de3ffdf7a30bcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb4cd552-b080-4b6b-8263-5673f15f3e4a" - ], - "x-ms-correlation-request-id": [ - "bb4cd552-b080-4b6b-8263-5673f15f3e4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:bb4cd552-b080-4b6b-8263-5673f15f3e4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "139cec0b9c1644deb94cbec15b0111fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91e4588f-7f34-494b-add3-35f695d4121c" - ], - "x-ms-correlation-request-id": [ - "91e4588f-7f34-494b-add3-35f695d4121c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:91e4588f-7f34-494b-add3-35f695d4121c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "574162c84dca45fc980b7b2834eea9f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "432501a4-832e-4b55-9fc2-7c32286e50c4" - ], - "x-ms-correlation-request-id": [ - "432501a4-832e-4b55-9fc2-7c32286e50c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:432501a4-832e-4b55-9fc2-7c32286e50c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "eec76e1c4d70425f960015120e4555a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e508d979-4a21-4125-8880-1dd8e97cf3f1" - ], - "x-ms-correlation-request-id": [ - "e508d979-4a21-4125-8880-1dd8e97cf3f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:e508d979-4a21-4125-8880-1dd8e97cf3f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "37d1582e437c4e52a8dece7c28343ca1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3459d15-b3e3-4c7a-8655-7f49275366ec" - ], - "x-ms-correlation-request-id": [ - "d3459d15-b3e3-4c7a-8655-7f49275366ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:d3459d15-b3e3-4c7a-8655-7f49275366ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "d34e1095f9a74e3f86ab3aead229dfaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0dc1f2a3-451f-4374-9363-1bf884cd944d" - ], - "x-ms-correlation-request-id": [ - "0dc1f2a3-451f-4374-9363-1bf884cd944d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:0dc1f2a3-451f-4374-9363-1bf884cd944d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "4e8b902b189b4b3f9209848daeeb0df0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f60a0229-4f03-440f-bf56-4bef8037a2eb" - ], - "x-ms-correlation-request-id": [ - "f60a0229-4f03-440f-bf56-4bef8037a2eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:f60a0229-4f03-440f-bf56-4bef8037a2eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "427922dc56b7485285ea6af68655a5a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1002ca9-3b36-45f8-bbc3-0b4ee10261ca" - ], - "x-ms-correlation-request-id": [ - "e1002ca9-3b36-45f8-bbc3-0b4ee10261ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:e1002ca9-3b36-45f8-bbc3-0b4ee10261ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "d3993879f946453d85a8f33b231ad0df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f43de5b3-527f-40ac-82cb-91065d6885c7" - ], - "x-ms-correlation-request-id": [ - "f43de5b3-527f-40ac-82cb-91065d6885c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182350Z:f43de5b3-527f-40ac-82cb-91065d6885c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "c0fab1a53f5f49baa1e7f03cac2c3ac9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df453ea2-eeee-4251-b509-319ac810df07" - ], - "x-ms-correlation-request-id": [ - "df453ea2-eeee-4251-b509-319ac810df07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182351Z:df453ea2-eeee-4251-b509-319ac810df07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "c0779156f4c04543996b7359a0750c0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56ca3720-ee8f-4c5b-a508-af8c9cfcbd04" - ], - "x-ms-correlation-request-id": [ - "56ca3720-ee8f-4c5b-a508-af8c9cfcbd04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182351Z:56ca3720-ee8f-4c5b-a508-af8c9cfcbd04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "60cadd9793a94406b66e176c232baebb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d22805ec-efd7-49df-be5d-bbdaa9cc3b61" - ], - "x-ms-correlation-request-id": [ - "d22805ec-efd7-49df-be5d-bbdaa9cc3b61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182351Z:d22805ec-efd7-49df-be5d-bbdaa9cc3b61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "669656f593a143a6a0d5007e0538a11b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09068135-dd1f-4d3e-af08-2ea2a49e3b88" - ], - "x-ms-correlation-request-id": [ - "09068135-dd1f-4d3e-af08-2ea2a49e3b88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182351Z:09068135-dd1f-4d3e-af08-2ea2a49e3b88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "1264445ea70e492aa52c325166c2cfff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d70c06d2-b947-450f-831f-8cf0972e6a92" - ], - "x-ms-correlation-request-id": [ - "d70c06d2-b947-450f-831f-8cf0972e6a92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182351Z:d70c06d2-b947-450f-831f-8cf0972e6a92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "0b8851e135954208aadd32df4206b423" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56ee5bed-0c07-4211-8213-642e32fb3e1e" - ], - "x-ms-correlation-request-id": [ - "56ee5bed-0c07-4211-8213-642e32fb3e1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182351Z:56ee5bed-0c07-4211-8213-642e32fb3e1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "5d12e147be0843699ce095c5dd65d61d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1bf7b3b-7c2b-48f0-b5cb-f71b0487bdb8" - ], - "x-ms-correlation-request-id": [ - "f1bf7b3b-7c2b-48f0-b5cb-f71b0487bdb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:f1bf7b3b-7c2b-48f0-b5cb-f71b0487bdb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "418d0df81ebd4e898be5d4c44cd0df87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19dae926-f3ab-446d-a4f9-60d1a122171d" - ], - "x-ms-correlation-request-id": [ - "19dae926-f3ab-446d-a4f9-60d1a122171d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:19dae926-f3ab-446d-a4f9-60d1a122171d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "3f6dc3ec7a0742bea91f586a030a1729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f1191b7-3f26-42b7-81d7-4c8d929fa131" - ], - "x-ms-correlation-request-id": [ - "1f1191b7-3f26-42b7-81d7-4c8d929fa131" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:1f1191b7-3f26-42b7-81d7-4c8d929fa131" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "c5bf9264e9b34de998335fa28fcbd26d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aaf9c203-580d-4260-9d4c-f4bc8f24026d" - ], - "x-ms-correlation-request-id": [ - "aaf9c203-580d-4260-9d4c-f4bc8f24026d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:aaf9c203-580d-4260-9d4c-f4bc8f24026d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "ecd2e811f94042678d89e89e31f0dfc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee2ab08b-4670-443a-b7a7-f1f89708f410" - ], - "x-ms-correlation-request-id": [ - "ee2ab08b-4670-443a-b7a7-f1f89708f410" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:ee2ab08b-4670-443a-b7a7-f1f89708f410" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "5601f7f81d334cefad600562c36b078f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f8ac74d-bfc2-48fe-a941-97d49311e60d" - ], - "x-ms-correlation-request-id": [ - "3f8ac74d-bfc2-48fe-a941-97d49311e60d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:3f8ac74d-bfc2-48fe-a941-97d49311e60d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "3c29addcf9d446cf9cee086fdb9d4859" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c385b2a-7493-4e52-8d04-405daea25a56" - ], - "x-ms-correlation-request-id": [ - "2c385b2a-7493-4e52-8d04-405daea25a56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:2c385b2a-7493-4e52-8d04-405daea25a56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "c3386588260a40e7b918a76908ddf628" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b12121a6-f085-4d6d-b06c-e76907dfc3fa" - ], - "x-ms-correlation-request-id": [ - "b12121a6-f085-4d6d-b06c-e76907dfc3fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:b12121a6-f085-4d6d-b06c-e76907dfc3fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "12c13bf095294ab2a74f3be946cd3642" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1ac4944-1a8f-40ff-98e0-8bd6ac88627e" - ], - "x-ms-correlation-request-id": [ - "e1ac4944-1a8f-40ff-98e0-8bd6ac88627e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182352Z:e1ac4944-1a8f-40ff-98e0-8bd6ac88627e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "b7ec10fa906241d9b135b3e5fa46b133" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e95702b-fb35-4922-95d5-2c682ce322f5" - ], - "x-ms-correlation-request-id": [ - "0e95702b-fb35-4922-95d5-2c682ce322f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182353Z:0e95702b-fb35-4922-95d5-2c682ce322f5" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "315b41243e804f5db422f60ef4835d5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9210df66-79f8-4705-87d9-28f559fefd66" - ], - "x-ms-correlation-request-id": [ - "9210df66-79f8-4705-87d9-28f559fefd66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182353Z:9210df66-79f8-4705-87d9-28f559fefd66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "67e3a09cd0e041ae8c0e0b9950fcaa02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6caef8e-b915-42c4-87c2-c99a64c93d83" - ], - "x-ms-correlation-request-id": [ - "c6caef8e-b915-42c4-87c2-c99a64c93d83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182353Z:c6caef8e-b915-42c4-87c2-c99a64c93d83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "1f429d3b1c634a58b09446b71876df05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c4fee37-f3d9-4dd6-b197-9a1da4bfdb5d" - ], - "x-ms-correlation-request-id": [ - "9c4fee37-f3d9-4dd6-b197-9a1da4bfdb5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:9c4fee37-f3d9-4dd6-b197-9a1da4bfdb5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "e5a25a31685342d0808ff8c08fd448fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a11c0639-b000-41fd-805d-12fa62fff75e" - ], - "x-ms-correlation-request-id": [ - "a11c0639-b000-41fd-805d-12fa62fff75e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:a11c0639-b000-41fd-805d-12fa62fff75e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "50df6bf7870846de9803889a172c9246" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "797f5758-d572-4a00-ad00-c0d296d09e80" - ], - "x-ms-correlation-request-id": [ - "797f5758-d572-4a00-ad00-c0d296d09e80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:797f5758-d572-4a00-ad00-c0d296d09e80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "a51c32e1c92840e1b7879287ac152269" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2594162-1647-401d-add1-f342485a5f68" - ], - "x-ms-correlation-request-id": [ - "c2594162-1647-401d-add1-f342485a5f68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:c2594162-1647-401d-add1-f342485a5f68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "0d15e996c4404a48b11d3465cd6a19d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e52e000-d249-41e5-88c9-e54f7cbda259" - ], - "x-ms-correlation-request-id": [ - "2e52e000-d249-41e5-88c9-e54f7cbda259" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:2e52e000-d249-41e5-88c9-e54f7cbda259" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "8a7873851eca4990a7a479d206eadea7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc39e88b-55c7-4740-abda-e1fa0e7d2867" - ], - "x-ms-correlation-request-id": [ - "bc39e88b-55c7-4740-abda-e1fa0e7d2867" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:bc39e88b-55c7-4740-abda-e1fa0e7d2867" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "4481554214a2416e9992cdc31126b2a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "427fb288-edc7-4c3d-9186-ba6f80a19ff1" - ], - "x-ms-correlation-request-id": [ - "427fb288-edc7-4c3d-9186-ba6f80a19ff1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:427fb288-edc7-4c3d-9186-ba6f80a19ff1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "4c20b19f099440d8bb6ae37d008b05de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87df7a3b-8b6c-44d3-8688-4728abbf6a04" - ], - "x-ms-correlation-request-id": [ - "87df7a3b-8b6c-44d3-8688-4728abbf6a04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182354Z:87df7a3b-8b6c-44d3-8688-4728abbf6a04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "dc8bb695cb1c4de2b7b809db21972456" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b31ee983-de56-4449-b19a-1aaf8774d162" - ], - "x-ms-correlation-request-id": [ - "b31ee983-de56-4449-b19a-1aaf8774d162" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:b31ee983-de56-4449-b19a-1aaf8774d162" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "aee53ba222774f3bae97ca9ab1518560" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad219c29-8f25-41bb-b958-fdc9fc07fe64" - ], - "x-ms-correlation-request-id": [ - "ad219c29-8f25-41bb-b958-fdc9fc07fe64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:ad219c29-8f25-41bb-b958-fdc9fc07fe64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "7b0de058e81547669227da1e05a13e73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e34347e-08a3-4b6f-94b0-3c29cf008d29" - ], - "x-ms-correlation-request-id": [ - "9e34347e-08a3-4b6f-94b0-3c29cf008d29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:9e34347e-08a3-4b6f-94b0-3c29cf008d29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "bb80b19ffda647859bc3336928aaaacf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9755109f-042a-4b80-863c-906d573b0657" - ], - "x-ms-correlation-request-id": [ - "9755109f-042a-4b80-863c-906d573b0657" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:9755109f-042a-4b80-863c-906d573b0657" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "ade840a804e9408d94145b8e2b0f69c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8168777a-eb91-40ce-b1a5-bfcb58cb4ad5" - ], - "x-ms-correlation-request-id": [ - "8168777a-eb91-40ce-b1a5-bfcb58cb4ad5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:8168777a-eb91-40ce-b1a5-bfcb58cb4ad5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "97e6656a15814eff9ee0cb804fd9afe8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "401346b6-5cf4-47a1-923e-28235d738d64" - ], - "x-ms-correlation-request-id": [ - "401346b6-5cf4-47a1-923e-28235d738d64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:401346b6-5cf4-47a1-923e-28235d738d64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "da0acd3d99c14becacff583fe75daa5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbc2d108-e3e9-43be-8d77-ae91021b583e" - ], - "x-ms-correlation-request-id": [ - "dbc2d108-e3e9-43be-8d77-ae91021b583e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:dbc2d108-e3e9-43be-8d77-ae91021b583e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "27018b8da20543a3ac15328aefb71b46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11f4fbdb-ff0c-47e4-bfd0-c555dcd02a31" - ], - "x-ms-correlation-request-id": [ - "11f4fbdb-ff0c-47e4-bfd0-c555dcd02a31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182355Z:11f4fbdb-ff0c-47e4-bfd0-c555dcd02a31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "0898d86335334e1a9423150e8abe57ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad608249-fb50-413a-baea-c898e056a7e1" - ], - "x-ms-correlation-request-id": [ - "ad608249-fb50-413a-baea-c898e056a7e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182356Z:ad608249-fb50-413a-baea-c898e056a7e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "f050e3a3b9a641f39f981faa0477fdce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d62f2814-9b3d-4fd7-bd9b-85f6a54bf5d2" - ], - "x-ms-correlation-request-id": [ - "d62f2814-9b3d-4fd7-bd9b-85f6a54bf5d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182356Z:d62f2814-9b3d-4fd7-bd9b-85f6a54bf5d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "84616afd33bb4fc3bd6bf884ec9d8697" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a473cfea-3563-44c1-abb9-375ed29b939d" - ], - "x-ms-correlation-request-id": [ - "a473cfea-3563-44c1-abb9-375ed29b939d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182356Z:a473cfea-3563-44c1-abb9-375ed29b939d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "2495cd2b13154fa8baad587a9b722a46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6644e31a-b039-4de2-ac52-282708c2fd53" - ], - "x-ms-correlation-request-id": [ - "6644e31a-b039-4de2-ac52-282708c2fd53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182356Z:6644e31a-b039-4de2-ac52-282708c2fd53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "5174ed67d8e945f2b927e69eaabb70c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "489ce4d1-b073-48aa-93f0-1f57b4fea130" - ], - "x-ms-correlation-request-id": [ - "489ce4d1-b073-48aa-93f0-1f57b4fea130" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182356Z:489ce4d1-b073-48aa-93f0-1f57b4fea130" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "a59fe21dbde244d8939b0c2704a589e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26b92c7f-3587-482d-83d0-5e39b08f89d1" - ], - "x-ms-correlation-request-id": [ - "26b92c7f-3587-482d-83d0-5e39b08f89d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182356Z:26b92c7f-3587-482d-83d0-5e39b08f89d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "1c5e38ed68374cc286872a1dbb0be9e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aee1914b-6777-4df5-a825-636a6989a3b8" - ], - "x-ms-correlation-request-id": [ - "aee1914b-6777-4df5-a825-636a6989a3b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182357Z:aee1914b-6777-4df5-a825-636a6989a3b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "8b6c0bfd06524675adb6eb0bf5356d1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c999077-8088-44f2-a2b9-308c5a679101" - ], - "x-ms-correlation-request-id": [ - "7c999077-8088-44f2-a2b9-308c5a679101" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182357Z:7c999077-8088-44f2-a2b9-308c5a679101" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "297090e5ae5e4252ba95e0d9bd94d398" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a13c7fa1-a70c-4066-a7b4-613e74b2c9ed" - ], - "x-ms-correlation-request-id": [ - "a13c7fa1-a70c-4066-a7b4-613e74b2c9ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182357Z:a13c7fa1-a70c-4066-a7b4-613e74b2c9ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "88ef3c16023d48dabd196a0e8067c358" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1190ddcc-7b5a-4832-b41e-d8595b84dcf1" - ], - "x-ms-correlation-request-id": [ - "1190ddcc-7b5a-4832-b41e-d8595b84dcf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182357Z:1190ddcc-7b5a-4832-b41e-d8595b84dcf1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "34387f5fd7f74c5884c489d39fb29934" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d6c6ba0-ebb5-4c5c-a247-4835229db2e2" - ], - "x-ms-correlation-request-id": [ - "5d6c6ba0-ebb5-4c5c-a247-4835229db2e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182357Z:5d6c6ba0-ebb5-4c5c-a247-4835229db2e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "5c083cb709c345deb7162c9e8cfb7def" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4eb6bfb8-a6f4-4791-8c5f-557d2d208ab3" - ], - "x-ms-correlation-request-id": [ - "4eb6bfb8-a6f4-4791-8c5f-557d2d208ab3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182357Z:4eb6bfb8-a6f4-4791-8c5f-557d2d208ab3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "591cd86e2c754e03a6cb568166e214ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83be2eaf-a49c-4740-85d3-5b81b6cabaa7" - ], - "x-ms-correlation-request-id": [ - "83be2eaf-a49c-4740-85d3-5b81b6cabaa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182357Z:83be2eaf-a49c-4740-85d3-5b81b6cabaa7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "442f8ecd058042118d5b79976d193ea2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8aba68f-2a3f-4c42-8eb4-82856f228f11" - ], - "x-ms-correlation-request-id": [ - "c8aba68f-2a3f-4c42-8eb4-82856f228f11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182358Z:c8aba68f-2a3f-4c42-8eb4-82856f228f11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "a3e79ae8262d423883b9f339756e989c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1c5fa8b-77c5-416e-8292-09ce72ef8f29" - ], - "x-ms-correlation-request-id": [ - "f1c5fa8b-77c5-416e-8292-09ce72ef8f29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182358Z:f1c5fa8b-77c5-416e-8292-09ce72ef8f29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "1e834cc9715d42a0987d25641ef08bab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51529256-66bc-4c86-8c9a-378776373cf3" - ], - "x-ms-correlation-request-id": [ - "51529256-66bc-4c86-8c9a-378776373cf3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182358Z:51529256-66bc-4c86-8c9a-378776373cf3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "eb69a0ba81574f3c8a6afac20dc3f529" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3518d259-3bc2-4870-971f-84c645460abb" - ], - "x-ms-correlation-request-id": [ - "3518d259-3bc2-4870-971f-84c645460abb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182358Z:3518d259-3bc2-4870-971f-84c645460abb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "e2760a50853c4763885544fddb965f22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cc4553a-b6d1-49b3-ab61-a9bc0a364979" - ], - "x-ms-correlation-request-id": [ - "5cc4553a-b6d1-49b3-ab61-a9bc0a364979" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182358Z:5cc4553a-b6d1-49b3-ab61-a9bc0a364979" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "06e6f4cc4f0d419298728840dc584515" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5a4abcb-5330-4c5c-aedf-daba3ba0559f" - ], - "x-ms-correlation-request-id": [ - "a5a4abcb-5330-4c5c-aedf-daba3ba0559f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182358Z:a5a4abcb-5330-4c5c-aedf-daba3ba0559f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "ac914a1661a1446a840d6ec65618dc3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6de9672-eee4-4812-8852-f0adc8517ddf" - ], - "x-ms-correlation-request-id": [ - "a6de9672-eee4-4812-8852-f0adc8517ddf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182358Z:a6de9672-eee4-4812-8852-f0adc8517ddf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "94353f1a643548f7a62a75cb0b91710d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9aba5f68-aa2d-467e-a6c8-aa90968bd8a8" - ], - "x-ms-correlation-request-id": [ - "9aba5f68-aa2d-467e-a6c8-aa90968bd8a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:9aba5f68-aa2d-467e-a6c8-aa90968bd8a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "4a1a2b38665b434d97b24e3de6c1a21d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dc4865d-a6c3-4ace-90e8-89bfbe2aeac1" - ], - "x-ms-correlation-request-id": [ - "2dc4865d-a6c3-4ace-90e8-89bfbe2aeac1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:2dc4865d-a6c3-4ace-90e8-89bfbe2aeac1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "210765d567d4473b9190ba7eefc4c143" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9617a35-d688-45cf-a6c4-59788ca9d395" - ], - "x-ms-correlation-request-id": [ - "a9617a35-d688-45cf-a6c4-59788ca9d395" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:a9617a35-d688-45cf-a6c4-59788ca9d395" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "dcfccb5e54b74feb96ab26dffc4cfda7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4eb31b6-9664-4fa6-9c27-3e6daf375201" - ], - "x-ms-correlation-request-id": [ - "c4eb31b6-9664-4fa6-9c27-3e6daf375201" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:c4eb31b6-9664-4fa6-9c27-3e6daf375201" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "b960f558fae54ac6be0a413395ccf568" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "779a893b-5610-4510-99d0-fc711f010615" - ], - "x-ms-correlation-request-id": [ - "779a893b-5610-4510-99d0-fc711f010615" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:779a893b-5610-4510-99d0-fc711f010615" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "b08cc1b882c44304970e4420810fe3ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51357058-428d-425f-afc5-da5ebccb3ee6" - ], - "x-ms-correlation-request-id": [ - "51357058-428d-425f-afc5-da5ebccb3ee6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:51357058-428d-425f-afc5-da5ebccb3ee6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "b92119c6736542d480ed5d1b83160d02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea0a1395-186b-4601-aca2-828ba74b9a5b" - ], - "x-ms-correlation-request-id": [ - "ea0a1395-186b-4601-aca2-828ba74b9a5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:ea0a1395-186b-4601-aca2-828ba74b9a5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "f4262b6832254da3beab0cc7f5d4ecc4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "828e92f9-e6a3-4b2b-9210-df7390b9c835" - ], - "x-ms-correlation-request-id": [ - "828e92f9-e6a3-4b2b-9210-df7390b9c835" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182359Z:828e92f9-e6a3-4b2b-9210-df7390b9c835" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "f4daa40156144b2e917eab24e3d5b36a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86bbc816-65aa-4c55-8823-b42017731774" - ], - "x-ms-correlation-request-id": [ - "86bbc816-65aa-4c55-8823-b42017731774" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182400Z:86bbc816-65aa-4c55-8823-b42017731774" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "1472d7bb37c4488fa5b8f39af77063af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2fd6615e-1acd-4a05-84af-d078499995be" - ], - "x-ms-correlation-request-id": [ - "2fd6615e-1acd-4a05-84af-d078499995be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182400Z:2fd6615e-1acd-4a05-84af-d078499995be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "37969389c1da40e2bb691d14fe0af6a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41bd9551-8058-4490-9deb-96f632039751" - ], - "x-ms-correlation-request-id": [ - "41bd9551-8058-4490-9deb-96f632039751" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182400Z:41bd9551-8058-4490-9deb-96f632039751" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "66e74a679c91468cb5222ad421f8b372" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3b633a2-be79-482f-a078-cac34e4242bb" - ], - "x-ms-correlation-request-id": [ - "e3b633a2-be79-482f-a078-cac34e4242bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182400Z:e3b633a2-be79-482f-a078-cac34e4242bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "ccf379d92f0e4d7194db8ec4cc4ee752" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60e0efbc-1f7e-41e1-b38a-e3ba29b03816" - ], - "x-ms-correlation-request-id": [ - "60e0efbc-1f7e-41e1-b38a-e3ba29b03816" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182400Z:60e0efbc-1f7e-41e1-b38a-e3ba29b03816" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "e08516c1ab794afdba3f943439ad2700" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38e27e02-377c-4364-8614-a775202c2484" - ], - "x-ms-correlation-request-id": [ - "38e27e02-377c-4364-8614-a775202c2484" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182400Z:38e27e02-377c-4364-8614-a775202c2484" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "6135f9259d3846068549317acddaf0f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e019b200-cd8b-46da-acb7-2adf2ca6ec75" - ], - "x-ms-correlation-request-id": [ - "e019b200-cd8b-46da-acb7-2adf2ca6ec75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182400Z:e019b200-cd8b-46da-acb7-2adf2ca6ec75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "c4afd08d2f694172bfd80c52f3c17a1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c6bd151-c969-4d59-b417-d6a9209679a1" - ], - "x-ms-correlation-request-id": [ - "9c6bd151-c969-4d59-b417-d6a9209679a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182401Z:9c6bd151-c969-4d59-b417-d6a9209679a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "4ecaf49642d448a684ab687dd43c9eab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12d93f5e-7a90-4789-8a45-97c891174da5" - ], - "x-ms-correlation-request-id": [ - "12d93f5e-7a90-4789-8a45-97c891174da5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182401Z:12d93f5e-7a90-4789-8a45-97c891174da5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "3d42e1220b8440ba9609e2cf22aad9c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7320b022-e6b4-48f3-a679-e5a6eaa52378" - ], - "x-ms-correlation-request-id": [ - "7320b022-e6b4-48f3-a679-e5a6eaa52378" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182401Z:7320b022-e6b4-48f3-a679-e5a6eaa52378" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "148b96c7e7e14a7cb0145035099c78c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9347da69-748a-4a2a-ac55-ff8dbb436b83" - ], - "x-ms-correlation-request-id": [ - "9347da69-748a-4a2a-ac55-ff8dbb436b83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182401Z:9347da69-748a-4a2a-ac55-ff8dbb436b83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "04dbbb69ec7b47c8b74f57f1548ea24c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "394488fd-e97e-4edd-90a2-2f9b91858cab" - ], - "x-ms-correlation-request-id": [ - "394488fd-e97e-4edd-90a2-2f9b91858cab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182401Z:394488fd-e97e-4edd-90a2-2f9b91858cab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "f515b036a7d8463292deaf304fdb6bcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8584ae4-ebe3-426e-b96c-5d218b44004f" - ], - "x-ms-correlation-request-id": [ - "c8584ae4-ebe3-426e-b96c-5d218b44004f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182401Z:c8584ae4-ebe3-426e-b96c-5d218b44004f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "4402845dbfd9431490b47a4aff641bdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50d038be-ee44-460f-9565-00f86fe9de13" - ], - "x-ms-correlation-request-id": [ - "50d038be-ee44-460f-9565-00f86fe9de13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182401Z:50d038be-ee44-460f-9565-00f86fe9de13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "292522ab684142eeb80d8656e5992cd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8da413d6-e46a-47d0-9b0d-59d2520cb596" - ], - "x-ms-correlation-request-id": [ - "8da413d6-e46a-47d0-9b0d-59d2520cb596" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182402Z:8da413d6-e46a-47d0-9b0d-59d2520cb596" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "60daea3f414b447ebe7591888476739c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89a5e896-f4bb-4ff1-9464-9f133e8b0b05" - ], - "x-ms-correlation-request-id": [ - "89a5e896-f4bb-4ff1-9464-9f133e8b0b05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182402Z:89a5e896-f4bb-4ff1-9464-9f133e8b0b05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "b7eead5798a34e39af4627f40e577fa0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28426705-6d83-47ff-9eb9-f70663df9c3f" - ], - "x-ms-correlation-request-id": [ - "28426705-6d83-47ff-9eb9-f70663df9c3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182402Z:28426705-6d83-47ff-9eb9-f70663df9c3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "86b7820a3491468db34f71d8058f50df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7b037ad-9012-4641-9fb8-c1efba5120f6" - ], - "x-ms-correlation-request-id": [ - "d7b037ad-9012-4641-9fb8-c1efba5120f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182402Z:d7b037ad-9012-4641-9fb8-c1efba5120f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "dc1e38be3a514247ad861b9b46727f96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "659e3a74-a935-4a58-be96-f159713e021f" - ], - "x-ms-correlation-request-id": [ - "659e3a74-a935-4a58-be96-f159713e021f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182402Z:659e3a74-a935-4a58-be96-f159713e021f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "971dba703ca544bebfedcd200020ad53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb77eeb2-dd3f-45da-abc2-855e4502e880" - ], - "x-ms-correlation-request-id": [ - "eb77eeb2-dd3f-45da-abc2-855e4502e880" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182402Z:eb77eeb2-dd3f-45da-abc2-855e4502e880" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "06fe1037f4f94347b9322ef32e77b90f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e86d2219-de50-4101-8a0c-83b1cbf2912d" - ], - "x-ms-correlation-request-id": [ - "e86d2219-de50-4101-8a0c-83b1cbf2912d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182402Z:e86d2219-de50-4101-8a0c-83b1cbf2912d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "328833152dfd4782b73f553c3ddca347" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fbdaeaa-db5b-4b2c-a05d-d93928a32dd1" - ], - "x-ms-correlation-request-id": [ - "9fbdaeaa-db5b-4b2c-a05d-d93928a32dd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:9fbdaeaa-db5b-4b2c-a05d-d93928a32dd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "58e5f9414e204bfcb2bef67c8853006e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5d04aef-e55b-4d34-bc1b-6c9c2debe0d6" - ], - "x-ms-correlation-request-id": [ - "e5d04aef-e55b-4d34-bc1b-6c9c2debe0d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:e5d04aef-e55b-4d34-bc1b-6c9c2debe0d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "0d5a82825ecc402a843371409865d25d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2913952-2597-49b8-ad9e-e3cb3034354d" - ], - "x-ms-correlation-request-id": [ - "a2913952-2597-49b8-ad9e-e3cb3034354d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:a2913952-2597-49b8-ad9e-e3cb3034354d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "a0cfece6f9984b299a4d0b3981bd6c2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fb939c7-9c59-4d23-b101-95ea19ad7f8b" - ], - "x-ms-correlation-request-id": [ - "7fb939c7-9c59-4d23-b101-95ea19ad7f8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:7fb939c7-9c59-4d23-b101-95ea19ad7f8b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "e1362902a7d64effa933a232acdc1819" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af59217f-c05d-4323-abd7-7570c432f964" - ], - "x-ms-correlation-request-id": [ - "af59217f-c05d-4323-abd7-7570c432f964" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:af59217f-c05d-4323-abd7-7570c432f964" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "86478275108e4dc09102c7eddaa95716" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dff7a04e-c355-41a1-a76b-1bc5efaa4bbd" - ], - "x-ms-correlation-request-id": [ - "dff7a04e-c355-41a1-a76b-1bc5efaa4bbd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:dff7a04e-c355-41a1-a76b-1bc5efaa4bbd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "6497da23f5aa402a88e004412d419fb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b05299dc-bea6-4f60-887a-9caef0988fdb" - ], - "x-ms-correlation-request-id": [ - "b05299dc-bea6-4f60-887a-9caef0988fdb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:b05299dc-bea6-4f60-887a-9caef0988fdb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "6e416ffe314046e5b17d78745aa9066c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75c4940f-ca80-4ca1-b925-83598c6f86d6" - ], - "x-ms-correlation-request-id": [ - "75c4940f-ca80-4ca1-b925-83598c6f86d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182403Z:75c4940f-ca80-4ca1-b925-83598c6f86d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "a6b7ec7373564e26852f023ce743211d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a763b23c-eed1-464b-bb65-631c7655370b" - ], - "x-ms-correlation-request-id": [ - "a763b23c-eed1-464b-bb65-631c7655370b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:a763b23c-eed1-464b-bb65-631c7655370b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "236a489533fe4db3a27a006cf39b817c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76786051-5c18-4d0b-aa39-1f71fc1bb1b5" - ], - "x-ms-correlation-request-id": [ - "76786051-5c18-4d0b-aa39-1f71fc1bb1b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:76786051-5c18-4d0b-aa39-1f71fc1bb1b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "2b47f2d289bf4a139d347fa4ba978e36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08708185-0fa7-4123-a051-d18f0a676943" - ], - "x-ms-correlation-request-id": [ - "08708185-0fa7-4123-a051-d18f0a676943" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:08708185-0fa7-4123-a051-d18f0a676943" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "502bad283eba4da29da87ead433f06ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3803d41e-e16a-435c-a781-61616eef8d12" - ], - "x-ms-correlation-request-id": [ - "3803d41e-e16a-435c-a781-61616eef8d12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:3803d41e-e16a-435c-a781-61616eef8d12" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "2e106d8947af4a01a10714e9a851ec79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e401c4df-a053-4180-8e15-b4a5966d051c" - ], - "x-ms-correlation-request-id": [ - "e401c4df-a053-4180-8e15-b4a5966d051c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:e401c4df-a053-4180-8e15-b4a5966d051c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "71ab9560900b4aedacc6e98e20284b80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b46714ef-02a3-492e-863a-af1d679264ab" - ], - "x-ms-correlation-request-id": [ - "b46714ef-02a3-492e-863a-af1d679264ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:b46714ef-02a3-492e-863a-af1d679264ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "bd82df465df54d8b8e003327cf74ca15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "876c60d4-a78c-4b4a-841c-447d6c9e7493" - ], - "x-ms-correlation-request-id": [ - "876c60d4-a78c-4b4a-841c-447d6c9e7493" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:876c60d4-a78c-4b4a-841c-447d6c9e7493" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "d361113746d141848c4bb01284735f08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "009e714c-2792-4208-8bab-b56847c27049" - ], - "x-ms-correlation-request-id": [ - "009e714c-2792-4208-8bab-b56847c27049" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182404Z:009e714c-2792-4208-8bab-b56847c27049" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "16bb0496d884472d9d4f2a486d6d9189" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62204354-3b8f-4ba6-a564-18d6d7e29140" - ], - "x-ms-correlation-request-id": [ - "62204354-3b8f-4ba6-a564-18d6d7e29140" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182405Z:62204354-3b8f-4ba6-a564-18d6d7e29140" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "131e0c8dbe2144088b4f35e748c0be45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "939b904e-9f51-42a4-8b7e-a91c04b939cf" - ], - "x-ms-correlation-request-id": [ - "939b904e-9f51-42a4-8b7e-a91c04b939cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182405Z:939b904e-9f51-42a4-8b7e-a91c04b939cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "f0a1f2f7a9ec48b6b17d973c5bbd9f4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5120d427-f981-4e8c-bd56-7f622e91201f" - ], - "x-ms-correlation-request-id": [ - "5120d427-f981-4e8c-bd56-7f622e91201f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182405Z:5120d427-f981-4e8c-bd56-7f622e91201f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "77d849acd09c4f54b1f7fe2ab4931659" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "058d32ea-6c5a-42ce-9054-2df9d756416a" - ], - "x-ms-correlation-request-id": [ - "058d32ea-6c5a-42ce-9054-2df9d756416a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182405Z:058d32ea-6c5a-42ce-9054-2df9d756416a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "d39cc916cb024d59888939ee2e01b935" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7d962ef-ef4f-4dfb-8caf-86ef70113e75" - ], - "x-ms-correlation-request-id": [ - "b7d962ef-ef4f-4dfb-8caf-86ef70113e75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182405Z:b7d962ef-ef4f-4dfb-8caf-86ef70113e75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "bc7acfe22a3a4ed8b439d6bcc8977465" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0d668dd-f075-4029-acaf-ef5ce4279fde" - ], - "x-ms-correlation-request-id": [ - "d0d668dd-f075-4029-acaf-ef5ce4279fde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182405Z:d0d668dd-f075-4029-acaf-ef5ce4279fde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "297fb564b7224363828cd17e24f3c1fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "731e6716-35fe-4cbc-a745-3444c61790bf" - ], - "x-ms-correlation-request-id": [ - "731e6716-35fe-4cbc-a745-3444c61790bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182405Z:731e6716-35fe-4cbc-a745-3444c61790bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "ac7a6227c2a448dcacbd4c4b8b0fdf5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3275cbc-6a3f-4dcd-955f-f79d97ca7067" - ], - "x-ms-correlation-request-id": [ - "c3275cbc-6a3f-4dcd-955f-f79d97ca7067" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182406Z:c3275cbc-6a3f-4dcd-955f-f79d97ca7067" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "ccd0f5e8b23349c1a49874843dd27af1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81e2356e-baf9-4536-aeee-123de44167b6" - ], - "x-ms-correlation-request-id": [ - "81e2356e-baf9-4536-aeee-123de44167b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182406Z:81e2356e-baf9-4536-aeee-123de44167b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "c07675b8c5394c288e051fccd0185d3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da381273-7003-499d-b0af-ae94098c3342" - ], - "x-ms-correlation-request-id": [ - "da381273-7003-499d-b0af-ae94098c3342" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182406Z:da381273-7003-499d-b0af-ae94098c3342" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "dad2e78186db430da70977d57efc7dee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6cb186db-80c2-4dfc-82c3-26474c3b7249" - ], - "x-ms-correlation-request-id": [ - "6cb186db-80c2-4dfc-82c3-26474c3b7249" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182406Z:6cb186db-80c2-4dfc-82c3-26474c3b7249" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "f1beb45d1ae14420a06fb69ff9f6dd02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "252673cd-feae-49da-9486-a7a38f021d57" - ], - "x-ms-correlation-request-id": [ - "252673cd-feae-49da-9486-a7a38f021d57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182406Z:252673cd-feae-49da-9486-a7a38f021d57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "95f5975d8ee745e6a490f875507bb0e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7769947d-f9ee-4791-a242-757f483aaa2f" - ], - "x-ms-correlation-request-id": [ - "7769947d-f9ee-4791-a242-757f483aaa2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182407Z:7769947d-f9ee-4791-a242-757f483aaa2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "871c74edbaa149789442a7cc04da567c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5fafdf9-a029-49be-a1a7-c0bcb645ab2e" - ], - "x-ms-correlation-request-id": [ - "a5fafdf9-a029-49be-a1a7-c0bcb645ab2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182407Z:a5fafdf9-a029-49be-a1a7-c0bcb645ab2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "a42cf9de4a0a46b2b58eafc22ae8b1d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "671d2b3b-e5b4-45f5-abf5-9231d2919269" - ], - "x-ms-correlation-request-id": [ - "671d2b3b-e5b4-45f5-abf5-9231d2919269" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182407Z:671d2b3b-e5b4-45f5-abf5-9231d2919269" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "dd4d4a2179214ff48457e2258aa1dc0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e32fc15-b8cc-4e24-b3f5-3eba0150c103" - ], - "x-ms-correlation-request-id": [ - "2e32fc15-b8cc-4e24-b3f5-3eba0150c103" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182407Z:2e32fc15-b8cc-4e24-b3f5-3eba0150c103" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "7f0cb1f7df2f477a8b0ec0bb7ec1bc68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "267fbd54-cfc4-40ac-8f5c-0a35248f764d" - ], - "x-ms-correlation-request-id": [ - "267fbd54-cfc4-40ac-8f5c-0a35248f764d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182407Z:267fbd54-cfc4-40ac-8f5c-0a35248f764d" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "977e1d8a0e47401bb7b0d04ab76a017f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12d43cef-1328-4f6c-9414-65958d3bf63e" - ], - "x-ms-correlation-request-id": [ - "12d43cef-1328-4f6c-9414-65958d3bf63e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182408Z:12d43cef-1328-4f6c-9414-65958d3bf63e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "a344d83063b9452f8ec0fa7243452bd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0252fd98-98f2-45f3-ae0f-e56b392300ff" - ], - "x-ms-correlation-request-id": [ - "0252fd98-98f2-45f3-ae0f-e56b392300ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182408Z:0252fd98-98f2-45f3-ae0f-e56b392300ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "3556c7893b394f54b63e80903ceb09f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7d223f6-aa73-4c59-afaf-985ce4f26071" - ], - "x-ms-correlation-request-id": [ - "f7d223f6-aa73-4c59-afaf-985ce4f26071" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182408Z:f7d223f6-aa73-4c59-afaf-985ce4f26071" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "c783a7f6e0fa4c74872926e3e12e3cf2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fce4d0a5-2d96-42e2-bd3f-f808806750b8" - ], - "x-ms-correlation-request-id": [ - "fce4d0a5-2d96-42e2-bd3f-f808806750b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182408Z:fce4d0a5-2d96-42e2-bd3f-f808806750b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "a650e0668c484d5384bda2154ce019b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c33f47cb-f453-4908-babc-8c3df53913f2" - ], - "x-ms-correlation-request-id": [ - "c33f47cb-f453-4908-babc-8c3df53913f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182408Z:c33f47cb-f453-4908-babc-8c3df53913f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "b2d6d5d9fcd34c40a36c46e06e9da967" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "705a52e7-3e50-4352-9092-d9edbb52ad8e" - ], - "x-ms-correlation-request-id": [ - "705a52e7-3e50-4352-9092-d9edbb52ad8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182408Z:705a52e7-3e50-4352-9092-d9edbb52ad8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "f3c9360228b644aa958db0e801d3266b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa20ce60-d856-4498-9126-d42aa7a05067" - ], - "x-ms-correlation-request-id": [ - "aa20ce60-d856-4498-9126-d42aa7a05067" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182408Z:aa20ce60-d856-4498-9126-d42aa7a05067" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "052a5841ca3c43aeaec60536dd380f65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "327edcb5-8905-4302-9327-91b6ed17131a" - ], - "x-ms-correlation-request-id": [ - "327edcb5-8905-4302-9327-91b6ed17131a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182409Z:327edcb5-8905-4302-9327-91b6ed17131a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "759a54085b4e494aacfa532ac046353f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "661126d8-6b3f-4ecd-9256-7eebaae2ff0f" - ], - "x-ms-correlation-request-id": [ - "661126d8-6b3f-4ecd-9256-7eebaae2ff0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182409Z:661126d8-6b3f-4ecd-9256-7eebaae2ff0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "046c072bf7e1490184bf94d5d2e63991" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "555323d7-384b-4d3f-9e9b-74022df4a454" - ], - "x-ms-correlation-request-id": [ - "555323d7-384b-4d3f-9e9b-74022df4a454" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182409Z:555323d7-384b-4d3f-9e9b-74022df4a454" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "0fbc56fa6caf47b08599347ba0159c44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0dac892-6761-41f5-8554-9f6dd2dca0d6" - ], - "x-ms-correlation-request-id": [ - "a0dac892-6761-41f5-8554-9f6dd2dca0d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182409Z:a0dac892-6761-41f5-8554-9f6dd2dca0d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "7389d1f0efb1418c9d2ae13bc08ca287" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e85c503-a963-47bc-ae5d-cd5a00183ef8" - ], - "x-ms-correlation-request-id": [ - "0e85c503-a963-47bc-ae5d-cd5a00183ef8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182409Z:0e85c503-a963-47bc-ae5d-cd5a00183ef8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "4348ac5a4d0745ee81b75baeae7cf42b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c091f53c-22a6-40cc-9c64-39228072b638" - ], - "x-ms-correlation-request-id": [ - "c091f53c-22a6-40cc-9c64-39228072b638" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182409Z:c091f53c-22a6-40cc-9c64-39228072b638" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "27b3e0e188a04fc08099809c89ddde0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acdd7f88-4b5d-4d26-87ad-dbf62642b57b" - ], - "x-ms-correlation-request-id": [ - "acdd7f88-4b5d-4d26-87ad-dbf62642b57b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182409Z:acdd7f88-4b5d-4d26-87ad-dbf62642b57b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "c43e64f7a6c34b4aab2104fc58090e6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4b6c0ea-9443-4adb-83f3-a42baedd31ee" - ], - "x-ms-correlation-request-id": [ - "a4b6c0ea-9443-4adb-83f3-a42baedd31ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:a4b6c0ea-9443-4adb-83f3-a42baedd31ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "ebd018b84dfe47449ab33056f9eb6b02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef51c071-c408-46bc-84ff-074997ed9910" - ], - "x-ms-correlation-request-id": [ - "ef51c071-c408-46bc-84ff-074997ed9910" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:ef51c071-c408-46bc-84ff-074997ed9910" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "aecd2e6631da4e668c0a08fb27581ce8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b675aae6-776e-4a56-91e3-4cfe6e433e02" - ], - "x-ms-correlation-request-id": [ - "b675aae6-776e-4a56-91e3-4cfe6e433e02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:b675aae6-776e-4a56-91e3-4cfe6e433e02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "978ac25d13484083a386c19a138bb1d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c501461-c5de-4b79-9616-7e4792a38988" - ], - "x-ms-correlation-request-id": [ - "2c501461-c5de-4b79-9616-7e4792a38988" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:2c501461-c5de-4b79-9616-7e4792a38988" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "5f8cde6ca07a48ef93d666668302d0e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2af37a71-cd4c-4586-97cb-339dc960b507" - ], - "x-ms-correlation-request-id": [ - "2af37a71-cd4c-4586-97cb-339dc960b507" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:2af37a71-cd4c-4586-97cb-339dc960b507" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "371962c1f3504983a8ce5b6d300b4aaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15b6c2ca-6aa9-4036-b2b7-4cb234d507df" - ], - "x-ms-correlation-request-id": [ - "15b6c2ca-6aa9-4036-b2b7-4cb234d507df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:15b6c2ca-6aa9-4036-b2b7-4cb234d507df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "4f5fde26cab045f6ae80b832cb2008a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99fc048c-08d5-4308-a7aa-d024e4d64acb" - ], - "x-ms-correlation-request-id": [ - "99fc048c-08d5-4308-a7aa-d024e4d64acb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:99fc048c-08d5-4308-a7aa-d024e4d64acb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "49d363ff33db4dc2ac91671d0de5e699" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3401018e-165b-4418-bd44-0485278db974" - ], - "x-ms-correlation-request-id": [ - "3401018e-165b-4418-bd44-0485278db974" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182410Z:3401018e-165b-4418-bd44-0485278db974" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "26fd22d6b1544abdbe707e5eb756044d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16f08d17-7e8a-4fb6-98c2-0a679243a0ed" - ], - "x-ms-correlation-request-id": [ - "16f08d17-7e8a-4fb6-98c2-0a679243a0ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:16f08d17-7e8a-4fb6-98c2-0a679243a0ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "e640e36fdd0243ebb57e2e08e4e24532" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70d1fc16-feb1-4c72-8891-245adc2605e8" - ], - "x-ms-correlation-request-id": [ - "70d1fc16-feb1-4c72-8891-245adc2605e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:70d1fc16-feb1-4c72-8891-245adc2605e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "34194f8d32ae4bb18e649d109c195848" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2313b7be-6581-479f-8b76-69a08a76cef8" - ], - "x-ms-correlation-request-id": [ - "2313b7be-6581-479f-8b76-69a08a76cef8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:2313b7be-6581-479f-8b76-69a08a76cef8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "2969c0c335c04d26a594ea5c3aba94e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d3fe7ef-d4be-4f8a-b825-e11496a0d8d2" - ], - "x-ms-correlation-request-id": [ - "3d3fe7ef-d4be-4f8a-b825-e11496a0d8d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:3d3fe7ef-d4be-4f8a-b825-e11496a0d8d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "42587e413ea248f29cd4d4ddc381c5ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5977d87-62c2-4595-b3c3-17bbb6b2083d" - ], - "x-ms-correlation-request-id": [ - "c5977d87-62c2-4595-b3c3-17bbb6b2083d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:c5977d87-62c2-4595-b3c3-17bbb6b2083d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "5c4e12adb90f4cf6b680c3250a062aff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f51e9b7c-f025-4fdf-a2ee-b7dd9daeaac9" - ], - "x-ms-correlation-request-id": [ - "f51e9b7c-f025-4fdf-a2ee-b7dd9daeaac9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:f51e9b7c-f025-4fdf-a2ee-b7dd9daeaac9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "c3e11d7acfe0476bb52ed2356fa41b20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9018606-af28-4b2d-82df-33cd31b099d2" - ], - "x-ms-correlation-request-id": [ - "a9018606-af28-4b2d-82df-33cd31b099d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:a9018606-af28-4b2d-82df-33cd31b099d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "0fb9be424080481bb5d2b91f6c3eb664" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9edd197c-5252-468e-b65c-e1192bdf2e33" - ], - "x-ms-correlation-request-id": [ - "9edd197c-5252-468e-b65c-e1192bdf2e33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182411Z:9edd197c-5252-468e-b65c-e1192bdf2e33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "f00ce1664e3d4692b6775e6c0ba6f86b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5e2ae7b-9cf7-4a25-a5f7-c8ef11be5995" - ], - "x-ms-correlation-request-id": [ - "e5e2ae7b-9cf7-4a25-a5f7-c8ef11be5995" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:e5e2ae7b-9cf7-4a25-a5f7-c8ef11be5995" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "a0765a2180914129b9e278e3f3a85a57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76a2a391-516f-417f-9598-58cbf6f113e0" - ], - "x-ms-correlation-request-id": [ - "76a2a391-516f-417f-9598-58cbf6f113e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:76a2a391-516f-417f-9598-58cbf6f113e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "e17888a178d0462bb77e78e31a435e48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "684cdd13-8636-478c-9e24-37ff0921c06b" - ], - "x-ms-correlation-request-id": [ - "684cdd13-8636-478c-9e24-37ff0921c06b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:684cdd13-8636-478c-9e24-37ff0921c06b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "01355d954d194ed696cadd394bb212fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6a3ad02-6633-448d-80e1-e510ae514e9a" - ], - "x-ms-correlation-request-id": [ - "f6a3ad02-6633-448d-80e1-e510ae514e9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:f6a3ad02-6633-448d-80e1-e510ae514e9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "6e0935d2a3144b488c82430e8cfe3897" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20cbf804-1aa8-48d2-b8f3-ede54111d409" - ], - "x-ms-correlation-request-id": [ - "20cbf804-1aa8-48d2-b8f3-ede54111d409" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:20cbf804-1aa8-48d2-b8f3-ede54111d409" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "817d2fa583d94761b9623937624ff317" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f6ac900-6b9b-4329-827b-91fc8f28bfa9" - ], - "x-ms-correlation-request-id": [ - "1f6ac900-6b9b-4329-827b-91fc8f28bfa9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:1f6ac900-6b9b-4329-827b-91fc8f28bfa9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "4d266d36671845f4b611d1926621b87d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df456773-150b-4476-a255-2fea84dd075e" - ], - "x-ms-correlation-request-id": [ - "df456773-150b-4476-a255-2fea84dd075e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:df456773-150b-4476-a255-2fea84dd075e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "56398f85119a41fabf129a15d62ca27b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5095216-58f2-4e86-997d-db5ace70fdfe" - ], - "x-ms-correlation-request-id": [ - "f5095216-58f2-4e86-997d-db5ace70fdfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182412Z:f5095216-58f2-4e86-997d-db5ace70fdfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "0ebd37c03f074bf88841a972562e6ac1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c5d59bb-67b6-49d6-8e60-cffa29bf4fcf" - ], - "x-ms-correlation-request-id": [ - "6c5d59bb-67b6-49d6-8e60-cffa29bf4fcf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182413Z:6c5d59bb-67b6-49d6-8e60-cffa29bf4fcf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "2b74788d2e634ca99e059d5a8d5deccf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8bd799e9-821c-407b-a8f0-313551e97e45" - ], - "x-ms-correlation-request-id": [ - "8bd799e9-821c-407b-a8f0-313551e97e45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182413Z:8bd799e9-821c-407b-a8f0-313551e97e45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "1cd88a62bdd14284a546d4060b6c0bd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c44d7a64-cf82-464c-b6d6-77a1cf2617ed" - ], - "x-ms-correlation-request-id": [ - "c44d7a64-cf82-464c-b6d6-77a1cf2617ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182413Z:c44d7a64-cf82-464c-b6d6-77a1cf2617ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "1cd34b4242e645a098e492cf680dd638" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcdc6940-3973-4085-b02c-03bba0b0e344" - ], - "x-ms-correlation-request-id": [ - "fcdc6940-3973-4085-b02c-03bba0b0e344" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182413Z:fcdc6940-3973-4085-b02c-03bba0b0e344" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "08f9e0cbe561427db1293f654f0d8440" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f51a5ec-d22d-43bf-bcae-ca9ba0cb3458" - ], - "x-ms-correlation-request-id": [ - "4f51a5ec-d22d-43bf-bcae-ca9ba0cb3458" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182413Z:4f51a5ec-d22d-43bf-bcae-ca9ba0cb3458" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "12916899188443b5a69417d932a91450" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce0e4866-6e90-4051-8a6d-2c023eda7c7d" - ], - "x-ms-correlation-request-id": [ - "ce0e4866-6e90-4051-8a6d-2c023eda7c7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182413Z:ce0e4866-6e90-4051-8a6d-2c023eda7c7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "88a7f99b78b44fe3af927e23475cc09a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8aab435-0dbd-4df4-866a-d63f8fe6594a" - ], - "x-ms-correlation-request-id": [ - "b8aab435-0dbd-4df4-866a-d63f8fe6594a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182413Z:b8aab435-0dbd-4df4-866a-d63f8fe6594a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "6c63b56f4c1548e981e182e5d3e24518" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cac84e1-f0c1-4543-924c-40bd0a16e823" - ], - "x-ms-correlation-request-id": [ - "4cac84e1-f0c1-4543-924c-40bd0a16e823" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:4cac84e1-f0c1-4543-924c-40bd0a16e823" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "b29851433e7c40ccb539a4f71c884fe7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a1dcf1e-63aa-4d9a-90f0-5ed7a971bf2e" - ], - "x-ms-correlation-request-id": [ - "0a1dcf1e-63aa-4d9a-90f0-5ed7a971bf2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:0a1dcf1e-63aa-4d9a-90f0-5ed7a971bf2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "5da29c57f1a740da81738b8939b5bdb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d60306a2-4899-4ee7-b344-d7858020cb29" - ], - "x-ms-correlation-request-id": [ - "d60306a2-4899-4ee7-b344-d7858020cb29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:d60306a2-4899-4ee7-b344-d7858020cb29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "2c2c7680666946fca383bb8b6cf43996" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a01b348d-e827-4d8c-ad57-f382cb735cb8" - ], - "x-ms-correlation-request-id": [ - "a01b348d-e827-4d8c-ad57-f382cb735cb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:a01b348d-e827-4d8c-ad57-f382cb735cb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "4eca5e8428b14cd48c9e29dad7941b7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6cab593-cb1b-4498-bcf6-ec76584135c2" - ], - "x-ms-correlation-request-id": [ - "a6cab593-cb1b-4498-bcf6-ec76584135c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:a6cab593-cb1b-4498-bcf6-ec76584135c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "ed6eff71630a457a8b57d5c0a6ff8269" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d071afc1-5741-415b-879b-2f93ca0bfa3f" - ], - "x-ms-correlation-request-id": [ - "d071afc1-5741-415b-879b-2f93ca0bfa3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:d071afc1-5741-415b-879b-2f93ca0bfa3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "5be44e489c044edd941f515554045496" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e01526b-1211-4856-aaf2-5428179a3d1e" - ], - "x-ms-correlation-request-id": [ - "5e01526b-1211-4856-aaf2-5428179a3d1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:5e01526b-1211-4856-aaf2-5428179a3d1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "aaaf2eb813924f56a751488391e022ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "160da1a5-8cee-4b63-8f88-97302047debd" - ], - "x-ms-correlation-request-id": [ - "160da1a5-8cee-4b63-8f88-97302047debd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182414Z:160da1a5-8cee-4b63-8f88-97302047debd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "0eb45f6f8fbd48acb106a4e163dea71b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d6feb80-e6d5-47d9-aecc-c69786b4db52" - ], - "x-ms-correlation-request-id": [ - "1d6feb80-e6d5-47d9-aecc-c69786b4db52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:1d6feb80-e6d5-47d9-aecc-c69786b4db52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "878f8461734547e59950668c76071354" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ea6b8d2-f056-4772-a9b0-4b34156adf24" - ], - "x-ms-correlation-request-id": [ - "6ea6b8d2-f056-4772-a9b0-4b34156adf24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:6ea6b8d2-f056-4772-a9b0-4b34156adf24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "c86b449c45384e4b9bdb141e6e584acd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fb4a11c-fa38-40e9-8829-142f476f34cb" - ], - "x-ms-correlation-request-id": [ - "9fb4a11c-fa38-40e9-8829-142f476f34cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:9fb4a11c-fa38-40e9-8829-142f476f34cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "916552b11d1a41a4935803bb4b8051c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "872aec22-5d5c-442a-944d-09677aa45232" - ], - "x-ms-correlation-request-id": [ - "872aec22-5d5c-442a-944d-09677aa45232" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:872aec22-5d5c-442a-944d-09677aa45232" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "6d8d4c80d30741c5ad0f0a6ff32e89c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd367ec3-b10d-4158-8733-1421ad2bbf1d" - ], - "x-ms-correlation-request-id": [ - "dd367ec3-b10d-4158-8733-1421ad2bbf1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:dd367ec3-b10d-4158-8733-1421ad2bbf1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "30a1be6c30c041c69c77067d3c18a8ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60fe4868-86f7-41d5-aec5-c0b793002d17" - ], - "x-ms-correlation-request-id": [ - "60fe4868-86f7-41d5-aec5-c0b793002d17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:60fe4868-86f7-41d5-aec5-c0b793002d17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "0ea9dfc8bf114a48ac90a1ddcb862ac0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40867864-1077-4733-ac8d-3caedf761c35" - ], - "x-ms-correlation-request-id": [ - "40867864-1077-4733-ac8d-3caedf761c35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:40867864-1077-4733-ac8d-3caedf761c35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "f04a498d8ea04be4913404f075cc5abd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1cc5b2f-72e0-4478-a402-6df9b22cb396" - ], - "x-ms-correlation-request-id": [ - "e1cc5b2f-72e0-4478-a402-6df9b22cb396" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182415Z:e1cc5b2f-72e0-4478-a402-6df9b22cb396" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "cf0e1c5cd3b247ef854b3b7e567f18b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbf3ddf0-b263-41c9-b785-3d7d45693ff7" - ], - "x-ms-correlation-request-id": [ - "fbf3ddf0-b263-41c9-b785-3d7d45693ff7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:fbf3ddf0-b263-41c9-b785-3d7d45693ff7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "3a438d69b2f54abdaa5692291e05198a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bdbda39-8b01-4d10-bf3c-d6275222e81e" - ], - "x-ms-correlation-request-id": [ - "0bdbda39-8b01-4d10-bf3c-d6275222e81e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:0bdbda39-8b01-4d10-bf3c-d6275222e81e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "a25fbce1e1c7495d99bf8fe43df941ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4a0e17d-0cb1-4eaf-86fd-4fc9d8f313aa" - ], - "x-ms-correlation-request-id": [ - "e4a0e17d-0cb1-4eaf-86fd-4fc9d8f313aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:e4a0e17d-0cb1-4eaf-86fd-4fc9d8f313aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "871e44a10a0c406fb37a82d3f9202db4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "734187fd-c236-449b-b3e6-d9750b95dfdc" - ], - "x-ms-correlation-request-id": [ - "734187fd-c236-449b-b3e6-d9750b95dfdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:734187fd-c236-449b-b3e6-d9750b95dfdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "8a726baa5cd24279b45477bb977c7372" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b7b95c5-ab1f-417b-be43-31f3efe1d5bc" - ], - "x-ms-correlation-request-id": [ - "5b7b95c5-ab1f-417b-be43-31f3efe1d5bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:5b7b95c5-ab1f-417b-be43-31f3efe1d5bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "ab896be70ddc4a4193098748168cf40d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43862ca1-e256-472d-b374-e9146292fa5f" - ], - "x-ms-correlation-request-id": [ - "43862ca1-e256-472d-b374-e9146292fa5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:43862ca1-e256-472d-b374-e9146292fa5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "8cae954d7eaa4014b073d723e628afe9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d73a3624-1c94-4dc3-a2c8-7733f8f9642a" - ], - "x-ms-correlation-request-id": [ - "d73a3624-1c94-4dc3-a2c8-7733f8f9642a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:d73a3624-1c94-4dc3-a2c8-7733f8f9642a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "f824c0ed6c5d4635b9c170b3594738e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3b601c2-0487-408c-aab0-b2b6a7d8da0f" - ], - "x-ms-correlation-request-id": [ - "f3b601c2-0487-408c-aab0-b2b6a7d8da0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:f3b601c2-0487-408c-aab0-b2b6a7d8da0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "6441b6d673f54b7a824df76e36652b29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bab056d1-5593-421a-b734-d9a5efc321e7" - ], - "x-ms-correlation-request-id": [ - "bab056d1-5593-421a-b734-d9a5efc321e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182416Z:bab056d1-5593-421a-b734-d9a5efc321e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "c0069da9c5fe4e2ba027843162d94daf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6c20968-86d7-4e80-ab97-987fe4e44337" - ], - "x-ms-correlation-request-id": [ - "b6c20968-86d7-4e80-ab97-987fe4e44337" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182417Z:b6c20968-86d7-4e80-ab97-987fe4e44337" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "410c9452a57c4dd59a9d4e9dd196b8d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e973fd5-c3cd-4c74-83e1-b45e0e9cd100" - ], - "x-ms-correlation-request-id": [ - "6e973fd5-c3cd-4c74-83e1-b45e0e9cd100" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182417Z:6e973fd5-c3cd-4c74-83e1-b45e0e9cd100" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "e92b4fb0dcc44ee08aa9706f3369f7e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6317077f-b5ba-4741-a025-a198ba6761b1" - ], - "x-ms-correlation-request-id": [ - "6317077f-b5ba-4741-a025-a198ba6761b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182417Z:6317077f-b5ba-4741-a025-a198ba6761b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "0135b488bc774689be5cf1085b486d91" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1b6051f-650c-48a7-928c-fe4079c510be" - ], - "x-ms-correlation-request-id": [ - "f1b6051f-650c-48a7-928c-fe4079c510be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182417Z:f1b6051f-650c-48a7-928c-fe4079c510be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "dbf5f4ca074142a19d337256100a9789" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ced2419-27ba-4b87-8ccb-5e4ec23af728" - ], - "x-ms-correlation-request-id": [ - "8ced2419-27ba-4b87-8ccb-5e4ec23af728" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182417Z:8ced2419-27ba-4b87-8ccb-5e4ec23af728" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "af3862499dac4e0abb93cbef894da075" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd06cebe-917e-45d2-b4c9-646969c4221a" - ], - "x-ms-correlation-request-id": [ - "cd06cebe-917e-45d2-b4c9-646969c4221a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182418Z:cd06cebe-917e-45d2-b4c9-646969c4221a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "10ab07c22ba14e75984294b94bb5007a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7238725-3b37-4bf3-8d89-ec12c938262a" - ], - "x-ms-correlation-request-id": [ - "c7238725-3b37-4bf3-8d89-ec12c938262a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182418Z:c7238725-3b37-4bf3-8d89-ec12c938262a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "0c8a9ac2a1bd47f18a92554033f1d5d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c5f30d5-b1ed-425a-8de5-e0c42a52b5f7" - ], - "x-ms-correlation-request-id": [ - "7c5f30d5-b1ed-425a-8de5-e0c42a52b5f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182418Z:7c5f30d5-b1ed-425a-8de5-e0c42a52b5f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "b9c7b795f765453ca7f48246597cd151" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3d911f0-d618-4477-98ef-a988d56bd340" - ], - "x-ms-correlation-request-id": [ - "c3d911f0-d618-4477-98ef-a988d56bd340" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182418Z:c3d911f0-d618-4477-98ef-a988d56bd340" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "96364c2197d243e5947c6c7986ccc7ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f97db0c-8278-4025-b07d-0539c008d2e4" - ], - "x-ms-correlation-request-id": [ - "4f97db0c-8278-4025-b07d-0539c008d2e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182418Z:4f97db0c-8278-4025-b07d-0539c008d2e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "ad1d2cc67288467ba1aef44d52bba9a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ca39afa-bccc-468b-889f-57787ec8f6aa" - ], - "x-ms-correlation-request-id": [ - "7ca39afa-bccc-468b-889f-57787ec8f6aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182418Z:7ca39afa-bccc-468b-889f-57787ec8f6aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "da94163873574c0f86fb4bdc4bb3b2b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3948958f-77a3-43de-9bea-86247490e4a0" - ], - "x-ms-correlation-request-id": [ - "3948958f-77a3-43de-9bea-86247490e4a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182418Z:3948958f-77a3-43de-9bea-86247490e4a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "55c588c1de5b45e78abb7465d6d72e48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c069322-7c61-4f50-943c-820c66b91e9a" - ], - "x-ms-correlation-request-id": [ - "1c069322-7c61-4f50-943c-820c66b91e9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182419Z:1c069322-7c61-4f50-943c-820c66b91e9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "0782b5bf229b44e9a65c9516d13c4333" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8200d7a7-08ff-4e43-a7b0-5ec99825e632" - ], - "x-ms-correlation-request-id": [ - "8200d7a7-08ff-4e43-a7b0-5ec99825e632" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182419Z:8200d7a7-08ff-4e43-a7b0-5ec99825e632" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "ed897eb0a78544a1b04d35f319e551de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5f1a454-464a-4227-ae46-c769b62dbc1b" - ], - "x-ms-correlation-request-id": [ - "a5f1a454-464a-4227-ae46-c769b62dbc1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182419Z:a5f1a454-464a-4227-ae46-c769b62dbc1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "8654a8ce26ca4f8592339dd950df660c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3d15b52-9fb6-45fb-be29-64c034b23ffb" - ], - "x-ms-correlation-request-id": [ - "d3d15b52-9fb6-45fb-be29-64c034b23ffb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182419Z:d3d15b52-9fb6-45fb-be29-64c034b23ffb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "089135c028d24838ab7822ce6440b1b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75c88c68-9ecd-47ef-a6ed-bb5190954670" - ], - "x-ms-correlation-request-id": [ - "75c88c68-9ecd-47ef-a6ed-bb5190954670" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182419Z:75c88c68-9ecd-47ef-a6ed-bb5190954670" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "fbb5b1c175484d88a717f540712ccfbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d2317d6-2d88-4a50-a999-d09989953e6c" - ], - "x-ms-correlation-request-id": [ - "1d2317d6-2d88-4a50-a999-d09989953e6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182419Z:1d2317d6-2d88-4a50-a999-d09989953e6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "dfa22d592eca417baa4a794b58548788" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9294c69f-1d36-42d3-82d6-7c3343ca03b0" - ], - "x-ms-correlation-request-id": [ - "9294c69f-1d36-42d3-82d6-7c3343ca03b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182419Z:9294c69f-1d36-42d3-82d6-7c3343ca03b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "0f4f974ba11f4ab5829ea5b9589c0930" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82a5f31d-0e01-4c72-b2fa-1c16bd93dee6" - ], - "x-ms-correlation-request-id": [ - "82a5f31d-0e01-4c72-b2fa-1c16bd93dee6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182420Z:82a5f31d-0e01-4c72-b2fa-1c16bd93dee6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "51ecc71726f44391b05d0cde457a2274" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b290067b-bd91-42fd-b326-b00f681d44e0" - ], - "x-ms-correlation-request-id": [ - "b290067b-bd91-42fd-b326-b00f681d44e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182420Z:b290067b-bd91-42fd-b326-b00f681d44e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "4bc7fd1206c54a3a91193a9ab99865ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15546e02-7aae-42f2-af7e-8d66b8dc6248" - ], - "x-ms-correlation-request-id": [ - "15546e02-7aae-42f2-af7e-8d66b8dc6248" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182420Z:15546e02-7aae-42f2-af7e-8d66b8dc6248" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "1ff327ee60154388bace6ad58ea60a5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39dc4026-d555-40d0-b061-37d29c8694b0" - ], - "x-ms-correlation-request-id": [ - "39dc4026-d555-40d0-b061-37d29c8694b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182420Z:39dc4026-d555-40d0-b061-37d29c8694b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "63039f084ae342c2b080c15ec7ef43b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cf00255-e239-476b-8ea1-e47570f15967" - ], - "x-ms-correlation-request-id": [ - "8cf00255-e239-476b-8ea1-e47570f15967" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182420Z:8cf00255-e239-476b-8ea1-e47570f15967" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "8ec98c1ecbd34558b567fc16be3988b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a491afb-457b-48ec-8821-57380b0feecf" - ], - "x-ms-correlation-request-id": [ - "6a491afb-457b-48ec-8821-57380b0feecf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182420Z:6a491afb-457b-48ec-8821-57380b0feecf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "c271554dcc5d4229a2399cca60632f9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab8400a1-e71c-4679-b925-72af81ccd7d1" - ], - "x-ms-correlation-request-id": [ - "ab8400a1-e71c-4679-b925-72af81ccd7d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182421Z:ab8400a1-e71c-4679-b925-72af81ccd7d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "95042b38d0b841dc8592998b39aba69a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30792b44-459c-455b-93ac-829eb90bae19" - ], - "x-ms-correlation-request-id": [ - "30792b44-459c-455b-93ac-829eb90bae19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182421Z:30792b44-459c-455b-93ac-829eb90bae19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "0a281644e6be4bc38cfd68243349a217" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d17d804-385b-40d4-99b4-d00a6488a068" - ], - "x-ms-correlation-request-id": [ - "6d17d804-385b-40d4-99b4-d00a6488a068" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182421Z:6d17d804-385b-40d4-99b4-d00a6488a068" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "ee8a20273dd247438035e12727c05cec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c14bdfd5-ec08-486b-b5e5-213812c1b2e8" - ], - "x-ms-correlation-request-id": [ - "c14bdfd5-ec08-486b-b5e5-213812c1b2e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182421Z:c14bdfd5-ec08-486b-b5e5-213812c1b2e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "08ce3738867d4c8ea4ffd62f8d553947" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d54cbf8c-7407-4949-a771-d9b102f755ad" - ], - "x-ms-correlation-request-id": [ - "d54cbf8c-7407-4949-a771-d9b102f755ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182421Z:d54cbf8c-7407-4949-a771-d9b102f755ad" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "81a5edbafbd14f22bc5e400abccf0221" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f962910-6647-4d62-a2f8-9eb8c5bf81b0" - ], - "x-ms-correlation-request-id": [ - "8f962910-6647-4d62-a2f8-9eb8c5bf81b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182422Z:8f962910-6647-4d62-a2f8-9eb8c5bf81b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "0d6eaf652ddc40cbaf0d9c572c86ee51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42ef46f1-d4d4-419d-8473-5a2f7c3f32cb" - ], - "x-ms-correlation-request-id": [ - "42ef46f1-d4d4-419d-8473-5a2f7c3f32cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182422Z:42ef46f1-d4d4-419d-8473-5a2f7c3f32cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "a517f382fbfc48ccaa1a4f580920ebfa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8c14407-c9d3-4d62-af8e-72f86a5e9439" - ], - "x-ms-correlation-request-id": [ - "b8c14407-c9d3-4d62-af8e-72f86a5e9439" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182422Z:b8c14407-c9d3-4d62-af8e-72f86a5e9439" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "83c50c2a86964d7f8a086f8425b4bc2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63dae4d4-3039-4a2d-b679-910863b7bb48" - ], - "x-ms-correlation-request-id": [ - "63dae4d4-3039-4a2d-b679-910863b7bb48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182422Z:63dae4d4-3039-4a2d-b679-910863b7bb48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "955fa06845b24cd686288178b870d707" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf6d80cc-f335-45d9-b47e-6a0beefa52a5" - ], - "x-ms-correlation-request-id": [ - "cf6d80cc-f335-45d9-b47e-6a0beefa52a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182422Z:cf6d80cc-f335-45d9-b47e-6a0beefa52a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "dc11aabebb8c4af8b77144208cdbcac6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e9b4638-57ca-4017-a6b7-af756e4f5b2b" - ], - "x-ms-correlation-request-id": [ - "0e9b4638-57ca-4017-a6b7-af756e4f5b2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182422Z:0e9b4638-57ca-4017-a6b7-af756e4f5b2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "7c36dba7ef864934a5dc82cfce638ff7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f61124a0-f60c-4312-85e9-cb97d39f5019" - ], - "x-ms-correlation-request-id": [ - "f61124a0-f60c-4312-85e9-cb97d39f5019" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:f61124a0-f60c-4312-85e9-cb97d39f5019" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "06f5edc3f3ef42b9bf98f03c417308db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb3edbf4-eada-4111-b556-a2baa46a446a" - ], - "x-ms-correlation-request-id": [ - "eb3edbf4-eada-4111-b556-a2baa46a446a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:eb3edbf4-eada-4111-b556-a2baa46a446a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "b3df15e7aa7743c8bad4abedbdb39a59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36ecf0eb-b1ec-4d2d-85de-07518293e923" - ], - "x-ms-correlation-request-id": [ - "36ecf0eb-b1ec-4d2d-85de-07518293e923" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:36ecf0eb-b1ec-4d2d-85de-07518293e923" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "24f9a426c4304084b168e858d7ad5ce8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab8beb35-7602-4b31-93e2-6a0d3ab8347b" - ], - "x-ms-correlation-request-id": [ - "ab8beb35-7602-4b31-93e2-6a0d3ab8347b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:ab8beb35-7602-4b31-93e2-6a0d3ab8347b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "c13ed3a3b25d4e52a65d95be7bb4e532" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a58fb143-4495-4183-b545-03b70ed9bf7c" - ], - "x-ms-correlation-request-id": [ - "a58fb143-4495-4183-b545-03b70ed9bf7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:a58fb143-4495-4183-b545-03b70ed9bf7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "a958e09c27f5423e8aa7e7a98080acdf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bbfd470-5ffd-4d8f-b88d-244d2de3fdc8" - ], - "x-ms-correlation-request-id": [ - "9bbfd470-5ffd-4d8f-b88d-244d2de3fdc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:9bbfd470-5ffd-4d8f-b88d-244d2de3fdc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "ff5a9cf1531b46bca8a254d5a998b38e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7530efff-380e-48c2-b442-f9777b1fa663" - ], - "x-ms-correlation-request-id": [ - "7530efff-380e-48c2-b442-f9777b1fa663" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:7530efff-380e-48c2-b442-f9777b1fa663" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "6b9f14c0386b4d7da730d164c8a69dff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "759d345e-d133-467b-89f0-f936b95d420b" - ], - "x-ms-correlation-request-id": [ - "759d345e-d133-467b-89f0-f936b95d420b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:759d345e-d133-467b-89f0-f936b95d420b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "2f4325283a204871bdc92cca34456b01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "925336bd-d844-4c44-8b5b-4e0a8890aed8" - ], - "x-ms-correlation-request-id": [ - "925336bd-d844-4c44-8b5b-4e0a8890aed8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:925336bd-d844-4c44-8b5b-4e0a8890aed8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "69bc64c697254f5f95157b04c2d38d2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e8fa8a4-6920-4b31-a263-efd3db6cae25" - ], - "x-ms-correlation-request-id": [ - "1e8fa8a4-6920-4b31-a263-efd3db6cae25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182423Z:1e8fa8a4-6920-4b31-a263-efd3db6cae25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "947fa798054d4611a6b5ba8fb6f7eabb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f595b38d-f408-4c52-bbc7-0a408c5393e0" - ], - "x-ms-correlation-request-id": [ - "f595b38d-f408-4c52-bbc7-0a408c5393e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182424Z:f595b38d-f408-4c52-bbc7-0a408c5393e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "bea731ed0f8446f79a0e513f06fc7404" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83696ca0-8517-448f-96a3-f7f9fcfd1ab0" - ], - "x-ms-correlation-request-id": [ - "83696ca0-8517-448f-96a3-f7f9fcfd1ab0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182424Z:83696ca0-8517-448f-96a3-f7f9fcfd1ab0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f3767c4b87434c4398f688871bfc44f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f755391-a090-46cb-a33b-6da3989c8edb" - ], - "x-ms-correlation-request-id": [ - "7f755391-a090-46cb-a33b-6da3989c8edb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182424Z:7f755391-a090-46cb-a33b-6da3989c8edb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "4a05f2888d024fe7910a57db072ba4be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f55ccc71-a452-4d1f-b6c1-6a6dc3fb1042" - ], - "x-ms-correlation-request-id": [ - "f55ccc71-a452-4d1f-b6c1-6a6dc3fb1042" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182424Z:f55ccc71-a452-4d1f-b6c1-6a6dc3fb1042" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "191e6bf189af499dad804dcdebcd7ff2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25bfe529-add7-48f3-9748-32607236adb2" - ], - "x-ms-correlation-request-id": [ - "25bfe529-add7-48f3-9748-32607236adb2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182424Z:25bfe529-add7-48f3-9748-32607236adb2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "9bc3b601664f47f4b97178a9d6cbc43e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37849751-918d-4fa7-9ee0-2bc0b3b687d4" - ], - "x-ms-correlation-request-id": [ - "37849751-918d-4fa7-9ee0-2bc0b3b687d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182424Z:37849751-918d-4fa7-9ee0-2bc0b3b687d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "cc4390bd525247489d0f591fd7bb552b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c0892b2-5e21-4371-baea-d322f2f1ae31" - ], - "x-ms-correlation-request-id": [ - "5c0892b2-5e21-4371-baea-d322f2f1ae31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182425Z:5c0892b2-5e21-4371-baea-d322f2f1ae31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "c17cceeac66346d1a334c3edb07d7258" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbef6bcc-1f7c-4939-8c58-aa491f537027" - ], - "x-ms-correlation-request-id": [ - "fbef6bcc-1f7c-4939-8c58-aa491f537027" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182425Z:fbef6bcc-1f7c-4939-8c58-aa491f537027" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "b05f5ed1996b40d4b257ded9eb2e68bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b03115df-636f-4ac3-abf0-cf3660316c9e" - ], - "x-ms-correlation-request-id": [ - "b03115df-636f-4ac3-abf0-cf3660316c9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182425Z:b03115df-636f-4ac3-abf0-cf3660316c9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "13c972edbc664857937e1f61edcc14d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6687d59-2f0d-466b-9afb-0e92eedb07d0" - ], - "x-ms-correlation-request-id": [ - "e6687d59-2f0d-466b-9afb-0e92eedb07d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182425Z:e6687d59-2f0d-466b-9afb-0e92eedb07d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "4e856ab7ca7046d4a85efee339244729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d697dcd-a80b-48af-9540-5343743ea2bd" - ], - "x-ms-correlation-request-id": [ - "9d697dcd-a80b-48af-9540-5343743ea2bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182425Z:9d697dcd-a80b-48af-9540-5343743ea2bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "0323f5cd51044044b1019e5bcff2ff87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6badae8-ab54-440e-8ee0-5e9ff0578830" - ], - "x-ms-correlation-request-id": [ - "a6badae8-ab54-440e-8ee0-5e9ff0578830" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182425Z:a6badae8-ab54-440e-8ee0-5e9ff0578830" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "d8220563ef4f4110bc8fe32054a33b65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6048e93f-5875-4a5f-922a-d0c20ef47fdf" - ], - "x-ms-correlation-request-id": [ - "6048e93f-5875-4a5f-922a-d0c20ef47fdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182426Z:6048e93f-5875-4a5f-922a-d0c20ef47fdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "56eb00b6d666486ba8ffecb1f7ef2849" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7efbcf0-39ca-4eb3-bd26-21967cd8e107" - ], - "x-ms-correlation-request-id": [ - "a7efbcf0-39ca-4eb3-bd26-21967cd8e107" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182426Z:a7efbcf0-39ca-4eb3-bd26-21967cd8e107" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "5cd60055202a4e8e967d85bf190ffd10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07cd1302-2486-4cc1-972a-0d6379a6844d" - ], - "x-ms-correlation-request-id": [ - "07cd1302-2486-4cc1-972a-0d6379a6844d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182426Z:07cd1302-2486-4cc1-972a-0d6379a6844d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "155574f3d3b84a85a663b11ad54e5ebb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1eaa7d9-0973-4b98-a071-67b3da9ae414" - ], - "x-ms-correlation-request-id": [ - "f1eaa7d9-0973-4b98-a071-67b3da9ae414" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182426Z:f1eaa7d9-0973-4b98-a071-67b3da9ae414" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "93394f62d48c441ebc2bd696293c4f89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82938675-7809-4a05-a5d3-47d0834f6e5b" - ], - "x-ms-correlation-request-id": [ - "82938675-7809-4a05-a5d3-47d0834f6e5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182426Z:82938675-7809-4a05-a5d3-47d0834f6e5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "bfbfb3a841dc48df849fab5c190b036b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3df01fdd-754b-4ee5-837b-3821f4cafee5" - ], - "x-ms-correlation-request-id": [ - "3df01fdd-754b-4ee5-837b-3821f4cafee5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182426Z:3df01fdd-754b-4ee5-837b-3821f4cafee5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "3c9c1fba9695478a8506bdf9d53304a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3630b092-8805-4493-b643-5d3945e82743" - ], - "x-ms-correlation-request-id": [ - "3630b092-8805-4493-b643-5d3945e82743" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182427Z:3630b092-8805-4493-b643-5d3945e82743" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "b3bbe1a81fde4d8b8b582ca82deb39e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "964b4f6e-4d2f-4600-b985-d1f046880a6e" - ], - "x-ms-correlation-request-id": [ - "964b4f6e-4d2f-4600-b985-d1f046880a6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182427Z:964b4f6e-4d2f-4600-b985-d1f046880a6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "54b02ab7e55c4db5bc6d35f4e033b70f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "594639a6-bdef-475d-bbd1-10a934748e13" - ], - "x-ms-correlation-request-id": [ - "594639a6-bdef-475d-bbd1-10a934748e13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182427Z:594639a6-bdef-475d-bbd1-10a934748e13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "a5e0a1dc40a94346b91008abeaec4fb5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1038eaf8-6a1c-4383-ab6b-956ea022c517" - ], - "x-ms-correlation-request-id": [ - "1038eaf8-6a1c-4383-ab6b-956ea022c517" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182427Z:1038eaf8-6a1c-4383-ab6b-956ea022c517" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "cacd8bb8aa7449b0bced9acb5541b4c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6e37733-daf6-4c3c-bcca-38f9edf9ccd4" - ], - "x-ms-correlation-request-id": [ - "d6e37733-daf6-4c3c-bcca-38f9edf9ccd4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182427Z:d6e37733-daf6-4c3c-bcca-38f9edf9ccd4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "be20be5b02c648129d34ce16a77c6f9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a87767c-4c31-422a-b54c-49e9ac947356" - ], - "x-ms-correlation-request-id": [ - "7a87767c-4c31-422a-b54c-49e9ac947356" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182427Z:7a87767c-4c31-422a-b54c-49e9ac947356" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "ad685b0cb6be4595b08426b5f0213b34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ffe2266-d413-480f-bac8-b27536550716" - ], - "x-ms-correlation-request-id": [ - "0ffe2266-d413-480f-bac8-b27536550716" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182427Z:0ffe2266-d413-480f-bac8-b27536550716" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "8a5782a51e5d40898ad2760f81cad600" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "921b3701-387f-451f-b0a6-e62bfaadbbae" - ], - "x-ms-correlation-request-id": [ - "921b3701-387f-451f-b0a6-e62bfaadbbae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:921b3701-387f-451f-b0a6-e62bfaadbbae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "0120e0ca66e44986815450d64e18cbbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d89440d-5d78-4a6d-a3eb-4005b77e9aee" - ], - "x-ms-correlation-request-id": [ - "8d89440d-5d78-4a6d-a3eb-4005b77e9aee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:8d89440d-5d78-4a6d-a3eb-4005b77e9aee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "b926dd5a4f384a44ac45f6d13563dc2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca8a5283-8aee-4161-87c4-944ccec8c65e" - ], - "x-ms-correlation-request-id": [ - "ca8a5283-8aee-4161-87c4-944ccec8c65e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:ca8a5283-8aee-4161-87c4-944ccec8c65e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "13984292cf434d10b84213c231cfde05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37fd550f-b751-4981-b6ef-d0befebccdca" - ], - "x-ms-correlation-request-id": [ - "37fd550f-b751-4981-b6ef-d0befebccdca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:37fd550f-b751-4981-b6ef-d0befebccdca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "310e04a1c542422fa5142a396ec0c07e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8010a36-571e-42d8-961c-72edd2abd834" - ], - "x-ms-correlation-request-id": [ - "f8010a36-571e-42d8-961c-72edd2abd834" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:f8010a36-571e-42d8-961c-72edd2abd834" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "19d6056c916e455ba899e47935cd2557" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a331185-8a83-4ecd-89ae-19b2a3d17dbb" - ], - "x-ms-correlation-request-id": [ - "6a331185-8a83-4ecd-89ae-19b2a3d17dbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:6a331185-8a83-4ecd-89ae-19b2a3d17dbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "74b04673ee5348dbb3bdb0f7a02d6efe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e3bf5b7-c793-4081-925a-c6ce96bd217f" - ], - "x-ms-correlation-request-id": [ - "8e3bf5b7-c793-4081-925a-c6ce96bd217f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:8e3bf5b7-c793-4081-925a-c6ce96bd217f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "76c575c02f5c4bd3844762a2ae857b66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25946221-212d-4893-aa12-ea62b503f4bd" - ], - "x-ms-correlation-request-id": [ - "25946221-212d-4893-aa12-ea62b503f4bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182428Z:25946221-212d-4893-aa12-ea62b503f4bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "2374fed8529e46ebb22279863e3e829d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53523ede-949a-4113-b86b-800f3da5263d" - ], - "x-ms-correlation-request-id": [ - "53523ede-949a-4113-b86b-800f3da5263d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:53523ede-949a-4113-b86b-800f3da5263d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "df5ca4dbc6ad45e388df7a20edd47d23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dc3362e-2dbf-4010-9402-10a7b305d455" - ], - "x-ms-correlation-request-id": [ - "3dc3362e-2dbf-4010-9402-10a7b305d455" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:3dc3362e-2dbf-4010-9402-10a7b305d455" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "e61beb85ac654961b871761bd73e2735" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afb5fd9f-231d-4a7e-9ef9-d2d35015a384" - ], - "x-ms-correlation-request-id": [ - "afb5fd9f-231d-4a7e-9ef9-d2d35015a384" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:afb5fd9f-231d-4a7e-9ef9-d2d35015a384" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "8b054f340a56411fb0027a2f23877022" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11941d65-b3b5-4a17-958e-3af3e8d34138" - ], - "x-ms-correlation-request-id": [ - "11941d65-b3b5-4a17-958e-3af3e8d34138" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:11941d65-b3b5-4a17-958e-3af3e8d34138" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "c45f355e7e1d4564ae4008d1df9f6775" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "073aaf01-470a-4540-a710-9f8c413152fd" - ], - "x-ms-correlation-request-id": [ - "073aaf01-470a-4540-a710-9f8c413152fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:073aaf01-470a-4540-a710-9f8c413152fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "f8bdd10ced7b4e069b71b4810bd62c8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50372dfc-d80a-4a21-a9d8-dc763bed182f" - ], - "x-ms-correlation-request-id": [ - "50372dfc-d80a-4a21-a9d8-dc763bed182f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:50372dfc-d80a-4a21-a9d8-dc763bed182f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "1fc6561ef0e94580b67ee9a098132bcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87fd9cb3-32b5-4dc7-96f5-f2ad2e35163b" - ], - "x-ms-correlation-request-id": [ - "87fd9cb3-32b5-4dc7-96f5-f2ad2e35163b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:87fd9cb3-32b5-4dc7-96f5-f2ad2e35163b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "7a00680d12724df8836dd05931300b7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa3234a3-cbd4-4d75-984e-bb8a0b241d9d" - ], - "x-ms-correlation-request-id": [ - "fa3234a3-cbd4-4d75-984e-bb8a0b241d9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:fa3234a3-cbd4-4d75-984e-bb8a0b241d9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "0fb5a653e777490cacf7bcd36407dc76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "477a789d-e070-4855-96ea-413c9d3e518c" - ], - "x-ms-correlation-request-id": [ - "477a789d-e070-4855-96ea-413c9d3e518c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182429Z:477a789d-e070-4855-96ea-413c9d3e518c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "0da3f27b4c8b46f2ae2d26bffb4eb3b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d30d5566-0e0e-4a96-8eac-3ef5f0d9420f" - ], - "x-ms-correlation-request-id": [ - "d30d5566-0e0e-4a96-8eac-3ef5f0d9420f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:d30d5566-0e0e-4a96-8eac-3ef5f0d9420f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "d2475d9ac8804441b55acfc8dee294df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d501f71-ae02-41ce-a0e1-04641cdb0dbf" - ], - "x-ms-correlation-request-id": [ - "1d501f71-ae02-41ce-a0e1-04641cdb0dbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:1d501f71-ae02-41ce-a0e1-04641cdb0dbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "2a3cd4c580894bf990c3116b90cbd815" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "317a23cf-33a8-4ea5-9402-265a4bfaaada" - ], - "x-ms-correlation-request-id": [ - "317a23cf-33a8-4ea5-9402-265a4bfaaada" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:317a23cf-33a8-4ea5-9402-265a4bfaaada" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "99a33c1778c548698dc586f558dacec5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8efadabd-069e-4531-bb6d-b6515da43702" - ], - "x-ms-correlation-request-id": [ - "8efadabd-069e-4531-bb6d-b6515da43702" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:8efadabd-069e-4531-bb6d-b6515da43702" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "31c89a680f804c9dbfc33a89982f3432" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0602b761-cc92-4ee5-8850-fd58302fd7ab" - ], - "x-ms-correlation-request-id": [ - "0602b761-cc92-4ee5-8850-fd58302fd7ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:0602b761-cc92-4ee5-8850-fd58302fd7ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "f2656f95960b4d9fb2d6aa8317160d25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39b3a9e2-928a-437e-bd7b-fd379e42d469" - ], - "x-ms-correlation-request-id": [ - "39b3a9e2-928a-437e-bd7b-fd379e42d469" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:39b3a9e2-928a-437e-bd7b-fd379e42d469" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "5ef9037e2e6a43ffbb86d1ae75591163" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcab85ec-a453-4488-8337-8c3625218989" - ], - "x-ms-correlation-request-id": [ - "dcab85ec-a453-4488-8337-8c3625218989" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:dcab85ec-a453-4488-8337-8c3625218989" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "dfc37531f45f4fa3bda4c47a5a309faa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c3094cb-2705-4a75-857e-fd09fc6869ee" - ], - "x-ms-correlation-request-id": [ - "9c3094cb-2705-4a75-857e-fd09fc6869ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182430Z:9c3094cb-2705-4a75-857e-fd09fc6869ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "f0499e8755334d33806d33df70f1553b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44b7a8e5-9343-4ad5-8295-cdf675eb271c" - ], - "x-ms-correlation-request-id": [ - "44b7a8e5-9343-4ad5-8295-cdf675eb271c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182431Z:44b7a8e5-9343-4ad5-8295-cdf675eb271c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "e96592bf80814754babdf45f12cd6e26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd16a4c4-197c-414a-9c73-9d903b99df55" - ], - "x-ms-correlation-request-id": [ - "cd16a4c4-197c-414a-9c73-9d903b99df55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182431Z:cd16a4c4-197c-414a-9c73-9d903b99df55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "d4d12934729a40238774225c908d5cb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d16156b-3aef-4ce9-8cc3-1604c993bd0c" - ], - "x-ms-correlation-request-id": [ - "1d16156b-3aef-4ce9-8cc3-1604c993bd0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182431Z:1d16156b-3aef-4ce9-8cc3-1604c993bd0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "78a71f0d52084120af60b7ecc03adb9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb0f724d-fedf-4440-8fba-cff455e41803" - ], - "x-ms-correlation-request-id": [ - "cb0f724d-fedf-4440-8fba-cff455e41803" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182431Z:cb0f724d-fedf-4440-8fba-cff455e41803" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "7e4e2fe156f84627993fb00793a417ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc9575ec-86ee-479c-8937-7934ff6c76a2" - ], - "x-ms-correlation-request-id": [ - "cc9575ec-86ee-479c-8937-7934ff6c76a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182431Z:cc9575ec-86ee-479c-8937-7934ff6c76a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "07232f5c888946fc948ecbc202483946" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4226bb89-c0e7-498d-bc61-59cfb22c69a5" - ], - "x-ms-correlation-request-id": [ - "4226bb89-c0e7-498d-bc61-59cfb22c69a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182431Z:4226bb89-c0e7-498d-bc61-59cfb22c69a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "fd00b9d0cb2c4d278d14544eee282d7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "680664e2-c039-4ed1-92c9-0906e971f625" - ], - "x-ms-correlation-request-id": [ - "680664e2-c039-4ed1-92c9-0906e971f625" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:680664e2-c039-4ed1-92c9-0906e971f625" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "ef9fcd11456f4f47b29705f858efcd7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27cabc2a-91ef-45c6-bcfd-3d124da002ec" - ], - "x-ms-correlation-request-id": [ - "27cabc2a-91ef-45c6-bcfd-3d124da002ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:27cabc2a-91ef-45c6-bcfd-3d124da002ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "73edd45f846f4c46b689e0e500e1164a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66fc29ce-f5de-43a9-859d-57825f392ebc" - ], - "x-ms-correlation-request-id": [ - "66fc29ce-f5de-43a9-859d-57825f392ebc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:66fc29ce-f5de-43a9-859d-57825f392ebc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "4bc406b19bba4f96a766ec3f1745e841" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1caa79db-0c10-4103-9c12-83364408cc65" - ], - "x-ms-correlation-request-id": [ - "1caa79db-0c10-4103-9c12-83364408cc65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:1caa79db-0c10-4103-9c12-83364408cc65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "3cfffb0f99554de28f4ec8697cbd517e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b7813f0-c986-4f93-a764-cb492826ba05" - ], - "x-ms-correlation-request-id": [ - "4b7813f0-c986-4f93-a764-cb492826ba05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:4b7813f0-c986-4f93-a764-cb492826ba05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "08d408182efd4cc9b2f59365204be95c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b009a30-5aa3-4c4e-bba3-b205778cedf4" - ], - "x-ms-correlation-request-id": [ - "6b009a30-5aa3-4c4e-bba3-b205778cedf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:6b009a30-5aa3-4c4e-bba3-b205778cedf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "6d579ab10dae4a0787b69e067af07b55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1929fee-f3ea-4aa9-9999-5669a8584690" - ], - "x-ms-correlation-request-id": [ - "c1929fee-f3ea-4aa9-9999-5669a8584690" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:c1929fee-f3ea-4aa9-9999-5669a8584690" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "12c2c7d88b6d455195afd07d779fce5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9a0a79c-93b7-43ad-9026-42e5b686ea75" - ], - "x-ms-correlation-request-id": [ - "a9a0a79c-93b7-43ad-9026-42e5b686ea75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:a9a0a79c-93b7-43ad-9026-42e5b686ea75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "38950aa0bf2e4be985f3da3c6791bf22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4c0c081-6cfb-480c-bb8e-716fa8284f5c" - ], - "x-ms-correlation-request-id": [ - "a4c0c081-6cfb-480c-bb8e-716fa8284f5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182432Z:a4c0c081-6cfb-480c-bb8e-716fa8284f5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "4d9402ae67ce46e0837033f998d6e232" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "440fa35e-d2be-4271-afbe-2381b7cb70fc" - ], - "x-ms-correlation-request-id": [ - "440fa35e-d2be-4271-afbe-2381b7cb70fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:440fa35e-d2be-4271-afbe-2381b7cb70fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "7b1b4cf99c5a47f0868c95a332135bd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cafa1039-194f-480e-a34f-4d0ca95e9050" - ], - "x-ms-correlation-request-id": [ - "cafa1039-194f-480e-a34f-4d0ca95e9050" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:cafa1039-194f-480e-a34f-4d0ca95e9050" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "2f0aa83baf344f1a955a4bf4fa0db44f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f730d3b6-e55f-42ce-a480-9542160ca127" - ], - "x-ms-correlation-request-id": [ - "f730d3b6-e55f-42ce-a480-9542160ca127" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:f730d3b6-e55f-42ce-a480-9542160ca127" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "a2f6b3b4b07b4269a02cd531a00e97aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7f8f9d3-7d35-43c0-bcb3-1ca3e3636cc5" - ], - "x-ms-correlation-request-id": [ - "e7f8f9d3-7d35-43c0-bcb3-1ca3e3636cc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:e7f8f9d3-7d35-43c0-bcb3-1ca3e3636cc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "0e81e0ee43854a8bae30cdbcaaf123d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e07dedbb-36d7-4dfe-8554-141fe12b72da" - ], - "x-ms-correlation-request-id": [ - "e07dedbb-36d7-4dfe-8554-141fe12b72da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:e07dedbb-36d7-4dfe-8554-141fe12b72da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "d00cb961e8d64b59b69b9b5093a00dfa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6f879f9-65f9-4936-a10f-7fc37a8ca6e2" - ], - "x-ms-correlation-request-id": [ - "c6f879f9-65f9-4936-a10f-7fc37a8ca6e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:c6f879f9-65f9-4936-a10f-7fc37a8ca6e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "c0dbdc46e0004b82b20a611d533c3378" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f2a5f2e-1438-4d1a-b3e8-5b76c496341e" - ], - "x-ms-correlation-request-id": [ - "9f2a5f2e-1438-4d1a-b3e8-5b76c496341e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:9f2a5f2e-1438-4d1a-b3e8-5b76c496341e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "ae84d60bbba54e1ca960647710ade879" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "743cb9dc-ad4a-4c0f-838e-46ee349a39f7" - ], - "x-ms-correlation-request-id": [ - "743cb9dc-ad4a-4c0f-838e-46ee349a39f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:743cb9dc-ad4a-4c0f-838e-46ee349a39f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "8ea49360d9e4435e95714bc68bacb727" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30c49413-74ff-4698-8937-364a406830dc" - ], - "x-ms-correlation-request-id": [ - "30c49413-74ff-4698-8937-364a406830dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182433Z:30c49413-74ff-4698-8937-364a406830dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "f33eeec41f63493aad9f9c81d72a5425" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9eb99921-f28e-4592-b368-40a8733aba7e" - ], - "x-ms-correlation-request-id": [ - "9eb99921-f28e-4592-b368-40a8733aba7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182434Z:9eb99921-f28e-4592-b368-40a8733aba7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "31d423ba5d9342c6a20394a175a140dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbb97abc-ae2b-4af4-b9aa-04981b14a676" - ], - "x-ms-correlation-request-id": [ - "dbb97abc-ae2b-4af4-b9aa-04981b14a676" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182434Z:dbb97abc-ae2b-4af4-b9aa-04981b14a676" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "5c8b8538e6f044a1bda133971210cb45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1cb0c9b9-b6e7-432b-8a89-97c28445afa5" - ], - "x-ms-correlation-request-id": [ - "1cb0c9b9-b6e7-432b-8a89-97c28445afa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182434Z:1cb0c9b9-b6e7-432b-8a89-97c28445afa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "71669ba72eef44d1b9c9ce4aa907e122" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5c42a3d-4ef7-4012-8731-9376dd71df87" - ], - "x-ms-correlation-request-id": [ - "c5c42a3d-4ef7-4012-8731-9376dd71df87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182434Z:c5c42a3d-4ef7-4012-8731-9376dd71df87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "fa666abcb7f84dfa99ff123813646962" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c758ff7c-9078-4b9b-976e-37e117b39efd" - ], - "x-ms-correlation-request-id": [ - "c758ff7c-9078-4b9b-976e-37e117b39efd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182434Z:c758ff7c-9078-4b9b-976e-37e117b39efd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "8211716118e3476aa189688a3dc5fdf5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "432941a4-887a-44cb-85e4-147414f5189e" - ], - "x-ms-correlation-request-id": [ - "432941a4-887a-44cb-85e4-147414f5189e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182434Z:432941a4-887a-44cb-85e4-147414f5189e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "5276644dd9da4bf09a254d7e20f48ff1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76c82859-0759-4e05-8c99-d3b0295b9aad" - ], - "x-ms-correlation-request-id": [ - "76c82859-0759-4e05-8c99-d3b0295b9aad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182435Z:76c82859-0759-4e05-8c99-d3b0295b9aad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "f52d75666fbd4b1ca3fd728f3a1cbcc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6eb83d7d-45a8-4d93-86d2-c712ca9c1607" - ], - "x-ms-correlation-request-id": [ - "6eb83d7d-45a8-4d93-86d2-c712ca9c1607" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182435Z:6eb83d7d-45a8-4d93-86d2-c712ca9c1607" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "dd727e4214cb493796bb9c20061b498e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "260dcb4d-da2e-4c4a-9bfb-db6bc865aa95" - ], - "x-ms-correlation-request-id": [ - "260dcb4d-da2e-4c4a-9bfb-db6bc865aa95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182435Z:260dcb4d-da2e-4c4a-9bfb-db6bc865aa95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "c50c50de40cf45229a06b69cc102cb63" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abd01ffe-ac7c-4c3d-8e75-20ab1322d42f" - ], - "x-ms-correlation-request-id": [ - "abd01ffe-ac7c-4c3d-8e75-20ab1322d42f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182435Z:abd01ffe-ac7c-4c3d-8e75-20ab1322d42f" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "ef0d71082f48405c9057de3c1efd22c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d415d2b-f839-4aa5-9d34-5a03aa56d9ce" - ], - "x-ms-correlation-request-id": [ - "2d415d2b-f839-4aa5-9d34-5a03aa56d9ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182436Z:2d415d2b-f839-4aa5-9d34-5a03aa56d9ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "7aa67530075d463fa4ae0883cc09857c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e7e8461-7e47-48f1-b7f5-dba25c7a8201" - ], - "x-ms-correlation-request-id": [ - "8e7e8461-7e47-48f1-b7f5-dba25c7a8201" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182436Z:8e7e8461-7e47-48f1-b7f5-dba25c7a8201" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "8b67891121514e978428f3260e7685f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b2455a8-e7c5-4069-aa65-33f961b9d042" - ], - "x-ms-correlation-request-id": [ - "7b2455a8-e7c5-4069-aa65-33f961b9d042" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182436Z:7b2455a8-e7c5-4069-aa65-33f961b9d042" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "a89da5b4c2a9403290b5025910483254" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eae34d04-67ab-47e6-beff-666a872c969e" - ], - "x-ms-correlation-request-id": [ - "eae34d04-67ab-47e6-beff-666a872c969e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182436Z:eae34d04-67ab-47e6-beff-666a872c969e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "c56631c3366e49c7ae4851b7c4b607de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "306e394c-5fe8-48fc-9c73-afa607551864" - ], - "x-ms-correlation-request-id": [ - "306e394c-5fe8-48fc-9c73-afa607551864" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182436Z:306e394c-5fe8-48fc-9c73-afa607551864" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "9a548f875f764a6295072e53cd58e913" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "342ad7be-7829-4192-a24b-d8fa2ec93c55" - ], - "x-ms-correlation-request-id": [ - "342ad7be-7829-4192-a24b-d8fa2ec93c55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182436Z:342ad7be-7829-4192-a24b-d8fa2ec93c55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "7983ec7450214054b3428bcc5fee62e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30ea48bf-327d-483e-a932-0c1d2642e6ff" - ], - "x-ms-correlation-request-id": [ - "30ea48bf-327d-483e-a932-0c1d2642e6ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182437Z:30ea48bf-327d-483e-a932-0c1d2642e6ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "b0f7635b93e84552a7d4fcef4c027f69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c425c50-3c90-4138-9321-ba8b618a7181" - ], - "x-ms-correlation-request-id": [ - "9c425c50-3c90-4138-9321-ba8b618a7181" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182437Z:9c425c50-3c90-4138-9321-ba8b618a7181" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "02aae74f081747b1a2e823d8e462c449" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e52567fe-1162-4b2b-94b7-57939efd9cf7" - ], - "x-ms-correlation-request-id": [ - "e52567fe-1162-4b2b-94b7-57939efd9cf7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182437Z:e52567fe-1162-4b2b-94b7-57939efd9cf7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "b1c60064c8504c5a88bb7f516f448e31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0806b7c9-e525-4729-8326-1ae63019ade1" - ], - "x-ms-correlation-request-id": [ - "0806b7c9-e525-4729-8326-1ae63019ade1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182437Z:0806b7c9-e525-4729-8326-1ae63019ade1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "68ae2aac0a4a4fbe96271117bfd3d6ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab99494d-cae2-4526-b44c-687a851d6a5a" - ], - "x-ms-correlation-request-id": [ - "ab99494d-cae2-4526-b44c-687a851d6a5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182437Z:ab99494d-cae2-4526-b44c-687a851d6a5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "db52a249837c4755acafbd0785c21a25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4bfd91f-7243-40ac-a8cf-3d2c99f9a5ab" - ], - "x-ms-correlation-request-id": [ - "f4bfd91f-7243-40ac-a8cf-3d2c99f9a5ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182437Z:f4bfd91f-7243-40ac-a8cf-3d2c99f9a5ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "e274fa06111f4d3c9ebd464f034f69bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cea290c-eec6-4458-b01e-f8d7a81c5308" - ], - "x-ms-correlation-request-id": [ - "9cea290c-eec6-4458-b01e-f8d7a81c5308" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182438Z:9cea290c-eec6-4458-b01e-f8d7a81c5308" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "7c0ee84131c74e55914d919ffb213609" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d1e2e38-e624-4f33-97eb-a97bb7a44fa9" - ], - "x-ms-correlation-request-id": [ - "1d1e2e38-e624-4f33-97eb-a97bb7a44fa9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182438Z:1d1e2e38-e624-4f33-97eb-a97bb7a44fa9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "7b5608345fea4ceb95ee7029ab4e14d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf81ef90-c952-4387-b25c-11fe76d2151a" - ], - "x-ms-correlation-request-id": [ - "cf81ef90-c952-4387-b25c-11fe76d2151a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182438Z:cf81ef90-c952-4387-b25c-11fe76d2151a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "6f8f5ed39c3c4bf8b1f3646d20bd5c57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a57ea4ea-1dcd-48aa-ad60-b6d0c5fe0cc9" - ], - "x-ms-correlation-request-id": [ - "a57ea4ea-1dcd-48aa-ad60-b6d0c5fe0cc9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182438Z:a57ea4ea-1dcd-48aa-ad60-b6d0c5fe0cc9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "027472eb89b24e2a9080e10cc0c31db0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05b7cb59-bbf5-4f73-b74b-d09ae6d5f58f" - ], - "x-ms-correlation-request-id": [ - "05b7cb59-bbf5-4f73-b74b-d09ae6d5f58f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182438Z:05b7cb59-bbf5-4f73-b74b-d09ae6d5f58f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "39c94ee7710c4c4caa572dc96d692cd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f9d4a32-08b0-4089-9fb0-6f9483c4a40e" - ], - "x-ms-correlation-request-id": [ - "7f9d4a32-08b0-4089-9fb0-6f9483c4a40e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182438Z:7f9d4a32-08b0-4089-9fb0-6f9483c4a40e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "04e55faa51f346c1ad59fc6bf9e83872" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2574e0c-2b64-4de3-9d2c-d4d5534d3dce" - ], - "x-ms-correlation-request-id": [ - "a2574e0c-2b64-4de3-9d2c-d4d5534d3dce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182439Z:a2574e0c-2b64-4de3-9d2c-d4d5534d3dce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "50ec8587a9d24ca69d14eb6e3cbcaf56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c37c30c0-f626-41d5-a6fa-9142c7276669" - ], - "x-ms-correlation-request-id": [ - "c37c30c0-f626-41d5-a6fa-9142c7276669" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182439Z:c37c30c0-f626-41d5-a6fa-9142c7276669" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "a760187b8a9447b58a98d758784224aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45f7f31f-0cab-4fe4-bd01-7bbf1fc38779" - ], - "x-ms-correlation-request-id": [ - "45f7f31f-0cab-4fe4-bd01-7bbf1fc38779" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182439Z:45f7f31f-0cab-4fe4-bd01-7bbf1fc38779" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "59cb58340e66418994da7e6fb1ea66d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e09e1d88-d829-463a-9727-901506e89d02" - ], - "x-ms-correlation-request-id": [ - "e09e1d88-d829-463a-9727-901506e89d02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182439Z:e09e1d88-d829-463a-9727-901506e89d02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "49ebc176cbe5468a956dbc6febd371e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2ae9efb-59ab-4bbd-8965-f95638747026" - ], - "x-ms-correlation-request-id": [ - "d2ae9efb-59ab-4bbd-8965-f95638747026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182439Z:d2ae9efb-59ab-4bbd-8965-f95638747026" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "0ae3a3ac25264c0e9d6632133713f052" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c67c492b-4277-422d-a951-c7488f6a0c34" - ], - "x-ms-correlation-request-id": [ - "c67c492b-4277-422d-a951-c7488f6a0c34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182439Z:c67c492b-4277-422d-a951-c7488f6a0c34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "14d5121360a94778bbe634a1969c7d7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a31ba290-ee62-49d4-ac1f-8c3035d639c5" - ], - "x-ms-correlation-request-id": [ - "a31ba290-ee62-49d4-ac1f-8c3035d639c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182439Z:a31ba290-ee62-49d4-ac1f-8c3035d639c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "189c15344f534a1286f2f6d8bbfd7a09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34e24ef3-da7a-402b-a93e-cdf7c868979d" - ], - "x-ms-correlation-request-id": [ - "34e24ef3-da7a-402b-a93e-cdf7c868979d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:34e24ef3-da7a-402b-a93e-cdf7c868979d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "357ea8789cc84cc6aaea57f806aa152a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b39c3a4e-9531-41e2-8c2f-b519bbed6887" - ], - "x-ms-correlation-request-id": [ - "b39c3a4e-9531-41e2-8c2f-b519bbed6887" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:b39c3a4e-9531-41e2-8c2f-b519bbed6887" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "1bb4fb697940479eb57149e643c9d76d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e941aeaf-c20e-45bf-9cb5-d813664df874" - ], - "x-ms-correlation-request-id": [ - "e941aeaf-c20e-45bf-9cb5-d813664df874" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:e941aeaf-c20e-45bf-9cb5-d813664df874" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "cf68f4c91e8c40e1bf57f10c0bd73b9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "534e32b2-f6c0-4f06-8f1f-beb18a12d352" - ], - "x-ms-correlation-request-id": [ - "534e32b2-f6c0-4f06-8f1f-beb18a12d352" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:534e32b2-f6c0-4f06-8f1f-beb18a12d352" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "6e6d70de38034ca3ac217955e726dbca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6545f80b-d916-4b30-a9a2-4ac7cfab7bd8" - ], - "x-ms-correlation-request-id": [ - "6545f80b-d916-4b30-a9a2-4ac7cfab7bd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:6545f80b-d916-4b30-a9a2-4ac7cfab7bd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "56e5ea4f65554cfb9d9fca47e23e2c02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9027204f-6aa0-4195-b93f-d6e2c6300a8e" - ], - "x-ms-correlation-request-id": [ - "9027204f-6aa0-4195-b93f-d6e2c6300a8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:9027204f-6aa0-4195-b93f-d6e2c6300a8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "638900a6ffcd4442947c07cc419b835a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87d12b83-51ef-41ad-90da-89b49ca09ea8" - ], - "x-ms-correlation-request-id": [ - "87d12b83-51ef-41ad-90da-89b49ca09ea8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:87d12b83-51ef-41ad-90da-89b49ca09ea8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "9a65a02af6a44d8bbfe1b96c4b316958" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65ea1cee-9561-408e-b480-60256675fe36" - ], - "x-ms-correlation-request-id": [ - "65ea1cee-9561-408e-b480-60256675fe36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:65ea1cee-9561-408e-b480-60256675fe36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "7459fad3a5e548e8b9ba87b848f0561a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "644a7b16-57d2-4a0e-8c8a-33109fa61bba" - ], - "x-ms-correlation-request-id": [ - "644a7b16-57d2-4a0e-8c8a-33109fa61bba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182440Z:644a7b16-57d2-4a0e-8c8a-33109fa61bba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "3d0f26d83f57471dac948571376156c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18c0367e-deb0-410c-977f-80fc8e0f2690" - ], - "x-ms-correlation-request-id": [ - "18c0367e-deb0-410c-977f-80fc8e0f2690" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182441Z:18c0367e-deb0-410c-977f-80fc8e0f2690" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "8550f6a01ab246d59c1603b2e8256391" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96940d49-642f-419d-9c94-7180b494d154" - ], - "x-ms-correlation-request-id": [ - "96940d49-642f-419d-9c94-7180b494d154" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182441Z:96940d49-642f-419d-9c94-7180b494d154" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "95ba7209982a43c19c81db66e39f68ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "534c6a00-5646-4283-b62b-dc5122f70816" - ], - "x-ms-correlation-request-id": [ - "534c6a00-5646-4283-b62b-dc5122f70816" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182441Z:534c6a00-5646-4283-b62b-dc5122f70816" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "36f8dc0b646a4652a9005e382431accc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52910f41-9f78-4c23-9661-50dd835e4536" - ], - "x-ms-correlation-request-id": [ - "52910f41-9f78-4c23-9661-50dd835e4536" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182441Z:52910f41-9f78-4c23-9661-50dd835e4536" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "9f1567455e654382bc6956a45438ebc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "776e5c44-ee26-4aa3-bbcd-a55b7467deb4" - ], - "x-ms-correlation-request-id": [ - "776e5c44-ee26-4aa3-bbcd-a55b7467deb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182441Z:776e5c44-ee26-4aa3-bbcd-a55b7467deb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "bdb501fb389849c28613af97a359a5be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ebc27c8-95e9-49ce-8e2e-c4ef46ce2535" - ], - "x-ms-correlation-request-id": [ - "9ebc27c8-95e9-49ce-8e2e-c4ef46ce2535" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182441Z:9ebc27c8-95e9-49ce-8e2e-c4ef46ce2535" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "7cf02f83b85f46439e5f63c9a4b5a3dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "013525e4-07aa-493b-9932-e326b93f2ebb" - ], - "x-ms-correlation-request-id": [ - "013525e4-07aa-493b-9932-e326b93f2ebb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182441Z:013525e4-07aa-493b-9932-e326b93f2ebb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "ff56bd67c23940a3bafa0caf3883ad38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e3fc181-33ba-4f87-b7eb-5b028cc36635" - ], - "x-ms-correlation-request-id": [ - "1e3fc181-33ba-4f87-b7eb-5b028cc36635" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182442Z:1e3fc181-33ba-4f87-b7eb-5b028cc36635" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "1aab30a4b9a2427c93f35349c7a20a6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b837bf0-2fea-461d-87b4-a7bdf1584826" - ], - "x-ms-correlation-request-id": [ - "9b837bf0-2fea-461d-87b4-a7bdf1584826" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182442Z:9b837bf0-2fea-461d-87b4-a7bdf1584826" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "4579119a7a064022bcf018e14bb31704" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0beaf465-2ce5-486c-9752-1509c1a937b6" - ], - "x-ms-correlation-request-id": [ - "0beaf465-2ce5-486c-9752-1509c1a937b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182442Z:0beaf465-2ce5-486c-9752-1509c1a937b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "ba84bf98959e45a897227e46aca891e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7646586a-0f4c-4f10-8ad6-8c883084df3f" - ], - "x-ms-correlation-request-id": [ - "7646586a-0f4c-4f10-8ad6-8c883084df3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182442Z:7646586a-0f4c-4f10-8ad6-8c883084df3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "c9279cb328e94c608627df1d0ba77bb6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3efa3111-34d4-4ab0-b885-f3abc145ca13" - ], - "x-ms-correlation-request-id": [ - "3efa3111-34d4-4ab0-b885-f3abc145ca13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182442Z:3efa3111-34d4-4ab0-b885-f3abc145ca13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "dec0de4e30e54946a8ea9a92ccd6e61b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60c5c0bb-899f-44d8-b7f8-853b53ff741a" - ], - "x-ms-correlation-request-id": [ - "60c5c0bb-899f-44d8-b7f8-853b53ff741a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182442Z:60c5c0bb-899f-44d8-b7f8-853b53ff741a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "4f64c869faf04e40a6a52f4ca3c36701" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6926acd-d159-4f1f-852a-fe9f840c3f0a" - ], - "x-ms-correlation-request-id": [ - "f6926acd-d159-4f1f-852a-fe9f840c3f0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:f6926acd-d159-4f1f-852a-fe9f840c3f0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "13187e8aed1c412dbb03ec907eb8c76a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f17ffb3a-9ef4-450a-bcec-42f15dea8768" - ], - "x-ms-correlation-request-id": [ - "f17ffb3a-9ef4-450a-bcec-42f15dea8768" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:f17ffb3a-9ef4-450a-bcec-42f15dea8768" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "9a23e48f896a4cf79b7f4dae67ac0c12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50eae05a-d4ba-45e6-8a8b-9854804146de" - ], - "x-ms-correlation-request-id": [ - "50eae05a-d4ba-45e6-8a8b-9854804146de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:50eae05a-d4ba-45e6-8a8b-9854804146de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "db558eb247b5430d98120f0b1ec5f927" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cc3b246-17b0-4dc2-8827-cd3e7cce81db" - ], - "x-ms-correlation-request-id": [ - "3cc3b246-17b0-4dc2-8827-cd3e7cce81db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:3cc3b246-17b0-4dc2-8827-cd3e7cce81db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "633b4f973faf46329e863a95102447a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a6c2948-0dad-48c0-80f8-f4792b30b2e2" - ], - "x-ms-correlation-request-id": [ - "1a6c2948-0dad-48c0-80f8-f4792b30b2e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:1a6c2948-0dad-48c0-80f8-f4792b30b2e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "d5f07f86735149adb1462daf2e894401" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "238be06a-1cf3-4e87-9b6d-e9b05d6d28ef" - ], - "x-ms-correlation-request-id": [ - "238be06a-1cf3-4e87-9b6d-e9b05d6d28ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:238be06a-1cf3-4e87-9b6d-e9b05d6d28ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "3c7a475f4dc64a2b9a6d1c12bec76563" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc7c20be-6d8e-405c-b331-59c6cb746bc1" - ], - "x-ms-correlation-request-id": [ - "cc7c20be-6d8e-405c-b331-59c6cb746bc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:cc7c20be-6d8e-405c-b331-59c6cb746bc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "00739282e62b4c37808eee05b67f4b00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1914b08f-f452-4f33-bdd2-9b468a0a3283" - ], - "x-ms-correlation-request-id": [ - "1914b08f-f452-4f33-bdd2-9b468a0a3283" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182443Z:1914b08f-f452-4f33-bdd2-9b468a0a3283" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "9daf8b9aac4d40d082a5c5b28a0268ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d13456e6-391d-409c-859f-f25f5ad6f5ec" - ], - "x-ms-correlation-request-id": [ - "d13456e6-391d-409c-859f-f25f5ad6f5ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182444Z:d13456e6-391d-409c-859f-f25f5ad6f5ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "f3334e2a3aa94899b839e73d7c730198" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d34f80eb-9dd1-4f68-b03d-ae55c1e97e93" - ], - "x-ms-correlation-request-id": [ - "d34f80eb-9dd1-4f68-b03d-ae55c1e97e93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182444Z:d34f80eb-9dd1-4f68-b03d-ae55c1e97e93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "d23ca34b654a41d0bba6f9bcfe916707" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5c4d50c-054d-497a-adf1-a028691f9717" - ], - "x-ms-correlation-request-id": [ - "e5c4d50c-054d-497a-adf1-a028691f9717" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182444Z:e5c4d50c-054d-497a-adf1-a028691f9717" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "0ffd2e206a9a45d2a6e5af5d52f11f95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24cf1a21-cbee-42b2-a615-6ea3c9298faa" - ], - "x-ms-correlation-request-id": [ - "24cf1a21-cbee-42b2-a615-6ea3c9298faa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182444Z:24cf1a21-cbee-42b2-a615-6ea3c9298faa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "f1afc4529d9c451dbdff457d68fb4bea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9396427-0cec-407f-95a1-e54a28b95e0b" - ], - "x-ms-correlation-request-id": [ - "d9396427-0cec-407f-95a1-e54a28b95e0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182444Z:d9396427-0cec-407f-95a1-e54a28b95e0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "b4319245c8044be69d85c820255256cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b4a2faf-5fd7-4039-9d87-42a440c4e93b" - ], - "x-ms-correlation-request-id": [ - "5b4a2faf-5fd7-4039-9d87-42a440c4e93b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182445Z:5b4a2faf-5fd7-4039-9d87-42a440c4e93b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "5e76f7906d5f4747bf2852cfb0e39504" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d92d422a-ba0d-4b1f-b775-62e90ecd900e" - ], - "x-ms-correlation-request-id": [ - "d92d422a-ba0d-4b1f-b775-62e90ecd900e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182445Z:d92d422a-ba0d-4b1f-b775-62e90ecd900e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "67a8d5aabcbf454a8f5259f87f763ac7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7ab930d-c475-45df-be77-aadfd07c7e2a" - ], - "x-ms-correlation-request-id": [ - "b7ab930d-c475-45df-be77-aadfd07c7e2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182445Z:b7ab930d-c475-45df-be77-aadfd07c7e2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "d634b8905a3346f3aefb04dfae0bc2b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "362be9b9-33ce-469d-a18d-4f2fbed26a32" - ], - "x-ms-correlation-request-id": [ - "362be9b9-33ce-469d-a18d-4f2fbed26a32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182445Z:362be9b9-33ce-469d-a18d-4f2fbed26a32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "4dab3406169f4abdb8319f53e50ce905" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51bb79c5-0147-4db3-8421-2c1d2af743f3" - ], - "x-ms-correlation-request-id": [ - "51bb79c5-0147-4db3-8421-2c1d2af743f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182445Z:51bb79c5-0147-4db3-8421-2c1d2af743f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "d6844600eb294466b4adbbc7b1a61ca8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53756585-e762-48ad-92bb-b6b578816bdb" - ], - "x-ms-correlation-request-id": [ - "53756585-e762-48ad-92bb-b6b578816bdb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182445Z:53756585-e762-48ad-92bb-b6b578816bdb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "ee4c610fbe5e468590a9e74182a97e6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73fd5e5a-3289-4b36-bafc-9bfa64b741b8" - ], - "x-ms-correlation-request-id": [ - "73fd5e5a-3289-4b36-bafc-9bfa64b741b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182445Z:73fd5e5a-3289-4b36-bafc-9bfa64b741b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "ebf8b1d1c65446afbf538c6b595f8ad6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5baf7d5-f037-4573-9109-c5ce7f2b546d" - ], - "x-ms-correlation-request-id": [ - "c5baf7d5-f037-4573-9109-c5ce7f2b546d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:c5baf7d5-f037-4573-9109-c5ce7f2b546d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "0f45ceeca8104cf2b4859942795da800" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e41394a3-14cf-4e4a-a389-d7f6282f9295" - ], - "x-ms-correlation-request-id": [ - "e41394a3-14cf-4e4a-a389-d7f6282f9295" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:e41394a3-14cf-4e4a-a389-d7f6282f9295" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "57391265dcf2477fbe3566d0c5f5c179" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a00a21d-bbc3-4d10-add6-ef1f8d8c1988" - ], - "x-ms-correlation-request-id": [ - "6a00a21d-bbc3-4d10-add6-ef1f8d8c1988" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:6a00a21d-bbc3-4d10-add6-ef1f8d8c1988" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "b366b6e44e7e424da080f190d8c2dea0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf55ee13-6b91-48ea-99fc-57d573fb756b" - ], - "x-ms-correlation-request-id": [ - "cf55ee13-6b91-48ea-99fc-57d573fb756b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:cf55ee13-6b91-48ea-99fc-57d573fb756b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "63c667ae071a401bb6592c6d767b881f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a11af30-8415-4cb2-902f-54a101abdc90" - ], - "x-ms-correlation-request-id": [ - "2a11af30-8415-4cb2-902f-54a101abdc90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:2a11af30-8415-4cb2-902f-54a101abdc90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "b97e2154568642b583780be4c9a31df2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "684ff58d-3b56-44a2-87f7-519aad590aec" - ], - "x-ms-correlation-request-id": [ - "684ff58d-3b56-44a2-87f7-519aad590aec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:684ff58d-3b56-44a2-87f7-519aad590aec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "f08c6c40b45a44f8aac9a9fdb949c2e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27752369-8408-491d-9d0d-0dd2e4b6bc3b" - ], - "x-ms-correlation-request-id": [ - "27752369-8408-491d-9d0d-0dd2e4b6bc3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:27752369-8408-491d-9d0d-0dd2e4b6bc3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "ed7fc7a4e68349f297aafb7038c8ca81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81c16635-bfd7-45cb-a16b-bfa9f55eb66f" - ], - "x-ms-correlation-request-id": [ - "81c16635-bfd7-45cb-a16b-bfa9f55eb66f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182446Z:81c16635-bfd7-45cb-a16b-bfa9f55eb66f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "3ed31cbf3a4546c09b2acde7a3951a85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eefda221-ff63-47ea-8eff-160b475bb19b" - ], - "x-ms-correlation-request-id": [ - "eefda221-ff63-47ea-8eff-160b475bb19b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182447Z:eefda221-ff63-47ea-8eff-160b475bb19b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "02ea18a0170d449b8f7e865e3184ee12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3c8ebcf-c21a-4419-a5b4-3e100a4fce86" - ], - "x-ms-correlation-request-id": [ - "c3c8ebcf-c21a-4419-a5b4-3e100a4fce86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182447Z:c3c8ebcf-c21a-4419-a5b4-3e100a4fce86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "54d32efe827c4c1ca286d0f87f5c40c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee6280a8-31ca-4dc7-b3d6-8ddb10655e6a" - ], - "x-ms-correlation-request-id": [ - "ee6280a8-31ca-4dc7-b3d6-8ddb10655e6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182447Z:ee6280a8-31ca-4dc7-b3d6-8ddb10655e6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "14f5f10001f148029f6eceb8f0b0dd8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1956a2f-e1fd-48a6-8323-34d94e26c5f9" - ], - "x-ms-correlation-request-id": [ - "d1956a2f-e1fd-48a6-8323-34d94e26c5f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182447Z:d1956a2f-e1fd-48a6-8323-34d94e26c5f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "1fe9ec6c7b084659894300e49472036c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9de97a87-f3d3-42e5-bdaa-67df206bb383" - ], - "x-ms-correlation-request-id": [ - "9de97a87-f3d3-42e5-bdaa-67df206bb383" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182447Z:9de97a87-f3d3-42e5-bdaa-67df206bb383" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "21f0ba1a183b4f47aa22bcaa4b4cddfa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ceaa1060-5bd4-424b-a85d-15b2a477d922" - ], - "x-ms-correlation-request-id": [ - "ceaa1060-5bd4-424b-a85d-15b2a477d922" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182447Z:ceaa1060-5bd4-424b-a85d-15b2a477d922" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "a949b42abb924e4591eebf98bd6cf351" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aaf9c2e2-af51-4ffc-9ab5-a9d5b1a258f8" - ], - "x-ms-correlation-request-id": [ - "aaf9c2e2-af51-4ffc-9ab5-a9d5b1a258f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182447Z:aaf9c2e2-af51-4ffc-9ab5-a9d5b1a258f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "b04473adb90844f4bf2d28defbde1250" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "521d6595-3eb0-4909-bc88-4a2b39df8bc1" - ], - "x-ms-correlation-request-id": [ - "521d6595-3eb0-4909-bc88-4a2b39df8bc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:521d6595-3eb0-4909-bc88-4a2b39df8bc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "ca4ad90e63854838994f1cba277f0645" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "882fc7be-cc2f-4d31-b65f-4a55c3fb2289" - ], - "x-ms-correlation-request-id": [ - "882fc7be-cc2f-4d31-b65f-4a55c3fb2289" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:882fc7be-cc2f-4d31-b65f-4a55c3fb2289" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "f9ee4b632f95422683e82b3459310cd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "085a2710-ba2e-4336-9588-fbfaa235618a" - ], - "x-ms-correlation-request-id": [ - "085a2710-ba2e-4336-9588-fbfaa235618a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:085a2710-ba2e-4336-9588-fbfaa235618a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "1999ecc6758844049d37a9d1d9356e10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "436caba2-e00e-48d2-9fb3-b3b614df5836" - ], - "x-ms-correlation-request-id": [ - "436caba2-e00e-48d2-9fb3-b3b614df5836" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:436caba2-e00e-48d2-9fb3-b3b614df5836" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "e907ca788792410a85e40c19d283b403" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8fc23e4-4cad-48f5-9dba-41c0087a93c9" - ], - "x-ms-correlation-request-id": [ - "a8fc23e4-4cad-48f5-9dba-41c0087a93c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:a8fc23e4-4cad-48f5-9dba-41c0087a93c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "24ef69387d514766b28f9b64b0719a1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b82e948f-60bd-4ec2-820d-75bb42ef357f" - ], - "x-ms-correlation-request-id": [ - "b82e948f-60bd-4ec2-820d-75bb42ef357f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:b82e948f-60bd-4ec2-820d-75bb42ef357f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "a18b90c2489f413895dbf4d0b8f6271d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0bc2aa6-6915-4f7b-8b4f-db0a8a204063" - ], - "x-ms-correlation-request-id": [ - "c0bc2aa6-6915-4f7b-8b4f-db0a8a204063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:c0bc2aa6-6915-4f7b-8b4f-db0a8a204063" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "69e1641f9e68456facc4ff1b5fb92aba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9aca675-8514-4fba-9d34-66aa13116b51" - ], - "x-ms-correlation-request-id": [ - "f9aca675-8514-4fba-9d34-66aa13116b51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:f9aca675-8514-4fba-9d34-66aa13116b51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "4670d8bb6ab14c0c910e04d7ec26c08e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2f15772-4b40-4c37-993b-098a3308d1ba" - ], - "x-ms-correlation-request-id": [ - "d2f15772-4b40-4c37-993b-098a3308d1ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182448Z:d2f15772-4b40-4c37-993b-098a3308d1ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "c3c0d5482bfb433fb836f51b2f3fb675" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33b18ee9-c1b0-4d83-9826-7fdde5df1a46" - ], - "x-ms-correlation-request-id": [ - "33b18ee9-c1b0-4d83-9826-7fdde5df1a46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182449Z:33b18ee9-c1b0-4d83-9826-7fdde5df1a46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "1c65842d9c564cb6aefe1aee354f3248" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6b87a65-050a-4112-994f-7561e543048b" - ], - "x-ms-correlation-request-id": [ - "e6b87a65-050a-4112-994f-7561e543048b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182449Z:e6b87a65-050a-4112-994f-7561e543048b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "5ae06c3e0f374d67a6d27339858248fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7de05b3-4bbb-46d1-b92f-cee0fa5dcb14" - ], - "x-ms-correlation-request-id": [ - "a7de05b3-4bbb-46d1-b92f-cee0fa5dcb14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182449Z:a7de05b3-4bbb-46d1-b92f-cee0fa5dcb14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "96b6c7078ed54ce5b33546bf7bd01eae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15ca6dee-08bc-4a17-b34f-c227965f2bce" - ], - "x-ms-correlation-request-id": [ - "15ca6dee-08bc-4a17-b34f-c227965f2bce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182449Z:15ca6dee-08bc-4a17-b34f-c227965f2bce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "5e44de889f47426f9aa6973a36132493" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22628510-b849-41ef-a02e-8e8261f10390" - ], - "x-ms-correlation-request-id": [ - "22628510-b849-41ef-a02e-8e8261f10390" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182449Z:22628510-b849-41ef-a02e-8e8261f10390" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "82abda97466f4146a58892a2047f5b1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1977a657-c5bc-4ede-90cb-0273054dfe68" - ], - "x-ms-correlation-request-id": [ - "1977a657-c5bc-4ede-90cb-0273054dfe68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182449Z:1977a657-c5bc-4ede-90cb-0273054dfe68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "2d490c97340945ecbc09001f4a04a3e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "412a176a-f47f-4f9f-8d4c-54995b8d9518" - ], - "x-ms-correlation-request-id": [ - "412a176a-f47f-4f9f-8d4c-54995b8d9518" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182449Z:412a176a-f47f-4f9f-8d4c-54995b8d9518" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "6170f996873f43f88d8cc03fc2eed2d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84e2d813-5807-4bae-bf52-a38c0ad15147" - ], - "x-ms-correlation-request-id": [ - "84e2d813-5807-4bae-bf52-a38c0ad15147" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182450Z:84e2d813-5807-4bae-bf52-a38c0ad15147" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "c545248e81d0445c8e3be211cd51c934" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0154e8c-b1dd-4cb3-b457-a580a24d5851" - ], - "x-ms-correlation-request-id": [ - "a0154e8c-b1dd-4cb3-b457-a580a24d5851" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182450Z:a0154e8c-b1dd-4cb3-b457-a580a24d5851" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" - ], - "x-ms-client-request-id": [ - "f4e704ccc92e4dba93477ed4815ee67b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f67bb556-8d2a-4c70-b270-10010010c5c5" - ], - "x-ms-correlation-request-id": [ - "f67bb556-8d2a-4c70-b270-10010010c5c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182452Z:f67bb556-8d2a-4c70-b270-10010010c5c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" - ], - "x-ms-client-request-id": [ - "345408edf1bc403a8029d63d2fc96045" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da9ec278-0713-4aad-81f4-a6fdea632427" - ], - "x-ms-correlation-request-id": [ - "da9ec278-0713-4aad-81f4-a6fdea632427" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182452Z:da9ec278-0713-4aad-81f4-a6fdea632427" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" - ], - "x-ms-client-request-id": [ - "abf9d1f809024741a21e30fdc0226638" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76262222-bd0b-4165-8e5a-430809abafc0" - ], - "x-ms-correlation-request-id": [ - "76262222-bd0b-4165-8e5a-430809abafc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182452Z:76262222-bd0b-4165-8e5a-430809abafc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" - ], - "x-ms-client-request-id": [ - "5b1c607a7b194bd0bd53252f1a1b1278" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a78604e0-73de-4f8b-99c8-849501087573" - ], - "x-ms-correlation-request-id": [ - "a78604e0-73de-4f8b-99c8-849501087573" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182452Z:a78604e0-73de-4f8b-99c8-849501087573" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" - ], - "x-ms-client-request-id": [ - "08fcd6814990444ca989f59aa259db6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "865e2aba-b36b-4d5b-8736-5962e0cbe16f" - ], - "x-ms-correlation-request-id": [ - "865e2aba-b36b-4d5b-8736-5962e0cbe16f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182452Z:865e2aba-b36b-4d5b-8736-5962e0cbe16f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-client-request-id": [ - "4cb71ebd3ce748cfb451b356330ac80a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80783d2a-023a-41d4-ae6a-3d963e433452" - ], - "x-ms-correlation-request-id": [ - "80783d2a-023a-41d4-ae6a-3d963e433452" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182452Z:80783d2a-023a-41d4-ae6a-3d963e433452" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-client-request-id": [ - "434a8aa6488a4cc48513c3a1ef212363" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e63f67e8-def4-4b0d-a0bc-a6f1845f091a" - ], - "x-ms-correlation-request-id": [ - "e63f67e8-def4-4b0d-a0bc-a6f1845f091a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:e63f67e8-def4-4b0d-a0bc-a6f1845f091a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-client-request-id": [ - "302ad34f19fa4d93a6e30f2cbfac5e92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5d4c81c-4bcf-416a-8ee9-0edcab50187e" - ], - "x-ms-correlation-request-id": [ - "f5d4c81c-4bcf-416a-8ee9-0edcab50187e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:f5d4c81c-4bcf-416a-8ee9-0edcab50187e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "68c1aa5ce1ac4ddc8e7465ebafbafbbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95a1bc26-624d-4203-9b06-cf2651242136" - ], - "x-ms-correlation-request-id": [ - "95a1bc26-624d-4203-9b06-cf2651242136" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:95a1bc26-624d-4203-9b06-cf2651242136" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "a3b6f63fe76d43b39a43c69743f23c50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2433ad96-77a9-43e7-9761-1abf341a3e62" - ], - "x-ms-correlation-request-id": [ - "2433ad96-77a9-43e7-9761-1abf341a3e62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:2433ad96-77a9-43e7-9761-1abf341a3e62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "b06703b47aad4bdd9596cc91e4544c9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "714ebce0-cf49-40c4-86ec-4236b1a7fca0" - ], - "x-ms-correlation-request-id": [ - "714ebce0-cf49-40c4-86ec-4236b1a7fca0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:714ebce0-cf49-40c4-86ec-4236b1a7fca0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "112af5f32c0d47dda23ccf4df094512e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c3f55bc-5dae-4c07-964c-feda4f9d111d" - ], - "x-ms-correlation-request-id": [ - "5c3f55bc-5dae-4c07-964c-feda4f9d111d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:5c3f55bc-5dae-4c07-964c-feda4f9d111d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "5d0f671c023c46069526e82f9aa74045" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e62d2579-420e-4a38-960d-cf3873e59588" - ], - "x-ms-correlation-request-id": [ - "e62d2579-420e-4a38-960d-cf3873e59588" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:e62d2579-420e-4a38-960d-cf3873e59588" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "f6af00f0c30144f783adb6a2d4908f35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5a72f43-ee28-4bd9-a79f-fdd4b02a472a" - ], - "x-ms-correlation-request-id": [ - "f5a72f43-ee28-4bd9-a79f-fdd4b02a472a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182453Z:f5a72f43-ee28-4bd9-a79f-fdd4b02a472a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "c1ecbcebeac84bdba394513ebc57152c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49b49334-dff6-41f7-8d5b-1bcaa937c3ab" - ], - "x-ms-correlation-request-id": [ - "49b49334-dff6-41f7-8d5b-1bcaa937c3ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182454Z:49b49334-dff6-41f7-8d5b-1bcaa937c3ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "8f15fe508f8644fea121eea9c59c97b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6961dc89-dbd8-48b0-aa8b-1ca8f94f2f0c" - ], - "x-ms-correlation-request-id": [ - "6961dc89-dbd8-48b0-aa8b-1ca8f94f2f0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182454Z:6961dc89-dbd8-48b0-aa8b-1ca8f94f2f0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "e6c65a31433f419da3a0048c2f37302b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06f320d6-9555-4d13-a965-0a65711f9ad0" - ], - "x-ms-correlation-request-id": [ - "06f320d6-9555-4d13-a965-0a65711f9ad0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182454Z:06f320d6-9555-4d13-a965-0a65711f9ad0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "3e66d712eb72448593615304a4d59366" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4ee5286-307a-4b81-b515-540468b025c0" - ], - "x-ms-correlation-request-id": [ - "b4ee5286-307a-4b81-b515-540468b025c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182454Z:b4ee5286-307a-4b81-b515-540468b025c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "3d62ad152abf47e09008098683fe63b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "407f5779-fe6f-4834-8955-aad84fe4df35" - ], - "x-ms-correlation-request-id": [ - "407f5779-fe6f-4834-8955-aad84fe4df35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182454Z:407f5779-fe6f-4834-8955-aad84fe4df35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "d443acbe1a7b42b8935310eccb2d2116" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e231e7d3-6df5-4f9d-958e-babae8fd398e" - ], - "x-ms-correlation-request-id": [ - "e231e7d3-6df5-4f9d-958e-babae8fd398e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:e231e7d3-6df5-4f9d-958e-babae8fd398e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "2d306dcf7ce84a89bf3540ae4bd0d93d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef8ab687-a2f0-4aa4-8b7d-370c1a9d4b4e" - ], - "x-ms-correlation-request-id": [ - "ef8ab687-a2f0-4aa4-8b7d-370c1a9d4b4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:ef8ab687-a2f0-4aa4-8b7d-370c1a9d4b4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "be159ec5530446a48f8f290680f33118" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e3b31f9-b7c4-47dc-a584-efbf2a31e12f" - ], - "x-ms-correlation-request-id": [ - "6e3b31f9-b7c4-47dc-a584-efbf2a31e12f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:6e3b31f9-b7c4-47dc-a584-efbf2a31e12f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "269beda7f3eb48c6a70bc6bbfcaf913c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b3b79be-0fa6-4253-8b62-6410969c7d5b" - ], - "x-ms-correlation-request-id": [ - "1b3b79be-0fa6-4253-8b62-6410969c7d5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:1b3b79be-0fa6-4253-8b62-6410969c7d5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "8ab6d1afbd1a47d59984fc0d3205c0e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8013fd3-8ee6-4787-98a4-db97579cee6b" - ], - "x-ms-correlation-request-id": [ - "e8013fd3-8ee6-4787-98a4-db97579cee6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:e8013fd3-8ee6-4787-98a4-db97579cee6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "57bf553e87c542f1bfbe497dad6ad7ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51a91f2d-f888-450d-83e2-e6ca820c713d" - ], - "x-ms-correlation-request-id": [ - "51a91f2d-f888-450d-83e2-e6ca820c713d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:51a91f2d-f888-450d-83e2-e6ca820c713d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "be89d926200b477b849b8da37ae6f255" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8b307fc-baf5-420a-8b86-9eb34211f6b8" - ], - "x-ms-correlation-request-id": [ - "b8b307fc-baf5-420a-8b86-9eb34211f6b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:b8b307fc-baf5-420a-8b86-9eb34211f6b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "7d5937ef5ed1427fb081eb3bf63c172a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf04c84a-095c-49ca-a97e-ea8690d66f4d" - ], - "x-ms-correlation-request-id": [ - "bf04c84a-095c-49ca-a97e-ea8690d66f4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182455Z:bf04c84a-095c-49ca-a97e-ea8690d66f4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "da849a4032a748bbb7b84982da350e93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a028098-af4f-4874-b5ec-0d6c5e96a238" - ], - "x-ms-correlation-request-id": [ - "3a028098-af4f-4874-b5ec-0d6c5e96a238" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182456Z:3a028098-af4f-4874-b5ec-0d6c5e96a238" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "ca9ba5256f3d440285fb188b970a3f01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55077584-dfb7-4974-ad96-038f7a38daa6" - ], - "x-ms-correlation-request-id": [ - "55077584-dfb7-4974-ad96-038f7a38daa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182456Z:55077584-dfb7-4974-ad96-038f7a38daa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "d29f91e4f80846b4852e3a3796caac62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76be9903-9a0c-4c8a-82ac-da63de9e4320" - ], - "x-ms-correlation-request-id": [ - "76be9903-9a0c-4c8a-82ac-da63de9e4320" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182456Z:76be9903-9a0c-4c8a-82ac-da63de9e4320" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "2d6875eb8c7d4dda81f0ea9a82df551e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa3ae351-e33b-4fcd-8631-246fe866e705" - ], - "x-ms-correlation-request-id": [ - "aa3ae351-e33b-4fcd-8631-246fe866e705" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182456Z:aa3ae351-e33b-4fcd-8631-246fe866e705" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "bb84d7cfb2084eae9015d4a638a270b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4028bc0e-bd81-4fd5-82a5-dd7ba99171fc" - ], - "x-ms-correlation-request-id": [ - "4028bc0e-bd81-4fd5-82a5-dd7ba99171fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182456Z:4028bc0e-bd81-4fd5-82a5-dd7ba99171fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "3f0f60a8a4b6400aadb103fb0f6c3248" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb121c19-0234-48ec-9fd0-8eccd8500faa" - ], - "x-ms-correlation-request-id": [ - "bb121c19-0234-48ec-9fd0-8eccd8500faa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182456Z:bb121c19-0234-48ec-9fd0-8eccd8500faa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "b888311de3a24c349638693996068318" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a40f6302-229d-46ca-ab8a-8b3c260eb784" - ], - "x-ms-correlation-request-id": [ - "a40f6302-229d-46ca-ab8a-8b3c260eb784" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:a40f6302-229d-46ca-ab8a-8b3c260eb784" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "5922d5a2323a4f1c9b3ab2af0fc8beae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d9376d6-718a-4712-b2d1-a761a2ef7829" - ], - "x-ms-correlation-request-id": [ - "9d9376d6-718a-4712-b2d1-a761a2ef7829" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:9d9376d6-718a-4712-b2d1-a761a2ef7829" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "7f2c145e4b5a44f9b31c134541b8470f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23db50fe-e068-4f82-b03b-2e20d354396c" - ], - "x-ms-correlation-request-id": [ - "23db50fe-e068-4f82-b03b-2e20d354396c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:23db50fe-e068-4f82-b03b-2e20d354396c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "5c8e4a42d8b445febf5c3cc214f6a84b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "947c5e7e-3b46-4214-b5f3-814fdc34cbce" - ], - "x-ms-correlation-request-id": [ - "947c5e7e-3b46-4214-b5f3-814fdc34cbce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:947c5e7e-3b46-4214-b5f3-814fdc34cbce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "443b23fab15c416999b7b40c51a3f0e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "272e61ce-6c19-4d52-9c0d-37d33fc71de3" - ], - "x-ms-correlation-request-id": [ - "272e61ce-6c19-4d52-9c0d-37d33fc71de3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:272e61ce-6c19-4d52-9c0d-37d33fc71de3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "002b25fa6f0644389bfee19014af8bc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3687971-ad28-4241-9fdc-8dc4c59cc17c" - ], - "x-ms-correlation-request-id": [ - "c3687971-ad28-4241-9fdc-8dc4c59cc17c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:c3687971-ad28-4241-9fdc-8dc4c59cc17c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "333aa971a2d3415db568299dccc6cad2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9223876f-6d46-41c0-afc5-ccd64481036c" - ], - "x-ms-correlation-request-id": [ - "9223876f-6d46-41c0-afc5-ccd64481036c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:9223876f-6d46-41c0-afc5-ccd64481036c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "6fbced5ef26244e49125d5406823eb29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90d08578-cc4c-48e2-8b1b-3ba7930b42a7" - ], - "x-ms-correlation-request-id": [ - "90d08578-cc4c-48e2-8b1b-3ba7930b42a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:90d08578-cc4c-48e2-8b1b-3ba7930b42a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "5dea73a605f44063b03963e6dc0abef9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f84a8b4a-f6f0-41c9-8e12-32aaa38ca089" - ], - "x-ms-correlation-request-id": [ - "f84a8b4a-f6f0-41c9-8e12-32aaa38ca089" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182457Z:f84a8b4a-f6f0-41c9-8e12-32aaa38ca089" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "201c9305d7614f74bb1ffdc1cc7df32f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0d4b229-7a36-4658-9649-3ab5a1969c0c" - ], - "x-ms-correlation-request-id": [ - "d0d4b229-7a36-4658-9649-3ab5a1969c0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182458Z:d0d4b229-7a36-4658-9649-3ab5a1969c0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "30ada01a51eb423aa4d05ecc7475efbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61658d93-8ab8-451b-9563-310fce906f1f" - ], - "x-ms-correlation-request-id": [ - "61658d93-8ab8-451b-9563-310fce906f1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182458Z:61658d93-8ab8-451b-9563-310fce906f1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "0c6fcdae26b047519eea7ba6b841e4ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "566568cd-7fe9-4c14-b18a-16af19a7b3b7" - ], - "x-ms-correlation-request-id": [ - "566568cd-7fe9-4c14-b18a-16af19a7b3b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182458Z:566568cd-7fe9-4c14-b18a-16af19a7b3b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "1ac85b32f4ef479ebd16403af0806665" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "174e7795-69ae-4c85-bada-b635ad5357a9" - ], - "x-ms-correlation-request-id": [ - "174e7795-69ae-4c85-bada-b635ad5357a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182458Z:174e7795-69ae-4c85-bada-b635ad5357a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "0c844eb653a94326a2e7ceb9769b9f94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "354eb1b6-1a31-4543-93ae-71d973a2b707" - ], - "x-ms-correlation-request-id": [ - "354eb1b6-1a31-4543-93ae-71d973a2b707" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182458Z:354eb1b6-1a31-4543-93ae-71d973a2b707" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "59239862d9a44b6b9e4c079fc7c3be5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "969e7422-e345-458e-a875-84ef082daf85" - ], - "x-ms-correlation-request-id": [ - "969e7422-e345-458e-a875-84ef082daf85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:969e7422-e345-458e-a875-84ef082daf85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "9bf419e822c8424bb91bee18842d9002" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32c2c660-db2b-4dcd-b4e5-4daee5d7213a" - ], - "x-ms-correlation-request-id": [ - "32c2c660-db2b-4dcd-b4e5-4daee5d7213a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:32c2c660-db2b-4dcd-b4e5-4daee5d7213a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "c30b94342f174f4c80c3792188cedadf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c77db91-788a-4f84-8dce-6e2aff336d70" - ], - "x-ms-correlation-request-id": [ - "4c77db91-788a-4f84-8dce-6e2aff336d70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:4c77db91-788a-4f84-8dce-6e2aff336d70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "2e1f54c1ab7a4cc88ba96a9defe21ceb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b764433f-cfd5-4d70-ba46-c34120bda76b" - ], - "x-ms-correlation-request-id": [ - "b764433f-cfd5-4d70-ba46-c34120bda76b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:b764433f-cfd5-4d70-ba46-c34120bda76b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "25aeadacbda24766b7f3bf01d80757fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e4d161d-1a23-4976-8e50-a44f1b0212c8" - ], - "x-ms-correlation-request-id": [ - "5e4d161d-1a23-4976-8e50-a44f1b0212c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:5e4d161d-1a23-4976-8e50-a44f1b0212c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "965f78cd4d304280b274feca49cca142" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77f00b00-44cd-46f3-8fda-2a8b323cdfd0" - ], - "x-ms-correlation-request-id": [ - "77f00b00-44cd-46f3-8fda-2a8b323cdfd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:77f00b00-44cd-46f3-8fda-2a8b323cdfd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "0dbf51700847465e887efc86d9fb0d4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e8da7b3-5a26-4676-b833-552a255ef71c" - ], - "x-ms-correlation-request-id": [ - "4e8da7b3-5a26-4676-b833-552a255ef71c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:4e8da7b3-5a26-4676-b833-552a255ef71c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "313e02c21d1f4704940e3fc056ee2b6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba57af28-7198-4131-8e50-1c100108f227" - ], - "x-ms-correlation-request-id": [ - "ba57af28-7198-4131-8e50-1c100108f227" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:ba57af28-7198-4131-8e50-1c100108f227" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "106a64d56d994471847577ce0acb2498" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b73cf84-ff5d-4708-8c4d-aa504586c0e9" - ], - "x-ms-correlation-request-id": [ - "2b73cf84-ff5d-4708-8c4d-aa504586c0e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182459Z:2b73cf84-ff5d-4708-8c4d-aa504586c0e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "7d591068b4d1473280538858e0dd4a52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c5aa5b9-bf62-49f6-85a8-be8ed5777224" - ], - "x-ms-correlation-request-id": [ - "3c5aa5b9-bf62-49f6-85a8-be8ed5777224" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:3c5aa5b9-bf62-49f6-85a8-be8ed5777224" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "c344bf5a180542308c09d53673c14b7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f8156a3-6093-458f-806a-4a2d80f8bac7" - ], - "x-ms-correlation-request-id": [ - "5f8156a3-6093-458f-806a-4a2d80f8bac7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:5f8156a3-6093-458f-806a-4a2d80f8bac7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "d99b59d6f1174f9ca7819f4e2754656e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c86ad23-4598-4ac4-8f56-f0afabd34d46" - ], - "x-ms-correlation-request-id": [ - "8c86ad23-4598-4ac4-8f56-f0afabd34d46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:8c86ad23-4598-4ac4-8f56-f0afabd34d46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "d6eebcc8f0154139945aa8c11768c62f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4090990c-b44a-483d-aaa3-53ace66fc151" - ], - "x-ms-correlation-request-id": [ - "4090990c-b44a-483d-aaa3-53ace66fc151" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:4090990c-b44a-483d-aaa3-53ace66fc151" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "80daa6f536ab4d7d8eda39633537eb9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "434f451c-a519-4379-9246-2b91dc41823e" - ], - "x-ms-correlation-request-id": [ - "434f451c-a519-4379-9246-2b91dc41823e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:434f451c-a519-4379-9246-2b91dc41823e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "b3d9b80eb91f469abc5ab32dc9d887dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5dc9094-6056-4ae7-9b65-6b3e626fbcf9" - ], - "x-ms-correlation-request-id": [ - "a5dc9094-6056-4ae7-9b65-6b3e626fbcf9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:a5dc9094-6056-4ae7-9b65-6b3e626fbcf9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "610fff781796431dacf9ed56199e9096" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5eae430a-496c-4573-b2e5-d6b7fe0c8f05" - ], - "x-ms-correlation-request-id": [ - "5eae430a-496c-4573-b2e5-d6b7fe0c8f05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:5eae430a-496c-4573-b2e5-d6b7fe0c8f05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "90f0dff35675463da314dbffce007292" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c678696-f2ae-4b00-9d2f-56c26a35c048" - ], - "x-ms-correlation-request-id": [ - "3c678696-f2ae-4b00-9d2f-56c26a35c048" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182500Z:3c678696-f2ae-4b00-9d2f-56c26a35c048" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "064f2317516846178abd7b279eaaf791" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82a1e0fc-1297-4eaa-bd41-aca8abae5576" - ], - "x-ms-correlation-request-id": [ - "82a1e0fc-1297-4eaa-bd41-aca8abae5576" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182501Z:82a1e0fc-1297-4eaa-bd41-aca8abae5576" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "c2a09f9415304403af265403fe1b8940" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0894319-8ad9-4f64-be57-9a1938afadc5" - ], - "x-ms-correlation-request-id": [ - "f0894319-8ad9-4f64-be57-9a1938afadc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182501Z:f0894319-8ad9-4f64-be57-9a1938afadc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "04ef74d16c954fca96ea32e2ef22faf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f8be478-c996-457d-a44e-97f731f2ed40" - ], - "x-ms-correlation-request-id": [ - "0f8be478-c996-457d-a44e-97f731f2ed40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182501Z:0f8be478-c996-457d-a44e-97f731f2ed40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "76453fc2c8d449fda519d3f0a6e3d0b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d486fb50-fe9a-44e5-84d3-5522ce2ef294" - ], - "x-ms-correlation-request-id": [ - "d486fb50-fe9a-44e5-84d3-5522ce2ef294" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182501Z:d486fb50-fe9a-44e5-84d3-5522ce2ef294" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "a03cf5429c674f41856fc3969ec6cc7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b02dca3e-cfec-42af-a30e-42236bbd19ae" - ], - "x-ms-correlation-request-id": [ - "b02dca3e-cfec-42af-a30e-42236bbd19ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182501Z:b02dca3e-cfec-42af-a30e-42236bbd19ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "a36c5a907c1342f4b09a9ec2335ffe26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e41af133-f8c6-4fff-bc22-5c714d364602" - ], - "x-ms-correlation-request-id": [ - "e41af133-f8c6-4fff-bc22-5c714d364602" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182501Z:e41af133-f8c6-4fff-bc22-5c714d364602" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "8cf1416e17eb46c28dbe6b65b6b35c04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48c5be71-e3c7-4b5f-87f3-0626f93280e7" - ], - "x-ms-correlation-request-id": [ - "48c5be71-e3c7-4b5f-87f3-0626f93280e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182501Z:48c5be71-e3c7-4b5f-87f3-0626f93280e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "b821c200ad654e4cbfe0cb6bf9a18354" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9d2d47a-eb82-42b1-8c64-252c524d52b5" - ], - "x-ms-correlation-request-id": [ - "a9d2d47a-eb82-42b1-8c64-252c524d52b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182502Z:a9d2d47a-eb82-42b1-8c64-252c524d52b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "66c896999c4f4775a030df0685cf71d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9a4b2a5-2ee2-43ce-b386-a524210ae762" - ], - "x-ms-correlation-request-id": [ - "d9a4b2a5-2ee2-43ce-b386-a524210ae762" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182502Z:d9a4b2a5-2ee2-43ce-b386-a524210ae762" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "67a4667aaec24e98be59595ddc392a47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa356eab-991b-4c03-a22d-8be3cd95b6e0" - ], - "x-ms-correlation-request-id": [ - "fa356eab-991b-4c03-a22d-8be3cd95b6e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182502Z:fa356eab-991b-4c03-a22d-8be3cd95b6e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "c2cce8c80a4f415bb557d556c28ac4b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fa78e37-6323-496d-a4ea-40a2eb8ad796" - ], - "x-ms-correlation-request-id": [ - "3fa78e37-6323-496d-a4ea-40a2eb8ad796" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182502Z:3fa78e37-6323-496d-a4ea-40a2eb8ad796" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "1c9c49f1f5984f87b46f3444c5ca1b28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e678759-9b4f-4ec4-867b-920283aa2f0c" - ], - "x-ms-correlation-request-id": [ - "5e678759-9b4f-4ec4-867b-920283aa2f0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182503Z:5e678759-9b4f-4ec4-867b-920283aa2f0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "856bdeb52c4c4637895f7a3c6c802d67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0f73312-8ba9-49bf-b462-480cdc5e6586" - ], - "x-ms-correlation-request-id": [ - "b0f73312-8ba9-49bf-b462-480cdc5e6586" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182503Z:b0f73312-8ba9-49bf-b462-480cdc5e6586" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "0204619efe384200b7ba01c9e4af0ebd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a61b270-154c-41f7-bdb2-77d6ac1ab995" - ], - "x-ms-correlation-request-id": [ - "8a61b270-154c-41f7-bdb2-77d6ac1ab995" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182503Z:8a61b270-154c-41f7-bdb2-77d6ac1ab995" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "36f560b20e04478a818cbbc2abda367d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94464930-935c-484b-b319-e1e86397fae2" - ], - "x-ms-correlation-request-id": [ - "94464930-935c-484b-b319-e1e86397fae2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182503Z:94464930-935c-484b-b319-e1e86397fae2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "51bb57c0f9964913a4801e197836a409" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e74be4a-fa17-4f6c-aa10-abc8542f8a41" - ], - "x-ms-correlation-request-id": [ - "0e74be4a-fa17-4f6c-aa10-abc8542f8a41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182503Z:0e74be4a-fa17-4f6c-aa10-abc8542f8a41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "a19b5b0692744ae1ac9cfb89b3da636a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19c7e922-8c10-414a-a772-13aa4d505bce" - ], - "x-ms-correlation-request-id": [ - "19c7e922-8c10-414a-a772-13aa4d505bce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182503Z:19c7e922-8c10-414a-a772-13aa4d505bce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "7e3b65c9a37241269ea3ee4be71ea958" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41c6dead-2f78-4164-9338-df45a81fe64c" - ], - "x-ms-correlation-request-id": [ - "41c6dead-2f78-4164-9338-df45a81fe64c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182503Z:41c6dead-2f78-4164-9338-df45a81fe64c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "952c24660d424db4aa99c93d01dc10c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "442601af-2e81-48a7-9015-a62019e79946" - ], - "x-ms-correlation-request-id": [ - "442601af-2e81-48a7-9015-a62019e79946" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:442601af-2e81-48a7-9015-a62019e79946" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "d60eb46a4afb4a388087c88c7836f7d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c89c95c5-fdf6-4573-aa95-849ffc82722f" - ], - "x-ms-correlation-request-id": [ - "c89c95c5-fdf6-4573-aa95-849ffc82722f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:c89c95c5-fdf6-4573-aa95-849ffc82722f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "0e5c909c8dae4d428635cab4b7fe62c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "075267f7-52f9-4ff5-8ccc-65442e046a54" - ], - "x-ms-correlation-request-id": [ - "075267f7-52f9-4ff5-8ccc-65442e046a54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:075267f7-52f9-4ff5-8ccc-65442e046a54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "fa03cf7c5e514ae990da5867f4c26131" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05f44afa-0859-40af-9dfa-744059e0c0a3" - ], - "x-ms-correlation-request-id": [ - "05f44afa-0859-40af-9dfa-744059e0c0a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:05f44afa-0859-40af-9dfa-744059e0c0a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "1b0ef00860ea4d4b86e8c504ff99558a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76edbe71-5aed-4720-82e4-e4672f96e7d1" - ], - "x-ms-correlation-request-id": [ - "76edbe71-5aed-4720-82e4-e4672f96e7d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:76edbe71-5aed-4720-82e4-e4672f96e7d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "8b0877d2d0d24a4cb5df96c8708d6e6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64d28000-867a-47fc-ba0f-ac4dd56f3f69" - ], - "x-ms-correlation-request-id": [ - "64d28000-867a-47fc-ba0f-ac4dd56f3f69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:64d28000-867a-47fc-ba0f-ac4dd56f3f69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "5a5c69d0d8584309b338739c6c9fdeeb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c8ea468-4908-4919-b7d0-6a7960f59b3a" - ], - "x-ms-correlation-request-id": [ - "9c8ea468-4908-4919-b7d0-6a7960f59b3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:9c8ea468-4908-4919-b7d0-6a7960f59b3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "cd2f2430de4248e396fcb7b73fad4f76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9afdc27-fa64-4dca-96bb-72031f118add" - ], - "x-ms-correlation-request-id": [ - "b9afdc27-fa64-4dca-96bb-72031f118add" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182504Z:b9afdc27-fa64-4dca-96bb-72031f118add" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "b230634b9e654aa1bbdb16ffa1e78500" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7a13cf0-0347-4171-9db8-c77aa73362db" - ], - "x-ms-correlation-request-id": [ - "c7a13cf0-0347-4171-9db8-c77aa73362db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:c7a13cf0-0347-4171-9db8-c77aa73362db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "62afc978170e46789b7cbc9946f0f328" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6b0c104-f596-4cff-8881-5cd48198c20c" - ], - "x-ms-correlation-request-id": [ - "f6b0c104-f596-4cff-8881-5cd48198c20c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:f6b0c104-f596-4cff-8881-5cd48198c20c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "326354f62c144f3cb40f1518691fbf2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1872b88-6f1f-44d0-9e26-7aea2d370cfb" - ], - "x-ms-correlation-request-id": [ - "e1872b88-6f1f-44d0-9e26-7aea2d370cfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:e1872b88-6f1f-44d0-9e26-7aea2d370cfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "fe50bbd583fc4d5baf930c9e8098708a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4625c0f9-02e6-40bf-b6d7-657cb517cc06" - ], - "x-ms-correlation-request-id": [ - "4625c0f9-02e6-40bf-b6d7-657cb517cc06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:4625c0f9-02e6-40bf-b6d7-657cb517cc06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "a502b4aef51a46d08bcee2951233fc1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d396849f-dec6-40e8-9a78-cd46ae021555" - ], - "x-ms-correlation-request-id": [ - "d396849f-dec6-40e8-9a78-cd46ae021555" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:d396849f-dec6-40e8-9a78-cd46ae021555" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "7acec5afd7744066bd3f3aafce0d28e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f96b4c6-8b35-4935-84ca-9f50f0425068" - ], - "x-ms-correlation-request-id": [ - "8f96b4c6-8b35-4935-84ca-9f50f0425068" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:8f96b4c6-8b35-4935-84ca-9f50f0425068" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "c2b5a08405124c43aceabcb35bf669e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5454d275-c707-4ed8-902c-6c32d34cb50b" - ], - "x-ms-correlation-request-id": [ - "5454d275-c707-4ed8-902c-6c32d34cb50b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:5454d275-c707-4ed8-902c-6c32d34cb50b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "b727a2aa759f4eb3b754aa73a7338756" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb64551d-d896-4153-aeb9-1b0239e7f7bd" - ], - "x-ms-correlation-request-id": [ - "eb64551d-d896-4153-aeb9-1b0239e7f7bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:eb64551d-d896-4153-aeb9-1b0239e7f7bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "2051458266574eb7a49fc0462d028246" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1dd98b30-b191-489c-83a7-ff1fdf572c33" - ], - "x-ms-correlation-request-id": [ - "1dd98b30-b191-489c-83a7-ff1fdf572c33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182505Z:1dd98b30-b191-489c-83a7-ff1fdf572c33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "40909b8ed2b74fdf9720ec15482024e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0dadb16e-3359-4bd4-b26d-38a4719e5cde" - ], - "x-ms-correlation-request-id": [ - "0dadb16e-3359-4bd4-b26d-38a4719e5cde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182506Z:0dadb16e-3359-4bd4-b26d-38a4719e5cde" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "9f3f108d442a423ea6184629b466a445" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f752b64-6ce9-436f-a320-66194c268629" - ], - "x-ms-correlation-request-id": [ - "4f752b64-6ce9-436f-a320-66194c268629" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182506Z:4f752b64-6ce9-436f-a320-66194c268629" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "5f0ebef8b0ba47eaa12f56d24714a12d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e38e56fc-f045-4691-86c9-403dab5fccdc" - ], - "x-ms-correlation-request-id": [ - "e38e56fc-f045-4691-86c9-403dab5fccdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182506Z:e38e56fc-f045-4691-86c9-403dab5fccdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "dd522ed473f244249cd38a5cda801a8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b616804-fecf-48e6-a6e2-8bfb83d611b6" - ], - "x-ms-correlation-request-id": [ - "7b616804-fecf-48e6-a6e2-8bfb83d611b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:7b616804-fecf-48e6-a6e2-8bfb83d611b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "5bf900c94ea64cc487e56ab54b4eba0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8598c2f-b7ae-4de0-b48b-0625efbd9049" - ], - "x-ms-correlation-request-id": [ - "e8598c2f-b7ae-4de0-b48b-0625efbd9049" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:e8598c2f-b7ae-4de0-b48b-0625efbd9049" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "dc940e7f8702456bbcf081d25c792da1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80e01dd8-69ca-49d2-8f83-c6354d84e04d" - ], - "x-ms-correlation-request-id": [ - "80e01dd8-69ca-49d2-8f83-c6354d84e04d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:80e01dd8-69ca-49d2-8f83-c6354d84e04d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "a9507560eb46465086ddde34372ddb38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "450ebbf3-fd92-4943-aa09-d033d672a773" - ], - "x-ms-correlation-request-id": [ - "450ebbf3-fd92-4943-aa09-d033d672a773" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:450ebbf3-fd92-4943-aa09-d033d672a773" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "e200064c82584e1992664f5da9d2172f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5716a60-620f-4833-8c45-a80a6e86eb2e" - ], - "x-ms-correlation-request-id": [ - "d5716a60-620f-4833-8c45-a80a6e86eb2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:d5716a60-620f-4833-8c45-a80a6e86eb2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "1e81a167472042b7b9794e6974019461" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6490b16a-d50e-4099-8b0b-c1bbdc09467a" - ], - "x-ms-correlation-request-id": [ - "6490b16a-d50e-4099-8b0b-c1bbdc09467a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:6490b16a-d50e-4099-8b0b-c1bbdc09467a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "aaa959ac2a0848f6abcd3aaa2b2bc481" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4baef39-19fb-43a0-b13b-3657f86dbec7" - ], - "x-ms-correlation-request-id": [ - "b4baef39-19fb-43a0-b13b-3657f86dbec7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:b4baef39-19fb-43a0-b13b-3657f86dbec7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "84e5692695724c26b453409fd804328b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7b80d86-d2dc-46ee-bc8e-13b6442812e2" - ], - "x-ms-correlation-request-id": [ - "f7b80d86-d2dc-46ee-bc8e-13b6442812e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182507Z:f7b80d86-d2dc-46ee-bc8e-13b6442812e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "55114e7ccd18499e88d1d8d700d08db7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1653c35-99da-4a7b-a959-c7f40d5d7183" - ], - "x-ms-correlation-request-id": [ - "c1653c35-99da-4a7b-a959-c7f40d5d7183" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182508Z:c1653c35-99da-4a7b-a959-c7f40d5d7183" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "87ae933fe0e7455eb6175b57acfa77c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34734f95-a559-4205-9e93-dd12b75e8014" - ], - "x-ms-correlation-request-id": [ - "34734f95-a559-4205-9e93-dd12b75e8014" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182508Z:34734f95-a559-4205-9e93-dd12b75e8014" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "9f0c9346b4b34344ae4ec902bbe0a3d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa0833f0-477d-450d-8781-5a2db6e2a0b8" - ], - "x-ms-correlation-request-id": [ - "aa0833f0-477d-450d-8781-5a2db6e2a0b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182508Z:aa0833f0-477d-450d-8781-5a2db6e2a0b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "e3a2a9652d5543e0bcde7eb88a2c867c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ad2d2c7-5486-41d4-a222-48827692ccb4" - ], - "x-ms-correlation-request-id": [ - "1ad2d2c7-5486-41d4-a222-48827692ccb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182508Z:1ad2d2c7-5486-41d4-a222-48827692ccb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "d58111194fb04239a2388bb152079892" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "854b3338-c1ee-4379-a6ab-37ffb6c54442" - ], - "x-ms-correlation-request-id": [ - "854b3338-c1ee-4379-a6ab-37ffb6c54442" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182508Z:854b3338-c1ee-4379-a6ab-37ffb6c54442" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "127c3a7a91aa4f2fa9a8d882d6eb9384" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02ddb745-0816-4f34-b6f7-7b5354e9eae3" - ], - "x-ms-correlation-request-id": [ - "02ddb745-0816-4f34-b6f7-7b5354e9eae3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182508Z:02ddb745-0816-4f34-b6f7-7b5354e9eae3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "d394b2a8a5734ce29d2591a1daa542ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f32af59b-a68f-4f08-bf79-c67a33e8b9c8" - ], - "x-ms-correlation-request-id": [ - "f32af59b-a68f-4f08-bf79-c67a33e8b9c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182508Z:f32af59b-a68f-4f08-bf79-c67a33e8b9c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "440ffb1550ca4396b386c7bfda016cb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43e1e977-cea5-4730-adf0-885b8ef94c13" - ], - "x-ms-correlation-request-id": [ - "43e1e977-cea5-4730-adf0-885b8ef94c13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:43e1e977-cea5-4730-adf0-885b8ef94c13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "43ca89e32e964806808238e15cd415f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4edc442-5292-46c9-9a97-d80d53cb031f" - ], - "x-ms-correlation-request-id": [ - "c4edc442-5292-46c9-9a97-d80d53cb031f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:c4edc442-5292-46c9-9a97-d80d53cb031f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "e755ace9e3a04adaabe7983a0b52f4ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51822bc2-f32c-4b06-ae14-5dbdc505ab45" - ], - "x-ms-correlation-request-id": [ - "51822bc2-f32c-4b06-ae14-5dbdc505ab45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:51822bc2-f32c-4b06-ae14-5dbdc505ab45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "fa78cad73a4f459b94aaa485964e8bcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a50c51d7-726b-4261-bf05-48c1b6f176a4" - ], - "x-ms-correlation-request-id": [ - "a50c51d7-726b-4261-bf05-48c1b6f176a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:a50c51d7-726b-4261-bf05-48c1b6f176a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "46f64447df9e44618d5e11c365a6988b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1679620e-c9d2-4826-a3a8-c3312a81c0e4" - ], - "x-ms-correlation-request-id": [ - "1679620e-c9d2-4826-a3a8-c3312a81c0e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:1679620e-c9d2-4826-a3a8-c3312a81c0e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "24e673162b4d4afd81d1860ee5c665bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cc50d98-b412-48a0-99ac-6baccdad2958" - ], - "x-ms-correlation-request-id": [ - "5cc50d98-b412-48a0-99ac-6baccdad2958" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:5cc50d98-b412-48a0-99ac-6baccdad2958" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "ea2351bc2e65454391cfae50b8048e44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6a4908c-03ef-4954-8e20-15517349b14f" - ], - "x-ms-correlation-request-id": [ - "a6a4908c-03ef-4954-8e20-15517349b14f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:a6a4908c-03ef-4954-8e20-15517349b14f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "f375829ccea64033aa4b2059b8a1f29d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53f13dc1-059d-40c9-999d-efb84935c0ec" - ], - "x-ms-correlation-request-id": [ - "53f13dc1-059d-40c9-999d-efb84935c0ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182509Z:53f13dc1-059d-40c9-999d-efb84935c0ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "065763904a7b417bafd3de2b3aa9f926" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffc7221e-91cd-4d77-b76b-f4636cae4853" - ], - "x-ms-correlation-request-id": [ - "ffc7221e-91cd-4d77-b76b-f4636cae4853" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182510Z:ffc7221e-91cd-4d77-b76b-f4636cae4853" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "c4c8eab5fd93486bbc4a40dc9e1ebfe8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0df3dac8-bb4e-400e-b2f0-23b9ffc11042" - ], - "x-ms-correlation-request-id": [ - "0df3dac8-bb4e-400e-b2f0-23b9ffc11042" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182510Z:0df3dac8-bb4e-400e-b2f0-23b9ffc11042" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "9c50a1b026b64222812c06c41104d4ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b6b9aff-8918-4107-80a8-50147d0b4f42" - ], - "x-ms-correlation-request-id": [ - "8b6b9aff-8918-4107-80a8-50147d0b4f42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182510Z:8b6b9aff-8918-4107-80a8-50147d0b4f42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "0f444e3ac0b943bf9f6f5d5c247857c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "830a3690-54c2-418f-a9a9-ae18bfb6995b" - ], - "x-ms-correlation-request-id": [ - "830a3690-54c2-418f-a9a9-ae18bfb6995b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182510Z:830a3690-54c2-418f-a9a9-ae18bfb6995b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "0ea7c1863ac14eb2a0ba5ecca66509ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8dedf3c5-456d-481c-88f8-46e2ed431a2f" - ], - "x-ms-correlation-request-id": [ - "8dedf3c5-456d-481c-88f8-46e2ed431a2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182510Z:8dedf3c5-456d-481c-88f8-46e2ed431a2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "38d2f8c3bca34794aa4d0f5882769534" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "464085c8-5cc0-4a72-8c8c-30e76e9d9c69" - ], - "x-ms-correlation-request-id": [ - "464085c8-5cc0-4a72-8c8c-30e76e9d9c69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182510Z:464085c8-5cc0-4a72-8c8c-30e76e9d9c69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "9d30bc708f164fa8b9e3f5a3a188d1ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c35ba64d-49bd-4ad9-90ad-d1d7c44bac98" - ], - "x-ms-correlation-request-id": [ - "c35ba64d-49bd-4ad9-90ad-d1d7c44bac98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182510Z:c35ba64d-49bd-4ad9-90ad-d1d7c44bac98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "4112303e4f33492f8c49687fb540ba78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa4fa15b-9888-4462-b9f8-a546fecacb74" - ], - "x-ms-correlation-request-id": [ - "aa4fa15b-9888-4462-b9f8-a546fecacb74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:aa4fa15b-9888-4462-b9f8-a546fecacb74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "88977ae6a8f74ddfab033b9e0451b88c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a3a3921-f874-492d-9d18-8f691a4c7753" - ], - "x-ms-correlation-request-id": [ - "3a3a3921-f874-492d-9d18-8f691a4c7753" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:3a3a3921-f874-492d-9d18-8f691a4c7753" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "89207e43fc9e40fe8eecd19da3e3e327" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "922397cb-732a-42fc-8482-5bb1c8e33eaf" - ], - "x-ms-correlation-request-id": [ - "922397cb-732a-42fc-8482-5bb1c8e33eaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:922397cb-732a-42fc-8482-5bb1c8e33eaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "7408740f367f40b4bb0f4e38686cb2cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e247aaf4-efb2-4b6e-9f93-4bce6277f214" - ], - "x-ms-correlation-request-id": [ - "e247aaf4-efb2-4b6e-9f93-4bce6277f214" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:e247aaf4-efb2-4b6e-9f93-4bce6277f214" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "8800e206977a42afa91eb456a1c91e2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa4176ba-7ba7-4a78-b589-281b6a03e44f" - ], - "x-ms-correlation-request-id": [ - "aa4176ba-7ba7-4a78-b589-281b6a03e44f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:aa4176ba-7ba7-4a78-b589-281b6a03e44f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "62053621b9f34cbd9cd5ee80a2f9fab8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d95d33a8-6a76-441a-b525-288c351839dc" - ], - "x-ms-correlation-request-id": [ - "d95d33a8-6a76-441a-b525-288c351839dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:d95d33a8-6a76-441a-b525-288c351839dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "f9d48c5174424d13bc43dd4412783f48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a83f78a2-8f92-43a5-a43a-11638f3c9275" - ], - "x-ms-correlation-request-id": [ - "a83f78a2-8f92-43a5-a43a-11638f3c9275" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:a83f78a2-8f92-43a5-a43a-11638f3c9275" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "9eac8b7cc73b4d9780e64db8b766c8fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "039307e1-56cb-4503-8828-7b5a7106a11e" - ], - "x-ms-correlation-request-id": [ - "039307e1-56cb-4503-8828-7b5a7106a11e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:039307e1-56cb-4503-8828-7b5a7106a11e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "80d269f3ea2a47f298cd87d12be2e691" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1632d34a-3f8d-4e2e-b3b8-e78ead290825" - ], - "x-ms-correlation-request-id": [ - "1632d34a-3f8d-4e2e-b3b8-e78ead290825" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182511Z:1632d34a-3f8d-4e2e-b3b8-e78ead290825" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "f061b6252ff8411d80d1daac38241902" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "539f3544-033d-4ba0-b7e5-00b018999473" - ], - "x-ms-correlation-request-id": [ - "539f3544-033d-4ba0-b7e5-00b018999473" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:539f3544-033d-4ba0-b7e5-00b018999473" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "7a7e804cfb134991a38f6f5ceba45a39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51d9e60f-8b0c-4533-80d2-e1ec86d424c8" - ], - "x-ms-correlation-request-id": [ - "51d9e60f-8b0c-4533-80d2-e1ec86d424c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:51d9e60f-8b0c-4533-80d2-e1ec86d424c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f3f01506d1c940a19b53dbf1e9f6103c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b756f0e-c2eb-4415-a002-4adac7abf7d2" - ], - "x-ms-correlation-request-id": [ - "7b756f0e-c2eb-4415-a002-4adac7abf7d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:7b756f0e-c2eb-4415-a002-4adac7abf7d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "cb73e3f3a3194dafbd9d9721a9961be2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3aa48178-4e58-4373-b5f6-86d05d6fa4b0" - ], - "x-ms-correlation-request-id": [ - "3aa48178-4e58-4373-b5f6-86d05d6fa4b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:3aa48178-4e58-4373-b5f6-86d05d6fa4b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "2cb6f7f218e6439da7fab71ab145854c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ed6c2f0-1021-40af-b966-6b0fef6cd41d" - ], - "x-ms-correlation-request-id": [ - "7ed6c2f0-1021-40af-b966-6b0fef6cd41d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:7ed6c2f0-1021-40af-b966-6b0fef6cd41d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "17e51bf50698462ca0f715279ee73f3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5579411d-9598-4ab0-9e8f-f46885500087" - ], - "x-ms-correlation-request-id": [ - "5579411d-9598-4ab0-9e8f-f46885500087" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:5579411d-9598-4ab0-9e8f-f46885500087" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "6702530459164b74bc568099a9d34572" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45051922-3be7-437a-a5af-2bd40bf77554" - ], - "x-ms-correlation-request-id": [ - "45051922-3be7-437a-a5af-2bd40bf77554" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:45051922-3be7-437a-a5af-2bd40bf77554" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "e8b30672f27f469f8d9a2f2af0b2dc1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e792e93d-fce0-4672-b25d-34f4a0c0acca" - ], - "x-ms-correlation-request-id": [ - "e792e93d-fce0-4672-b25d-34f4a0c0acca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182512Z:e792e93d-fce0-4672-b25d-34f4a0c0acca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "7f5b04ca2bc243cb90660339cd4f3931" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad141e7d-dced-438b-9e74-0a49e5312b45" - ], - "x-ms-correlation-request-id": [ - "ad141e7d-dced-438b-9e74-0a49e5312b45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:ad141e7d-dced-438b-9e74-0a49e5312b45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "88c8688769bd46f19eedfde66a7c0972" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16082559-cfb4-4b1b-b38c-fe8bcb0f05c0" - ], - "x-ms-correlation-request-id": [ - "16082559-cfb4-4b1b-b38c-fe8bcb0f05c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:16082559-cfb4-4b1b-b38c-fe8bcb0f05c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "c61df3a54e6a48798962d6c2dbc518a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "053bb8d8-7da6-4b9f-aead-76aa1388edb3" - ], - "x-ms-correlation-request-id": [ - "053bb8d8-7da6-4b9f-aead-76aa1388edb3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:053bb8d8-7da6-4b9f-aead-76aa1388edb3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "cfc36f0500ab4dcdac3371232fbf50b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12ce4b83-09a9-4809-ba0b-40add74c97c0" - ], - "x-ms-correlation-request-id": [ - "12ce4b83-09a9-4809-ba0b-40add74c97c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:12ce4b83-09a9-4809-ba0b-40add74c97c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "e6e5053694d549e2a63ce7421b1817bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47a4d978-80e4-497c-8207-c81a7cce388d" - ], - "x-ms-correlation-request-id": [ - "47a4d978-80e4-497c-8207-c81a7cce388d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:47a4d978-80e4-497c-8207-c81a7cce388d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "d995127cfc4740da90ca52eb62b20390" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03bffb35-fe12-4c12-a193-fc74c9a4f868" - ], - "x-ms-correlation-request-id": [ - "03bffb35-fe12-4c12-a193-fc74c9a4f868" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:03bffb35-fe12-4c12-a193-fc74c9a4f868" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "4e7c9658c92b4ae485449f17a9355145" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "795df4f4-3474-439f-957d-cf2dc7b4b020" - ], - "x-ms-correlation-request-id": [ - "795df4f4-3474-439f-957d-cf2dc7b4b020" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:795df4f4-3474-439f-957d-cf2dc7b4b020" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "a11a7a34caca4b8ca5820ce67abd51b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19bb32e3-a27f-452d-9e5d-34e0bd841d05" - ], - "x-ms-correlation-request-id": [ - "19bb32e3-a27f-452d-9e5d-34e0bd841d05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182513Z:19bb32e3-a27f-452d-9e5d-34e0bd841d05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "2b16ae2283f942ab8db02ecf618d9a9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "836664a6-41dc-4393-bd02-60a9a346e3ed" - ], - "x-ms-correlation-request-id": [ - "836664a6-41dc-4393-bd02-60a9a346e3ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:836664a6-41dc-4393-bd02-60a9a346e3ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "4d0a8bcf43ed4cdd94a82be16031c444" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c533fffe-706e-463e-9e65-18b543a5ca7a" - ], - "x-ms-correlation-request-id": [ - "c533fffe-706e-463e-9e65-18b543a5ca7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:c533fffe-706e-463e-9e65-18b543a5ca7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "f9687b07b4c446e88ebdcd112e84801e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "295cbfd9-95ac-45b1-bbfe-b2d5bd296917" - ], - "x-ms-correlation-request-id": [ - "295cbfd9-95ac-45b1-bbfe-b2d5bd296917" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:295cbfd9-95ac-45b1-bbfe-b2d5bd296917" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "0657564eb59f478aa0fc5398a760fa55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67de5b19-0a56-4d1a-b940-82a328d78097" - ], - "x-ms-correlation-request-id": [ - "67de5b19-0a56-4d1a-b940-82a328d78097" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:67de5b19-0a56-4d1a-b940-82a328d78097" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "419cdc8d386a45409ee88ee2bcc7b08b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b00a16b7-c425-4742-91ff-2149b03c3762" - ], - "x-ms-correlation-request-id": [ - "b00a16b7-c425-4742-91ff-2149b03c3762" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:b00a16b7-c425-4742-91ff-2149b03c3762" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "2e28f2c7e1b34413bc01fe79993b723f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4b0e31a-eeaa-4f73-baf1-aab48e7b17b7" - ], - "x-ms-correlation-request-id": [ - "f4b0e31a-eeaa-4f73-baf1-aab48e7b17b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:f4b0e31a-eeaa-4f73-baf1-aab48e7b17b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "0487aca837ce4beea5125f6ea98e5bd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15a5b0b6-676d-4152-98f2-91c9a8f84b7f" - ], - "x-ms-correlation-request-id": [ - "15a5b0b6-676d-4152-98f2-91c9a8f84b7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:15a5b0b6-676d-4152-98f2-91c9a8f84b7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "39dcb3b5b8324d289c7e05a4137b5469" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24a25bba-5f1f-4c37-8309-245c1f3c37d5" - ], - "x-ms-correlation-request-id": [ - "24a25bba-5f1f-4c37-8309-245c1f3c37d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:24a25bba-5f1f-4c37-8309-245c1f3c37d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "770fc9c8ac2d4b9e9aaf9b9360167012" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f15a895b-0137-4cc2-a2b4-cb3b4755e1cc" - ], - "x-ms-correlation-request-id": [ - "f15a895b-0137-4cc2-a2b4-cb3b4755e1cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182514Z:f15a895b-0137-4cc2-a2b4-cb3b4755e1cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "77ca3ee431a44709a3843bd1e78b4baf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "650316a0-0900-4095-b9ac-499f7dbe76ad" - ], - "x-ms-correlation-request-id": [ - "650316a0-0900-4095-b9ac-499f7dbe76ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182515Z:650316a0-0900-4095-b9ac-499f7dbe76ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "cc68849136ec46ceb848cda00523a541" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5327e939-46bc-4afb-8174-c72988d6f924" - ], - "x-ms-correlation-request-id": [ - "5327e939-46bc-4afb-8174-c72988d6f924" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182515Z:5327e939-46bc-4afb-8174-c72988d6f924" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "474b247b7e4c4c16a3b9a1fc8f935368" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "908b87fe-f6b0-412f-9c8d-10cb94fc3586" - ], - "x-ms-correlation-request-id": [ - "908b87fe-f6b0-412f-9c8d-10cb94fc3586" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182515Z:908b87fe-f6b0-412f-9c8d-10cb94fc3586" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "f8cd5480fb1843819a0a0885fae8ab6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a0720fd-ea15-4abc-a525-f826c08bee00" - ], - "x-ms-correlation-request-id": [ - "2a0720fd-ea15-4abc-a525-f826c08bee00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182515Z:2a0720fd-ea15-4abc-a525-f826c08bee00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "d9782839a40e4f7299347bfba4c7eedf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4242d0e1-b088-4bb0-b528-410e86f521e8" - ], - "x-ms-correlation-request-id": [ - "4242d0e1-b088-4bb0-b528-410e86f521e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182515Z:4242d0e1-b088-4bb0-b528-410e86f521e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "43a4fbf5bfc344048aa2f0e679b347cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b52ce21e-d247-4677-86f3-89c0c744f04f" - ], - "x-ms-correlation-request-id": [ - "b52ce21e-d247-4677-86f3-89c0c744f04f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182515Z:b52ce21e-d247-4677-86f3-89c0c744f04f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "113cd9e031b04e238c07399c5e9ec06a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65a51e18-6ae4-44fc-9315-60ada66514fb" - ], - "x-ms-correlation-request-id": [ - "65a51e18-6ae4-44fc-9315-60ada66514fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182515Z:65a51e18-6ae4-44fc-9315-60ada66514fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "0a9eab3e2ff740f3b4002cded4e2f7e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9997f27c-74ee-48d4-852e-3f112dea7762" - ], - "x-ms-correlation-request-id": [ - "9997f27c-74ee-48d4-852e-3f112dea7762" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182516Z:9997f27c-74ee-48d4-852e-3f112dea7762" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "77781c17c31a46b986cd7917038ad1c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2da204c5-0775-441f-a69d-a6da0cc47fde" - ], - "x-ms-correlation-request-id": [ - "2da204c5-0775-441f-a69d-a6da0cc47fde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182516Z:2da204c5-0775-441f-a69d-a6da0cc47fde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "c2c8b420947e4f70a43ecfe827d860c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2d790f8-50ee-45e6-8644-dfe6b2fb5513" - ], - "x-ms-correlation-request-id": [ - "e2d790f8-50ee-45e6-8644-dfe6b2fb5513" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182516Z:e2d790f8-50ee-45e6-8644-dfe6b2fb5513" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "962b3af9f22c4652a257a8384ed17de6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7531a855-490f-40fa-a994-fbf0e46d9dc6" - ], - "x-ms-correlation-request-id": [ - "7531a855-490f-40fa-a994-fbf0e46d9dc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182516Z:7531a855-490f-40fa-a994-fbf0e46d9dc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "7d902f99cbe14b6788239740488d6fad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c718fe12-68e4-4911-b35b-a0281cdcd806" - ], - "x-ms-correlation-request-id": [ - "c718fe12-68e4-4911-b35b-a0281cdcd806" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182516Z:c718fe12-68e4-4911-b35b-a0281cdcd806" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "ff548755a443457fb72c07d40117e025" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52241be5-b632-4cdd-a7fc-e29063615d0b" - ], - "x-ms-correlation-request-id": [ - "52241be5-b632-4cdd-a7fc-e29063615d0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182516Z:52241be5-b632-4cdd-a7fc-e29063615d0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "ba73b8b0ade641a58604cf8643806b04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cbd89ee-62ca-4951-a5f8-b86a91bfe534" - ], - "x-ms-correlation-request-id": [ - "4cbd89ee-62ca-4951-a5f8-b86a91bfe534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182516Z:4cbd89ee-62ca-4951-a5f8-b86a91bfe534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "dd7d079e876c4c378cf4c9d7abd3c77d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0382309-b8a1-4df8-ac18-006028d84b9a" - ], - "x-ms-correlation-request-id": [ - "e0382309-b8a1-4df8-ac18-006028d84b9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182517Z:e0382309-b8a1-4df8-ac18-006028d84b9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "b0a38e0e9c5c40388b7984445a93240f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54e697ff-d83e-40ad-94c0-0d9c4d4a509f" - ], - "x-ms-correlation-request-id": [ - "54e697ff-d83e-40ad-94c0-0d9c4d4a509f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182517Z:54e697ff-d83e-40ad-94c0-0d9c4d4a509f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "afbbb3d95098459e886ffc9e7e12e6ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "247181d2-c866-47e1-8748-671c2234082a" - ], - "x-ms-correlation-request-id": [ - "247181d2-c866-47e1-8748-671c2234082a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182517Z:247181d2-c866-47e1-8748-671c2234082a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "80d6a6ecfc454bad8be18256d192b524" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8ff8d67-2c5a-4927-aac2-2412a5733c71" - ], - "x-ms-correlation-request-id": [ - "b8ff8d67-2c5a-4927-aac2-2412a5733c71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182517Z:b8ff8d67-2c5a-4927-aac2-2412a5733c71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "70062e5bf4e2496ba8bbca9ecc497569" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc82ce4f-3ff5-4e48-8102-0cdc02f571bc" - ], - "x-ms-correlation-request-id": [ - "cc82ce4f-3ff5-4e48-8102-0cdc02f571bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182517Z:cc82ce4f-3ff5-4e48-8102-0cdc02f571bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "cd313880375c4115b93ad05dfa057529" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04cec968-5366-4798-b6c3-a952f2f47d35" - ], - "x-ms-correlation-request-id": [ - "04cec968-5366-4798-b6c3-a952f2f47d35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182517Z:04cec968-5366-4798-b6c3-a952f2f47d35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "ab938c587f3b494b868c3e5916196bd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ebf96f4-b1c2-45c6-9c5c-bc4f4bc3a534" - ], - "x-ms-correlation-request-id": [ - "7ebf96f4-b1c2-45c6-9c5c-bc4f4bc3a534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182517Z:7ebf96f4-b1c2-45c6-9c5c-bc4f4bc3a534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "48af07e14c24459c8dc90e51677dbdbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1068d11-e8e6-4b83-a83f-12c0ceec97a1" - ], - "x-ms-correlation-request-id": [ - "c1068d11-e8e6-4b83-a83f-12c0ceec97a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:c1068d11-e8e6-4b83-a83f-12c0ceec97a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "91d12eb152f449778434dd28aa167634" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65d2f49a-fa93-4c6e-ab88-5c1cb11cd4aa" - ], - "x-ms-correlation-request-id": [ - "65d2f49a-fa93-4c6e-ab88-5c1cb11cd4aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:65d2f49a-fa93-4c6e-ab88-5c1cb11cd4aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "789e10b1e53446338d0e7361fe34ef05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e138ed1c-42a1-4168-b640-44f59d196cb1" - ], - "x-ms-correlation-request-id": [ - "e138ed1c-42a1-4168-b640-44f59d196cb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:e138ed1c-42a1-4168-b640-44f59d196cb1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "88910307265a4e179cdf5b612270adbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2bd8360-2678-402c-a8f3-383dbbce8ab6" - ], - "x-ms-correlation-request-id": [ - "d2bd8360-2678-402c-a8f3-383dbbce8ab6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:d2bd8360-2678-402c-a8f3-383dbbce8ab6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "f3e758023e474b98b2f8aed52365752a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b49acfa-4dd0-4c31-84da-d4ab8928abf8" - ], - "x-ms-correlation-request-id": [ - "2b49acfa-4dd0-4c31-84da-d4ab8928abf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:2b49acfa-4dd0-4c31-84da-d4ab8928abf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "afa9e3284b9041f6863b0f53255130f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03d68ef4-6989-4429-b387-3b3e5cb725fe" - ], - "x-ms-correlation-request-id": [ - "03d68ef4-6989-4429-b387-3b3e5cb725fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:03d68ef4-6989-4429-b387-3b3e5cb725fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "83f52e6d80904a5681f7f831cc4dce0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bed0054c-0633-4c82-9336-d1f6be12c0bd" - ], - "x-ms-correlation-request-id": [ - "bed0054c-0633-4c82-9336-d1f6be12c0bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:bed0054c-0633-4c82-9336-d1f6be12c0bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "05fa4d7ba67645bfb0b8632bf6f29931" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ae4214d-182d-4e36-8392-82f7a981a502" - ], - "x-ms-correlation-request-id": [ - "7ae4214d-182d-4e36-8392-82f7a981a502" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182518Z:7ae4214d-182d-4e36-8392-82f7a981a502" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "39951e868c564a7db366d455d166ab92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd57eb08-fcbd-434a-9226-2a6688901247" - ], - "x-ms-correlation-request-id": [ - "bd57eb08-fcbd-434a-9226-2a6688901247" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182519Z:bd57eb08-fcbd-434a-9226-2a6688901247" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "7b6df6946143454b9d817168e0f1dc92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94a8c1f1-e6b9-46a8-9692-ce6c31cbf4e1" - ], - "x-ms-correlation-request-id": [ - "94a8c1f1-e6b9-46a8-9692-ce6c31cbf4e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182519Z:94a8c1f1-e6b9-46a8-9692-ce6c31cbf4e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "45ff2d4d855149c29308b4b001fbfb24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "134a503d-d80c-4a61-b6bd-b8bd1aa7cb16" - ], - "x-ms-correlation-request-id": [ - "134a503d-d80c-4a61-b6bd-b8bd1aa7cb16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182519Z:134a503d-d80c-4a61-b6bd-b8bd1aa7cb16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "92e46bd577fd435cbed27529bda76037" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac6df028-af50-4ff6-ac48-e96903fcf043" - ], - "x-ms-correlation-request-id": [ - "ac6df028-af50-4ff6-ac48-e96903fcf043" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182519Z:ac6df028-af50-4ff6-ac48-e96903fcf043" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "fc12f0346ea14cd2be4be0ebb6e3e8e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb61198b-e25c-4232-a9c7-167e34b8ec98" - ], - "x-ms-correlation-request-id": [ - "fb61198b-e25c-4232-a9c7-167e34b8ec98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182519Z:fb61198b-e25c-4232-a9c7-167e34b8ec98" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "9c64db7aa7b44805a7da10e2a28699d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c3f5df5-4a30-43b6-b88d-2c209e034edb" - ], - "x-ms-correlation-request-id": [ - "1c3f5df5-4a30-43b6-b88d-2c209e034edb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182520Z:1c3f5df5-4a30-43b6-b88d-2c209e034edb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "0b3353ab155948a0900326067fa18679" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6935b56b-c6f3-4ef6-8cb7-ba8d33f10eab" - ], - "x-ms-correlation-request-id": [ - "6935b56b-c6f3-4ef6-8cb7-ba8d33f10eab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182520Z:6935b56b-c6f3-4ef6-8cb7-ba8d33f10eab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "83b0f13e2a4c473f9f236f89b35f37a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffe602c7-0f36-4477-a002-7e1f234b0daa" - ], - "x-ms-correlation-request-id": [ - "ffe602c7-0f36-4477-a002-7e1f234b0daa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182520Z:ffe602c7-0f36-4477-a002-7e1f234b0daa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "d4f4543a2b7146f383e72b06ea0be707" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a651656-af27-499c-b993-d669eb5e38ae" - ], - "x-ms-correlation-request-id": [ - "5a651656-af27-499c-b993-d669eb5e38ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182521Z:5a651656-af27-499c-b993-d669eb5e38ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "eeff3aefd1d2460f820d4c56dd05a610" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "578950a2-3c54-48dc-811b-26249ae3c88a" - ], - "x-ms-correlation-request-id": [ - "578950a2-3c54-48dc-811b-26249ae3c88a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182521Z:578950a2-3c54-48dc-811b-26249ae3c88a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "f0bcd4cbb3ef4ca0acfb9a04271f9025" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "901689bb-30e0-4a7a-8983-00d5c331c517" - ], - "x-ms-correlation-request-id": [ - "901689bb-30e0-4a7a-8983-00d5c331c517" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182521Z:901689bb-30e0-4a7a-8983-00d5c331c517" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "42806bc799cc416fa178d1d3e17907f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c97b14c1-704b-42e6-bab0-06c9a8330dbb" - ], - "x-ms-correlation-request-id": [ - "c97b14c1-704b-42e6-bab0-06c9a8330dbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182521Z:c97b14c1-704b-42e6-bab0-06c9a8330dbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "30003aa81a53477cbf49d83b574c5225" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6b83c27-e996-4b24-a374-9fc2a11f94c9" - ], - "x-ms-correlation-request-id": [ - "d6b83c27-e996-4b24-a374-9fc2a11f94c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182521Z:d6b83c27-e996-4b24-a374-9fc2a11f94c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "906ccf4b20af4d47a692cc3610292e35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a9d0f7b-41e1-4073-b07a-39263d80b47b" - ], - "x-ms-correlation-request-id": [ - "7a9d0f7b-41e1-4073-b07a-39263d80b47b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182521Z:7a9d0f7b-41e1-4073-b07a-39263d80b47b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "59cb6c44cea04fdaaf10f484d5a2edcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1193aac2-d4e8-4d78-b7b5-bf05aa3962d7" - ], - "x-ms-correlation-request-id": [ - "1193aac2-d4e8-4d78-b7b5-bf05aa3962d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182521Z:1193aac2-d4e8-4d78-b7b5-bf05aa3962d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "6ecc1bcc23b94b12b01febb8ef125193" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c9bbaf2-771f-4ccd-940c-b2aae2648d7e" - ], - "x-ms-correlation-request-id": [ - "4c9bbaf2-771f-4ccd-940c-b2aae2648d7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182522Z:4c9bbaf2-771f-4ccd-940c-b2aae2648d7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "28f03b50804448858a9a4eaa5a40f621" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ff3b9e0-39a2-4e1e-95c7-f091aede22c5" - ], - "x-ms-correlation-request-id": [ - "3ff3b9e0-39a2-4e1e-95c7-f091aede22c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182522Z:3ff3b9e0-39a2-4e1e-95c7-f091aede22c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "87ec1fb1cda8440d86a7279437206ae1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bc69d26-6fd2-4f54-b2f5-84d37facf319" - ], - "x-ms-correlation-request-id": [ - "2bc69d26-6fd2-4f54-b2f5-84d37facf319" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182522Z:2bc69d26-6fd2-4f54-b2f5-84d37facf319" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "b6e86f046f824ae6ab951abaed4da8de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91b30c6b-bf10-4b98-a650-33cd024c82b2" - ], - "x-ms-correlation-request-id": [ - "91b30c6b-bf10-4b98-a650-33cd024c82b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182522Z:91b30c6b-bf10-4b98-a650-33cd024c82b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "f7299edcbf324cffbf49e2fc9ae9615d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0a2f58a-4a63-4f6c-974d-6ceaec9dd46d" - ], - "x-ms-correlation-request-id": [ - "b0a2f58a-4a63-4f6c-974d-6ceaec9dd46d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182522Z:b0a2f58a-4a63-4f6c-974d-6ceaec9dd46d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "76245cf7d1cd4d3b8e62a18a8d30c4ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce6ef84b-6780-4249-866d-0d26e1fe231a" - ], - "x-ms-correlation-request-id": [ - "ce6ef84b-6780-4249-866d-0d26e1fe231a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182522Z:ce6ef84b-6780-4249-866d-0d26e1fe231a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "561a3e47e7cf42dfa8c28f4eab5e956f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3d6d1c4-fc24-4754-bce6-1642c65c3d4d" - ], - "x-ms-correlation-request-id": [ - "f3d6d1c4-fc24-4754-bce6-1642c65c3d4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182522Z:f3d6d1c4-fc24-4754-bce6-1642c65c3d4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "d39aa28af2254827922c80f9fbb302a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2431eaf4-255c-4793-a255-4fbd8ecc17f0" - ], - "x-ms-correlation-request-id": [ - "2431eaf4-255c-4793-a255-4fbd8ecc17f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:2431eaf4-255c-4793-a255-4fbd8ecc17f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "8954116ac51f4e689b5125978e245ff3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d005eac2-504d-4f76-a3fd-cd009cca201d" - ], - "x-ms-correlation-request-id": [ - "d005eac2-504d-4f76-a3fd-cd009cca201d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:d005eac2-504d-4f76-a3fd-cd009cca201d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "845bac70e1b047cf93a0fdcfd834251e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe54b9ea-b49d-4af0-82ea-6156079d7bf0" - ], - "x-ms-correlation-request-id": [ - "fe54b9ea-b49d-4af0-82ea-6156079d7bf0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:fe54b9ea-b49d-4af0-82ea-6156079d7bf0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "4e1fa9910ceb4a8882487fa7b13d9de3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f0e02b1-8214-4364-bf56-1b7a319c120d" - ], - "x-ms-correlation-request-id": [ - "1f0e02b1-8214-4364-bf56-1b7a319c120d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:1f0e02b1-8214-4364-bf56-1b7a319c120d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "6b8d55e8b7a5412eac36df120002a833" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9bef7a1-20e2-437e-b5df-9d9a3076d43f" - ], - "x-ms-correlation-request-id": [ - "c9bef7a1-20e2-437e-b5df-9d9a3076d43f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:c9bef7a1-20e2-437e-b5df-9d9a3076d43f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "6ec2aa6e55224cd6bc218420ad2ea1af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5166e05f-3f1b-48ce-9e15-563b00ebc86b" - ], - "x-ms-correlation-request-id": [ - "5166e05f-3f1b-48ce-9e15-563b00ebc86b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:5166e05f-3f1b-48ce-9e15-563b00ebc86b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "cf6138df49c744d78464d7b5267e9a2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baf53fd4-82be-4338-bc1b-b78e3a525ce2" - ], - "x-ms-correlation-request-id": [ - "baf53fd4-82be-4338-bc1b-b78e3a525ce2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:baf53fd4-82be-4338-bc1b-b78e3a525ce2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "9682244e25aa44b0a66941bf01262aa7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6861a2de-bb4d-42f7-83df-29e949e344e0" - ], - "x-ms-correlation-request-id": [ - "6861a2de-bb4d-42f7-83df-29e949e344e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182523Z:6861a2de-bb4d-42f7-83df-29e949e344e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "a6c08456a892411181af7afe5a02d4d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19303f77-3b10-4924-bafc-2516e600fd00" - ], - "x-ms-correlation-request-id": [ - "19303f77-3b10-4924-bafc-2516e600fd00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182524Z:19303f77-3b10-4924-bafc-2516e600fd00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "9006227afd85439e90a56f1ff42cef38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dbbe010-4580-45d1-87fc-0c4859bda950" - ], - "x-ms-correlation-request-id": [ - "6dbbe010-4580-45d1-87fc-0c4859bda950" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182524Z:6dbbe010-4580-45d1-87fc-0c4859bda950" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "4612b19fefcd4dc1a1f27689b6c5e6e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bd6fa4c-bea9-4ffe-96d6-57e1a7b49579" - ], - "x-ms-correlation-request-id": [ - "7bd6fa4c-bea9-4ffe-96d6-57e1a7b49579" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182524Z:7bd6fa4c-bea9-4ffe-96d6-57e1a7b49579" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "3e760fcbbd7349579bfc7535b61b6979" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0bd1170-ecca-44bd-b73c-0e883d6fce58" - ], - "x-ms-correlation-request-id": [ - "a0bd1170-ecca-44bd-b73c-0e883d6fce58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182524Z:a0bd1170-ecca-44bd-b73c-0e883d6fce58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "8d7a02f686ec4c2f9dc4beec942425f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1b8c90c-5707-4d70-8ea4-af42604130de" - ], - "x-ms-correlation-request-id": [ - "c1b8c90c-5707-4d70-8ea4-af42604130de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182524Z:c1b8c90c-5707-4d70-8ea4-af42604130de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "6acdaa14269f4ba3b088c553266f7946" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d587d4ee-5021-4b1b-b5a1-a97aff1876d3" - ], - "x-ms-correlation-request-id": [ - "d587d4ee-5021-4b1b-b5a1-a97aff1876d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182525Z:d587d4ee-5021-4b1b-b5a1-a97aff1876d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "a92790b62a2a4466a17d165ba6025369" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cac51165-5d2b-4a23-a228-09e3ec6ab553" - ], - "x-ms-correlation-request-id": [ - "cac51165-5d2b-4a23-a228-09e3ec6ab553" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182525Z:cac51165-5d2b-4a23-a228-09e3ec6ab553" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "766fb75779884a71a42872864ebd04c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9c1e23a-d091-43ef-a225-d7b8848dc34d" - ], - "x-ms-correlation-request-id": [ - "b9c1e23a-d091-43ef-a225-d7b8848dc34d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182525Z:b9c1e23a-d091-43ef-a225-d7b8848dc34d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "6102308b17ad4b05a5d18642aa2b935a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "963d1d52-0bb1-4e12-b261-45c542eac124" - ], - "x-ms-correlation-request-id": [ - "963d1d52-0bb1-4e12-b261-45c542eac124" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182525Z:963d1d52-0bb1-4e12-b261-45c542eac124" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "6cb36b3c76594748be49dbd01efaa821" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b9378c9-d912-413f-85c4-d6bd88d97d0a" - ], - "x-ms-correlation-request-id": [ - "2b9378c9-d912-413f-85c4-d6bd88d97d0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182525Z:2b9378c9-d912-413f-85c4-d6bd88d97d0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "a8a6afc219224932a2e6c24f094f3180" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0822b0e0-2b54-4793-8185-29b6518f5212" - ], - "x-ms-correlation-request-id": [ - "0822b0e0-2b54-4793-8185-29b6518f5212" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182525Z:0822b0e0-2b54-4793-8185-29b6518f5212" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "1ea66d402be84ad696589dbad67c8eca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd8d8228-b3d9-4f8d-9ea5-25dc51d89dae" - ], - "x-ms-correlation-request-id": [ - "cd8d8228-b3d9-4f8d-9ea5-25dc51d89dae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182525Z:cd8d8228-b3d9-4f8d-9ea5-25dc51d89dae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "05ddaa164aac46f5a3011f90bbea1620" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2be35dc6-1aa6-46c8-8348-b1ba30b927d8" - ], - "x-ms-correlation-request-id": [ - "2be35dc6-1aa6-46c8-8348-b1ba30b927d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:2be35dc6-1aa6-46c8-8348-b1ba30b927d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "0bedc8a341c44f68a6b83e7ea0db7426" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "508cbf3d-abc8-4068-aa3f-ce4b44f905f9" - ], - "x-ms-correlation-request-id": [ - "508cbf3d-abc8-4068-aa3f-ce4b44f905f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:508cbf3d-abc8-4068-aa3f-ce4b44f905f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "b919bf2ce85342b7a8f1610d17622a00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f0048e8-163c-4b0a-8931-218b550a70c5" - ], - "x-ms-correlation-request-id": [ - "1f0048e8-163c-4b0a-8931-218b550a70c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:1f0048e8-163c-4b0a-8931-218b550a70c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "d0ab207e8233498194f85744bb549e99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddb0b6bc-f659-407d-a044-57994646a307" - ], - "x-ms-correlation-request-id": [ - "ddb0b6bc-f659-407d-a044-57994646a307" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:ddb0b6bc-f659-407d-a044-57994646a307" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "fc1f5a4b0c7d46fa8ca773cdb456fb15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2d672c4-4db0-4c76-b9cd-bb2d86f2be3c" - ], - "x-ms-correlation-request-id": [ - "c2d672c4-4db0-4c76-b9cd-bb2d86f2be3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:c2d672c4-4db0-4c76-b9cd-bb2d86f2be3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "71547d4610274f2c95fd128eb451dd85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d76758dd-6a4b-4dea-b8eb-5fe3fc3e8752" - ], - "x-ms-correlation-request-id": [ - "d76758dd-6a4b-4dea-b8eb-5fe3fc3e8752" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:d76758dd-6a4b-4dea-b8eb-5fe3fc3e8752" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "18cbce0e116f40d9843732e7a8c54130" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c86c5c1c-0aee-4e58-82ce-3cb7e1a7382d" - ], - "x-ms-correlation-request-id": [ - "c86c5c1c-0aee-4e58-82ce-3cb7e1a7382d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:c86c5c1c-0aee-4e58-82ce-3cb7e1a7382d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "69dc62f095ab41159df972982f520136" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ed2036d-8a5b-473a-88b6-6199c52cd139" - ], - "x-ms-correlation-request-id": [ - "8ed2036d-8a5b-473a-88b6-6199c52cd139" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182526Z:8ed2036d-8a5b-473a-88b6-6199c52cd139" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "7991288126164f65a29e04b0c5341c9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e76476d-1773-434f-93ff-7067da2b36da" - ], - "x-ms-correlation-request-id": [ - "7e76476d-1773-434f-93ff-7067da2b36da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:7e76476d-1773-434f-93ff-7067da2b36da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "cfc0d310698e48689d4f286bdcb144e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd7e2291-da39-406f-8109-962c75c3120a" - ], - "x-ms-correlation-request-id": [ - "cd7e2291-da39-406f-8109-962c75c3120a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:cd7e2291-da39-406f-8109-962c75c3120a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "a6f95724f7874425a8979ad1fcf7776b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd30effe-8776-4e71-ba32-c00d7da9d06b" - ], - "x-ms-correlation-request-id": [ - "bd30effe-8776-4e71-ba32-c00d7da9d06b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:bd30effe-8776-4e71-ba32-c00d7da9d06b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "573a8fba84844182925f93fe4310183e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a81401c6-6099-44a8-9960-e9c43003f45e" - ], - "x-ms-correlation-request-id": [ - "a81401c6-6099-44a8-9960-e9c43003f45e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:a81401c6-6099-44a8-9960-e9c43003f45e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "d9aa55c799f446d98ad1d18d572f6fb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61acf507-3aa1-4da9-9676-3cf809225975" - ], - "x-ms-correlation-request-id": [ - "61acf507-3aa1-4da9-9676-3cf809225975" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:61acf507-3aa1-4da9-9676-3cf809225975" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "56e7cdfe3ba84c2d9f3f8a4b1d988c58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2788f910-3d9c-4faa-8e07-8ed499680953" - ], - "x-ms-correlation-request-id": [ - "2788f910-3d9c-4faa-8e07-8ed499680953" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:2788f910-3d9c-4faa-8e07-8ed499680953" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "3235b8eed0354f4cab6ccb917783117c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68e7af3d-5040-4db2-82e1-5928acd03793" - ], - "x-ms-correlation-request-id": [ - "68e7af3d-5040-4db2-82e1-5928acd03793" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:68e7af3d-5040-4db2-82e1-5928acd03793" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "7b3b7e44cd2f4aecaa46412822fc9384" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb8c441c-4377-40a1-ae06-6646d2339003" - ], - "x-ms-correlation-request-id": [ - "eb8c441c-4377-40a1-ae06-6646d2339003" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:eb8c441c-4377-40a1-ae06-6646d2339003" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "6715775d60604c63afcd62677213307f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68f9a3cb-b103-4426-863d-31b0b0f17191" - ], - "x-ms-correlation-request-id": [ - "68f9a3cb-b103-4426-863d-31b0b0f17191" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182527Z:68f9a3cb-b103-4426-863d-31b0b0f17191" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "c186bb2840434fd6b8e06db598c2f615" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4269147a-7311-4660-a5a2-977d561d3683" - ], - "x-ms-correlation-request-id": [ - "4269147a-7311-4660-a5a2-977d561d3683" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182528Z:4269147a-7311-4660-a5a2-977d561d3683" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "07b8a04db852430d8a372c353aee8b87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50f0fbfa-28c3-4661-9be9-6ec9e83a6bfe" - ], - "x-ms-correlation-request-id": [ - "50f0fbfa-28c3-4661-9be9-6ec9e83a6bfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182528Z:50f0fbfa-28c3-4661-9be9-6ec9e83a6bfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "c43c9cb7a8ec48339f3dba9768729a3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70e3b6bb-a18d-49d1-ad36-a659c56b8faa" - ], - "x-ms-correlation-request-id": [ - "70e3b6bb-a18d-49d1-ad36-a659c56b8faa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182528Z:70e3b6bb-a18d-49d1-ad36-a659c56b8faa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "3b8c85020008453682ba4b398f0cbf5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "968e9c23-6772-49df-b8d4-f8d71e2afdc0" - ], - "x-ms-correlation-request-id": [ - "968e9c23-6772-49df-b8d4-f8d71e2afdc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182528Z:968e9c23-6772-49df-b8d4-f8d71e2afdc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "38746e274074428686450e06179458e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e9018cd-2490-4d3f-8c34-b77c88d26a53" - ], - "x-ms-correlation-request-id": [ - "3e9018cd-2490-4d3f-8c34-b77c88d26a53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182528Z:3e9018cd-2490-4d3f-8c34-b77c88d26a53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "92ccb0a4f7c0494ab94218a57c9509f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a147cdf3-cfdf-4b1e-a207-c2dc759bf208" - ], - "x-ms-correlation-request-id": [ - "a147cdf3-cfdf-4b1e-a207-c2dc759bf208" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182528Z:a147cdf3-cfdf-4b1e-a207-c2dc759bf208" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "7b3cb88822d84f8ca3bd25150faaa61f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84183ffa-80b8-428a-9d2c-1a71cec59e04" - ], - "x-ms-correlation-request-id": [ - "84183ffa-80b8-428a-9d2c-1a71cec59e04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182528Z:84183ffa-80b8-428a-9d2c-1a71cec59e04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "a01fff94e4c94019a00173bd9136df5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cac2490-aed6-4987-9137-813700ed65db" - ], - "x-ms-correlation-request-id": [ - "3cac2490-aed6-4987-9137-813700ed65db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:3cac2490-aed6-4987-9137-813700ed65db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "cf95ea352ac74c6eb1ff3176a93066ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d44ff6d6-5c4d-4dd7-9d66-b27539a92f1e" - ], - "x-ms-correlation-request-id": [ - "d44ff6d6-5c4d-4dd7-9d66-b27539a92f1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:d44ff6d6-5c4d-4dd7-9d66-b27539a92f1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "6019fd5dad234be6833c198a846bfbdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2efc6a5d-8f64-4c08-aae9-9f54ab97d8c8" - ], - "x-ms-correlation-request-id": [ - "2efc6a5d-8f64-4c08-aae9-9f54ab97d8c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:2efc6a5d-8f64-4c08-aae9-9f54ab97d8c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "b8494c4e5c32456e8b43ccdfa4da7787" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80e923f6-5e4e-4ea6-a82f-34566e1fd850" - ], - "x-ms-correlation-request-id": [ - "80e923f6-5e4e-4ea6-a82f-34566e1fd850" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:80e923f6-5e4e-4ea6-a82f-34566e1fd850" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "2d901d5f459e4a1b8263144d48799ccc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4634de73-5962-4ce2-b848-959c71a3b4e8" - ], - "x-ms-correlation-request-id": [ - "4634de73-5962-4ce2-b848-959c71a3b4e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:4634de73-5962-4ce2-b848-959c71a3b4e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "2d19fd86dc6349d28992888fa9f57d9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9922ed4-c837-42c0-9acc-0af1dc055fd9" - ], - "x-ms-correlation-request-id": [ - "a9922ed4-c837-42c0-9acc-0af1dc055fd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:a9922ed4-c837-42c0-9acc-0af1dc055fd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "7055a853d59946ffa32ccaf8ac4f80fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39e1f396-e39d-4c6d-8d6a-60c54ea73152" - ], - "x-ms-correlation-request-id": [ - "39e1f396-e39d-4c6d-8d6a-60c54ea73152" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:39e1f396-e39d-4c6d-8d6a-60c54ea73152" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "b0990ff34b6b4d8db2971396be220a24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab9755e2-49ce-440e-93db-54430c962554" - ], - "x-ms-correlation-request-id": [ - "ab9755e2-49ce-440e-93db-54430c962554" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182529Z:ab9755e2-49ce-440e-93db-54430c962554" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "222709f6de4a44cd80245115669f833c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb9ffa19-44b1-45fd-bbbb-583dfc1594f9" - ], - "x-ms-correlation-request-id": [ - "bb9ffa19-44b1-45fd-bbbb-583dfc1594f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182530Z:bb9ffa19-44b1-45fd-bbbb-583dfc1594f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "c05d7b6c82e64a448da36bec264f0c7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab9aa014-a3ee-44b3-a189-97d4779c9d8d" - ], - "x-ms-correlation-request-id": [ - "ab9aa014-a3ee-44b3-a189-97d4779c9d8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182530Z:ab9aa014-a3ee-44b3-a189-97d4779c9d8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "f954a5da4268410eb94d8c498bbe6d1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd415da6-c779-49a5-99fc-a9f304f21d23" - ], - "x-ms-correlation-request-id": [ - "fd415da6-c779-49a5-99fc-a9f304f21d23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182530Z:fd415da6-c779-49a5-99fc-a9f304f21d23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "2c50850f00e742d78a735f51e9e754da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2d75784-91a2-407d-9a5b-51d5a54fb10d" - ], - "x-ms-correlation-request-id": [ - "d2d75784-91a2-407d-9a5b-51d5a54fb10d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182530Z:d2d75784-91a2-407d-9a5b-51d5a54fb10d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "6611405ec80d42a094a0f37ddb93fbb5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4c4f590-b0ba-4a3d-ad4b-7d794fc6b1cd" - ], - "x-ms-correlation-request-id": [ - "c4c4f590-b0ba-4a3d-ad4b-7d794fc6b1cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182530Z:c4c4f590-b0ba-4a3d-ad4b-7d794fc6b1cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "73f41ded6c1144dbb11e03edb1a481d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "377a11a7-cc08-414e-8356-6c986d53d0a2" - ], - "x-ms-correlation-request-id": [ - "377a11a7-cc08-414e-8356-6c986d53d0a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182530Z:377a11a7-cc08-414e-8356-6c986d53d0a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "b20c440e610f44cdab88fd61d893efee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e09212d5-efa5-4691-8d3f-816d4fedef51" - ], - "x-ms-correlation-request-id": [ - "e09212d5-efa5-4691-8d3f-816d4fedef51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182530Z:e09212d5-efa5-4691-8d3f-816d4fedef51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "a3d31e20948348d6b95e692b099bffe3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03215a8a-b82c-4925-b3de-ef1fccb09fac" - ], - "x-ms-correlation-request-id": [ - "03215a8a-b82c-4925-b3de-ef1fccb09fac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182531Z:03215a8a-b82c-4925-b3de-ef1fccb09fac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "3748989c768c474aab34e83e3216e951" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e862a717-300e-499b-9bb6-2244691f1a9d" - ], - "x-ms-correlation-request-id": [ - "e862a717-300e-499b-9bb6-2244691f1a9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182531Z:e862a717-300e-499b-9bb6-2244691f1a9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "0d13f24cd2794079a612c714aceaa9fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8f3258d-576e-4654-b504-b7a9635a39bd" - ], - "x-ms-correlation-request-id": [ - "e8f3258d-576e-4654-b504-b7a9635a39bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182531Z:e8f3258d-576e-4654-b504-b7a9635a39bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "71dd5c5d1e0d405fac4dcb47eec17ef9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b14803a-592d-4e9b-9558-907d232cbfc6" - ], - "x-ms-correlation-request-id": [ - "6b14803a-592d-4e9b-9558-907d232cbfc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182531Z:6b14803a-592d-4e9b-9558-907d232cbfc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "9300406ab8484a12a987f64cfe9654e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30afe2df-17c2-48f1-838d-f6e0b7aeba39" - ], - "x-ms-correlation-request-id": [ - "30afe2df-17c2-48f1-838d-f6e0b7aeba39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182531Z:30afe2df-17c2-48f1-838d-f6e0b7aeba39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "c2506061f57d4d1e92883d8e6a6789d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ac303d0-6cf5-4a06-9853-7e2c1e07786a" - ], - "x-ms-correlation-request-id": [ - "9ac303d0-6cf5-4a06-9853-7e2c1e07786a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182531Z:9ac303d0-6cf5-4a06-9853-7e2c1e07786a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "1b7f02bbebca4ef19cf2741750d38715" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87b9e515-7990-4563-bb21-6eef089a4a1c" - ], - "x-ms-correlation-request-id": [ - "87b9e515-7990-4563-bb21-6eef089a4a1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182532Z:87b9e515-7990-4563-bb21-6eef089a4a1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "3035081fc8574509a1df3d8f46dac10d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7c8aa67-9aec-4158-8aa0-6cffd5f8dc82" - ], - "x-ms-correlation-request-id": [ - "f7c8aa67-9aec-4158-8aa0-6cffd5f8dc82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182532Z:f7c8aa67-9aec-4158-8aa0-6cffd5f8dc82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "55841fbb1eb84d458ebecc5cbe64cea4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa0d2f18-8993-490e-bb62-34c54d0c800a" - ], - "x-ms-correlation-request-id": [ - "fa0d2f18-8993-490e-bb62-34c54d0c800a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182532Z:fa0d2f18-8993-490e-bb62-34c54d0c800a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "da2ef89138f4497e8fc4c572b5bdca1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72572475-8724-419d-8751-2683c441e8ea" - ], - "x-ms-correlation-request-id": [ - "72572475-8724-419d-8751-2683c441e8ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182532Z:72572475-8724-419d-8751-2683c441e8ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "55746baad8fb48d0ba4b38f5ff60c2f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2eb7b228-7592-4993-890f-c83557575efd" - ], - "x-ms-correlation-request-id": [ - "2eb7b228-7592-4993-890f-c83557575efd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182532Z:2eb7b228-7592-4993-890f-c83557575efd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "d8e394732f054cd7a4b718907a67d43f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2eff3e8-08fb-4b3f-ad48-21bad975cc1d" - ], - "x-ms-correlation-request-id": [ - "a2eff3e8-08fb-4b3f-ad48-21bad975cc1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182532Z:a2eff3e8-08fb-4b3f-ad48-21bad975cc1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "64e283e1d4da4e7f80c83aca57a26c08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d91bead-20dd-4530-979c-aeff23c9bd81" - ], - "x-ms-correlation-request-id": [ - "2d91bead-20dd-4530-979c-aeff23c9bd81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182533Z:2d91bead-20dd-4530-979c-aeff23c9bd81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "819bffd018a6415fb8a59c57b0bc9e91" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e974708-884e-4eff-9127-ad19faf52229" - ], - "x-ms-correlation-request-id": [ - "3e974708-884e-4eff-9127-ad19faf52229" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182533Z:3e974708-884e-4eff-9127-ad19faf52229" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "3669f8b8081f44caa8c2e4cbc3b91ca6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c37c936-7382-4783-8d85-33bba5f0d9eb" - ], - "x-ms-correlation-request-id": [ - "6c37c936-7382-4783-8d85-33bba5f0d9eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182533Z:6c37c936-7382-4783-8d85-33bba5f0d9eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "411beb5d3ded45c492d95c3d7e4b4335" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "234ce3fd-cc85-4078-8cbf-b211e70274a2" - ], - "x-ms-correlation-request-id": [ - "234ce3fd-cc85-4078-8cbf-b211e70274a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182533Z:234ce3fd-cc85-4078-8cbf-b211e70274a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "4fbe6965c79e4e02a5779b493da532ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e110df9-5b33-4e30-9cff-aea707e3e39e" - ], - "x-ms-correlation-request-id": [ - "7e110df9-5b33-4e30-9cff-aea707e3e39e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182533Z:7e110df9-5b33-4e30-9cff-aea707e3e39e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "e31a48183d5a48c18992edf52b6133bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc6612a7-6783-4147-ade9-d898913431c5" - ], - "x-ms-correlation-request-id": [ - "fc6612a7-6783-4147-ade9-d898913431c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182533Z:fc6612a7-6783-4147-ade9-d898913431c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "67322df14cdb4d1bb27a219285c176fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25608ec9-3cf6-40da-a481-fd32d23e7df9" - ], - "x-ms-correlation-request-id": [ - "25608ec9-3cf6-40da-a481-fd32d23e7df9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182533Z:25608ec9-3cf6-40da-a481-fd32d23e7df9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "5aa0143e44ac4d8395a97e5dd3bb5876" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19e35155-b3d2-4300-b449-4bcf0deca208" - ], - "x-ms-correlation-request-id": [ - "19e35155-b3d2-4300-b449-4bcf0deca208" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182534Z:19e35155-b3d2-4300-b449-4bcf0deca208" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "786721d8ed274cb98688dae8670307d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8b697ed-7a73-497d-92d1-16d58ee138b6" - ], - "x-ms-correlation-request-id": [ - "a8b697ed-7a73-497d-92d1-16d58ee138b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182534Z:a8b697ed-7a73-497d-92d1-16d58ee138b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "8bc42b5112b7458fbf49e13cd1b8ede0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d06b4525-e0a3-48a2-b427-8882e34753ae" - ], - "x-ms-correlation-request-id": [ - "d06b4525-e0a3-48a2-b427-8882e34753ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182534Z:d06b4525-e0a3-48a2-b427-8882e34753ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "555aaf408e274037a23cf3e2fe3e135b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4548f3d5-3216-4a23-add2-edbc0f6452ca" - ], - "x-ms-correlation-request-id": [ - "4548f3d5-3216-4a23-add2-edbc0f6452ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182534Z:4548f3d5-3216-4a23-add2-edbc0f6452ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "cf1181f141ec49c6b731bf33f536cf37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2088f487-a048-4fd0-8b66-41e2979320da" - ], - "x-ms-correlation-request-id": [ - "2088f487-a048-4fd0-8b66-41e2979320da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182534Z:2088f487-a048-4fd0-8b66-41e2979320da" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "5f4b19f9dc294eaea43e01001c295730" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07b46237-6485-4dde-8d7e-e09f220687ad" - ], - "x-ms-correlation-request-id": [ - "07b46237-6485-4dde-8d7e-e09f220687ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182535Z:07b46237-6485-4dde-8d7e-e09f220687ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "892d3deed9514e4eb5520ec93e36a27b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fa17783-7e53-47ec-992a-99c625120c0f" - ], - "x-ms-correlation-request-id": [ - "4fa17783-7e53-47ec-992a-99c625120c0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182535Z:4fa17783-7e53-47ec-992a-99c625120c0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "d34c798f2318462d841cfe441357d1b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21ea0ffa-f598-49c8-901e-7efb8742c6ed" - ], - "x-ms-correlation-request-id": [ - "21ea0ffa-f598-49c8-901e-7efb8742c6ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182535Z:21ea0ffa-f598-49c8-901e-7efb8742c6ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "be95c9e5988a4cb8821da11e7a8e6114" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45895b85-d426-4bd6-93df-8a34a9f1bdfb" - ], - "x-ms-correlation-request-id": [ - "45895b85-d426-4bd6-93df-8a34a9f1bdfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182535Z:45895b85-d426-4bd6-93df-8a34a9f1bdfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "054e3667c6e14a74a8d6a89a73ab63e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45a01dd0-88fc-4371-b8fa-8ffc6f462ae7" - ], - "x-ms-correlation-request-id": [ - "45a01dd0-88fc-4371-b8fa-8ffc6f462ae7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182535Z:45a01dd0-88fc-4371-b8fa-8ffc6f462ae7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "92e5adc8d25c42a5bd64736f9d9084ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ea487cc-ee86-4ee8-8b52-75b2068e6e50" - ], - "x-ms-correlation-request-id": [ - "4ea487cc-ee86-4ee8-8b52-75b2068e6e50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182535Z:4ea487cc-ee86-4ee8-8b52-75b2068e6e50" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "2400a767bbe14ac891009d382a2ab5b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9d2944e-9206-411f-b865-30d42ab321db" - ], - "x-ms-correlation-request-id": [ - "b9d2944e-9206-411f-b865-30d42ab321db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182535Z:b9d2944e-9206-411f-b865-30d42ab321db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "bfd875745ae64e68a1049ba0b893ae30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6fa7c166-bfd8-4e91-8f79-4afc77a5d023" - ], - "x-ms-correlation-request-id": [ - "6fa7c166-bfd8-4e91-8f79-4afc77a5d023" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:6fa7c166-bfd8-4e91-8f79-4afc77a5d023" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "ef111415982c4b79b17537e029694402" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4fa1228-aa08-4d9a-bac4-9819c918ebb0" - ], - "x-ms-correlation-request-id": [ - "e4fa1228-aa08-4d9a-bac4-9819c918ebb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:e4fa1228-aa08-4d9a-bac4-9819c918ebb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "6ae4f10d8e424f32a7ad73d459592e50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbb9525d-e13b-4442-ad5f-fcc901c2e2a9" - ], - "x-ms-correlation-request-id": [ - "fbb9525d-e13b-4442-ad5f-fcc901c2e2a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:fbb9525d-e13b-4442-ad5f-fcc901c2e2a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "e8e49f63a0364e3982b5e69faf60ed2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17afecb3-15eb-4a17-b09e-e02a193afdf2" - ], - "x-ms-correlation-request-id": [ - "17afecb3-15eb-4a17-b09e-e02a193afdf2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:17afecb3-15eb-4a17-b09e-e02a193afdf2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "1b3437f5eb13424c8a628053519081ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c162dc5-bb2c-454b-a2bb-f648e08c2659" - ], - "x-ms-correlation-request-id": [ - "3c162dc5-bb2c-454b-a2bb-f648e08c2659" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:3c162dc5-bb2c-454b-a2bb-f648e08c2659" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "1a8b4b16b68649838f54b7e5a77e3e1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6735865-8cdd-4e16-b383-f6cbeedeb1f1" - ], - "x-ms-correlation-request-id": [ - "b6735865-8cdd-4e16-b383-f6cbeedeb1f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:b6735865-8cdd-4e16-b383-f6cbeedeb1f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "dd91a8f247794d12907f6826f410bc23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9067be3b-3f9e-4f22-9400-4b476834a340" - ], - "x-ms-correlation-request-id": [ - "9067be3b-3f9e-4f22-9400-4b476834a340" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:9067be3b-3f9e-4f22-9400-4b476834a340" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "94fd98f557464eca9f5a79753018f600" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63783eb6-9655-4a49-b360-ed3e8846c08a" - ], - "x-ms-correlation-request-id": [ - "63783eb6-9655-4a49-b360-ed3e8846c08a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:63783eb6-9655-4a49-b360-ed3e8846c08a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "d6a8311b80de4e49bbde8b8a522a73c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1bad6b6-6377-457b-9bc9-5bf0a58e2c8a" - ], - "x-ms-correlation-request-id": [ - "a1bad6b6-6377-457b-9bc9-5bf0a58e2c8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182536Z:a1bad6b6-6377-457b-9bc9-5bf0a58e2c8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "e821dd39a7d34d1ca728d828668b1ffd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f39af637-ce88-41b2-90df-932b382c5404" - ], - "x-ms-correlation-request-id": [ - "f39af637-ce88-41b2-90df-932b382c5404" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:f39af637-ce88-41b2-90df-932b382c5404" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "852e33755d924a259a12e36caa050ab4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f5ee061-c86b-46be-bf6d-f2ae3d0ab580" - ], - "x-ms-correlation-request-id": [ - "0f5ee061-c86b-46be-bf6d-f2ae3d0ab580" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:0f5ee061-c86b-46be-bf6d-f2ae3d0ab580" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "30b8afd7f0bb4428ae11f9f410b0da2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bcfecf26-c972-4be5-a7c3-33969a07f3d6" - ], - "x-ms-correlation-request-id": [ - "bcfecf26-c972-4be5-a7c3-33969a07f3d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:bcfecf26-c972-4be5-a7c3-33969a07f3d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "f0e3301656934e9595c6dada62e11577" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cc5d50a-103c-45be-812d-a5ebe3e79324" - ], - "x-ms-correlation-request-id": [ - "3cc5d50a-103c-45be-812d-a5ebe3e79324" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:3cc5d50a-103c-45be-812d-a5ebe3e79324" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "7d3ac9238a93440581227a15db0de6d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47e26f68-2a1a-4b6d-bb5b-6c6016c20275" - ], - "x-ms-correlation-request-id": [ - "47e26f68-2a1a-4b6d-bb5b-6c6016c20275" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:47e26f68-2a1a-4b6d-bb5b-6c6016c20275" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "ed71ca2a523348118f8fdcbaf33cbe4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90af99aa-ffc4-4281-a37d-01c45338f803" - ], - "x-ms-correlation-request-id": [ - "90af99aa-ffc4-4281-a37d-01c45338f803" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:90af99aa-ffc4-4281-a37d-01c45338f803" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "1e95159939cd4a4da8051d9dd2413e84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "576b967b-5dfd-492e-b5b5-7eaf409ff6b5" - ], - "x-ms-correlation-request-id": [ - "576b967b-5dfd-492e-b5b5-7eaf409ff6b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:576b967b-5dfd-492e-b5b5-7eaf409ff6b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "f1fdd9a8b29148518e46f2085d098f56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f842313-40e2-4fe7-b738-49afd5e5e457" - ], - "x-ms-correlation-request-id": [ - "8f842313-40e2-4fe7-b738-49afd5e5e457" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182537Z:8f842313-40e2-4fe7-b738-49afd5e5e457" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "75f9485cd46a4924b3f5eb085bfaef4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8024144b-8fdb-445b-b72f-ff96bc07b58e" - ], - "x-ms-correlation-request-id": [ - "8024144b-8fdb-445b-b72f-ff96bc07b58e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182538Z:8024144b-8fdb-445b-b72f-ff96bc07b58e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "4ed861bdd9c0416c8985d5073ec8f0fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "caa294ee-5781-4656-bf30-1ca845434f1b" - ], - "x-ms-correlation-request-id": [ - "caa294ee-5781-4656-bf30-1ca845434f1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182538Z:caa294ee-5781-4656-bf30-1ca845434f1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "9d1e951498e447429e92f7b70b10b076" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1e459b6-742b-47c0-bf01-3002181e593b" - ], - "x-ms-correlation-request-id": [ - "c1e459b6-742b-47c0-bf01-3002181e593b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182542Z:c1e459b6-742b-47c0-bf01-3002181e593b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "4e7e20c7fc574b83bed3164d82395953" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5610677-2c26-49fc-94bd-4ddbe5a94691" - ], - "x-ms-correlation-request-id": [ - "c5610677-2c26-49fc-94bd-4ddbe5a94691" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182542Z:c5610677-2c26-49fc-94bd-4ddbe5a94691" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "e78b68b143d34fd8a9471f72de168c9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b0f69fd-6ce8-4fa6-8fc5-6119fd8a39b2" - ], - "x-ms-correlation-request-id": [ - "3b0f69fd-6ce8-4fa6-8fc5-6119fd8a39b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182543Z:3b0f69fd-6ce8-4fa6-8fc5-6119fd8a39b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "12288d3fd0dc4c008b177ba8f06f9c1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "325312ff-c295-4bc6-8934-b1fc84037940" - ], - "x-ms-correlation-request-id": [ - "325312ff-c295-4bc6-8934-b1fc84037940" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182543Z:325312ff-c295-4bc6-8934-b1fc84037940" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "593363e741ce42188a8cf30ba69ae9c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f28e41c4-f25d-4177-8a39-3e7e2f1d9e6c" - ], - "x-ms-correlation-request-id": [ - "f28e41c4-f25d-4177-8a39-3e7e2f1d9e6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182543Z:f28e41c4-f25d-4177-8a39-3e7e2f1d9e6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "7549755fc90443fbbfe2e65075ed16a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d85fd160-7b5b-4e11-af8f-e3a8596b5d7d" - ], - "x-ms-correlation-request-id": [ - "d85fd160-7b5b-4e11-af8f-e3a8596b5d7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182543Z:d85fd160-7b5b-4e11-af8f-e3a8596b5d7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "86607cb24412455cb0adb94100dc6838" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7e5f2ae-295f-40cf-a646-36856adca195" - ], - "x-ms-correlation-request-id": [ - "e7e5f2ae-295f-40cf-a646-36856adca195" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182543Z:e7e5f2ae-295f-40cf-a646-36856adca195" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "1d271b982ee14c728394f4802c70dfed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "368c9760-feb6-4f75-9665-601f03ec2ee0" - ], - "x-ms-correlation-request-id": [ - "368c9760-feb6-4f75-9665-601f03ec2ee0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182543Z:368c9760-feb6-4f75-9665-601f03ec2ee0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "0990d1e3d59d454baad4d29f20e3e508" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab1b5c3f-bdc3-4cbe-8f9d-9b673f960222" - ], - "x-ms-correlation-request-id": [ - "ab1b5c3f-bdc3-4cbe-8f9d-9b673f960222" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:ab1b5c3f-bdc3-4cbe-8f9d-9b673f960222" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "c9dc7dbd75d94b05a8d3cc68fa5023c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efcddcfd-705d-4f56-9b65-ee26c70476b1" - ], - "x-ms-correlation-request-id": [ - "efcddcfd-705d-4f56-9b65-ee26c70476b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:efcddcfd-705d-4f56-9b65-ee26c70476b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "8a1a1e5120d8406d9da85f139031242c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b65d181-33e2-4d26-99e6-cfb4f1dfd9a8" - ], - "x-ms-correlation-request-id": [ - "0b65d181-33e2-4d26-99e6-cfb4f1dfd9a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:0b65d181-33e2-4d26-99e6-cfb4f1dfd9a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "f574a85ff3af464f990d9a805082d1ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "602da08f-3c60-450d-911b-c4b40d9c8d11" - ], - "x-ms-correlation-request-id": [ - "602da08f-3c60-450d-911b-c4b40d9c8d11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:602da08f-3c60-450d-911b-c4b40d9c8d11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "aa93fc7728174ffe9abedd5f37162df9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b820df7f-d272-4752-91e7-917aae369c93" - ], - "x-ms-correlation-request-id": [ - "b820df7f-d272-4752-91e7-917aae369c93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:b820df7f-d272-4752-91e7-917aae369c93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "338dc34a9a4247e5909a3f613aa759a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04838607-bcc5-4687-84e0-7e997533e02a" - ], - "x-ms-correlation-request-id": [ - "04838607-bcc5-4687-84e0-7e997533e02a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:04838607-bcc5-4687-84e0-7e997533e02a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "dbf0bc659acc4aefbff7ddd1d15f1471" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "051b2e34-59b2-4b9d-8fae-dc06edad737a" - ], - "x-ms-correlation-request-id": [ - "051b2e34-59b2-4b9d-8fae-dc06edad737a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:051b2e34-59b2-4b9d-8fae-dc06edad737a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "112ff7cdc7114c37886de534bd45252a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dec6d5b5-aaab-442f-b4ac-aedada196814" - ], - "x-ms-correlation-request-id": [ - "dec6d5b5-aaab-442f-b4ac-aedada196814" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:dec6d5b5-aaab-442f-b4ac-aedada196814" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "118bfff627f9479692fc2ac016e2f173" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77e3e512-5296-4c22-9c16-9b3d073f8ff1" - ], - "x-ms-correlation-request-id": [ - "77e3e512-5296-4c22-9c16-9b3d073f8ff1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182544Z:77e3e512-5296-4c22-9c16-9b3d073f8ff1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "21f8500ad3d142d886e7f9e4c98fafe1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "478bfd70-c0c4-4c57-81e7-485e46a58e21" - ], - "x-ms-correlation-request-id": [ - "478bfd70-c0c4-4c57-81e7-485e46a58e21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182545Z:478bfd70-c0c4-4c57-81e7-485e46a58e21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "df792a2e7ddd477d82d1d49f88b33978" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec03d9f0-fde0-402d-b377-3c64d9a6beda" - ], - "x-ms-correlation-request-id": [ - "ec03d9f0-fde0-402d-b377-3c64d9a6beda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182545Z:ec03d9f0-fde0-402d-b377-3c64d9a6beda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "13ebbbdda97242859212d4452b8ad0a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e271e833-70ce-458b-9983-167a04b9447f" - ], - "x-ms-correlation-request-id": [ - "e271e833-70ce-458b-9983-167a04b9447f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182545Z:e271e833-70ce-458b-9983-167a04b9447f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "4df5dcbc50984711ac608aa9105ce042" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "455bad96-c4ad-47d7-a09b-40973405ee8a" - ], - "x-ms-correlation-request-id": [ - "455bad96-c4ad-47d7-a09b-40973405ee8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182545Z:455bad96-c4ad-47d7-a09b-40973405ee8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "17ed258efb53485dacd38faa056b7724" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0576e2c-53c0-48f5-9dd6-7c590e0d9bd8" - ], - "x-ms-correlation-request-id": [ - "b0576e2c-53c0-48f5-9dd6-7c590e0d9bd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182545Z:b0576e2c-53c0-48f5-9dd6-7c590e0d9bd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "aee7a9408f6141ed9710e55bb0b073a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0971aafc-e50e-445f-af94-4c97c8e22b6e" - ], - "x-ms-correlation-request-id": [ - "0971aafc-e50e-445f-af94-4c97c8e22b6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182545Z:0971aafc-e50e-445f-af94-4c97c8e22b6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "1a8cd1a6c31c428799342b1781f68ac3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4447c1b-ffa4-4580-8452-cb7f265a31f9" - ], - "x-ms-correlation-request-id": [ - "b4447c1b-ffa4-4580-8452-cb7f265a31f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182546Z:b4447c1b-ffa4-4580-8452-cb7f265a31f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "003e97f084d84748a7807616355f2637" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da7ef60f-fb2f-411e-9008-a12a44a30566" - ], - "x-ms-correlation-request-id": [ - "da7ef60f-fb2f-411e-9008-a12a44a30566" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182546Z:da7ef60f-fb2f-411e-9008-a12a44a30566" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "9ef326e40ac14af08ce061473ec37ba1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcb7655a-825e-4eca-88b7-73ff0db2cc65" - ], - "x-ms-correlation-request-id": [ - "dcb7655a-825e-4eca-88b7-73ff0db2cc65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182546Z:dcb7655a-825e-4eca-88b7-73ff0db2cc65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "78f17a1634b44a85857e767bdb06b160" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a76a43a6-f512-44fa-a495-3dba530b64b0" - ], - "x-ms-correlation-request-id": [ - "a76a43a6-f512-44fa-a495-3dba530b64b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182546Z:a76a43a6-f512-44fa-a495-3dba530b64b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "820739871104401382d0ef21110644f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d16f80c0-bf4d-45bd-90e9-ff9c5f78c107" - ], - "x-ms-correlation-request-id": [ - "d16f80c0-bf4d-45bd-90e9-ff9c5f78c107" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182546Z:d16f80c0-bf4d-45bd-90e9-ff9c5f78c107" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "228b21487ec248bab98c7ff207631605" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d8847ea-8bb1-404a-b3f7-d674a20d5d4c" - ], - "x-ms-correlation-request-id": [ - "2d8847ea-8bb1-404a-b3f7-d674a20d5d4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182546Z:2d8847ea-8bb1-404a-b3f7-d674a20d5d4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "051a2455beb04a809cc5cc77816ad1da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85e4b4bd-a3e3-4fe9-9177-5028823ad3f6" - ], - "x-ms-correlation-request-id": [ - "85e4b4bd-a3e3-4fe9-9177-5028823ad3f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:85e4b4bd-a3e3-4fe9-9177-5028823ad3f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "f9f3dc5e652e420ba9062a6546d8f133" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab48f8a3-e6b0-4c1c-94c7-747bb1e26008" - ], - "x-ms-correlation-request-id": [ - "ab48f8a3-e6b0-4c1c-94c7-747bb1e26008" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:ab48f8a3-e6b0-4c1c-94c7-747bb1e26008" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "75bcfa5295f24006b92e2f978e17ac96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2cb44f4-14f5-4028-a026-1898ccefc33e" - ], - "x-ms-correlation-request-id": [ - "a2cb44f4-14f5-4028-a026-1898ccefc33e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:a2cb44f4-14f5-4028-a026-1898ccefc33e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "604608688513484094a8844847231325" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0c7432b-0bd4-4933-9ebd-0d291ee94350" - ], - "x-ms-correlation-request-id": [ - "c0c7432b-0bd4-4933-9ebd-0d291ee94350" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:c0c7432b-0bd4-4933-9ebd-0d291ee94350" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "6d4823343a264d9bb902eb7d99fd1274" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e9cbcdf-941a-4310-b0de-fa6beb22d4cf" - ], - "x-ms-correlation-request-id": [ - "8e9cbcdf-941a-4310-b0de-fa6beb22d4cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:8e9cbcdf-941a-4310-b0de-fa6beb22d4cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "0d667b3413384ed69b39f3c40951a06c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ba40bfc-546a-4e0c-89f1-2515e111f12b" - ], - "x-ms-correlation-request-id": [ - "3ba40bfc-546a-4e0c-89f1-2515e111f12b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:3ba40bfc-546a-4e0c-89f1-2515e111f12b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "e3372ad1b7764f7683ffbad0a5f73be2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8a951be-81f2-4f31-95e4-5dbfab4489af" - ], - "x-ms-correlation-request-id": [ - "b8a951be-81f2-4f31-95e4-5dbfab4489af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:b8a951be-81f2-4f31-95e4-5dbfab4489af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "e76202d6ce854b0db43d8ee8f5b28e99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1efc4d07-8780-4b26-81dc-f3cacb2afb4a" - ], - "x-ms-correlation-request-id": [ - "1efc4d07-8780-4b26-81dc-f3cacb2afb4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:1efc4d07-8780-4b26-81dc-f3cacb2afb4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "53bdb67181324900959c4e149ab5dc36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bc34537-db7b-4128-a480-68ee1629350c" - ], - "x-ms-correlation-request-id": [ - "0bc34537-db7b-4128-a480-68ee1629350c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182547Z:0bc34537-db7b-4128-a480-68ee1629350c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "6b5abfd142be45aa92d35675e8c72f4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "893451b9-04ab-48f4-bef7-5f9a2d337264" - ], - "x-ms-correlation-request-id": [ - "893451b9-04ab-48f4-bef7-5f9a2d337264" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:893451b9-04ab-48f4-bef7-5f9a2d337264" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "fe878852166a4c298b79c4306cdb3a7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abe8d091-155b-4e66-a62b-eeaa3e7235e3" - ], - "x-ms-correlation-request-id": [ - "abe8d091-155b-4e66-a62b-eeaa3e7235e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:abe8d091-155b-4e66-a62b-eeaa3e7235e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "49f18adab1b84fe58207eaf5184d4903" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58df6cd9-fc31-4abf-bcb9-1fa421b411af" - ], - "x-ms-correlation-request-id": [ - "58df6cd9-fc31-4abf-bcb9-1fa421b411af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:58df6cd9-fc31-4abf-bcb9-1fa421b411af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "49346a68890c4a6fba093d05b2c8e307" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1aac76bf-b83b-4adb-afd3-9a1aeefb267a" - ], - "x-ms-correlation-request-id": [ - "1aac76bf-b83b-4adb-afd3-9a1aeefb267a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:1aac76bf-b83b-4adb-afd3-9a1aeefb267a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "0370711ffd9f4872aacd5b6221f9cf91" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f2cb236-e016-41b9-b62d-916ec7c20cc6" - ], - "x-ms-correlation-request-id": [ - "4f2cb236-e016-41b9-b62d-916ec7c20cc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:4f2cb236-e016-41b9-b62d-916ec7c20cc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "1581dfa3d3234d4f837b717b6a5ada62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "103c95ea-a1da-4a7c-bb1f-d99aeca214cc" - ], - "x-ms-correlation-request-id": [ - "103c95ea-a1da-4a7c-bb1f-d99aeca214cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:103c95ea-a1da-4a7c-bb1f-d99aeca214cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "7224e9cad72f47fdb3c60b7e7ceee410" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b2cfc48-e4e1-4379-bdc6-595d91eb5749" - ], - "x-ms-correlation-request-id": [ - "5b2cfc48-e4e1-4379-bdc6-595d91eb5749" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:5b2cfc48-e4e1-4379-bdc6-595d91eb5749" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "bcb6fe471ed74a28b49c18db0202244a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "036e079f-afef-4175-b50b-8554ccb0721e" - ], - "x-ms-correlation-request-id": [ - "036e079f-afef-4175-b50b-8554ccb0721e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182548Z:036e079f-afef-4175-b50b-8554ccb0721e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "bc5ac025301f4865a3bd720a5f70ff6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6bf72b3-64ae-4629-bf73-d37620046291" - ], - "x-ms-correlation-request-id": [ - "e6bf72b3-64ae-4629-bf73-d37620046291" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182549Z:e6bf72b3-64ae-4629-bf73-d37620046291" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "b7ae3ac21252492ba741e2891945d141" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26b5cfad-92b6-43d0-98bb-a22225bfd240" - ], - "x-ms-correlation-request-id": [ - "26b5cfad-92b6-43d0-98bb-a22225bfd240" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182549Z:26b5cfad-92b6-43d0-98bb-a22225bfd240" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "43b28cc324724e72963dcad8b7953daf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efaa95f8-dbc7-4368-97b2-f46e54cf9aa6" - ], - "x-ms-correlation-request-id": [ - "efaa95f8-dbc7-4368-97b2-f46e54cf9aa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182549Z:efaa95f8-dbc7-4368-97b2-f46e54cf9aa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "c4f88c19eecf45ac8e1d1fbb5827b736" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cf2c3df-2bf9-405e-bb71-0c0c75862e33" - ], - "x-ms-correlation-request-id": [ - "5cf2c3df-2bf9-405e-bb71-0c0c75862e33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182549Z:5cf2c3df-2bf9-405e-bb71-0c0c75862e33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "220be646e2b64169a4a8ca8335e21829" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8c68ed2-6a90-4cf7-8f21-20a739b089c7" - ], - "x-ms-correlation-request-id": [ - "e8c68ed2-6a90-4cf7-8f21-20a739b089c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182549Z:e8c68ed2-6a90-4cf7-8f21-20a739b089c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "36b127fff3754179b0155165281b41b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0976b3b-af41-43d1-8ad4-821471c84668" - ], - "x-ms-correlation-request-id": [ - "f0976b3b-af41-43d1-8ad4-821471c84668" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182549Z:f0976b3b-af41-43d1-8ad4-821471c84668" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "4094122804fd4a14b26776a0ade0d999" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb7dfe29-5f8f-45c1-b4e7-f4500c0ea3b3" - ], - "x-ms-correlation-request-id": [ - "fb7dfe29-5f8f-45c1-b4e7-f4500c0ea3b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182549Z:fb7dfe29-5f8f-45c1-b4e7-f4500c0ea3b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "3008e52bbaf449ba8c397fc6e9f73aa7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2a80881-5e56-4e68-96cf-06ac3daf6e2c" - ], - "x-ms-correlation-request-id": [ - "f2a80881-5e56-4e68-96cf-06ac3daf6e2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182550Z:f2a80881-5e56-4e68-96cf-06ac3daf6e2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "4d758746d2004e0f9e47f19dc42b3aa1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff3babfc-bbb7-4bc2-8cd1-c21d0260351a" - ], - "x-ms-correlation-request-id": [ - "ff3babfc-bbb7-4bc2-8cd1-c21d0260351a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182550Z:ff3babfc-bbb7-4bc2-8cd1-c21d0260351a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "41448cdaa271410c940ff97bc313831d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8e2543f-d14b-46c1-a322-5daefa867721" - ], - "x-ms-correlation-request-id": [ - "f8e2543f-d14b-46c1-a322-5daefa867721" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182550Z:f8e2543f-d14b-46c1-a322-5daefa867721" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "faaa2385095044ebaf161b7ac8acf23b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ea8cceb-2229-4fe7-9482-bbd77078a7c0" - ], - "x-ms-correlation-request-id": [ - "6ea8cceb-2229-4fe7-9482-bbd77078a7c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182550Z:6ea8cceb-2229-4fe7-9482-bbd77078a7c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "8bd61c5f9d494240bcb1a891319fb0a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed8570e8-9489-4c63-a1c8-91cfa15705b4" - ], - "x-ms-correlation-request-id": [ - "ed8570e8-9489-4c63-a1c8-91cfa15705b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182550Z:ed8570e8-9489-4c63-a1c8-91cfa15705b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "9de7c0fee4e2484a9a25391f7564e3bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a60ecaf-7d94-479f-8d77-4b2f4ffa8d24" - ], - "x-ms-correlation-request-id": [ - "4a60ecaf-7d94-479f-8d77-4b2f4ffa8d24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:4a60ecaf-7d94-479f-8d77-4b2f4ffa8d24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "09906804e6aa4f9c92f47946a7e01922" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34bc98db-851f-43e9-830d-5bc480b7d061" - ], - "x-ms-correlation-request-id": [ - "34bc98db-851f-43e9-830d-5bc480b7d061" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:34bc98db-851f-43e9-830d-5bc480b7d061" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "f43851416f0340e2b3ca4565781a6a09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6081790-dd28-4db7-8f19-76bb6c8d7680" - ], - "x-ms-correlation-request-id": [ - "b6081790-dd28-4db7-8f19-76bb6c8d7680" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:b6081790-dd28-4db7-8f19-76bb6c8d7680" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "66bc79bf9375493a8bacd511566e1a98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baf813a5-c8dc-4802-bd0b-676b218e9e51" - ], - "x-ms-correlation-request-id": [ - "baf813a5-c8dc-4802-bd0b-676b218e9e51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:baf813a5-c8dc-4802-bd0b-676b218e9e51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "f489481ecdde4ed2a207565834254022" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c6734b5-75af-440c-bde3-6c1e79fcea5c" - ], - "x-ms-correlation-request-id": [ - "8c6734b5-75af-440c-bde3-6c1e79fcea5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:8c6734b5-75af-440c-bde3-6c1e79fcea5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "23ccdd849b3b44f4882c40a4a83bf1b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5a13ac5-7b0d-4e14-9242-f63b05065ee6" - ], - "x-ms-correlation-request-id": [ - "b5a13ac5-7b0d-4e14-9242-f63b05065ee6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:b5a13ac5-7b0d-4e14-9242-f63b05065ee6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "4c43bcbb14e9422ea05c81379fa7ad0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "906196a2-2763-4dea-ad21-032d01cf0291" - ], - "x-ms-correlation-request-id": [ - "906196a2-2763-4dea-ad21-032d01cf0291" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:906196a2-2763-4dea-ad21-032d01cf0291" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "f99e9d3970874c01bec359effeb504f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02859a6b-60ba-4750-9ca0-42b118aa8732" - ], - "x-ms-correlation-request-id": [ - "02859a6b-60ba-4750-9ca0-42b118aa8732" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:02859a6b-60ba-4750-9ca0-42b118aa8732" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "22381e991f0549ecb6601d4a97ca0fc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf2c6db3-5520-4f20-9cb5-c759346c3305" - ], - "x-ms-correlation-request-id": [ - "cf2c6db3-5520-4f20-9cb5-c759346c3305" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182551Z:cf2c6db3-5520-4f20-9cb5-c759346c3305" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "1050165fee104c44a207cf28e163659b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc2bf54f-7582-4014-8986-04225afc3d2c" - ], - "x-ms-correlation-request-id": [ - "cc2bf54f-7582-4014-8986-04225afc3d2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182552Z:cc2bf54f-7582-4014-8986-04225afc3d2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "c66119e22cb3432fa9d24e8395867019" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f1d79c1-b760-40fc-b61f-561325c658c0" - ], - "x-ms-correlation-request-id": [ - "4f1d79c1-b760-40fc-b61f-561325c658c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182552Z:4f1d79c1-b760-40fc-b61f-561325c658c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "ff67cf0ed25044ffbe2ee0d22f9b9bd7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6a406ee-aaac-4392-a123-c08b669633ec" - ], - "x-ms-correlation-request-id": [ - "c6a406ee-aaac-4392-a123-c08b669633ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182552Z:c6a406ee-aaac-4392-a123-c08b669633ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "a2aae84f69af4fb49a20ed6d6b467ec7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9b65cdf-7433-4424-b384-64b1a2ed1717" - ], - "x-ms-correlation-request-id": [ - "b9b65cdf-7433-4424-b384-64b1a2ed1717" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182552Z:b9b65cdf-7433-4424-b384-64b1a2ed1717" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "f510d3201c9c4b49a827007bedd512ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1520ebf8-1d93-4bff-a623-ef007583c30b" - ], - "x-ms-correlation-request-id": [ - "1520ebf8-1d93-4bff-a623-ef007583c30b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182552Z:1520ebf8-1d93-4bff-a623-ef007583c30b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "543f2e3268804712a0f0812cb3d0895d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4f8da4e-2ce1-4ed9-8fc8-27f06fd34241" - ], - "x-ms-correlation-request-id": [ - "f4f8da4e-2ce1-4ed9-8fc8-27f06fd34241" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182552Z:f4f8da4e-2ce1-4ed9-8fc8-27f06fd34241" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "3af10fcc1f584f548ef1e0e8cea43a96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8bcabc62-de7b-49ca-a36a-a419934ac670" - ], - "x-ms-correlation-request-id": [ - "8bcabc62-de7b-49ca-a36a-a419934ac670" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182552Z:8bcabc62-de7b-49ca-a36a-a419934ac670" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "a39d5b36685b4a5cac2952823b769816" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ad5dbdc-5b0f-4427-93f2-aa0c73673a24" - ], - "x-ms-correlation-request-id": [ - "1ad5dbdc-5b0f-4427-93f2-aa0c73673a24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182553Z:1ad5dbdc-5b0f-4427-93f2-aa0c73673a24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "0b81977963754a34b4760539786c3af3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a857401-5b77-477f-8ad3-4850caa2b0c2" - ], - "x-ms-correlation-request-id": [ - "1a857401-5b77-477f-8ad3-4850caa2b0c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182553Z:1a857401-5b77-477f-8ad3-4850caa2b0c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "047cd1920ce54971a4cd2e3e4c39dabf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cde3e52-718f-4c21-a3d0-3c5d0968e3aa" - ], - "x-ms-correlation-request-id": [ - "4cde3e52-718f-4c21-a3d0-3c5d0968e3aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182553Z:4cde3e52-718f-4c21-a3d0-3c5d0968e3aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "c058bb43ae2c476a931d779b9837914d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cffa924-25de-4488-8e56-feb0d9da15d6" - ], - "x-ms-correlation-request-id": [ - "9cffa924-25de-4488-8e56-feb0d9da15d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182553Z:9cffa924-25de-4488-8e56-feb0d9da15d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "886d398c6a8a416496e245c4033f68b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd84e6d6-9597-424f-a8c1-a81f327ef150" - ], - "x-ms-correlation-request-id": [ - "dd84e6d6-9597-424f-a8c1-a81f327ef150" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182553Z:dd84e6d6-9597-424f-a8c1-a81f327ef150" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "588da963aac343279f9891cb5550d2d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c8f9087-d6cc-487a-ae9e-7f74a8ea541a" - ], - "x-ms-correlation-request-id": [ - "8c8f9087-d6cc-487a-ae9e-7f74a8ea541a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182554Z:8c8f9087-d6cc-487a-ae9e-7f74a8ea541a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "5d42cc822ccd473295e54771dc935248" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ceab787-e1bd-4ca0-85bf-4ebe63dff5e4" - ], - "x-ms-correlation-request-id": [ - "3ceab787-e1bd-4ca0-85bf-4ebe63dff5e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182554Z:3ceab787-e1bd-4ca0-85bf-4ebe63dff5e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "4a4bf65bed3b4231ba78f00bb7d49e05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01cd0aac-d31e-49a9-945c-1cdb177315e8" - ], - "x-ms-correlation-request-id": [ - "01cd0aac-d31e-49a9-945c-1cdb177315e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182554Z:01cd0aac-d31e-49a9-945c-1cdb177315e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "904d1a2bf7bc4cd68543122eed8abf6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf85bb0c-622e-4209-8f46-cb81b600f099" - ], - "x-ms-correlation-request-id": [ - "bf85bb0c-622e-4209-8f46-cb81b600f099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182554Z:bf85bb0c-622e-4209-8f46-cb81b600f099" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "5e6c0c2f0cc14037b4d7e49dd639b28c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3153eefc-06a8-4ecd-b336-e9fe16917868" - ], - "x-ms-correlation-request-id": [ - "3153eefc-06a8-4ecd-b336-e9fe16917868" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182554Z:3153eefc-06a8-4ecd-b336-e9fe16917868" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "e8cade92d27a486cb72e9cbdd224d87f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b37d4aac-bd4f-4114-a9e3-92425d47616d" - ], - "x-ms-correlation-request-id": [ - "b37d4aac-bd4f-4114-a9e3-92425d47616d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182554Z:b37d4aac-bd4f-4114-a9e3-92425d47616d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "b14de388f5c945bd86b1d9601e99959c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baaabe75-7060-4678-ae35-cb25272ce633" - ], - "x-ms-correlation-request-id": [ - "baaabe75-7060-4678-ae35-cb25272ce633" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:baaabe75-7060-4678-ae35-cb25272ce633" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "575cad1284ec491baf4d2cc95fb01355" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca17b61a-7e17-41d2-90d7-71987c52dbb9" - ], - "x-ms-correlation-request-id": [ - "ca17b61a-7e17-41d2-90d7-71987c52dbb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:ca17b61a-7e17-41d2-90d7-71987c52dbb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "d9be1f9a93b24751ba5d37f653211645" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c92de6da-bc20-4c49-9b92-074802ea8509" - ], - "x-ms-correlation-request-id": [ - "c92de6da-bc20-4c49-9b92-074802ea8509" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:c92de6da-bc20-4c49-9b92-074802ea8509" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "be30223d4a1c4e7daae0314c9c0fe361" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21852e50-cd40-4da3-9d57-d612b17ca1f1" - ], - "x-ms-correlation-request-id": [ - "21852e50-cd40-4da3-9d57-d612b17ca1f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:21852e50-cd40-4da3-9d57-d612b17ca1f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "a99b67dbcd08449f8054de4733911164" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13d227d6-52e0-48a3-9146-6175822c3bac" - ], - "x-ms-correlation-request-id": [ - "13d227d6-52e0-48a3-9146-6175822c3bac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:13d227d6-52e0-48a3-9146-6175822c3bac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "c607f057e36e4a3db40964a5b7cdd0af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b71a02fa-e5c9-49c2-9bd7-5913d51f31b9" - ], - "x-ms-correlation-request-id": [ - "b71a02fa-e5c9-49c2-9bd7-5913d51f31b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:b71a02fa-e5c9-49c2-9bd7-5913d51f31b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "de61577442f648f5b5dfeb0fbf43f46d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c6ea85f-2bc1-410c-9079-56f6d16c4451" - ], - "x-ms-correlation-request-id": [ - "4c6ea85f-2bc1-410c-9079-56f6d16c4451" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:4c6ea85f-2bc1-410c-9079-56f6d16c4451" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "e9c58072a3e24423a8a8f83e7ee2973e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a55ad19-5d06-4dc1-b5c9-69c9e0ffe60d" - ], - "x-ms-correlation-request-id": [ - "0a55ad19-5d06-4dc1-b5c9-69c9e0ffe60d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182555Z:0a55ad19-5d06-4dc1-b5c9-69c9e0ffe60d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "32754ee1b2d045729765925bb4f64a73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01e404b6-c5f2-48ea-85b2-c214652f0b1a" - ], - "x-ms-correlation-request-id": [ - "01e404b6-c5f2-48ea-85b2-c214652f0b1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:01e404b6-c5f2-48ea-85b2-c214652f0b1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "565a242413cc4a6abab9f50f3f1aa99e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5bc4c5d-d432-49f5-926c-0226cf6827d3" - ], - "x-ms-correlation-request-id": [ - "e5bc4c5d-d432-49f5-926c-0226cf6827d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:e5bc4c5d-d432-49f5-926c-0226cf6827d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "e2f01aa151f14e71b3c1fddcfc565710" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7246cd7c-8780-415d-bffd-2fd5d784d73e" - ], - "x-ms-correlation-request-id": [ - "7246cd7c-8780-415d-bffd-2fd5d784d73e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:7246cd7c-8780-415d-bffd-2fd5d784d73e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "46c28b76e73e4d48bd5376fd184be3c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f110e4c3-62e5-49e7-b116-65333ff61677" - ], - "x-ms-correlation-request-id": [ - "f110e4c3-62e5-49e7-b116-65333ff61677" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:f110e4c3-62e5-49e7-b116-65333ff61677" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "24501fee1dcc4ec4855279169b641552" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01a94f5a-143f-4558-8ab8-442e864bffdb" - ], - "x-ms-correlation-request-id": [ - "01a94f5a-143f-4558-8ab8-442e864bffdb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:01a94f5a-143f-4558-8ab8-442e864bffdb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "ed5d9d423607419bbc0df849bac6177a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf26feb6-a018-4dfe-805d-d664c84d759a" - ], - "x-ms-correlation-request-id": [ - "bf26feb6-a018-4dfe-805d-d664c84d759a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:bf26feb6-a018-4dfe-805d-d664c84d759a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "f1d8f893387c439a8b2698d19431fae1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d4f97c9-7093-4bc2-84d7-651d6607b8fc" - ], - "x-ms-correlation-request-id": [ - "8d4f97c9-7093-4bc2-84d7-651d6607b8fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:8d4f97c9-7093-4bc2-84d7-651d6607b8fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "27267e8b6ba14c06b6438456ead2a6dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ba87ea1-36b5-4df3-a59a-7635b24709d9" - ], - "x-ms-correlation-request-id": [ - "3ba87ea1-36b5-4df3-a59a-7635b24709d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182556Z:3ba87ea1-36b5-4df3-a59a-7635b24709d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "faeb1bfce42f47d7a193b212530928e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "352029cd-6883-4f5f-a3b4-4847878d3022" - ], - "x-ms-correlation-request-id": [ - "352029cd-6883-4f5f-a3b4-4847878d3022" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182557Z:352029cd-6883-4f5f-a3b4-4847878d3022" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "c7dc5c26730143bf94a9b106585bc2f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55b6f6d4-9d71-4c10-afd1-6bd9827f0a6b" - ], - "x-ms-correlation-request-id": [ - "55b6f6d4-9d71-4c10-afd1-6bd9827f0a6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182557Z:55b6f6d4-9d71-4c10-afd1-6bd9827f0a6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "2f70e1e8a8ae48579544515860ddebe2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19816351-167a-4fb1-8f78-95d27fe16068" - ], - "x-ms-correlation-request-id": [ - "19816351-167a-4fb1-8f78-95d27fe16068" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182557Z:19816351-167a-4fb1-8f78-95d27fe16068" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "9a1a205ab78d4dd1aa59e8e77b3dfba4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e04408c6-afe9-438a-b64a-07bd7ebc2435" - ], - "x-ms-correlation-request-id": [ - "e04408c6-afe9-438a-b64a-07bd7ebc2435" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182557Z:e04408c6-afe9-438a-b64a-07bd7ebc2435" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "470b30e2dbf84fc4b490fb9961150533" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1fb46aa1-d853-49eb-bdde-f33c89c9499e" - ], - "x-ms-correlation-request-id": [ - "1fb46aa1-d853-49eb-bdde-f33c89c9499e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182557Z:1fb46aa1-d853-49eb-bdde-f33c89c9499e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "328505dd2a90491382243d43fb8d7d0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7e24a57-0a0c-43d7-896a-5c1bfe8f1182" - ], - "x-ms-correlation-request-id": [ - "b7e24a57-0a0c-43d7-896a-5c1bfe8f1182" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182557Z:b7e24a57-0a0c-43d7-896a-5c1bfe8f1182" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "6a147dddb63c40db88829299cf043807" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38e2a81f-7abb-4f7d-af5f-90930e411a3c" - ], - "x-ms-correlation-request-id": [ - "38e2a81f-7abb-4f7d-af5f-90930e411a3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182558Z:38e2a81f-7abb-4f7d-af5f-90930e411a3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b638cef16d234e8890f3ce2934b2009a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e360325-3607-434b-9a24-d8593a28b1c8" - ], - "x-ms-correlation-request-id": [ - "5e360325-3607-434b-9a24-d8593a28b1c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182558Z:5e360325-3607-434b-9a24-d8593a28b1c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "1b038b83cbca4d3c8b65b71955f6dd7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0df2a29a-3c03-424e-b39e-330bb150f169" - ], - "x-ms-correlation-request-id": [ - "0df2a29a-3c03-424e-b39e-330bb150f169" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182558Z:0df2a29a-3c03-424e-b39e-330bb150f169" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "46d9f077ce9049bf80f6985c3d26159b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1b3fcc1-e83c-4f2e-8987-04253afc6260" - ], - "x-ms-correlation-request-id": [ - "b1b3fcc1-e83c-4f2e-8987-04253afc6260" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182558Z:b1b3fcc1-e83c-4f2e-8987-04253afc6260" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "905a9d991707406da2b5a6c78bfbc4ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "530bf7e5-aadf-463a-8dd6-74b043868406" - ], - "x-ms-correlation-request-id": [ - "530bf7e5-aadf-463a-8dd6-74b043868406" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182558Z:530bf7e5-aadf-463a-8dd6-74b043868406" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "58fdde040b9846ca8ae4901230963dfc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94479ce4-349d-4883-a701-318a47c859e0" - ], - "x-ms-correlation-request-id": [ - "94479ce4-349d-4883-a701-318a47c859e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182558Z:94479ce4-349d-4883-a701-318a47c859e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "d2ae61053ec340968aad0aadde1568d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aad5cbf7-d6b7-4138-95fa-d021db8a3349" - ], - "x-ms-correlation-request-id": [ - "aad5cbf7-d6b7-4138-95fa-d021db8a3349" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182558Z:aad5cbf7-d6b7-4138-95fa-d021db8a3349" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "f8496d678ced4e40aac4287a12d583b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4aa2baaf-b84d-4b53-a2b5-ef23d1567dd1" - ], - "x-ms-correlation-request-id": [ - "4aa2baaf-b84d-4b53-a2b5-ef23d1567dd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:4aa2baaf-b84d-4b53-a2b5-ef23d1567dd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "8a2a987a572145eab6b21d5f8eee75ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71c7c14b-ad54-4f26-ad87-57139a741859" - ], - "x-ms-correlation-request-id": [ - "71c7c14b-ad54-4f26-ad87-57139a741859" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:71c7c14b-ad54-4f26-ad87-57139a741859" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "adda559daa4141128a5bf2f9f9203e00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bed3755-854d-4261-90a3-3576e77760fa" - ], - "x-ms-correlation-request-id": [ - "3bed3755-854d-4261-90a3-3576e77760fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:3bed3755-854d-4261-90a3-3576e77760fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "8b00696dfa7b44a59bcb74ef8feb8255" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0be9caf9-d853-4b5c-b6d9-724dab275e98" - ], - "x-ms-correlation-request-id": [ - "0be9caf9-d853-4b5c-b6d9-724dab275e98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:0be9caf9-d853-4b5c-b6d9-724dab275e98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "3627f16fa84041f3be21af979a2865ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a3b9096-5a7d-4c6b-9ae8-3f080080b415" - ], - "x-ms-correlation-request-id": [ - "5a3b9096-5a7d-4c6b-9ae8-3f080080b415" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:5a3b9096-5a7d-4c6b-9ae8-3f080080b415" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "3489e83092f348a68c085fe3449370cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1303aec2-9567-4ca9-8404-39d9b2261d8f" - ], - "x-ms-correlation-request-id": [ - "1303aec2-9567-4ca9-8404-39d9b2261d8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:1303aec2-9567-4ca9-8404-39d9b2261d8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "bc5d4b31515c4525b18de562608ece84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0245f9fe-fb61-4835-8abf-2b71a5f2016f" - ], - "x-ms-correlation-request-id": [ - "0245f9fe-fb61-4835-8abf-2b71a5f2016f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:0245f9fe-fb61-4835-8abf-2b71a5f2016f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "a3072b5a54294036aa8c6322b488d25c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60f3e351-8fff-4467-9396-76b683bcd099" - ], - "x-ms-correlation-request-id": [ - "60f3e351-8fff-4467-9396-76b683bcd099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:60f3e351-8fff-4467-9396-76b683bcd099" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "026a0f42befd4dfab59ebec842dba424" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4e7fd59-5a14-42fe-bd9f-9b4951da16b8" - ], - "x-ms-correlation-request-id": [ - "b4e7fd59-5a14-42fe-bd9f-9b4951da16b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182559Z:b4e7fd59-5a14-42fe-bd9f-9b4951da16b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "1297f4c5b7204752bfe9241f8387419e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e46d674-a118-4839-bd7e-a62778ca1ec8" - ], - "x-ms-correlation-request-id": [ - "2e46d674-a118-4839-bd7e-a62778ca1ec8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182600Z:2e46d674-a118-4839-bd7e-a62778ca1ec8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "3db8af34e0ab42b6a32a6ede96ec0d74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa2c925b-bcb6-46c6-99b7-1f18e3d4d0d4" - ], - "x-ms-correlation-request-id": [ - "fa2c925b-bcb6-46c6-99b7-1f18e3d4d0d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182600Z:fa2c925b-bcb6-46c6-99b7-1f18e3d4d0d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "cbd5d59703704dabb98e5051ea181c80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "620b3c97-a6f3-4136-a519-fdb7df737a98" - ], - "x-ms-correlation-request-id": [ - "620b3c97-a6f3-4136-a519-fdb7df737a98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182600Z:620b3c97-a6f3-4136-a519-fdb7df737a98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "f0a7b32f5fdb48efa8d2b6d3602cdeec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "153ba182-877b-47a4-9b4a-ee09c5b42bd3" - ], - "x-ms-correlation-request-id": [ - "153ba182-877b-47a4-9b4a-ee09c5b42bd3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182600Z:153ba182-877b-47a4-9b4a-ee09c5b42bd3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "f721c59591f94afd85df8f0a992bbf9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bab27cb6-76ef-4658-9827-d3793bb77a8c" - ], - "x-ms-correlation-request-id": [ - "bab27cb6-76ef-4658-9827-d3793bb77a8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182600Z:bab27cb6-76ef-4658-9827-d3793bb77a8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "5100dfae18cc4ed292d871a522df731d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51a65d1f-0de6-4267-be71-1a3c6639916a" - ], - "x-ms-correlation-request-id": [ - "51a65d1f-0de6-4267-be71-1a3c6639916a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182600Z:51a65d1f-0de6-4267-be71-1a3c6639916a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "ee9a5e358a834652bf5a5a741148e544" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73aee324-50de-47a9-87fb-e1aa4ceba77b" - ], - "x-ms-correlation-request-id": [ - "73aee324-50de-47a9-87fb-e1aa4ceba77b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182600Z:73aee324-50de-47a9-87fb-e1aa4ceba77b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:25:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "25de698bc0cf4d8fac2376d7f39ef78a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "303f0da0-9372-4457-97e8-d65b3f4abebb" - ], - "x-ms-correlation-request-id": [ - "303f0da0-9372-4457-97e8-d65b3f4abebb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182601Z:303f0da0-9372-4457-97e8-d65b3f4abebb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "fb922ca8debb46c2b00d164a5259dc5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8341676b-a4c8-4bd1-afa6-192a754caf2b" - ], - "x-ms-correlation-request-id": [ - "8341676b-a4c8-4bd1-afa6-192a754caf2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182601Z:8341676b-a4c8-4bd1-afa6-192a754caf2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "ab28d902539c495c9e89df3b29d03ad8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06c6747e-7217-4597-bf20-fa89c3ba9c3b" - ], - "x-ms-correlation-request-id": [ - "06c6747e-7217-4597-bf20-fa89c3ba9c3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182601Z:06c6747e-7217-4597-bf20-fa89c3ba9c3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "f9a95020e2384f2083e5285e1741873b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9dc458b-17ec-491f-a672-684390ad6dd9" - ], - "x-ms-correlation-request-id": [ - "d9dc458b-17ec-491f-a672-684390ad6dd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182601Z:d9dc458b-17ec-491f-a672-684390ad6dd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "633caba720aa4e5a904c430c6edd5f9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "955244d2-a679-4319-875e-74c12ca2544c" - ], - "x-ms-correlation-request-id": [ - "955244d2-a679-4319-875e-74c12ca2544c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182601Z:955244d2-a679-4319-875e-74c12ca2544c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "f4becdbccd0e4e22a5fd94beff444426" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48f9a495-cb98-4300-b5af-d6834f6a6155" - ], - "x-ms-correlation-request-id": [ - "48f9a495-cb98-4300-b5af-d6834f6a6155" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182601Z:48f9a495-cb98-4300-b5af-d6834f6a6155" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "e59ab3c3edaa4e9196348a9441f3f323" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40adecb8-452e-4e62-bb51-41f30eda098e" - ], - "x-ms-correlation-request-id": [ - "40adecb8-452e-4e62-bb51-41f30eda098e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182601Z:40adecb8-452e-4e62-bb51-41f30eda098e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "f69f9623774143818f4479fbcf2dea87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4344d9c-c490-49de-826a-12d870d681e8" - ], - "x-ms-correlation-request-id": [ - "f4344d9c-c490-49de-826a-12d870d681e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:f4344d9c-c490-49de-826a-12d870d681e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "8dff89dc27804488af4f78bf0ede34aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f849280-f68e-4891-9a03-48af9df9f877" - ], - "x-ms-correlation-request-id": [ - "2f849280-f68e-4891-9a03-48af9df9f877" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:2f849280-f68e-4891-9a03-48af9df9f877" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "95c75e0d1fe34128aebdd96c3f49966e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3fec51e-a222-4742-8194-715755735d8f" - ], - "x-ms-correlation-request-id": [ - "f3fec51e-a222-4742-8194-715755735d8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:f3fec51e-a222-4742-8194-715755735d8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "807a3ec99dfd469e94bf26c941bf23c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f12e49a-c13a-424f-b071-40cb69e42701" - ], - "x-ms-correlation-request-id": [ - "5f12e49a-c13a-424f-b071-40cb69e42701" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:5f12e49a-c13a-424f-b071-40cb69e42701" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "c7df4414307a4eeba26d8ec90da03610" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd781323-8ca9-46ae-a75c-3a63e8733686" - ], - "x-ms-correlation-request-id": [ - "cd781323-8ca9-46ae-a75c-3a63e8733686" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:cd781323-8ca9-46ae-a75c-3a63e8733686" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "dbc467edaa644f7181dc8f7736ddafbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "848d57bd-7e9f-4a18-a989-b61b0027c992" - ], - "x-ms-correlation-request-id": [ - "848d57bd-7e9f-4a18-a989-b61b0027c992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:848d57bd-7e9f-4a18-a989-b61b0027c992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "5499dbe403dc4bd6bb7f702397022396" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e0fb4e3-1bad-4771-84d3-3fd6fba96b51" - ], - "x-ms-correlation-request-id": [ - "3e0fb4e3-1bad-4771-84d3-3fd6fba96b51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:3e0fb4e3-1bad-4771-84d3-3fd6fba96b51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "9e1bd7dd6fab46f4ac15495d74b5715d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a377323-79c0-4d98-b15d-775e947ddb81" - ], - "x-ms-correlation-request-id": [ - "0a377323-79c0-4d98-b15d-775e947ddb81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:0a377323-79c0-4d98-b15d-775e947ddb81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "45263be42f614f628739d57cca2d46a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c46558c4-a2b5-4b02-b5e3-8628d71f8432" - ], - "x-ms-correlation-request-id": [ - "c46558c4-a2b5-4b02-b5e3-8628d71f8432" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182602Z:c46558c4-a2b5-4b02-b5e3-8628d71f8432" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "fc09f88d800342c6b01f6f470f66b5ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fe5a3a1-6276-40dc-a9f2-ee12f48bcc8a" - ], - "x-ms-correlation-request-id": [ - "3fe5a3a1-6276-40dc-a9f2-ee12f48bcc8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182603Z:3fe5a3a1-6276-40dc-a9f2-ee12f48bcc8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "1af1f6ab3f5c4c4a98f5782738ed0f14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85d4f075-27d3-471a-bad0-66a72b7e2326" - ], - "x-ms-correlation-request-id": [ - "85d4f075-27d3-471a-bad0-66a72b7e2326" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182603Z:85d4f075-27d3-471a-bad0-66a72b7e2326" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "0638a3281cdb44ae934d9946a142993d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1c800ef-ff3d-4ef4-b1f5-4475d0dd7cf6" - ], - "x-ms-correlation-request-id": [ - "b1c800ef-ff3d-4ef4-b1f5-4475d0dd7cf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182603Z:b1c800ef-ff3d-4ef4-b1f5-4475d0dd7cf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "5cdb5b93c40843a1b009001c4fc9cdbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "503c4f74-2738-43f3-8f19-61bdfb830575" - ], - "x-ms-correlation-request-id": [ - "503c4f74-2738-43f3-8f19-61bdfb830575" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182603Z:503c4f74-2738-43f3-8f19-61bdfb830575" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "9ec3f1267c874e4e86f868dad8c16b0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c2195f3-6ff7-43b3-bd9f-8cfdf17248ff" - ], - "x-ms-correlation-request-id": [ - "9c2195f3-6ff7-43b3-bd9f-8cfdf17248ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182603Z:9c2195f3-6ff7-43b3-bd9f-8cfdf17248ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "cad6f5cb2ad24f7d8b35dcab40507559" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3acbd0bc-4a7c-4faf-9c55-c83a3feb6793" - ], - "x-ms-correlation-request-id": [ - "3acbd0bc-4a7c-4faf-9c55-c83a3feb6793" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182603Z:3acbd0bc-4a7c-4faf-9c55-c83a3feb6793" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "0ea0e897479547a9960eea41ff7ddc18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86702227-760b-4328-b61e-3139fe27f896" - ], - "x-ms-correlation-request-id": [ - "86702227-760b-4328-b61e-3139fe27f896" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182604Z:86702227-760b-4328-b61e-3139fe27f896" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "8362429bfe1f4568b872fab4e0cdd55a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "956346e9-b3b7-4d5c-b7fd-42dc1eb0486e" - ], - "x-ms-correlation-request-id": [ - "956346e9-b3b7-4d5c-b7fd-42dc1eb0486e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182604Z:956346e9-b3b7-4d5c-b7fd-42dc1eb0486e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "66c631eee8dd4f3b9f4dc591bece16be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64e9f3a4-cda4-4380-860c-6b6b0167fc1c" - ], - "x-ms-correlation-request-id": [ - "64e9f3a4-cda4-4380-860c-6b6b0167fc1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182604Z:64e9f3a4-cda4-4380-860c-6b6b0167fc1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "c86480cca117407a8344b1dae931e49d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec5dc639-ab67-4edf-b47b-e7f5f3d22aae" - ], - "x-ms-correlation-request-id": [ - "ec5dc639-ab67-4edf-b47b-e7f5f3d22aae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182604Z:ec5dc639-ab67-4edf-b47b-e7f5f3d22aae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "67fdb25bc54347de97d32e0ceb372312" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebfb51e0-8574-4749-9dda-f0b5a58472f3" - ], - "x-ms-correlation-request-id": [ - "ebfb51e0-8574-4749-9dda-f0b5a58472f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182604Z:ebfb51e0-8574-4749-9dda-f0b5a58472f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "4d0895996a3943bc8cb9511597a2f4e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bdd22a35-30ad-4c5b-8cfa-54f23d8607fd" - ], - "x-ms-correlation-request-id": [ - "bdd22a35-30ad-4c5b-8cfa-54f23d8607fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182604Z:bdd22a35-30ad-4c5b-8cfa-54f23d8607fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "618cceb67f394930959f2608056e8b26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbd9206f-e6fd-467f-b59e-263db9c96587" - ], - "x-ms-correlation-request-id": [ - "bbd9206f-e6fd-467f-b59e-263db9c96587" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182604Z:bbd9206f-e6fd-467f-b59e-263db9c96587" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "2313de4e480e4aa2975ef36ec37b64d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a283211-ca9b-4630-85e4-17f15e74a89b" - ], - "x-ms-correlation-request-id": [ - "2a283211-ca9b-4630-85e4-17f15e74a89b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182605Z:2a283211-ca9b-4630-85e4-17f15e74a89b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "e03f45cc59e54b978757f04c0ee8a332" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe1264eb-d056-4cde-9f96-dd9e0eecbef2" - ], - "x-ms-correlation-request-id": [ - "fe1264eb-d056-4cde-9f96-dd9e0eecbef2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182605Z:fe1264eb-d056-4cde-9f96-dd9e0eecbef2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "7e9739fbee49425ba044eedbf4873b4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67861d14-a3d4-4a26-8b70-cb2b4e17a0bc" - ], - "x-ms-correlation-request-id": [ - "67861d14-a3d4-4a26-8b70-cb2b4e17a0bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182605Z:67861d14-a3d4-4a26-8b70-cb2b4e17a0bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "80a66719b7db4ffb8887e6ebe9d8a990" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0fa02b6-c059-4893-b582-c18df961ed25" - ], - "x-ms-correlation-request-id": [ - "a0fa02b6-c059-4893-b582-c18df961ed25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182605Z:a0fa02b6-c059-4893-b582-c18df961ed25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "a1a9d5a8532e48aba284e5748e7bd806" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e60062ae-6004-4bd3-895d-5b8a34ba22e5" - ], - "x-ms-correlation-request-id": [ - "e60062ae-6004-4bd3-895d-5b8a34ba22e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182605Z:e60062ae-6004-4bd3-895d-5b8a34ba22e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "7d32e2dc36b947f09ac5f150ea2b044e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52eaf338-ea41-41eb-b477-c28a3e3c8caa" - ], - "x-ms-correlation-request-id": [ - "52eaf338-ea41-41eb-b477-c28a3e3c8caa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182605Z:52eaf338-ea41-41eb-b477-c28a3e3c8caa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "e54996211c7d40fcb620242cab70d7d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4933da2f-1b56-49e0-9758-79b7ff7fc7b4" - ], - "x-ms-correlation-request-id": [ - "4933da2f-1b56-49e0-9758-79b7ff7fc7b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182605Z:4933da2f-1b56-49e0-9758-79b7ff7fc7b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "cab6f6a74c4d4175b93ab449e7aecf72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "394973f6-5e10-49ae-b95b-336427efd155" - ], - "x-ms-correlation-request-id": [ - "394973f6-5e10-49ae-b95b-336427efd155" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:394973f6-5e10-49ae-b95b-336427efd155" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "ff71fae74cf34613852a757efa3cc03e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f34782f3-1308-439d-b9a7-2178e45182c1" - ], - "x-ms-correlation-request-id": [ - "f34782f3-1308-439d-b9a7-2178e45182c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:f34782f3-1308-439d-b9a7-2178e45182c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "73ef81967e4a4be9affaeb960b35e22d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14fd7bb6-1634-4a4b-b402-7e470deae28c" - ], - "x-ms-correlation-request-id": [ - "14fd7bb6-1634-4a4b-b402-7e470deae28c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:14fd7bb6-1634-4a4b-b402-7e470deae28c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "e4ffc9d3a6584c6eae48c75f2a4a6116" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aec76672-2ffa-4245-aad5-6822d0b50b0e" - ], - "x-ms-correlation-request-id": [ - "aec76672-2ffa-4245-aad5-6822d0b50b0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:aec76672-2ffa-4245-aad5-6822d0b50b0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "984b98f9bfed48ac9503707e28f7d06e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dbf8755-bf71-49cf-81c4-933cbde984f7" - ], - "x-ms-correlation-request-id": [ - "3dbf8755-bf71-49cf-81c4-933cbde984f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:3dbf8755-bf71-49cf-81c4-933cbde984f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "779c4559fdad475f9c210c53c19bb466" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3a4f728-7b19-4629-91c0-6565677217f7" - ], - "x-ms-correlation-request-id": [ - "c3a4f728-7b19-4629-91c0-6565677217f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:c3a4f728-7b19-4629-91c0-6565677217f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "79659bca0c5643dba3e05ce8a90c574f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e959284b-22ea-445c-b45f-f8a6de7a7b2f" - ], - "x-ms-correlation-request-id": [ - "e959284b-22ea-445c-b45f-f8a6de7a7b2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:e959284b-22ea-445c-b45f-f8a6de7a7b2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "11291e8a342a425fa71721c2b05a80d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb2648a2-5b5a-4a41-aff4-828cfe05e42b" - ], - "x-ms-correlation-request-id": [ - "bb2648a2-5b5a-4a41-aff4-828cfe05e42b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182606Z:bb2648a2-5b5a-4a41-aff4-828cfe05e42b" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "1752155f7df648d5b7a1bad362c68c8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68c32ae4-1c09-45e5-b6e3-73a214472377" - ], - "x-ms-correlation-request-id": [ - "68c32ae4-1c09-45e5-b6e3-73a214472377" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182607Z:68c32ae4-1c09-45e5-b6e3-73a214472377" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "897d9b990fb448749b5164b6c8b34479" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be2a319a-2127-499a-ae5d-9aa2b2bf237a" - ], - "x-ms-correlation-request-id": [ - "be2a319a-2127-499a-ae5d-9aa2b2bf237a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182607Z:be2a319a-2127-499a-ae5d-9aa2b2bf237a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "2a220024398344bdb8886b2619e32cbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c32db19-ec7d-413f-b735-f2bd633d7a97" - ], - "x-ms-correlation-request-id": [ - "5c32db19-ec7d-413f-b735-f2bd633d7a97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182607Z:5c32db19-ec7d-413f-b735-f2bd633d7a97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "c96de1c27f08415c8f2848974d8ee4df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a553a4f0-f436-4ee5-8204-a4dd1703bc79" - ], - "x-ms-correlation-request-id": [ - "a553a4f0-f436-4ee5-8204-a4dd1703bc79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182607Z:a553a4f0-f436-4ee5-8204-a4dd1703bc79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "3dfda0f7e57c4a48bbf5eef776eceebe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1cc3208-ac21-48b5-a5d8-4f517a309166" - ], - "x-ms-correlation-request-id": [ - "f1cc3208-ac21-48b5-a5d8-4f517a309166" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182608Z:f1cc3208-ac21-48b5-a5d8-4f517a309166" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "746a20375fc64455ad87f0ca98aeb495" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6331f59e-edcc-41c9-bd70-d8e57d168d71" - ], - "x-ms-correlation-request-id": [ - "6331f59e-edcc-41c9-bd70-d8e57d168d71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182608Z:6331f59e-edcc-41c9-bd70-d8e57d168d71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "ab13b7087ac24bc489916b67c1a834a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b13af379-c7fa-4db7-a9f9-6846cd43fbf7" - ], - "x-ms-correlation-request-id": [ - "b13af379-c7fa-4db7-a9f9-6846cd43fbf7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182608Z:b13af379-c7fa-4db7-a9f9-6846cd43fbf7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "4d98624fdbe1482bb6235b86c16c68b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b59e10fa-b91d-4ef6-9abd-b7e6aaf11ed5" - ], - "x-ms-correlation-request-id": [ - "b59e10fa-b91d-4ef6-9abd-b7e6aaf11ed5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182608Z:b59e10fa-b91d-4ef6-9abd-b7e6aaf11ed5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "d024488c3f38438792863e184a1a28f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75892f4d-f051-4c51-a968-7d6ec3fc8b02" - ], - "x-ms-correlation-request-id": [ - "75892f4d-f051-4c51-a968-7d6ec3fc8b02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182608Z:75892f4d-f051-4c51-a968-7d6ec3fc8b02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "a6c612c5ea37408181ede3f1a82ea40d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afb635ee-0b3c-47e0-81d9-2180fa71514a" - ], - "x-ms-correlation-request-id": [ - "afb635ee-0b3c-47e0-81d9-2180fa71514a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182608Z:afb635ee-0b3c-47e0-81d9-2180fa71514a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "85bc0098de2d4bc7bf08282c5d2ba192" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a99238c4-b299-491c-a48f-9f0de08e124c" - ], - "x-ms-correlation-request-id": [ - "a99238c4-b299-491c-a48f-9f0de08e124c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:a99238c4-b299-491c-a48f-9f0de08e124c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "52dfc783e95f42c789d7e58f80b66b27" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "222d64ee-0f9f-438b-a466-3f1144aa24aa" - ], - "x-ms-correlation-request-id": [ - "222d64ee-0f9f-438b-a466-3f1144aa24aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:222d64ee-0f9f-438b-a466-3f1144aa24aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "0892cf2007c947b7a0affc8e82fb2963" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a02bb3bb-afae-406e-8840-17d9271f09ae" - ], - "x-ms-correlation-request-id": [ - "a02bb3bb-afae-406e-8840-17d9271f09ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:a02bb3bb-afae-406e-8840-17d9271f09ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "285495f851f44380b8547b5d057f4f49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "181477fd-624d-4ae5-8b97-37a5a8480666" - ], - "x-ms-correlation-request-id": [ - "181477fd-624d-4ae5-8b97-37a5a8480666" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:181477fd-624d-4ae5-8b97-37a5a8480666" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "aa117c845ddf46eba5a5b017086c460f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "967f3472-d36d-4542-a90a-aa205a91a3a7" - ], - "x-ms-correlation-request-id": [ - "967f3472-d36d-4542-a90a-aa205a91a3a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:967f3472-d36d-4542-a90a-aa205a91a3a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "4e625761147d46f68e4ce5ed0dff5eaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e023da9-d217-459c-8dd3-f87c43d9d554" - ], - "x-ms-correlation-request-id": [ - "0e023da9-d217-459c-8dd3-f87c43d9d554" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:0e023da9-d217-459c-8dd3-f87c43d9d554" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "49489b3c488f485e83ce986062a8419d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "340fedb5-5088-4538-91d4-feebd602b34d" - ], - "x-ms-correlation-request-id": [ - "340fedb5-5088-4538-91d4-feebd602b34d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:340fedb5-5088-4538-91d4-feebd602b34d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "35199deb69f84f7392778a96f989c7fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7194cfcf-121d-4360-b35c-870cd4effd71" - ], - "x-ms-correlation-request-id": [ - "7194cfcf-121d-4360-b35c-870cd4effd71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:7194cfcf-121d-4360-b35c-870cd4effd71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "29e367da3fb54cffbff8c91c92782a70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1452239a-1486-491d-9a37-3f238c61f0a8" - ], - "x-ms-correlation-request-id": [ - "1452239a-1486-491d-9a37-3f238c61f0a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182609Z:1452239a-1486-491d-9a37-3f238c61f0a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "a5d015d55a364f75ac0443f56ac19a5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "672aaed9-c20f-4f76-b01a-cd75b61d9477" - ], - "x-ms-correlation-request-id": [ - "672aaed9-c20f-4f76-b01a-cd75b61d9477" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182610Z:672aaed9-c20f-4f76-b01a-cd75b61d9477" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "27bdb7d67f6c4e56bc3eed3f74c6be10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f63781d1-28e6-4140-b7e8-0c31e5de8034" - ], - "x-ms-correlation-request-id": [ - "f63781d1-28e6-4140-b7e8-0c31e5de8034" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182610Z:f63781d1-28e6-4140-b7e8-0c31e5de8034" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "df69973ad2064df4bee6114f8e761330" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b420b457-8b8d-40ee-b43a-315d370f5e54" - ], - "x-ms-correlation-request-id": [ - "b420b457-8b8d-40ee-b43a-315d370f5e54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182610Z:b420b457-8b8d-40ee-b43a-315d370f5e54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "27abdc5cfc4743b797668e80dbbf9e74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5372f28a-e8a6-4eb7-84fe-e973ac2f9027" - ], - "x-ms-correlation-request-id": [ - "5372f28a-e8a6-4eb7-84fe-e973ac2f9027" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182610Z:5372f28a-e8a6-4eb7-84fe-e973ac2f9027" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "f70a756a5078475fb4dfea60f662bcc8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96bba494-c4e7-432b-9279-c8cfee1c1335" - ], - "x-ms-correlation-request-id": [ - "96bba494-c4e7-432b-9279-c8cfee1c1335" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182610Z:96bba494-c4e7-432b-9279-c8cfee1c1335" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "3729edbd73e3498bbf85b755d70f9f05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6151692-0370-4c68-92a5-f0fdabbdeb34" - ], - "x-ms-correlation-request-id": [ - "a6151692-0370-4c68-92a5-f0fdabbdeb34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182610Z:a6151692-0370-4c68-92a5-f0fdabbdeb34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "43b57328622445498d5d3b29fcc19003" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "401d7a71-ce04-438f-bc6c-861560369ea8" - ], - "x-ms-correlation-request-id": [ - "401d7a71-ce04-438f-bc6c-861560369ea8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182611Z:401d7a71-ce04-438f-bc6c-861560369ea8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "750fd9d467fe4606a256d267a362ae8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdc313b6-9cba-4126-af1a-6d014aa4b6f5" - ], - "x-ms-correlation-request-id": [ - "fdc313b6-9cba-4126-af1a-6d014aa4b6f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182611Z:fdc313b6-9cba-4126-af1a-6d014aa4b6f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "d3de83bcb34749a78f0300c481e8838c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b2ef255-10ed-4e61-b2a3-bd7d2f119eeb" - ], - "x-ms-correlation-request-id": [ - "0b2ef255-10ed-4e61-b2a3-bd7d2f119eeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182611Z:0b2ef255-10ed-4e61-b2a3-bd7d2f119eeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "fe01ede0ae634573bb1516da736534bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dd7146e-2397-4324-949c-56e98afe71e8" - ], - "x-ms-correlation-request-id": [ - "6dd7146e-2397-4324-949c-56e98afe71e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182611Z:6dd7146e-2397-4324-949c-56e98afe71e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "d7b2094a16644f4aa3e842e105ad1c8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7c4a89e-c02d-48c3-9f0c-a380c25e8266" - ], - "x-ms-correlation-request-id": [ - "e7c4a89e-c02d-48c3-9f0c-a380c25e8266" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182611Z:e7c4a89e-c02d-48c3-9f0c-a380c25e8266" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "f7ddff3df7914b09afd9af59d1add569" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75d35314-4512-49c4-9cb3-b3919b5445a1" - ], - "x-ms-correlation-request-id": [ - "75d35314-4512-49c4-9cb3-b3919b5445a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182612Z:75d35314-4512-49c4-9cb3-b3919b5445a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "ea0087d784e046ca84f2a8572cc08ae4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c13cdd63-d4c3-4876-b142-694af43acc6f" - ], - "x-ms-correlation-request-id": [ - "c13cdd63-d4c3-4876-b142-694af43acc6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182612Z:c13cdd63-d4c3-4876-b142-694af43acc6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "d8c25f8f95c641f69439fb97a0a7891f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44d919a0-7f73-4a22-a9ba-85519efc1370" - ], - "x-ms-correlation-request-id": [ - "44d919a0-7f73-4a22-a9ba-85519efc1370" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182612Z:44d919a0-7f73-4a22-a9ba-85519efc1370" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "e5b5f240f57f4d0eaf8b675c6e16f33a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddd1549d-ae25-408b-9584-f5c7bc39972a" - ], - "x-ms-correlation-request-id": [ - "ddd1549d-ae25-408b-9584-f5c7bc39972a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182612Z:ddd1549d-ae25-408b-9584-f5c7bc39972a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "766b451dd0f243c8bdbaab70a570132e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee1e1bfd-391f-4b6a-8f98-0c331d06c528" - ], - "x-ms-correlation-request-id": [ - "ee1e1bfd-391f-4b6a-8f98-0c331d06c528" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182612Z:ee1e1bfd-391f-4b6a-8f98-0c331d06c528" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "c4b7d275366a4d67b6d35e613d25886e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "423bc673-9dae-4a7b-9906-5c9a517f5384" - ], - "x-ms-correlation-request-id": [ - "423bc673-9dae-4a7b-9906-5c9a517f5384" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182612Z:423bc673-9dae-4a7b-9906-5c9a517f5384" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "c8e93afd85a14de09e6c9109ec321570" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25718ab9-81fe-4f9a-8402-b979b5c96ee5" - ], - "x-ms-correlation-request-id": [ - "25718ab9-81fe-4f9a-8402-b979b5c96ee5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182612Z:25718ab9-81fe-4f9a-8402-b979b5c96ee5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "a9580a3c9a3a4403bd3837a69cf65d9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a59cd264-ae3c-49a5-935a-46507a289089" - ], - "x-ms-correlation-request-id": [ - "a59cd264-ae3c-49a5-935a-46507a289089" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:a59cd264-ae3c-49a5-935a-46507a289089" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "f794f3a19a7e4fc4a10b098f8a10b1ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f6c2878-d1ef-453d-92cf-9f55bbc8820b" - ], - "x-ms-correlation-request-id": [ - "9f6c2878-d1ef-453d-92cf-9f55bbc8820b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:9f6c2878-d1ef-453d-92cf-9f55bbc8820b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "456d678226a34faf8670229c042745a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a96b177b-9de6-4484-8820-2e0ea5b4c119" - ], - "x-ms-correlation-request-id": [ - "a96b177b-9de6-4484-8820-2e0ea5b4c119" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:a96b177b-9de6-4484-8820-2e0ea5b4c119" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "4dcccefa724b4aebaded96a9c856dabf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d90a082-82b0-4e4c-9dd1-763acfd67148" - ], - "x-ms-correlation-request-id": [ - "4d90a082-82b0-4e4c-9dd1-763acfd67148" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:4d90a082-82b0-4e4c-9dd1-763acfd67148" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "94dfaa2c8d1743bcb789dc3c5f464f6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0c48499-93d3-4a5f-8573-c5517974f908" - ], - "x-ms-correlation-request-id": [ - "a0c48499-93d3-4a5f-8573-c5517974f908" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:a0c48499-93d3-4a5f-8573-c5517974f908" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "569e689997a3413d990a09225fdc400f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8dc403d-0394-4317-9f54-d358eb94100f" - ], - "x-ms-correlation-request-id": [ - "d8dc403d-0394-4317-9f54-d358eb94100f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:d8dc403d-0394-4317-9f54-d358eb94100f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "0ea29ddc96db479c84e423035d0d4afa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a56964f5-b784-4bfd-86d1-47a198bfb880" - ], - "x-ms-correlation-request-id": [ - "a56964f5-b784-4bfd-86d1-47a198bfb880" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:a56964f5-b784-4bfd-86d1-47a198bfb880" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "019f219725504a04ad8b21e6a068adcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30b5fc85-d41d-4622-8f9d-6c3c28834635" - ], - "x-ms-correlation-request-id": [ - "30b5fc85-d41d-4622-8f9d-6c3c28834635" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182613Z:30b5fc85-d41d-4622-8f9d-6c3c28834635" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "f42c0f3d400d4625aff3b6805a5230df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c639445-495b-45e7-aae9-03815ea23879" - ], - "x-ms-correlation-request-id": [ - "3c639445-495b-45e7-aae9-03815ea23879" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:3c639445-495b-45e7-aae9-03815ea23879" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "ce9356a913da4a2d917eda5120866b18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00427078-110f-4a8a-80b9-611d2a0848c4" - ], - "x-ms-correlation-request-id": [ - "00427078-110f-4a8a-80b9-611d2a0848c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:00427078-110f-4a8a-80b9-611d2a0848c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "f69a58b7843a40568388af45c9942256" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9131a89b-c353-4986-a4d1-da3a55a34478" - ], - "x-ms-correlation-request-id": [ - "9131a89b-c353-4986-a4d1-da3a55a34478" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:9131a89b-c353-4986-a4d1-da3a55a34478" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "783b2343e2154c349e0c31200c89acb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb21e0d5-77d7-4ad9-b120-21934dc286af" - ], - "x-ms-correlation-request-id": [ - "cb21e0d5-77d7-4ad9-b120-21934dc286af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:cb21e0d5-77d7-4ad9-b120-21934dc286af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "bba0ca0e55a8401da54e766c21032057" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "652253b8-fb3b-487c-9d06-039e9bb6f218" - ], - "x-ms-correlation-request-id": [ - "652253b8-fb3b-487c-9d06-039e9bb6f218" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:652253b8-fb3b-487c-9d06-039e9bb6f218" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "7524a638057a40af9ed0c1eae900e538" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab69021b-24e2-4279-9fbd-23ccafdd579d" - ], - "x-ms-correlation-request-id": [ - "ab69021b-24e2-4279-9fbd-23ccafdd579d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:ab69021b-24e2-4279-9fbd-23ccafdd579d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "7603b28fedc84e7b83632b1800903f94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8c34f62-b362-4d5d-af47-8d8b27ff8267" - ], - "x-ms-correlation-request-id": [ - "d8c34f62-b362-4d5d-af47-8d8b27ff8267" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:d8c34f62-b362-4d5d-af47-8d8b27ff8267" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "6542cee662514dd8adf48e92013ba8df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc0636ef-4492-4d46-a5b5-31e17af8cb4e" - ], - "x-ms-correlation-request-id": [ - "bc0636ef-4492-4d46-a5b5-31e17af8cb4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:bc0636ef-4492-4d46-a5b5-31e17af8cb4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "9d9ad536840c40688aee995e793f3165" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8218c060-28db-4177-ac9f-555e04a660d0" - ], - "x-ms-correlation-request-id": [ - "8218c060-28db-4177-ac9f-555e04a660d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182614Z:8218c060-28db-4177-ac9f-555e04a660d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "02d13f318bb54e6ba785d50febc98e72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1f4d8d5-865e-4573-8e4a-09bfa5c8f5a8" - ], - "x-ms-correlation-request-id": [ - "f1f4d8d5-865e-4573-8e4a-09bfa5c8f5a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:f1f4d8d5-865e-4573-8e4a-09bfa5c8f5a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "6debe8041bba421aaf1e83eba1d79acf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae6cbf5f-bc77-4f6d-93e7-42c1d7d20390" - ], - "x-ms-correlation-request-id": [ - "ae6cbf5f-bc77-4f6d-93e7-42c1d7d20390" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:ae6cbf5f-bc77-4f6d-93e7-42c1d7d20390" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "bc9cadd9b9c14adc946f16205a47a52f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65e884e6-77a7-4750-ab6f-1dcd37513cbd" - ], - "x-ms-correlation-request-id": [ - "65e884e6-77a7-4750-ab6f-1dcd37513cbd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:65e884e6-77a7-4750-ab6f-1dcd37513cbd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "ae9d0c428dde4619ac0ee4dc17c78dc8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5197dd75-31ab-42f3-acea-cfdd07b05f00" - ], - "x-ms-correlation-request-id": [ - "5197dd75-31ab-42f3-acea-cfdd07b05f00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:5197dd75-31ab-42f3-acea-cfdd07b05f00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "1476811ea97d4855aad02e1c5a28c39f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5539db8b-4e97-4580-9a9e-c8ddc6efc956" - ], - "x-ms-correlation-request-id": [ - "5539db8b-4e97-4580-9a9e-c8ddc6efc956" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:5539db8b-4e97-4580-9a9e-c8ddc6efc956" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "28cb293fe224430ea0891122f6e24150" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e21d8fc7-fbbc-4716-a461-1042ae7fd7b3" - ], - "x-ms-correlation-request-id": [ - "e21d8fc7-fbbc-4716-a461-1042ae7fd7b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:e21d8fc7-fbbc-4716-a461-1042ae7fd7b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "36a76a199f3f45199d703228a31b90b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63082ef5-cd6c-4716-a073-b94a619dee71" - ], - "x-ms-correlation-request-id": [ - "63082ef5-cd6c-4716-a073-b94a619dee71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:63082ef5-cd6c-4716-a073-b94a619dee71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "66ce58f778cb4be28501141dccc35519" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a24ba9d8-bfbc-4f34-8369-2a00c3ae386c" - ], - "x-ms-correlation-request-id": [ - "a24ba9d8-bfbc-4f34-8369-2a00c3ae386c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182615Z:a24ba9d8-bfbc-4f34-8369-2a00c3ae386c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "7dc59a3596414cba99dc27d46f742ae0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b95d122-6e5f-4d0c-983b-79e86c7491d9" - ], - "x-ms-correlation-request-id": [ - "8b95d122-6e5f-4d0c-983b-79e86c7491d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:8b95d122-6e5f-4d0c-983b-79e86c7491d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "3d5f142870d0404d8e412dc419280e7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ea3bae4-98d0-4e8a-96ae-65ec3da6afcf" - ], - "x-ms-correlation-request-id": [ - "3ea3bae4-98d0-4e8a-96ae-65ec3da6afcf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:3ea3bae4-98d0-4e8a-96ae-65ec3da6afcf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "a8c6ec3dda774a5f9b702de9633a3193" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cf7674e-bb26-46c1-8f32-bf4ddac8e670" - ], - "x-ms-correlation-request-id": [ - "9cf7674e-bb26-46c1-8f32-bf4ddac8e670" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:9cf7674e-bb26-46c1-8f32-bf4ddac8e670" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "d504ac6a926548949a4eb629276cc2ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc654a24-4f1a-4956-865c-0bd18ebf28c2" - ], - "x-ms-correlation-request-id": [ - "cc654a24-4f1a-4956-865c-0bd18ebf28c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:cc654a24-4f1a-4956-865c-0bd18ebf28c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "e46b22bdcf314079bb4c43aaecc959da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "549a7ddc-a242-4486-9f70-2e03f9cfada6" - ], - "x-ms-correlation-request-id": [ - "549a7ddc-a242-4486-9f70-2e03f9cfada6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:549a7ddc-a242-4486-9f70-2e03f9cfada6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "eece816039b640468a22b580ae3ea246" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "291dbd17-8ae8-435d-9769-8bebc47de24c" - ], - "x-ms-correlation-request-id": [ - "291dbd17-8ae8-435d-9769-8bebc47de24c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:291dbd17-8ae8-435d-9769-8bebc47de24c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "40252240be854e63a6c9f74ecd947d20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4abf7638-4f08-4876-bcdd-f36ed3504e0d" - ], - "x-ms-correlation-request-id": [ - "4abf7638-4f08-4876-bcdd-f36ed3504e0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:4abf7638-4f08-4876-bcdd-f36ed3504e0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "07afb0e6af5b4290867f90b17203d7ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91d7e993-dc3e-40f5-8dba-6c612749e038" - ], - "x-ms-correlation-request-id": [ - "91d7e993-dc3e-40f5-8dba-6c612749e038" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:91d7e993-dc3e-40f5-8dba-6c612749e038" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "f054fdb17cd24c2184a3eb7ee8f862d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9ba9d0e-3e0b-4af4-acc1-2f5fb4eccf3a" - ], - "x-ms-correlation-request-id": [ - "b9ba9d0e-3e0b-4af4-acc1-2f5fb4eccf3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182616Z:b9ba9d0e-3e0b-4af4-acc1-2f5fb4eccf3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "6c98c2c0bbcd413285f8bcd9ffb4a97d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05fb1ee1-f581-4e62-9fbd-33b372672c6a" - ], - "x-ms-correlation-request-id": [ - "05fb1ee1-f581-4e62-9fbd-33b372672c6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182617Z:05fb1ee1-f581-4e62-9fbd-33b372672c6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "697082230071423da876e6122294775a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63454f06-6419-4749-8510-b218528f30cd" - ], - "x-ms-correlation-request-id": [ - "63454f06-6419-4749-8510-b218528f30cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182617Z:63454f06-6419-4749-8510-b218528f30cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "fb416bf7198649598ba1db2685bbdaae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea755f67-3de4-4f10-9b00-5c1c6ed27a21" - ], - "x-ms-correlation-request-id": [ - "ea755f67-3de4-4f10-9b00-5c1c6ed27a21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182617Z:ea755f67-3de4-4f10-9b00-5c1c6ed27a21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "b3bd2e3180bd4cce8deccbfee4dfb9c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88e3e128-3ca7-4313-9ffd-62ca06288933" - ], - "x-ms-correlation-request-id": [ - "88e3e128-3ca7-4313-9ffd-62ca06288933" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182617Z:88e3e128-3ca7-4313-9ffd-62ca06288933" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "408bd4f246be4c179bab588794c90e0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76a4d04b-528b-4334-9814-2845a8817a2e" - ], - "x-ms-correlation-request-id": [ - "76a4d04b-528b-4334-9814-2845a8817a2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182618Z:76a4d04b-528b-4334-9814-2845a8817a2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "20fe7034e2a543819caa60d2e6cb13c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9830891f-7edd-4ac2-8d70-cf5ef9244a09" - ], - "x-ms-correlation-request-id": [ - "9830891f-7edd-4ac2-8d70-cf5ef9244a09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182618Z:9830891f-7edd-4ac2-8d70-cf5ef9244a09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "28afd66d0c8343ea9c825ef4c4a76eb6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23961131-b46f-484d-b52f-e6961c5bb1d0" - ], - "x-ms-correlation-request-id": [ - "23961131-b46f-484d-b52f-e6961c5bb1d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182618Z:23961131-b46f-484d-b52f-e6961c5bb1d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "3e8d4f6e2cad4a798d330081fe89f776" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31cb671d-dc33-4435-afbc-f00e39db15dd" - ], - "x-ms-correlation-request-id": [ - "31cb671d-dc33-4435-afbc-f00e39db15dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182618Z:31cb671d-dc33-4435-afbc-f00e39db15dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "3767244cc0004fcba981ebfb4e7a9f56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1b62542-fb0c-484a-a928-3dd048b9ac97" - ], - "x-ms-correlation-request-id": [ - "e1b62542-fb0c-484a-a928-3dd048b9ac97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182618Z:e1b62542-fb0c-484a-a928-3dd048b9ac97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "8984ac319b5c435aa344ea4dfa28afd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c550aaa9-c50c-4ea6-97dc-3d46ffbfcd97" - ], - "x-ms-correlation-request-id": [ - "c550aaa9-c50c-4ea6-97dc-3d46ffbfcd97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182618Z:c550aaa9-c50c-4ea6-97dc-3d46ffbfcd97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "3ed040a06c0245f996aed8c08982fa18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36cae269-0d0e-4ffb-8278-9685a70b6ade" - ], - "x-ms-correlation-request-id": [ - "36cae269-0d0e-4ffb-8278-9685a70b6ade" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182618Z:36cae269-0d0e-4ffb-8278-9685a70b6ade" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "a009d4993a244755b520d62b214594a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9d1b870-67c7-4794-877b-ba4c291a5ccb" - ], - "x-ms-correlation-request-id": [ - "a9d1b870-67c7-4794-877b-ba4c291a5ccb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182619Z:a9d1b870-67c7-4794-877b-ba4c291a5ccb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "04d907d3cf9c4bacaee20d32fb937c5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09f41d45-1253-4ac0-babd-85d24c12e85f" - ], - "x-ms-correlation-request-id": [ - "09f41d45-1253-4ac0-babd-85d24c12e85f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182619Z:09f41d45-1253-4ac0-babd-85d24c12e85f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "e6b1445e950440a1bd7ebe9e314f4e12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d64414c-4dd5-4245-afcf-d3a496e53b69" - ], - "x-ms-correlation-request-id": [ - "1d64414c-4dd5-4245-afcf-d3a496e53b69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182619Z:1d64414c-4dd5-4245-afcf-d3a496e53b69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "125aafa1e0c94a349fadb0293eecfc05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1770576-154a-4f1b-a3d7-ec21866625aa" - ], - "x-ms-correlation-request-id": [ - "a1770576-154a-4f1b-a3d7-ec21866625aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182619Z:a1770576-154a-4f1b-a3d7-ec21866625aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "b6c377c2de3e4ab3b035f881301c3a41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d86a7a55-1924-46b6-b22b-2403ffca0dd9" - ], - "x-ms-correlation-request-id": [ - "d86a7a55-1924-46b6-b22b-2403ffca0dd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182619Z:d86a7a55-1924-46b6-b22b-2403ffca0dd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "11a7632551ad406a817c4c98edd1162b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8629ff8d-30ba-46ca-9967-ccb50a1c94a4" - ], - "x-ms-correlation-request-id": [ - "8629ff8d-30ba-46ca-9967-ccb50a1c94a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182619Z:8629ff8d-30ba-46ca-9967-ccb50a1c94a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "0198721092924aae8514ddbc1cb94a89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e60a280e-85f5-43c8-bd9e-2ec9f7b63572" - ], - "x-ms-correlation-request-id": [ - "e60a280e-85f5-43c8-bd9e-2ec9f7b63572" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182620Z:e60a280e-85f5-43c8-bd9e-2ec9f7b63572" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "d9ea7c887e584e9c85658a62cfea2cbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7f0d9d3-945a-4292-93c4-b88041b7c5d6" - ], - "x-ms-correlation-request-id": [ - "a7f0d9d3-945a-4292-93c4-b88041b7c5d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182620Z:a7f0d9d3-945a-4292-93c4-b88041b7c5d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "c52f20d140c4454ba24d7edb5f33ed73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18b4c44e-5f90-43ca-9503-426914aaf8ce" - ], - "x-ms-correlation-request-id": [ - "18b4c44e-5f90-43ca-9503-426914aaf8ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182620Z:18b4c44e-5f90-43ca-9503-426914aaf8ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "518b623e6ff74d21b40a29c002bba85a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57c4fa68-8a02-442e-a90d-62034d5e62aa" - ], - "x-ms-correlation-request-id": [ - "57c4fa68-8a02-442e-a90d-62034d5e62aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182620Z:57c4fa68-8a02-442e-a90d-62034d5e62aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "5f2935f6ce7542558867d586473be069" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dedb2a87-7559-4513-acde-c41eb31d0701" - ], - "x-ms-correlation-request-id": [ - "dedb2a87-7559-4513-acde-c41eb31d0701" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182620Z:dedb2a87-7559-4513-acde-c41eb31d0701" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "be54a83832f447adac4895c6bda2a05c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be243176-d355-4d9f-8d85-fd1a9eeca952" - ], - "x-ms-correlation-request-id": [ - "be243176-d355-4d9f-8d85-fd1a9eeca952" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182620Z:be243176-d355-4d9f-8d85-fd1a9eeca952" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "fe1b9620771a4fb1ae579c4e2354bd4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6168431-f08c-41e7-a231-87b70f94523a" - ], - "x-ms-correlation-request-id": [ - "c6168431-f08c-41e7-a231-87b70f94523a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182620Z:c6168431-f08c-41e7-a231-87b70f94523a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "dbe35647cc5c47528d169371f452b7bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c3f2fe8-472e-4bc8-8a5a-a2faeaf64c9a" - ], - "x-ms-correlation-request-id": [ - "7c3f2fe8-472e-4bc8-8a5a-a2faeaf64c9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182621Z:7c3f2fe8-472e-4bc8-8a5a-a2faeaf64c9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "356ecc969fb3463e94009a1e688760b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd731bdf-0b18-44de-b590-1f618e9045ea" - ], - "x-ms-correlation-request-id": [ - "bd731bdf-0b18-44de-b590-1f618e9045ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182621Z:bd731bdf-0b18-44de-b590-1f618e9045ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "556368042bba43c6acc5b20d02a2c0f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9dd28ea3-28f7-45a6-85c0-19160a61ab23" - ], - "x-ms-correlation-request-id": [ - "9dd28ea3-28f7-45a6-85c0-19160a61ab23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182621Z:9dd28ea3-28f7-45a6-85c0-19160a61ab23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "9eb0e9534b484d5897125b44041fe323" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91d7b86d-ee6d-4bac-b328-7e21f0157066" - ], - "x-ms-correlation-request-id": [ - "91d7b86d-ee6d-4bac-b328-7e21f0157066" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182621Z:91d7b86d-ee6d-4bac-b328-7e21f0157066" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "82963fc2c077497eab002017528dbd29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af625b26-cbba-4c3d-8444-798ac27ba9ac" - ], - "x-ms-correlation-request-id": [ - "af625b26-cbba-4c3d-8444-798ac27ba9ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182621Z:af625b26-cbba-4c3d-8444-798ac27ba9ac" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "89f05dbaf16a4664bad5e6557dcd659b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb0a908a-c0e2-4eb3-bc85-eb8dd5f76a6b" - ], - "x-ms-correlation-request-id": [ - "eb0a908a-c0e2-4eb3-bc85-eb8dd5f76a6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182622Z:eb0a908a-c0e2-4eb3-bc85-eb8dd5f76a6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "d86d0b6c1b8e4320a15be80917225f80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4060b88c-6b80-4009-b6ac-e51d0736fe98" - ], - "x-ms-correlation-request-id": [ - "4060b88c-6b80-4009-b6ac-e51d0736fe98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182622Z:4060b88c-6b80-4009-b6ac-e51d0736fe98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "504eac17e870431d94e341042fa204d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46584300-81bb-42b7-9b5f-69e6937d40e1" - ], - "x-ms-correlation-request-id": [ - "46584300-81bb-42b7-9b5f-69e6937d40e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182622Z:46584300-81bb-42b7-9b5f-69e6937d40e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "b8f33e61a59442dc9d2df195b264f5d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1afafe3-1e70-4c60-910e-4907ebc67a83" - ], - "x-ms-correlation-request-id": [ - "a1afafe3-1e70-4c60-910e-4907ebc67a83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182622Z:a1afafe3-1e70-4c60-910e-4907ebc67a83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "e999fd45f06745a49a4e19d909a70ce9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c44cb9f-460b-46f9-affc-ac5aa9aba6e4" - ], - "x-ms-correlation-request-id": [ - "0c44cb9f-460b-46f9-affc-ac5aa9aba6e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182622Z:0c44cb9f-460b-46f9-affc-ac5aa9aba6e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "950129c53ada4cfe91475b4617bd6d82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56355f27-b08c-4c48-987f-345228371182" - ], - "x-ms-correlation-request-id": [ - "56355f27-b08c-4c48-987f-345228371182" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182622Z:56355f27-b08c-4c48-987f-345228371182" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "4cc577390d8c4b1dabe7161d575f2e73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "098a1920-c9d6-40d3-9cc7-563ecd7b37f7" - ], - "x-ms-correlation-request-id": [ - "098a1920-c9d6-40d3-9cc7-563ecd7b37f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182622Z:098a1920-c9d6-40d3-9cc7-563ecd7b37f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "de98a3f1b0724eceb338edfcc0ce13bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fff19eed-c56d-47d4-85ba-836a96a6c78f" - ], - "x-ms-correlation-request-id": [ - "fff19eed-c56d-47d4-85ba-836a96a6c78f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:fff19eed-c56d-47d4-85ba-836a96a6c78f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "f74ae5b5d8814ed7b83be2f7edeee00f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1191798-18c6-493f-841b-29f5678738cd" - ], - "x-ms-correlation-request-id": [ - "f1191798-18c6-493f-841b-29f5678738cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:f1191798-18c6-493f-841b-29f5678738cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "bf3cab06cf234f2fa18bfa672a38682e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f1ce834-f9cf-4342-b9d9-ae2d41521110" - ], - "x-ms-correlation-request-id": [ - "8f1ce834-f9cf-4342-b9d9-ae2d41521110" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:8f1ce834-f9cf-4342-b9d9-ae2d41521110" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "6cf80cbd2ca4407fb6188369cd76dc51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45e3c640-4f0b-4e03-aec1-643600960489" - ], - "x-ms-correlation-request-id": [ - "45e3c640-4f0b-4e03-aec1-643600960489" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:45e3c640-4f0b-4e03-aec1-643600960489" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "15e76404e6dc44f1b399d157a0de3418" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8826fc91-f12f-4cb7-bd9d-abc9143b82f8" - ], - "x-ms-correlation-request-id": [ - "8826fc91-f12f-4cb7-bd9d-abc9143b82f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:8826fc91-f12f-4cb7-bd9d-abc9143b82f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "d6ba7af884f84ee0a262a700c1fd9959" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1910f52-4e84-4250-b3ac-7924af50a327" - ], - "x-ms-correlation-request-id": [ - "a1910f52-4e84-4250-b3ac-7924af50a327" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:a1910f52-4e84-4250-b3ac-7924af50a327" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "364694f20548424c8063e4cb5bcdac3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2081f96c-5cf6-48e1-91a4-cee0a7b9d6ba" - ], - "x-ms-correlation-request-id": [ - "2081f96c-5cf6-48e1-91a4-cee0a7b9d6ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:2081f96c-5cf6-48e1-91a4-cee0a7b9d6ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "ad5ddd25e33e4959830043066cf2b847" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f37428ef-a555-4962-b445-04b1ce863a5d" - ], - "x-ms-correlation-request-id": [ - "f37428ef-a555-4962-b445-04b1ce863a5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:f37428ef-a555-4962-b445-04b1ce863a5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "4d4811c2a6f8499b94cf8614edbf4d52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6dc727c-0c76-4ca6-8a1e-8be8f8d09d01" - ], - "x-ms-correlation-request-id": [ - "b6dc727c-0c76-4ca6-8a1e-8be8f8d09d01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182623Z:b6dc727c-0c76-4ca6-8a1e-8be8f8d09d01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "b82d836192164e8f97c6ef122e5a648e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd064468-5580-4656-8c38-cb17f26392ea" - ], - "x-ms-correlation-request-id": [ - "fd064468-5580-4656-8c38-cb17f26392ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182624Z:fd064468-5580-4656-8c38-cb17f26392ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "11a95b89f8c544119e55fd539d321aad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca5fbae1-8896-445d-bf2d-ae6dc985c4fc" - ], - "x-ms-correlation-request-id": [ - "ca5fbae1-8896-445d-bf2d-ae6dc985c4fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182624Z:ca5fbae1-8896-445d-bf2d-ae6dc985c4fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "7c1f487661804156a86f6e1a905851a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fee9527b-a283-4222-806a-c8f89e0bd63a" - ], - "x-ms-correlation-request-id": [ - "fee9527b-a283-4222-806a-c8f89e0bd63a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182624Z:fee9527b-a283-4222-806a-c8f89e0bd63a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "86ae6d26051c4dbe92fe7a851b554e01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "480a2bbd-43b6-47ef-bb35-01116be0efc4" - ], - "x-ms-correlation-request-id": [ - "480a2bbd-43b6-47ef-bb35-01116be0efc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182624Z:480a2bbd-43b6-47ef-bb35-01116be0efc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "8b51c7c3d0f0415abea1ff6538d64556" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e113eb0a-c2b4-48d4-9676-d38e2f03cf1d" - ], - "x-ms-correlation-request-id": [ - "e113eb0a-c2b4-48d4-9676-d38e2f03cf1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182624Z:e113eb0a-c2b4-48d4-9676-d38e2f03cf1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "277e0073087c48209962b0b9b39b977f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bedc987f-1ba7-430c-a37b-e1daf287bcc7" - ], - "x-ms-correlation-request-id": [ - "bedc987f-1ba7-430c-a37b-e1daf287bcc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182624Z:bedc987f-1ba7-430c-a37b-e1daf287bcc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "7aa4557d51fd48c5b2d057f60828479e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80b1ce6a-ce81-46a5-bd47-ff83d57e5c61" - ], - "x-ms-correlation-request-id": [ - "80b1ce6a-ce81-46a5-bd47-ff83d57e5c61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182624Z:80b1ce6a-ce81-46a5-bd47-ff83d57e5c61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "5291aa865b6840b9bf24b18f746845e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "579d6f7e-ed23-4dbc-8575-7217cd511ac5" - ], - "x-ms-correlation-request-id": [ - "579d6f7e-ed23-4dbc-8575-7217cd511ac5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:579d6f7e-ed23-4dbc-8575-7217cd511ac5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "bae22aac59654e1bbb5f71f900c6f12e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ce65e4b-746e-4d22-89f5-84600eeca832" - ], - "x-ms-correlation-request-id": [ - "7ce65e4b-746e-4d22-89f5-84600eeca832" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:7ce65e4b-746e-4d22-89f5-84600eeca832" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "627167109fc6478ab5ac26293aa19ecf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b743b238-995b-42d4-a71d-b479862c1c6a" - ], - "x-ms-correlation-request-id": [ - "b743b238-995b-42d4-a71d-b479862c1c6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:b743b238-995b-42d4-a71d-b479862c1c6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "00fd55fbd7744d3db6841c0ea9a690e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3ddbb96-d6bb-40e9-b816-bf1d5df00606" - ], - "x-ms-correlation-request-id": [ - "d3ddbb96-d6bb-40e9-b816-bf1d5df00606" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:d3ddbb96-d6bb-40e9-b816-bf1d5df00606" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "18bde39c395f45ae9d404c8c0cccf0f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b1e0af0-9720-4ff5-a360-4838db280cad" - ], - "x-ms-correlation-request-id": [ - "6b1e0af0-9720-4ff5-a360-4838db280cad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:6b1e0af0-9720-4ff5-a360-4838db280cad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "b9aca0ad049b4621bca493a33491bb1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7db1bfea-67a8-4d85-99fb-30cb0c0959fe" - ], - "x-ms-correlation-request-id": [ - "7db1bfea-67a8-4d85-99fb-30cb0c0959fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:7db1bfea-67a8-4d85-99fb-30cb0c0959fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "63e75c8fc082476ba6e945a4690c8500" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a16d01a-49ed-47fd-be0c-ef29c9b52a24" - ], - "x-ms-correlation-request-id": [ - "5a16d01a-49ed-47fd-be0c-ef29c9b52a24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:5a16d01a-49ed-47fd-be0c-ef29c9b52a24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "6cb92da6d4194b9996e7c805ce490f51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d87e7e17-56fa-4eb9-bad6-01dc29a3f7f1" - ], - "x-ms-correlation-request-id": [ - "d87e7e17-56fa-4eb9-bad6-01dc29a3f7f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182625Z:d87e7e17-56fa-4eb9-bad6-01dc29a3f7f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f7cc79be3b2b40d09b348d90bf4de8f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58f3ded6-dab1-4666-9589-dd640efa51c9" - ], - "x-ms-correlation-request-id": [ - "58f3ded6-dab1-4666-9589-dd640efa51c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182626Z:58f3ded6-dab1-4666-9589-dd640efa51c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "e1afc8413f024676aa012b6bc11dfb15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40406f39-ac5d-40e8-975d-29d4fbd6a843" - ], - "x-ms-correlation-request-id": [ - "40406f39-ac5d-40e8-975d-29d4fbd6a843" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182626Z:40406f39-ac5d-40e8-975d-29d4fbd6a843" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "114427ca265d48448579f2a266783409" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbf3b862-9a0d-4be0-aaed-ea6b22ff17f4" - ], - "x-ms-correlation-request-id": [ - "cbf3b862-9a0d-4be0-aaed-ea6b22ff17f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182626Z:cbf3b862-9a0d-4be0-aaed-ea6b22ff17f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "dab42550791d43e699f515eac9dd524a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30fe9ab3-b7ad-43b1-81f3-e39fe09ed0ec" - ], - "x-ms-correlation-request-id": [ - "30fe9ab3-b7ad-43b1-81f3-e39fe09ed0ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182626Z:30fe9ab3-b7ad-43b1-81f3-e39fe09ed0ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "a1ec9cac658e4432a82f9ed42701f719" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15348997-da39-47c2-80d6-871423cacbdb" - ], - "x-ms-correlation-request-id": [ - "15348997-da39-47c2-80d6-871423cacbdb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182626Z:15348997-da39-47c2-80d6-871423cacbdb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "81127ab4214244cebb06d7c44db3b027" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c5103dc-3baa-48b9-acc0-5ce88795182b" - ], - "x-ms-correlation-request-id": [ - "2c5103dc-3baa-48b9-acc0-5ce88795182b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182626Z:2c5103dc-3baa-48b9-acc0-5ce88795182b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "78f0d57f4fba4d0ab39044a0a2360272" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3c20823-0675-4aa0-b2da-40eeb4b0cba9" - ], - "x-ms-correlation-request-id": [ - "b3c20823-0675-4aa0-b2da-40eeb4b0cba9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182626Z:b3c20823-0675-4aa0-b2da-40eeb4b0cba9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "1b2d8c5ae44e480ca79de967ab5a12d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d093918-72da-4c0b-9115-2b9e7c6d2ab1" - ], - "x-ms-correlation-request-id": [ - "6d093918-72da-4c0b-9115-2b9e7c6d2ab1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182627Z:6d093918-72da-4c0b-9115-2b9e7c6d2ab1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "c2b37c89c7054117bad75c3d90a4a0a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25f38aa5-4643-4458-9c93-a95cf25b0a74" - ], - "x-ms-correlation-request-id": [ - "25f38aa5-4643-4458-9c93-a95cf25b0a74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182627Z:25f38aa5-4643-4458-9c93-a95cf25b0a74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "4b5d2dfb27ab466fad8ef172cfda1d6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b126c2a5-8157-49e0-a022-6f92206b1e26" - ], - "x-ms-correlation-request-id": [ - "b126c2a5-8157-49e0-a022-6f92206b1e26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182627Z:b126c2a5-8157-49e0-a022-6f92206b1e26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "011849f74a0b4725a91652014e02580f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4da2c0a-f785-46ce-86f9-5e3f6e6885a8" - ], - "x-ms-correlation-request-id": [ - "e4da2c0a-f785-46ce-86f9-5e3f6e6885a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182627Z:e4da2c0a-f785-46ce-86f9-5e3f6e6885a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "4a801eeb8b034935a9dcafffd02412b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c18dcbd-ae79-4ae6-a51b-5b2fb79c8dc6" - ], - "x-ms-correlation-request-id": [ - "9c18dcbd-ae79-4ae6-a51b-5b2fb79c8dc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182627Z:9c18dcbd-ae79-4ae6-a51b-5b2fb79c8dc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "b30feea72b9f4a3badc6c18ec2700159" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bc210e5-329e-41b1-88ab-48518a4681d1" - ], - "x-ms-correlation-request-id": [ - "7bc210e5-329e-41b1-88ab-48518a4681d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182627Z:7bc210e5-329e-41b1-88ab-48518a4681d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "31fedfa9a9c046be83278e0866ee06bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf882aa4-572e-48c7-8a85-debf123b458a" - ], - "x-ms-correlation-request-id": [ - "cf882aa4-572e-48c7-8a85-debf123b458a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182627Z:cf882aa4-572e-48c7-8a85-debf123b458a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "e81599f600184abcbdc73f43185b634d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "874f8d80-9ae4-4fb0-9838-1dc54214a21c" - ], - "x-ms-correlation-request-id": [ - "874f8d80-9ae4-4fb0-9838-1dc54214a21c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182628Z:874f8d80-9ae4-4fb0-9838-1dc54214a21c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "8661bd30374d4b02b588d117f9929bfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a285cc3c-2c9c-4c3c-92bf-42a4512eb3aa" - ], - "x-ms-correlation-request-id": [ - "a285cc3c-2c9c-4c3c-92bf-42a4512eb3aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182628Z:a285cc3c-2c9c-4c3c-92bf-42a4512eb3aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "3dbeaf54a27e452cbb89cd0cc2abea32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f106c2f8-cf17-4379-a5a8-f6eb1ed0fb98" - ], - "x-ms-correlation-request-id": [ - "f106c2f8-cf17-4379-a5a8-f6eb1ed0fb98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182628Z:f106c2f8-cf17-4379-a5a8-f6eb1ed0fb98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "24c1c5abfa4f414c992a07114de8324f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ded4e171-2d5f-4df3-8f52-abf091fac203" - ], - "x-ms-correlation-request-id": [ - "ded4e171-2d5f-4df3-8f52-abf091fac203" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182628Z:ded4e171-2d5f-4df3-8f52-abf091fac203" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "f31f03da1bd649f8b216085dd7b78cbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3158b402-36c3-4869-9948-7496740bdbe8" - ], - "x-ms-correlation-request-id": [ - "3158b402-36c3-4869-9948-7496740bdbe8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182628Z:3158b402-36c3-4869-9948-7496740bdbe8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "b5cb59b9ab55480dab2827f4dbf19ae7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3eae2de-5687-470a-8c2b-bd9da64d7cf0" - ], - "x-ms-correlation-request-id": [ - "b3eae2de-5687-470a-8c2b-bd9da64d7cf0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182628Z:b3eae2de-5687-470a-8c2b-bd9da64d7cf0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "24eb5e5fd8204b899d21022cd2a87201" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aad681d0-7823-4aa6-9ce2-118a555ec7cd" - ], - "x-ms-correlation-request-id": [ - "aad681d0-7823-4aa6-9ce2-118a555ec7cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:aad681d0-7823-4aa6-9ce2-118a555ec7cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "1b0d261032de482ea57886068fbf2079" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9c65fed-6d6c-47dc-8dc1-61dde5ab2057" - ], - "x-ms-correlation-request-id": [ - "d9c65fed-6d6c-47dc-8dc1-61dde5ab2057" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:d9c65fed-6d6c-47dc-8dc1-61dde5ab2057" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "de870ef5019c4cc1a3a0102e9deb8da6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90210850-ddf1-49e9-83b0-6e10caf84288" - ], - "x-ms-correlation-request-id": [ - "90210850-ddf1-49e9-83b0-6e10caf84288" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:90210850-ddf1-49e9-83b0-6e10caf84288" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "65a3e3820de045e98c7aa325a2aa7b26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a787e677-2790-4bac-9ff7-aba556ceaf10" - ], - "x-ms-correlation-request-id": [ - "a787e677-2790-4bac-9ff7-aba556ceaf10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:a787e677-2790-4bac-9ff7-aba556ceaf10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "6701336a185a481c9973d8e577e7ef5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bca2dd22-0bf6-44c8-8ac6-8c03c9f89d36" - ], - "x-ms-correlation-request-id": [ - "bca2dd22-0bf6-44c8-8ac6-8c03c9f89d36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:bca2dd22-0bf6-44c8-8ac6-8c03c9f89d36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "c1df0da31d3043a1b03f6f13732e963b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58767d59-1f9f-459d-bd23-35e6a38cc888" - ], - "x-ms-correlation-request-id": [ - "58767d59-1f9f-459d-bd23-35e6a38cc888" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:58767d59-1f9f-459d-bd23-35e6a38cc888" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "b5f76e4acf794e0588c95b1c94058239" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "299341c2-42f8-468d-b3e3-9faec809c609" - ], - "x-ms-correlation-request-id": [ - "299341c2-42f8-468d-b3e3-9faec809c609" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:299341c2-42f8-468d-b3e3-9faec809c609" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "04f216fad8794fb0a7bd6712e6e11d15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8b9248f-39ab-4f48-b274-09bc04af152e" - ], - "x-ms-correlation-request-id": [ - "e8b9248f-39ab-4f48-b274-09bc04af152e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182629Z:e8b9248f-39ab-4f48-b274-09bc04af152e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "0c7c33eb151b46fd9fc779cd09ea50e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d0953d5-842b-463e-9f5a-538e148b32a9" - ], - "x-ms-correlation-request-id": [ - "3d0953d5-842b-463e-9f5a-538e148b32a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182630Z:3d0953d5-842b-463e-9f5a-538e148b32a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "cb1d1e625470423bbf3be1d5b76c47a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0236351c-35ed-49d7-9986-45f66510de68" - ], - "x-ms-correlation-request-id": [ - "0236351c-35ed-49d7-9986-45f66510de68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182630Z:0236351c-35ed-49d7-9986-45f66510de68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "a192f49919b74511a7ca9cbf4e995c1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ba97328-cba1-4aaa-aded-2ad306a2a0e2" - ], - "x-ms-correlation-request-id": [ - "1ba97328-cba1-4aaa-aded-2ad306a2a0e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182630Z:1ba97328-cba1-4aaa-aded-2ad306a2a0e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "d952712d6c284e05b6c34ae20c9b8d5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b12c3583-7320-4115-8e96-af960e00fd0d" - ], - "x-ms-correlation-request-id": [ - "b12c3583-7320-4115-8e96-af960e00fd0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182630Z:b12c3583-7320-4115-8e96-af960e00fd0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "68db7c3c92dc4e369ae1dd8cf737349f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4021864a-e27c-4914-afa2-b5b15f359702" - ], - "x-ms-correlation-request-id": [ - "4021864a-e27c-4914-afa2-b5b15f359702" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182630Z:4021864a-e27c-4914-afa2-b5b15f359702" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "171c510ebe9247839971e4008b171972" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc6327c3-fb7e-451b-a817-97779f1b366c" - ], - "x-ms-correlation-request-id": [ - "cc6327c3-fb7e-451b-a817-97779f1b366c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:cc6327c3-fb7e-451b-a817-97779f1b366c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "0c35e269323a4d18b5d125097c61f118" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d66d1f15-e86b-485e-a43f-6a9c24417024" - ], - "x-ms-correlation-request-id": [ - "d66d1f15-e86b-485e-a43f-6a9c24417024" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:d66d1f15-e86b-485e-a43f-6a9c24417024" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "985d9800dc964e03bfe2b77daeb05fd5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6581e6b9-c520-4e89-a77e-e5ca88885f98" - ], - "x-ms-correlation-request-id": [ - "6581e6b9-c520-4e89-a77e-e5ca88885f98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:6581e6b9-c520-4e89-a77e-e5ca88885f98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "a0d1b3cb10dd4affbef4bdd53c4377ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4016ceb-d91a-4091-9448-0da409af4f81" - ], - "x-ms-correlation-request-id": [ - "d4016ceb-d91a-4091-9448-0da409af4f81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:d4016ceb-d91a-4091-9448-0da409af4f81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "dfd0bd45d23940cb99bea6a440c19970" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "055a4d13-4ae5-4b86-85f9-f1424872a926" - ], - "x-ms-correlation-request-id": [ - "055a4d13-4ae5-4b86-85f9-f1424872a926" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:055a4d13-4ae5-4b86-85f9-f1424872a926" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "1b8dad19510041c8b03784b4e57dae06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6e06c10-e959-4b7d-9ccc-b337397e58e6" - ], - "x-ms-correlation-request-id": [ - "c6e06c10-e959-4b7d-9ccc-b337397e58e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:c6e06c10-e959-4b7d-9ccc-b337397e58e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "51b67cfbab564d07b9848c9c55114992" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ded93ea-e20f-45b6-86d6-1fa7e28f34cc" - ], - "x-ms-correlation-request-id": [ - "5ded93ea-e20f-45b6-86d6-1fa7e28f34cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:5ded93ea-e20f-45b6-86d6-1fa7e28f34cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "35fef4ef09934c5bb5b87e69b7151062" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69c907d4-6a2f-497e-8f49-b030cf6acb72" - ], - "x-ms-correlation-request-id": [ - "69c907d4-6a2f-497e-8f49-b030cf6acb72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182631Z:69c907d4-6a2f-497e-8f49-b030cf6acb72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "9018800e29e848cbab6de30e045db537" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c76cd1c-2587-4242-a37f-88e302125f69" - ], - "x-ms-correlation-request-id": [ - "2c76cd1c-2587-4242-a37f-88e302125f69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:2c76cd1c-2587-4242-a37f-88e302125f69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "29ab58d8b63c4cdf8824958436716fbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed8cfd26-d247-4d1b-8a46-fd6ed9cd670c" - ], - "x-ms-correlation-request-id": [ - "ed8cfd26-d247-4d1b-8a46-fd6ed9cd670c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:ed8cfd26-d247-4d1b-8a46-fd6ed9cd670c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "ed26c45e977f4e0fa654bf7dba18de62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68662cb6-8f5c-412b-a5ec-c32ae20b44b2" - ], - "x-ms-correlation-request-id": [ - "68662cb6-8f5c-412b-a5ec-c32ae20b44b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:68662cb6-8f5c-412b-a5ec-c32ae20b44b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "0f859149b2ac484989b6627b26d70f77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfa6cc77-c985-4d15-b0a6-c96abfd22924" - ], - "x-ms-correlation-request-id": [ - "cfa6cc77-c985-4d15-b0a6-c96abfd22924" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:cfa6cc77-c985-4d15-b0a6-c96abfd22924" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "495879b2f4fd4930a0287462ed73b178" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91a5676c-9732-4dda-b853-d157d2de46bd" - ], - "x-ms-correlation-request-id": [ - "91a5676c-9732-4dda-b853-d157d2de46bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:91a5676c-9732-4dda-b853-d157d2de46bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "d3fad6e1b43d4656a1ec5173f47c013d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99e945cb-29af-47aa-9c84-37f763f160b0" - ], - "x-ms-correlation-request-id": [ - "99e945cb-29af-47aa-9c84-37f763f160b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:99e945cb-29af-47aa-9c84-37f763f160b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "cd2c461e847648899afec38a2bc8e87e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f55c7e7d-9fd4-40d6-8e37-5605dbab6d5e" - ], - "x-ms-correlation-request-id": [ - "f55c7e7d-9fd4-40d6-8e37-5605dbab6d5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:f55c7e7d-9fd4-40d6-8e37-5605dbab6d5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "30d4d442d76e4a72ae18afce5282c25c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c47b4ad-6851-480d-929d-aa6dc34ee6aa" - ], - "x-ms-correlation-request-id": [ - "3c47b4ad-6851-480d-929d-aa6dc34ee6aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182632Z:3c47b4ad-6851-480d-929d-aa6dc34ee6aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "dfa97cbed7f34268a95a05d7296764fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65fe55c5-4a59-449e-a64f-4abb9c5ecd94" - ], - "x-ms-correlation-request-id": [ - "65fe55c5-4a59-449e-a64f-4abb9c5ecd94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:65fe55c5-4a59-449e-a64f-4abb9c5ecd94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "89497f7d2935466297b4347baed90581" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68ac71cc-07f2-4d51-8cd9-d578e2881d04" - ], - "x-ms-correlation-request-id": [ - "68ac71cc-07f2-4d51-8cd9-d578e2881d04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:68ac71cc-07f2-4d51-8cd9-d578e2881d04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "d288bb2988a24a239b027b8eb1675680" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53ba951d-cf67-4ef7-bd7a-8356f58c9246" - ], - "x-ms-correlation-request-id": [ - "53ba951d-cf67-4ef7-bd7a-8356f58c9246" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:53ba951d-cf67-4ef7-bd7a-8356f58c9246" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "77e135e58b7f47cd94ec07afb8627aca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a9e48b2-59e2-494d-a7ef-c296390a1a90" - ], - "x-ms-correlation-request-id": [ - "4a9e48b2-59e2-494d-a7ef-c296390a1a90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:4a9e48b2-59e2-494d-a7ef-c296390a1a90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "c9f5dedfda9b4012a80827e1ca03e866" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d48232f9-7fba-420b-8700-17a6d4422f14" - ], - "x-ms-correlation-request-id": [ - "d48232f9-7fba-420b-8700-17a6d4422f14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:d48232f9-7fba-420b-8700-17a6d4422f14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "aab8bec8a2b544fdb8d967ec5179a13f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce6687c0-ae4d-4bdd-a461-9e6cd3d27fe4" - ], - "x-ms-correlation-request-id": [ - "ce6687c0-ae4d-4bdd-a461-9e6cd3d27fe4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:ce6687c0-ae4d-4bdd-a461-9e6cd3d27fe4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "4da1ff6a39b447ba97927c6c8eeca4e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef076904-f4a8-40af-a5e8-59f6a94867b6" - ], - "x-ms-correlation-request-id": [ - "ef076904-f4a8-40af-a5e8-59f6a94867b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:ef076904-f4a8-40af-a5e8-59f6a94867b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "3c4bd40b08ad4862a2fd0f18c0cae7b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd9ec220-01da-4314-8105-6df619917848" - ], - "x-ms-correlation-request-id": [ - "bd9ec220-01da-4314-8105-6df619917848" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182633Z:bd9ec220-01da-4314-8105-6df619917848" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "f5d2a0cc61dd4d05941df2bcfec2f66b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "896f7b27-6137-4fa1-a745-640f74276a11" - ], - "x-ms-correlation-request-id": [ - "896f7b27-6137-4fa1-a745-640f74276a11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:896f7b27-6137-4fa1-a745-640f74276a11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "c3c7183f38ae447ab018ff1b341dbbf1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea5b70b2-59a9-4b44-95a6-6b353aacff88" - ], - "x-ms-correlation-request-id": [ - "ea5b70b2-59a9-4b44-95a6-6b353aacff88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:ea5b70b2-59a9-4b44-95a6-6b353aacff88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "9e784857cb1942939df4dba86545fb26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "415d3bbd-7eae-4828-bd76-f2cec1756621" - ], - "x-ms-correlation-request-id": [ - "415d3bbd-7eae-4828-bd76-f2cec1756621" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:415d3bbd-7eae-4828-bd76-f2cec1756621" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "134dd84e6bd44862acda6ab078adcc44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d74b076-0832-43c4-8c02-ec0220ba3222" - ], - "x-ms-correlation-request-id": [ - "5d74b076-0832-43c4-8c02-ec0220ba3222" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:5d74b076-0832-43c4-8c02-ec0220ba3222" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "dcca3f83aa354260854c9027879b2609" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c17a0c9b-2f9b-42a1-b220-b65e7da58acc" - ], - "x-ms-correlation-request-id": [ - "c17a0c9b-2f9b-42a1-b220-b65e7da58acc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:c17a0c9b-2f9b-42a1-b220-b65e7da58acc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "d3291119a2104ae1b10d596b605cd585" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2d76222-e271-4ea6-b891-0f6132be2564" - ], - "x-ms-correlation-request-id": [ - "c2d76222-e271-4ea6-b891-0f6132be2564" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:c2d76222-e271-4ea6-b891-0f6132be2564" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "d1e8d184cdcb4af78e0a4565a24c4035" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "498efcc2-0287-4934-8029-9f8a814a8774" - ], - "x-ms-correlation-request-id": [ - "498efcc2-0287-4934-8029-9f8a814a8774" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:498efcc2-0287-4934-8029-9f8a814a8774" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "ee1733d418d64f978151617b14eb6d83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63c9d76f-072d-4157-a1e4-90e363952ef0" - ], - "x-ms-correlation-request-id": [ - "63c9d76f-072d-4157-a1e4-90e363952ef0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182634Z:63c9d76f-072d-4157-a1e4-90e363952ef0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "5b497b46697c4bdeb0168b85368222a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e06d0a70-de9e-430c-bfff-4c599a00f091" - ], - "x-ms-correlation-request-id": [ - "e06d0a70-de9e-430c-bfff-4c599a00f091" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182635Z:e06d0a70-de9e-430c-bfff-4c599a00f091" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "9c4fe6be7173493c8e26826b2d7838df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6155a65d-b277-415e-b630-98706a55c20a" - ], - "x-ms-correlation-request-id": [ - "6155a65d-b277-415e-b630-98706a55c20a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182635Z:6155a65d-b277-415e-b630-98706a55c20a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "63ba5b25579142f0a026aaf36ef3d03e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df74e790-366d-4980-8cc4-142c8698d310" - ], - "x-ms-correlation-request-id": [ - "df74e790-366d-4980-8cc4-142c8698d310" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182635Z:df74e790-366d-4980-8cc4-142c8698d310" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "3eb5b02890654b29baeed9818c718d74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6834cd2c-8dba-496e-bf9d-cbd4fa16ec67" - ], - "x-ms-correlation-request-id": [ - "6834cd2c-8dba-496e-bf9d-cbd4fa16ec67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182635Z:6834cd2c-8dba-496e-bf9d-cbd4fa16ec67" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "7c7d67dbf8db464487eff1ca29950cd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52a82878-ac0a-49e1-b3a3-1457a27fcd70" - ], - "x-ms-correlation-request-id": [ - "52a82878-ac0a-49e1-b3a3-1457a27fcd70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182636Z:52a82878-ac0a-49e1-b3a3-1457a27fcd70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "ec0e679b43f04342b60b9f184453d461" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "770ea102-18da-464a-9e53-94054d89332a" - ], - "x-ms-correlation-request-id": [ - "770ea102-18da-464a-9e53-94054d89332a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182640Z:770ea102-18da-464a-9e53-94054d89332a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "08f3efd8cded40c29e3edb9acab59455" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37f2da9b-22a9-4240-84e0-c5cdff5dd595" - ], - "x-ms-correlation-request-id": [ - "37f2da9b-22a9-4240-84e0-c5cdff5dd595" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:37f2da9b-22a9-4240-84e0-c5cdff5dd595" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "9a3ed93a3df64d38a42b6a4ff6371467" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a176ad0-83ab-4f31-80ab-31c2a99ec004" - ], - "x-ms-correlation-request-id": [ - "1a176ad0-83ab-4f31-80ab-31c2a99ec004" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:1a176ad0-83ab-4f31-80ab-31c2a99ec004" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "90fe714bc0564e28afa5b6784ce4b698" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2916c7e7-d3e3-4652-a5be-a7274a077524" - ], - "x-ms-correlation-request-id": [ - "2916c7e7-d3e3-4652-a5be-a7274a077524" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:2916c7e7-d3e3-4652-a5be-a7274a077524" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "0f75d39249d748c9a81d196003bcd0d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7406277c-9dc8-4e69-945a-ad89e0183010" - ], - "x-ms-correlation-request-id": [ - "7406277c-9dc8-4e69-945a-ad89e0183010" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:7406277c-9dc8-4e69-945a-ad89e0183010" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "f1a34a8236f7480a893e7e9d0a6a048e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77f87479-985d-45e0-b04b-fb22cfa7ab8d" - ], - "x-ms-correlation-request-id": [ - "77f87479-985d-45e0-b04b-fb22cfa7ab8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:77f87479-985d-45e0-b04b-fb22cfa7ab8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "32ccee5ea0f24048a96be49fa43e92b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8afeeadf-ea2d-4639-9689-d7e1d65944ec" - ], - "x-ms-correlation-request-id": [ - "8afeeadf-ea2d-4639-9689-d7e1d65944ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:8afeeadf-ea2d-4639-9689-d7e1d65944ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "64c4dd6c34404e008c413a72231cb709" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a93334c6-bbd7-48a0-a46f-fb030a40ab1a" - ], - "x-ms-correlation-request-id": [ - "a93334c6-bbd7-48a0-a46f-fb030a40ab1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:a93334c6-bbd7-48a0-a46f-fb030a40ab1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "cc8956dc30b444589fc7ba9c2cc2d5b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9b5448c-4774-467a-852e-548b60436afb" - ], - "x-ms-correlation-request-id": [ - "f9b5448c-4774-467a-852e-548b60436afb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:f9b5448c-4774-467a-852e-548b60436afb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "bdb2c02d8e624390ab045a2069edfb4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e1f67fe-b6e7-4d4b-8129-579303eddeb0" - ], - "x-ms-correlation-request-id": [ - "2e1f67fe-b6e7-4d4b-8129-579303eddeb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182641Z:2e1f67fe-b6e7-4d4b-8129-579303eddeb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "01e814d56c804e84b66b06de78fb2a5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c129f166-0938-47d5-8441-9b6cbfe5f1ae" - ], - "x-ms-correlation-request-id": [ - "c129f166-0938-47d5-8441-9b6cbfe5f1ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:c129f166-0938-47d5-8441-9b6cbfe5f1ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "283af64953c24dd1bd4d50dbc41b0a91" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13b9d4bc-19ba-41b9-b7f2-060bcb1ea409" - ], - "x-ms-correlation-request-id": [ - "13b9d4bc-19ba-41b9-b7f2-060bcb1ea409" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:13b9d4bc-19ba-41b9-b7f2-060bcb1ea409" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "e3ef7909065f416298d0521814c82693" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba795b97-1797-4636-9e7b-082f5e4b8acb" - ], - "x-ms-correlation-request-id": [ - "ba795b97-1797-4636-9e7b-082f5e4b8acb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:ba795b97-1797-4636-9e7b-082f5e4b8acb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "19d7a8c0558d46d6bf9842c9e876bfb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4ae6fb7-55a3-4d02-b7d5-3fc0bacc2976" - ], - "x-ms-correlation-request-id": [ - "c4ae6fb7-55a3-4d02-b7d5-3fc0bacc2976" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:c4ae6fb7-55a3-4d02-b7d5-3fc0bacc2976" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "7a9e5582bd8f447f8531c42f3f67cbc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffd5ce30-442b-455c-80c7-5337d4e881e3" - ], - "x-ms-correlation-request-id": [ - "ffd5ce30-442b-455c-80c7-5337d4e881e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:ffd5ce30-442b-455c-80c7-5337d4e881e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "9f86bba06c1a4190810e656f2231dd1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf029dc0-827e-4b64-b461-bfaa5f7022c7" - ], - "x-ms-correlation-request-id": [ - "bf029dc0-827e-4b64-b461-bfaa5f7022c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:bf029dc0-827e-4b64-b461-bfaa5f7022c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "2187ac49068d4b16810de577eda7d69e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66664c81-cf27-4656-af52-087f61ea2830" - ], - "x-ms-correlation-request-id": [ - "66664c81-cf27-4656-af52-087f61ea2830" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:66664c81-cf27-4656-af52-087f61ea2830" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "17a6d85cb8e74e01ac798f4dc0210cca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "339f8271-2d6b-4fb6-9255-8c7aa134c352" - ], - "x-ms-correlation-request-id": [ - "339f8271-2d6b-4fb6-9255-8c7aa134c352" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:339f8271-2d6b-4fb6-9255-8c7aa134c352" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "f9f04584e3ca45c08c096022d571e38c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2ffe5fb-2e68-45e2-b143-e220c829af61" - ], - "x-ms-correlation-request-id": [ - "a2ffe5fb-2e68-45e2-b143-e220c829af61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182642Z:a2ffe5fb-2e68-45e2-b143-e220c829af61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "c4ec21fa22564b8c98a04ff08f4348d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac26031d-586b-4512-b44b-93860b9322af" - ], - "x-ms-correlation-request-id": [ - "ac26031d-586b-4512-b44b-93860b9322af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:ac26031d-586b-4512-b44b-93860b9322af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "3d8498fd62c74dc685472eb5fdbd50da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5b3a352-f5f0-4d3d-942a-0da13b725fb8" - ], - "x-ms-correlation-request-id": [ - "e5b3a352-f5f0-4d3d-942a-0da13b725fb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:e5b3a352-f5f0-4d3d-942a-0da13b725fb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "fa63e4e9735748a5a2b1519fb5ca6153" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa3807ea-6025-422f-a05b-c6b6bc7755a9" - ], - "x-ms-correlation-request-id": [ - "fa3807ea-6025-422f-a05b-c6b6bc7755a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:fa3807ea-6025-422f-a05b-c6b6bc7755a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "ea7012f4309d41a3a6afca326afdf67f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3725ae2f-39a5-4355-af29-58adc7fb8718" - ], - "x-ms-correlation-request-id": [ - "3725ae2f-39a5-4355-af29-58adc7fb8718" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:3725ae2f-39a5-4355-af29-58adc7fb8718" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "a881633d6cb843ea86653150368fbe92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b11bbaa6-b8c1-4f38-b53d-b7547bffdf7a" - ], - "x-ms-correlation-request-id": [ - "b11bbaa6-b8c1-4f38-b53d-b7547bffdf7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:b11bbaa6-b8c1-4f38-b53d-b7547bffdf7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "dfec91b6fccf4a8ea3c4dc4602927bda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4b2cac0-3d79-4e7c-829b-71d587d88eb7" - ], - "x-ms-correlation-request-id": [ - "e4b2cac0-3d79-4e7c-829b-71d587d88eb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:e4b2cac0-3d79-4e7c-829b-71d587d88eb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "a796671689f04cf784a87886af194b1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "621d9edd-bf8a-4299-8fa2-d971d9080961" - ], - "x-ms-correlation-request-id": [ - "621d9edd-bf8a-4299-8fa2-d971d9080961" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:621d9edd-bf8a-4299-8fa2-d971d9080961" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "61050937841b473ca10650d303782a95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebf8060c-e835-47e2-a909-6f41c16a8f03" - ], - "x-ms-correlation-request-id": [ - "ebf8060c-e835-47e2-a909-6f41c16a8f03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:ebf8060c-e835-47e2-a909-6f41c16a8f03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "2921d2cd9b434e978dd5c6ab6b088084" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e59892ca-4f1e-4731-9460-1d56420df16c" - ], - "x-ms-correlation-request-id": [ - "e59892ca-4f1e-4731-9460-1d56420df16c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182643Z:e59892ca-4f1e-4731-9460-1d56420df16c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "80785b0e62ca402f9a9c6b07db96d3d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cab8fc4f-208e-4b2f-a7e3-c007a388eca4" - ], - "x-ms-correlation-request-id": [ - "cab8fc4f-208e-4b2f-a7e3-c007a388eca4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182644Z:cab8fc4f-208e-4b2f-a7e3-c007a388eca4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "6f2fbaa973d448cbbb8dc756ef9e6f61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80089872-d4cd-4c24-b431-6681019708b6" - ], - "x-ms-correlation-request-id": [ - "80089872-d4cd-4c24-b431-6681019708b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182644Z:80089872-d4cd-4c24-b431-6681019708b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "4031372e61f24596a396bd0aaaf7506b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c623c45c-a07c-4ead-a231-8a88e1de2927" - ], - "x-ms-correlation-request-id": [ - "c623c45c-a07c-4ead-a231-8a88e1de2927" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182644Z:c623c45c-a07c-4ead-a231-8a88e1de2927" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "5233ec46826d4cd19dacf8c44d3ada40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7c7bc3f-ed0f-44b6-939c-19e1779659c6" - ], - "x-ms-correlation-request-id": [ - "c7c7bc3f-ed0f-44b6-939c-19e1779659c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182644Z:c7c7bc3f-ed0f-44b6-939c-19e1779659c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "ed7a99476334480e8155fa549bdc3f08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89039640-2ea5-4d4f-97ff-0c3c6d6b419b" - ], - "x-ms-correlation-request-id": [ - "89039640-2ea5-4d4f-97ff-0c3c6d6b419b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182644Z:89039640-2ea5-4d4f-97ff-0c3c6d6b419b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "2dcb4af31d02434aa1b2b4c5660d0658" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55c3e6ed-55df-471c-8d4f-7833ac47a79b" - ], - "x-ms-correlation-request-id": [ - "55c3e6ed-55df-471c-8d4f-7833ac47a79b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182645Z:55c3e6ed-55df-471c-8d4f-7833ac47a79b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "e13a74b3601547938c5b26c8254b5204" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8332e2c8-3318-41a7-8c5b-bb44bcf1db3a" - ], - "x-ms-correlation-request-id": [ - "8332e2c8-3318-41a7-8c5b-bb44bcf1db3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182645Z:8332e2c8-3318-41a7-8c5b-bb44bcf1db3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "ce018c03e3de46539fd7334027c88ba2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e5d22db-c716-43f8-a569-f6b04b895f0d" - ], - "x-ms-correlation-request-id": [ - "5e5d22db-c716-43f8-a569-f6b04b895f0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182645Z:5e5d22db-c716-43f8-a569-f6b04b895f0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "569f29637e834685844bc061e9dd7c86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6a35c51-d85e-4203-a331-1f80feb87130" - ], - "x-ms-correlation-request-id": [ - "a6a35c51-d85e-4203-a331-1f80feb87130" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182645Z:a6a35c51-d85e-4203-a331-1f80feb87130" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "2f0060dbb939496cbb02181642b9ebc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1eb91319-78ec-434d-965d-874709e7e486" - ], - "x-ms-correlation-request-id": [ - "1eb91319-78ec-434d-965d-874709e7e486" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182645Z:1eb91319-78ec-434d-965d-874709e7e486" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "5413a53c38e849f68cff5192369ebc33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc414ba0-b407-4375-aff1-8e31360b4b40" - ], - "x-ms-correlation-request-id": [ - "fc414ba0-b407-4375-aff1-8e31360b4b40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182645Z:fc414ba0-b407-4375-aff1-8e31360b4b40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "07b0ca5672e94ef6a77420f7690a7332" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08fc432e-c3ee-43d3-9033-a9c4aff22534" - ], - "x-ms-correlation-request-id": [ - "08fc432e-c3ee-43d3-9033-a9c4aff22534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182646Z:08fc432e-c3ee-43d3-9033-a9c4aff22534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "dbdc4185956d490799a1264f8ef89cdc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5ad33cb-2db9-4265-b704-d43f05a69ddb" - ], - "x-ms-correlation-request-id": [ - "b5ad33cb-2db9-4265-b704-d43f05a69ddb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182646Z:b5ad33cb-2db9-4265-b704-d43f05a69ddb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "bececb4fc9f24aa39048cbae8084a498" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2b24f1d-2f98-4b94-a487-c630d7418964" - ], - "x-ms-correlation-request-id": [ - "a2b24f1d-2f98-4b94-a487-c630d7418964" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182646Z:a2b24f1d-2f98-4b94-a487-c630d7418964" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "3eb80a4884174d4d90a018c4374b61ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "804c88e5-e769-49c9-a73e-d0af1b64ca52" - ], - "x-ms-correlation-request-id": [ - "804c88e5-e769-49c9-a73e-d0af1b64ca52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182646Z:804c88e5-e769-49c9-a73e-d0af1b64ca52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "23b53356398a42b08c10dd5031cf5b66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2acfded-d17f-460e-a600-b4ed892fc8b0" - ], - "x-ms-correlation-request-id": [ - "f2acfded-d17f-460e-a600-b4ed892fc8b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182646Z:f2acfded-d17f-460e-a600-b4ed892fc8b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "76bd5464ddae4895b4d6d4b8f48d0552" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85cfc68a-ea2e-4ee5-bce4-a0fcd7ca37d2" - ], - "x-ms-correlation-request-id": [ - "85cfc68a-ea2e-4ee5-bce4-a0fcd7ca37d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182646Z:85cfc68a-ea2e-4ee5-bce4-a0fcd7ca37d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "e1fd83e6890c4df7a359e59ccdc92433" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e82ae6f-9842-4c22-9148-03ec4c9ca5cd" - ], - "x-ms-correlation-request-id": [ - "2e82ae6f-9842-4c22-9148-03ec4c9ca5cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:2e82ae6f-9842-4c22-9148-03ec4c9ca5cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "92c428b8458f46c0bf84510052256c5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "829ff873-552e-4cea-bb4a-6f4840804a6d" - ], - "x-ms-correlation-request-id": [ - "829ff873-552e-4cea-bb4a-6f4840804a6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:829ff873-552e-4cea-bb4a-6f4840804a6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "fb7b34e056864205bd90c08659b07b54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5feb6b07-a7e2-4969-80e9-ac0e8992cf85" - ], - "x-ms-correlation-request-id": [ - "5feb6b07-a7e2-4969-80e9-ac0e8992cf85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:5feb6b07-a7e2-4969-80e9-ac0e8992cf85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "dac3182e22404e7d96cbe038aebf630a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9de92f8b-1d17-4a9b-8f20-8f2de994148b" - ], - "x-ms-correlation-request-id": [ - "9de92f8b-1d17-4a9b-8f20-8f2de994148b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:9de92f8b-1d17-4a9b-8f20-8f2de994148b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "6551ed8a67654f6aa4e868e55615c8a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80921072-c34d-4a2e-b9a3-efc2a83826cf" - ], - "x-ms-correlation-request-id": [ - "80921072-c34d-4a2e-b9a3-efc2a83826cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:80921072-c34d-4a2e-b9a3-efc2a83826cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "7ea0089c2e5449f387404e41468137d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31e1cb86-ae5f-4a41-b14b-bdcf46a2f410" - ], - "x-ms-correlation-request-id": [ - "31e1cb86-ae5f-4a41-b14b-bdcf46a2f410" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:31e1cb86-ae5f-4a41-b14b-bdcf46a2f410" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "736634476b644f9bb6fbd311d3297ba7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59b99240-891e-4fb5-9b44-a0a26ec61828" - ], - "x-ms-correlation-request-id": [ - "59b99240-891e-4fb5-9b44-a0a26ec61828" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:59b99240-891e-4fb5-9b44-a0a26ec61828" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "160d2fd6443e47bbbb3b2b05d8c4e274" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8fb36ba-493d-4fc8-9bd2-a345d3efb0ab" - ], - "x-ms-correlation-request-id": [ - "c8fb36ba-493d-4fc8-9bd2-a345d3efb0ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:c8fb36ba-493d-4fc8-9bd2-a345d3efb0ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "2b2df2efe7d24d75b6a46da78d4f3f18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8d4cf7d-d176-431f-a170-2c2d41f270ef" - ], - "x-ms-correlation-request-id": [ - "c8d4cf7d-d176-431f-a170-2c2d41f270ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182647Z:c8d4cf7d-d176-431f-a170-2c2d41f270ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "1eb2afe37cb24f29a8bac5b51b39c715" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17ba3f13-e5ac-4f20-b2ee-3827d85d0491" - ], - "x-ms-correlation-request-id": [ - "17ba3f13-e5ac-4f20-b2ee-3827d85d0491" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182648Z:17ba3f13-e5ac-4f20-b2ee-3827d85d0491" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "54db3e3f23a34056912ecf7e814392f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "684d9f5c-6a9a-41bf-be40-22c171f98112" - ], - "x-ms-correlation-request-id": [ - "684d9f5c-6a9a-41bf-be40-22c171f98112" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182648Z:684d9f5c-6a9a-41bf-be40-22c171f98112" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "8bd5a7d0747049b2936856c569ef7863" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a2bed11-1ceb-4397-bda6-81cc7e3ea3f1" - ], - "x-ms-correlation-request-id": [ - "0a2bed11-1ceb-4397-bda6-81cc7e3ea3f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182648Z:0a2bed11-1ceb-4397-bda6-81cc7e3ea3f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "832606715c7149cfa55c4f0cb78a3fb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7316a93-700d-45d5-8783-3e919db4d1a9" - ], - "x-ms-correlation-request-id": [ - "c7316a93-700d-45d5-8783-3e919db4d1a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182648Z:c7316a93-700d-45d5-8783-3e919db4d1a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "035247b532004d6cbf10c190a2cc1d2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29254730-cc0d-47c0-9e27-af0f04f7d616" - ], - "x-ms-correlation-request-id": [ - "29254730-cc0d-47c0-9e27-af0f04f7d616" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182648Z:29254730-cc0d-47c0-9e27-af0f04f7d616" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "ff143501718649c2bf00f27e79048e68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30e8ac0c-a176-41b6-8fd6-828f65f28753" - ], - "x-ms-correlation-request-id": [ - "30e8ac0c-a176-41b6-8fd6-828f65f28753" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182648Z:30e8ac0c-a176-41b6-8fd6-828f65f28753" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "6d5eb953077e41c29202beffcf691cbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66e3df62-77ea-44b7-b1e3-eea81b757fd0" - ], - "x-ms-correlation-request-id": [ - "66e3df62-77ea-44b7-b1e3-eea81b757fd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:66e3df62-77ea-44b7-b1e3-eea81b757fd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "6927d1895a2c41668d698e42d0756699" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e964bb3-409f-4b7d-bae7-9e1ad68d5425" - ], - "x-ms-correlation-request-id": [ - "4e964bb3-409f-4b7d-bae7-9e1ad68d5425" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:4e964bb3-409f-4b7d-bae7-9e1ad68d5425" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "a530ff05cf9c4c17a2384f7b49c0fc03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4d865ad-b5f5-403b-8f53-6e4465c77673" - ], - "x-ms-correlation-request-id": [ - "e4d865ad-b5f5-403b-8f53-6e4465c77673" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:e4d865ad-b5f5-403b-8f53-6e4465c77673" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "92d25a65892f4b078f086d8904889568" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9ef82f3-1fe0-40dc-a4d4-258e8f0193f7" - ], - "x-ms-correlation-request-id": [ - "b9ef82f3-1fe0-40dc-a4d4-258e8f0193f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:b9ef82f3-1fe0-40dc-a4d4-258e8f0193f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "16aae2da1b8e4b2c992b63f99594ed55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25a530ba-e1b7-449f-b8ae-5b4115a5c97f" - ], - "x-ms-correlation-request-id": [ - "25a530ba-e1b7-449f-b8ae-5b4115a5c97f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:25a530ba-e1b7-449f-b8ae-5b4115a5c97f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "26654d5a00bc49b79feebad6f121329f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af473416-dbc6-4a38-8acc-229c9596e5be" - ], - "x-ms-correlation-request-id": [ - "af473416-dbc6-4a38-8acc-229c9596e5be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:af473416-dbc6-4a38-8acc-229c9596e5be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "13afd14d62ab487ca05190da906526fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9c6516d-cf67-4760-9fa3-62534c7e5620" - ], - "x-ms-correlation-request-id": [ - "c9c6516d-cf67-4760-9fa3-62534c7e5620" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:c9c6516d-cf67-4760-9fa3-62534c7e5620" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "48d515482ce848d381d350c919a32c24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74d1abdd-82ae-48e9-9d9a-3e7b9718e05c" - ], - "x-ms-correlation-request-id": [ - "74d1abdd-82ae-48e9-9d9a-3e7b9718e05c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182649Z:74d1abdd-82ae-48e9-9d9a-3e7b9718e05c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "04bd847b457d42c7be62fb4bf9ea9728" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a24ec5c7-1915-48b9-b49e-a62afd9e6d6f" - ], - "x-ms-correlation-request-id": [ - "a24ec5c7-1915-48b9-b49e-a62afd9e6d6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182650Z:a24ec5c7-1915-48b9-b49e-a62afd9e6d6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "439de80181f64e3da4aad25e478b978e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "affd7dd9-1190-42ba-8bc7-6a3d42c1efc5" - ], - "x-ms-correlation-request-id": [ - "affd7dd9-1190-42ba-8bc7-6a3d42c1efc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182650Z:affd7dd9-1190-42ba-8bc7-6a3d42c1efc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "104e666aceb347c7a73b3eede2bae57b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5165a83-1d7b-4cbf-90c4-5c4c424f0d99" - ], - "x-ms-correlation-request-id": [ - "c5165a83-1d7b-4cbf-90c4-5c4c424f0d99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182650Z:c5165a83-1d7b-4cbf-90c4-5c4c424f0d99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "87bb9f6ef92b44b3a2beb77ac69a4ee3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91fc27fa-35de-4b9a-893a-75ebc1806ddd" - ], - "x-ms-correlation-request-id": [ - "91fc27fa-35de-4b9a-893a-75ebc1806ddd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182650Z:91fc27fa-35de-4b9a-893a-75ebc1806ddd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "cbed6e1e604d45bea7282792d3453bf6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6fecb473-6ed8-4a5e-bd3b-0f2005191217" - ], - "x-ms-correlation-request-id": [ - "6fecb473-6ed8-4a5e-bd3b-0f2005191217" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182650Z:6fecb473-6ed8-4a5e-bd3b-0f2005191217" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "caebc53128f54f4cab73d7acb2893389" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6e51569-e973-4d77-9cfd-470aba356c4c" - ], - "x-ms-correlation-request-id": [ - "f6e51569-e973-4d77-9cfd-470aba356c4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182651Z:f6e51569-e973-4d77-9cfd-470aba356c4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "d6b4797c2f3d443fb74681a94557cc4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4eae9575-e369-4215-9bb3-d59cd528da3c" - ], - "x-ms-correlation-request-id": [ - "4eae9575-e369-4215-9bb3-d59cd528da3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182651Z:4eae9575-e369-4215-9bb3-d59cd528da3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "e50d4eea53684bed8fb2e65d27abc29c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7094993f-9dfb-41dc-925e-2ad903ad0259" - ], - "x-ms-correlation-request-id": [ - "7094993f-9dfb-41dc-925e-2ad903ad0259" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182651Z:7094993f-9dfb-41dc-925e-2ad903ad0259" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "c3b705e5377e418dbe73ef7c9cfef700" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c57b625-46bd-4a81-885a-370ebe64732d" - ], - "x-ms-correlation-request-id": [ - "9c57b625-46bd-4a81-885a-370ebe64732d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182651Z:9c57b625-46bd-4a81-885a-370ebe64732d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "3aa6196e25474e5a854f89efecfef839" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6de2d067-d383-45ef-9ea7-025c96523736" - ], - "x-ms-correlation-request-id": [ - "6de2d067-d383-45ef-9ea7-025c96523736" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182651Z:6de2d067-d383-45ef-9ea7-025c96523736" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "eff0a40140ca4c42ac7d43aeee8621b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85437e36-75db-454c-9d5e-6ad3f523b4cd" - ], - "x-ms-correlation-request-id": [ - "85437e36-75db-454c-9d5e-6ad3f523b4cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182651Z:85437e36-75db-454c-9d5e-6ad3f523b4cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "360191a879d14a9db88124d387e9bd11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72fcb5bc-6f7d-4a06-81f9-bcaa7e6c52ec" - ], - "x-ms-correlation-request-id": [ - "72fcb5bc-6f7d-4a06-81f9-bcaa7e6c52ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182651Z:72fcb5bc-6f7d-4a06-81f9-bcaa7e6c52ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "9abebce0bf7b4083825487285aa2e874" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "671e1411-0c27-4505-8b2d-a32f0862c2d2" - ], - "x-ms-correlation-request-id": [ - "671e1411-0c27-4505-8b2d-a32f0862c2d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:671e1411-0c27-4505-8b2d-a32f0862c2d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "8cda2a90049848fb87d10d45481de787" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6eb1a3d-ecb3-41f3-b08f-858c9ce0927a" - ], - "x-ms-correlation-request-id": [ - "b6eb1a3d-ecb3-41f3-b08f-858c9ce0927a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:b6eb1a3d-ecb3-41f3-b08f-858c9ce0927a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "1a3189b3442a4548847b67750e149846" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2b1fd94-c244-4f2f-8170-f3f8b9095736" - ], - "x-ms-correlation-request-id": [ - "b2b1fd94-c244-4f2f-8170-f3f8b9095736" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:b2b1fd94-c244-4f2f-8170-f3f8b9095736" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "d171b18031ff41678619e2f1841b1e39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69053451-43f1-448b-b1a8-12624baf479d" - ], - "x-ms-correlation-request-id": [ - "69053451-43f1-448b-b1a8-12624baf479d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:69053451-43f1-448b-b1a8-12624baf479d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "99dd2a89bae04e4eba65370f77261dbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e83d7e7-98f5-4f23-a6a2-f1f5b30525ee" - ], - "x-ms-correlation-request-id": [ - "4e83d7e7-98f5-4f23-a6a2-f1f5b30525ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:4e83d7e7-98f5-4f23-a6a2-f1f5b30525ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "f8bd9d467faa4c26af10e9aa81a4c440" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91d6c7e1-8e1b-4c7c-b969-a7513b2c1997" - ], - "x-ms-correlation-request-id": [ - "91d6c7e1-8e1b-4c7c-b969-a7513b2c1997" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:91d6c7e1-8e1b-4c7c-b969-a7513b2c1997" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "a08ed758529d45b6a5f43953b1f7b95c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2da7098-1d82-4c9e-b51e-8ea5ec75d5eb" - ], - "x-ms-correlation-request-id": [ - "d2da7098-1d82-4c9e-b51e-8ea5ec75d5eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:d2da7098-1d82-4c9e-b51e-8ea5ec75d5eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "56c866b0b9bd4514859a9b2018b45438" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c1187e5-c765-4ef7-8cae-f90e9a5b0e98" - ], - "x-ms-correlation-request-id": [ - "2c1187e5-c765-4ef7-8cae-f90e9a5b0e98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182652Z:2c1187e5-c765-4ef7-8cae-f90e9a5b0e98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "11eb142181834fdb9435f7bddab2137c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf62ff19-6583-4d15-9047-9d99473586a5" - ], - "x-ms-correlation-request-id": [ - "cf62ff19-6583-4d15-9047-9d99473586a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182653Z:cf62ff19-6583-4d15-9047-9d99473586a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "30cd7912b75340a59fdf89c609738705" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "550ff4b7-a9bf-4b44-a853-fd5d1294266c" - ], - "x-ms-correlation-request-id": [ - "550ff4b7-a9bf-4b44-a853-fd5d1294266c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182653Z:550ff4b7-a9bf-4b44-a853-fd5d1294266c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "1142f7d8f06d41c9a623d3125aac3bcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfac1ccd-979b-46cc-bab6-395d419a5e1b" - ], - "x-ms-correlation-request-id": [ - "cfac1ccd-979b-46cc-bab6-395d419a5e1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182653Z:cfac1ccd-979b-46cc-bab6-395d419a5e1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "2f1a28245a364ed4b692f120f53a4169" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f7c75d4-eb36-463e-8e96-3a3ca3d252a7" - ], - "x-ms-correlation-request-id": [ - "8f7c75d4-eb36-463e-8e96-3a3ca3d252a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182653Z:8f7c75d4-eb36-463e-8e96-3a3ca3d252a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "18560019de624a4c93d12f735d7d6e89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72b78ffa-2534-4acf-a7a9-270ad5655111" - ], - "x-ms-correlation-request-id": [ - "72b78ffa-2534-4acf-a7a9-270ad5655111" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182653Z:72b78ffa-2534-4acf-a7a9-270ad5655111" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "6e18cd822efe45b38240cef257b0bc20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "409349a8-17c0-442c-a976-7471ff2fb5df" - ], - "x-ms-correlation-request-id": [ - "409349a8-17c0-442c-a976-7471ff2fb5df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182653Z:409349a8-17c0-442c-a976-7471ff2fb5df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "a91df45eed0143eaaa1b016e59b8ad3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f5571a1-2cff-4bf4-b866-fe8ccfafcdc5" - ], - "x-ms-correlation-request-id": [ - "6f5571a1-2cff-4bf4-b866-fe8ccfafcdc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182653Z:6f5571a1-2cff-4bf4-b866-fe8ccfafcdc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "43501e56190f4b038521d1e6b4121a0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b61842be-8b61-4f04-abfc-66ef916be2b1" - ], - "x-ms-correlation-request-id": [ - "b61842be-8b61-4f04-abfc-66ef916be2b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182654Z:b61842be-8b61-4f04-abfc-66ef916be2b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "486f4d369e3948a893199d2971d0741d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d6726aa-2ae0-4d3d-875e-30cd1faab5f7" - ], - "x-ms-correlation-request-id": [ - "0d6726aa-2ae0-4d3d-875e-30cd1faab5f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182654Z:0d6726aa-2ae0-4d3d-875e-30cd1faab5f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "c82c554bfd8a4bf1a1e2b87cf717f48a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7733f84-ed67-4499-8f4f-19694f0835dc" - ], - "x-ms-correlation-request-id": [ - "e7733f84-ed67-4499-8f4f-19694f0835dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182654Z:e7733f84-ed67-4499-8f4f-19694f0835dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "3f5a2fd9389c483ca10ef2fd0ff8dfb5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0c9ffb3-1279-4203-a28f-9a6b4950293a" - ], - "x-ms-correlation-request-id": [ - "a0c9ffb3-1279-4203-a28f-9a6b4950293a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182654Z:a0c9ffb3-1279-4203-a28f-9a6b4950293a" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "459db033c2d748b595281b20630151a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b12bcec-c24c-43c5-be85-b067bd570335" - ], - "x-ms-correlation-request-id": [ - "3b12bcec-c24c-43c5-be85-b067bd570335" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182655Z:3b12bcec-c24c-43c5-be85-b067bd570335" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "569a92e73050437c9962fe6242c97fde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b99a6a44-88c2-47b6-807c-c5fddc0f32b2" - ], - "x-ms-correlation-request-id": [ - "b99a6a44-88c2-47b6-807c-c5fddc0f32b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182655Z:b99a6a44-88c2-47b6-807c-c5fddc0f32b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "9e9e2cd0be0d45af933a698a8f3fbcab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89c6b7fe-4fdb-4312-b5a8-d4230cf81ca1" - ], - "x-ms-correlation-request-id": [ - "89c6b7fe-4fdb-4312-b5a8-d4230cf81ca1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182655Z:89c6b7fe-4fdb-4312-b5a8-d4230cf81ca1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "b5264da9db0a4d338be85b9f0368baf7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "715300f1-b956-4a6f-ae93-73685ad59c68" - ], - "x-ms-correlation-request-id": [ - "715300f1-b956-4a6f-ae93-73685ad59c68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182655Z:715300f1-b956-4a6f-ae93-73685ad59c68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "8a816057deed4e6186dcb7fd89bbba69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac781e9a-d7cc-4906-8ea8-4852b0aac25e" - ], - "x-ms-correlation-request-id": [ - "ac781e9a-d7cc-4906-8ea8-4852b0aac25e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182655Z:ac781e9a-d7cc-4906-8ea8-4852b0aac25e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "f350d7ce9f564daf974a60c76c633e71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "129d1c86-da47-4536-92dc-8b2427250beb" - ], - "x-ms-correlation-request-id": [ - "129d1c86-da47-4536-92dc-8b2427250beb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182655Z:129d1c86-da47-4536-92dc-8b2427250beb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "dfac8614609a4aaa90b1a88f9a20fb7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2ea1f89-7149-47b3-96c5-e10a063c71f2" - ], - "x-ms-correlation-request-id": [ - "f2ea1f89-7149-47b3-96c5-e10a063c71f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182655Z:f2ea1f89-7149-47b3-96c5-e10a063c71f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "9ad0406d5aa7404b87472cd36351cd5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e0ad4d1-9bcd-4911-b19c-128725059378" - ], - "x-ms-correlation-request-id": [ - "2e0ad4d1-9bcd-4911-b19c-128725059378" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182656Z:2e0ad4d1-9bcd-4911-b19c-128725059378" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "4cb52fd045e346c48c5d1df9ff8ce44e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c8d95e4-06ae-4279-a4c1-3f50561d7152" - ], - "x-ms-correlation-request-id": [ - "1c8d95e4-06ae-4279-a4c1-3f50561d7152" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182656Z:1c8d95e4-06ae-4279-a4c1-3f50561d7152" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "77e5e844a37c45d4a3a014505e6fe411" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51cac31f-a464-474c-b8bf-531e12093300" - ], - "x-ms-correlation-request-id": [ - "51cac31f-a464-474c-b8bf-531e12093300" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182656Z:51cac31f-a464-474c-b8bf-531e12093300" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "62609c6e7d8a42d9b9d514607ee0d004" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "846cbf9f-070a-4c9b-8e9b-625314c68478" - ], - "x-ms-correlation-request-id": [ - "846cbf9f-070a-4c9b-8e9b-625314c68478" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182656Z:846cbf9f-070a-4c9b-8e9b-625314c68478" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "df83cc8e21564892982a1c849c3248fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9b72f0a-86d0-4e28-95ab-7f73852d216f" - ], - "x-ms-correlation-request-id": [ - "a9b72f0a-86d0-4e28-95ab-7f73852d216f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182656Z:a9b72f0a-86d0-4e28-95ab-7f73852d216f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "4bb08f4481d7487f8bdab38041a8b019" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93658d81-60b9-4c1c-a91a-11dc88d20a92" - ], - "x-ms-correlation-request-id": [ - "93658d81-60b9-4c1c-a91a-11dc88d20a92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182656Z:93658d81-60b9-4c1c-a91a-11dc88d20a92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "a011d2e8930a489aab7c2e6c076a2800" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc6f1130-bcac-445b-a018-6d37189333b8" - ], - "x-ms-correlation-request-id": [ - "dc6f1130-bcac-445b-a018-6d37189333b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:dc6f1130-bcac-445b-a018-6d37189333b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "61152551ff4043b681904b8f4ecf6cec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "988f41d6-8016-4e36-98c2-8ba075179b8f" - ], - "x-ms-correlation-request-id": [ - "988f41d6-8016-4e36-98c2-8ba075179b8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:988f41d6-8016-4e36-98c2-8ba075179b8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "ddd7345e426d43478f8d7a86c6031453" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1725248c-15e5-484f-8856-c71beca3624d" - ], - "x-ms-correlation-request-id": [ - "1725248c-15e5-484f-8856-c71beca3624d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:1725248c-15e5-484f-8856-c71beca3624d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "0bb29d66105f4c4d95ae1a877dd8f485" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f31a5306-0fa2-43de-aad7-4ab1fa7d5900" - ], - "x-ms-correlation-request-id": [ - "f31a5306-0fa2-43de-aad7-4ab1fa7d5900" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:f31a5306-0fa2-43de-aad7-4ab1fa7d5900" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "816594b9d7774e80b1bc09104928ee61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "974f669c-916f-4652-be5f-cdfc41846e06" - ], - "x-ms-correlation-request-id": [ - "974f669c-916f-4652-be5f-cdfc41846e06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:974f669c-916f-4652-be5f-cdfc41846e06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "31a4351a56384da9ba4371e3c4534ac7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c085545b-6144-425e-ac0d-4cbfa19cb095" - ], - "x-ms-correlation-request-id": [ - "c085545b-6144-425e-ac0d-4cbfa19cb095" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:c085545b-6144-425e-ac0d-4cbfa19cb095" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b99d9e2f157b437db478569f020ff2ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93e82329-23f0-438d-9144-63e939096c68" - ], - "x-ms-correlation-request-id": [ - "93e82329-23f0-438d-9144-63e939096c68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:93e82329-23f0-438d-9144-63e939096c68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "2b8f5b003b574c1b8b38dad1a9ccbba4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1feaeb75-eac1-4e7a-8898-636ce9218211" - ], - "x-ms-correlation-request-id": [ - "1feaeb75-eac1-4e7a-8898-636ce9218211" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182657Z:1feaeb75-eac1-4e7a-8898-636ce9218211" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "089b906565d742f3b8b625ecfa36301d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fef9b780-fdf7-4f6e-8f64-0ae4f6f819b7" - ], - "x-ms-correlation-request-id": [ - "fef9b780-fdf7-4f6e-8f64-0ae4f6f819b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:fef9b780-fdf7-4f6e-8f64-0ae4f6f819b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "af484e83e45f4c7588497716db799179" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d5196ec-3e1a-4413-b5df-b4a530f14106" - ], - "x-ms-correlation-request-id": [ - "6d5196ec-3e1a-4413-b5df-b4a530f14106" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:6d5196ec-3e1a-4413-b5df-b4a530f14106" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "3803c833d9d0487d8346b1c9da6044f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ace4ed31-4667-40f4-b5ac-f92c86625e24" - ], - "x-ms-correlation-request-id": [ - "ace4ed31-4667-40f4-b5ac-f92c86625e24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:ace4ed31-4667-40f4-b5ac-f92c86625e24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "79a236b2514c4df08aad681000645128" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46f226fa-5f0f-45e4-be5b-d652fa99645b" - ], - "x-ms-correlation-request-id": [ - "46f226fa-5f0f-45e4-be5b-d652fa99645b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:46f226fa-5f0f-45e4-be5b-d652fa99645b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "bb4293b553834b3cb5fc0c41e5d02770" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36e462b2-c0f2-4fb4-8ab0-b09ca2af607b" - ], - "x-ms-correlation-request-id": [ - "36e462b2-c0f2-4fb4-8ab0-b09ca2af607b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:36e462b2-c0f2-4fb4-8ab0-b09ca2af607b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "9bc3db4f8c644ebda5f5edff05103400" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aed38775-4d9c-4ed4-8d2c-96af9bc5f8dd" - ], - "x-ms-correlation-request-id": [ - "aed38775-4d9c-4ed4-8d2c-96af9bc5f8dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:aed38775-4d9c-4ed4-8d2c-96af9bc5f8dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "a056554ea82f42d0858cd43ab3a021db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5f3af7f-8570-41b4-8130-b34ecbdb12f2" - ], - "x-ms-correlation-request-id": [ - "a5f3af7f-8570-41b4-8130-b34ecbdb12f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:a5f3af7f-8570-41b4-8130-b34ecbdb12f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "aca18d1b86af4625ad6a27fa709c5e37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0d05434-a2e9-47ab-81e2-d526125c7435" - ], - "x-ms-correlation-request-id": [ - "f0d05434-a2e9-47ab-81e2-d526125c7435" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182658Z:f0d05434-a2e9-47ab-81e2-d526125c7435" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "a7eea3ed9ef64f03b71c8242109675db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be604223-6138-4b6b-ab91-e6661756406d" - ], - "x-ms-correlation-request-id": [ - "be604223-6138-4b6b-ab91-e6661756406d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182659Z:be604223-6138-4b6b-ab91-e6661756406d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "04e5403c6d6440fea21439dd70c100b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "121279c3-11d7-49c4-be72-df8f57d4e5a6" - ], - "x-ms-correlation-request-id": [ - "121279c3-11d7-49c4-be72-df8f57d4e5a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182659Z:121279c3-11d7-49c4-be72-df8f57d4e5a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "7cc77492477d408d84384730963e2f1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddc68c55-21a9-444d-bd2c-d1c3f93a1ef1" - ], - "x-ms-correlation-request-id": [ - "ddc68c55-21a9-444d-bd2c-d1c3f93a1ef1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182659Z:ddc68c55-21a9-444d-bd2c-d1c3f93a1ef1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "ebaaf6a4b1894861aa5e7dd6a4c4ca64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f25bb2e-dfcd-46f4-aed8-41b404bc1866" - ], - "x-ms-correlation-request-id": [ - "4f25bb2e-dfcd-46f4-aed8-41b404bc1866" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182659Z:4f25bb2e-dfcd-46f4-aed8-41b404bc1866" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "7611c4030bc346408dd21f52ae7740d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01027743-56ee-488a-b24a-d452dfaab0e7" - ], - "x-ms-correlation-request-id": [ - "01027743-56ee-488a-b24a-d452dfaab0e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182659Z:01027743-56ee-488a-b24a-d452dfaab0e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "f2933dfd017f45a48ea1c7d24911240f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9291f98a-cca7-4c15-9199-519f4f4e774d" - ], - "x-ms-correlation-request-id": [ - "9291f98a-cca7-4c15-9199-519f4f4e774d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:9291f98a-cca7-4c15-9199-519f4f4e774d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "e318a264ee7d4953b02b038a168a1bb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f74c500-e7c4-4aef-b0b1-52355f6eb085" - ], - "x-ms-correlation-request-id": [ - "4f74c500-e7c4-4aef-b0b1-52355f6eb085" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:4f74c500-e7c4-4aef-b0b1-52355f6eb085" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "49b14cc5711349de8d2a5c3c1a8aff3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7fe94a4-3dd1-4597-b962-05d6e2321201" - ], - "x-ms-correlation-request-id": [ - "b7fe94a4-3dd1-4597-b962-05d6e2321201" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:b7fe94a4-3dd1-4597-b962-05d6e2321201" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "5bad8c1975894ba2afdc4a129c0c0421" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f702aa6f-2461-4b2a-a93b-78dfe5ec52d1" - ], - "x-ms-correlation-request-id": [ - "f702aa6f-2461-4b2a-a93b-78dfe5ec52d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:f702aa6f-2461-4b2a-a93b-78dfe5ec52d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "86def27310c94ce299457f91a843bb66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91c3f315-83b5-4613-a80b-9603d026e159" - ], - "x-ms-correlation-request-id": [ - "91c3f315-83b5-4613-a80b-9603d026e159" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:91c3f315-83b5-4613-a80b-9603d026e159" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "7130be1bc6184d868ef4a002164f6d1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0d4e13f-ab50-4417-91f5-d15ff81e7b44" - ], - "x-ms-correlation-request-id": [ - "a0d4e13f-ab50-4417-91f5-d15ff81e7b44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:a0d4e13f-ab50-4417-91f5-d15ff81e7b44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "035048b81c1d4b91875340d942b6d7d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "472e553f-bba5-4c3f-8e88-2d86e586b82e" - ], - "x-ms-correlation-request-id": [ - "472e553f-bba5-4c3f-8e88-2d86e586b82e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:472e553f-bba5-4c3f-8e88-2d86e586b82e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "a7fa2a3b80954446ba20881ba8be8482" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1aa3329-2ac7-4719-9e3c-2d52f8358a07" - ], - "x-ms-correlation-request-id": [ - "d1aa3329-2ac7-4719-9e3c-2d52f8358a07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182700Z:d1aa3329-2ac7-4719-9e3c-2d52f8358a07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:26:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "39479540f3424f91bda687edccf1b833" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "605a6011-0936-4eff-bc05-888acf8cb24c" - ], - "x-ms-correlation-request-id": [ - "605a6011-0936-4eff-bc05-888acf8cb24c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:605a6011-0936-4eff-bc05-888acf8cb24c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "ef85ad2e8d8649eb8c379438dd04a649" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1af2bcbe-23c3-48da-b5dc-afba62820c32" - ], - "x-ms-correlation-request-id": [ - "1af2bcbe-23c3-48da-b5dc-afba62820c32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:1af2bcbe-23c3-48da-b5dc-afba62820c32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "4a8cc5412c2744a9b58a48b1aa629563" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97c07d76-4721-4ea2-893e-65c936c4e739" - ], - "x-ms-correlation-request-id": [ - "97c07d76-4721-4ea2-893e-65c936c4e739" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:97c07d76-4721-4ea2-893e-65c936c4e739" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "f1fabed57fdf48a9b249f72788f04c99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59b9d66f-96c4-4f7f-b928-cb345178a7dc" - ], - "x-ms-correlation-request-id": [ - "59b9d66f-96c4-4f7f-b928-cb345178a7dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:59b9d66f-96c4-4f7f-b928-cb345178a7dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "57a3d753b9f5413eb397d2950a4e20ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b0e42c0-b7ca-4bfa-b296-3bdc39aef8a0" - ], - "x-ms-correlation-request-id": [ - "3b0e42c0-b7ca-4bfa-b296-3bdc39aef8a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:3b0e42c0-b7ca-4bfa-b296-3bdc39aef8a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "477d243474da4616bd9973fd935a980e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96c71586-603f-4469-bcb1-fe93940a672d" - ], - "x-ms-correlation-request-id": [ - "96c71586-603f-4469-bcb1-fe93940a672d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:96c71586-603f-4469-bcb1-fe93940a672d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "95d38d34791c4317ac3c49f08ed94830" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f35ce7c-4ff2-488b-89f3-9f1920ff265c" - ], - "x-ms-correlation-request-id": [ - "0f35ce7c-4ff2-488b-89f3-9f1920ff265c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:0f35ce7c-4ff2-488b-89f3-9f1920ff265c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "8e5108c7c0cc426291dc15943ae1c995" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "237bc3fe-bbad-440d-9936-e0b4de0bd17c" - ], - "x-ms-correlation-request-id": [ - "237bc3fe-bbad-440d-9936-e0b4de0bd17c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:237bc3fe-bbad-440d-9936-e0b4de0bd17c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "a027beeacf20464c9f82174c66066d39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ce3ccde-9490-4c5c-8bb6-230f276d01af" - ], - "x-ms-correlation-request-id": [ - "4ce3ccde-9490-4c5c-8bb6-230f276d01af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182701Z:4ce3ccde-9490-4c5c-8bb6-230f276d01af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "8e4d471dbcab47028d372035b253910a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8839a5dc-e932-4edb-ad5a-fb67cd4df769" - ], - "x-ms-correlation-request-id": [ - "8839a5dc-e932-4edb-ad5a-fb67cd4df769" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:8839a5dc-e932-4edb-ad5a-fb67cd4df769" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "33df1e0377a74d7591f731111f661b8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b6bd06b-eb24-49df-bc13-c74b252ac494" - ], - "x-ms-correlation-request-id": [ - "4b6bd06b-eb24-49df-bc13-c74b252ac494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:4b6bd06b-eb24-49df-bc13-c74b252ac494" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "9d22d7627f07423a8b21d2e45a80b530" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbc10d74-635d-470b-b044-078b9f273d5c" - ], - "x-ms-correlation-request-id": [ - "cbc10d74-635d-470b-b044-078b9f273d5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:cbc10d74-635d-470b-b044-078b9f273d5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "ea3c7511d42e4a6e83cc46446f62860a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39d7ebb2-1cec-4d9b-9159-99c7970f0390" - ], - "x-ms-correlation-request-id": [ - "39d7ebb2-1cec-4d9b-9159-99c7970f0390" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:39d7ebb2-1cec-4d9b-9159-99c7970f0390" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "489fee6c432840daafcab7578732b64d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "826a47d0-b763-44f9-b82c-37d3db9126fc" - ], - "x-ms-correlation-request-id": [ - "826a47d0-b763-44f9-b82c-37d3db9126fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:826a47d0-b763-44f9-b82c-37d3db9126fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "173c252b56114959b60678d3192af557" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5aa5a1a5-67d8-48bd-af9a-53a5d671a855" - ], - "x-ms-correlation-request-id": [ - "5aa5a1a5-67d8-48bd-af9a-53a5d671a855" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:5aa5a1a5-67d8-48bd-af9a-53a5d671a855" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "4e0128becabe48bca66ad9811edf6b43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65e4795d-820e-4f6b-a0fe-6323bfe2d0f2" - ], - "x-ms-correlation-request-id": [ - "65e4795d-820e-4f6b-a0fe-6323bfe2d0f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:65e4795d-820e-4f6b-a0fe-6323bfe2d0f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "fdf3af3f8285432ba4ed45e295161c42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94401a33-33e2-450e-916f-424344b2a1c1" - ], - "x-ms-correlation-request-id": [ - "94401a33-33e2-450e-916f-424344b2a1c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:94401a33-33e2-450e-916f-424344b2a1c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "0efeb0b096594708bdf030bafbc8e594" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f70ff0d5-d32a-49b6-8002-467c81bd5fb1" - ], - "x-ms-correlation-request-id": [ - "f70ff0d5-d32a-49b6-8002-467c81bd5fb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182702Z:f70ff0d5-d32a-49b6-8002-467c81bd5fb1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "bcbb0eabb8e04af189b12dc8e3f3dac5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28af5465-7d83-4d13-9324-a3001ab03ba8" - ], - "x-ms-correlation-request-id": [ - "28af5465-7d83-4d13-9324-a3001ab03ba8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:28af5465-7d83-4d13-9324-a3001ab03ba8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "404b953c92ac4a3da761c751c00b2de5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1b6a6df-498c-4cae-a3a8-31ff2078794b" - ], - "x-ms-correlation-request-id": [ - "a1b6a6df-498c-4cae-a3a8-31ff2078794b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:a1b6a6df-498c-4cae-a3a8-31ff2078794b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "21637da7dd88472eab650758d2d9d815" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5eb12ec0-5774-49c3-b467-7923fb8bd063" - ], - "x-ms-correlation-request-id": [ - "5eb12ec0-5774-49c3-b467-7923fb8bd063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:5eb12ec0-5774-49c3-b467-7923fb8bd063" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "df895f0616b84657b6b51d288096d835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abfd6b54-5328-4287-b47c-b057b8f8ae95" - ], - "x-ms-correlation-request-id": [ - "abfd6b54-5328-4287-b47c-b057b8f8ae95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:abfd6b54-5328-4287-b47c-b057b8f8ae95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "a10ab40648e54ad48403aaecf1c97e52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df80cd93-e583-44f0-b7a2-4e7946c13419" - ], - "x-ms-correlation-request-id": [ - "df80cd93-e583-44f0-b7a2-4e7946c13419" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:df80cd93-e583-44f0-b7a2-4e7946c13419" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "ce0dc238200241e7be9172761c5162e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfe64583-a07d-45e1-869b-3861d3ec9017" - ], - "x-ms-correlation-request-id": [ - "cfe64583-a07d-45e1-869b-3861d3ec9017" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:cfe64583-a07d-45e1-869b-3861d3ec9017" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "9713bf912baf4d3884b7a31ebce1d2ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07dfdce2-33a7-48da-b479-aa13b3ad1e65" - ], - "x-ms-correlation-request-id": [ - "07dfdce2-33a7-48da-b479-aa13b3ad1e65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:07dfdce2-33a7-48da-b479-aa13b3ad1e65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "2b8de966cb1e41488da25eb7de5c0da9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b59dbe7d-0366-4f1f-a38c-5879fb109992" - ], - "x-ms-correlation-request-id": [ - "b59dbe7d-0366-4f1f-a38c-5879fb109992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:b59dbe7d-0366-4f1f-a38c-5879fb109992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "0dda5e789bc5420984a48efb99c2a256" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d3827a2-ae57-4bbe-b4b4-d194e556607f" - ], - "x-ms-correlation-request-id": [ - "2d3827a2-ae57-4bbe-b4b4-d194e556607f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182703Z:2d3827a2-ae57-4bbe-b4b4-d194e556607f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "0be508eb12314a6687ba78388a4f34ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e954315a-3018-493a-a9b1-ce53f4e96a78" - ], - "x-ms-correlation-request-id": [ - "e954315a-3018-493a-a9b1-ce53f4e96a78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:e954315a-3018-493a-a9b1-ce53f4e96a78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "2d327d36c3554b96a9724fee8ba6f68b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2ee206c-4950-41c2-a6eb-7f8b9cf13da7" - ], - "x-ms-correlation-request-id": [ - "a2ee206c-4950-41c2-a6eb-7f8b9cf13da7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:a2ee206c-4950-41c2-a6eb-7f8b9cf13da7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "1945bb77dfc14ce19503d42b28173675" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d82fca5b-4eb9-45d6-928a-c1c5915f674e" - ], - "x-ms-correlation-request-id": [ - "d82fca5b-4eb9-45d6-928a-c1c5915f674e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:d82fca5b-4eb9-45d6-928a-c1c5915f674e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "15a02a706a0242368cb54f109ff120ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c2c74c1-7312-479d-b7a8-b66e94a6b5b2" - ], - "x-ms-correlation-request-id": [ - "7c2c74c1-7312-479d-b7a8-b66e94a6b5b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:7c2c74c1-7312-479d-b7a8-b66e94a6b5b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "c5687be646524e8f8250b339eaaba6a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c6dbb74-b50e-4fb7-8f9a-ea8a14fb8f92" - ], - "x-ms-correlation-request-id": [ - "3c6dbb74-b50e-4fb7-8f9a-ea8a14fb8f92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:3c6dbb74-b50e-4fb7-8f9a-ea8a14fb8f92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "a2656c5ae88a49c18a821c8f5016f62a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "846ed597-eee9-4ae6-83c3-38da6bc8320a" - ], - "x-ms-correlation-request-id": [ - "846ed597-eee9-4ae6-83c3-38da6bc8320a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:846ed597-eee9-4ae6-83c3-38da6bc8320a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "66b840adf5164fa9b7fe262dcacd8966" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "812cb85d-d3c4-4b8a-ad6f-f5d24d9f774c" - ], - "x-ms-correlation-request-id": [ - "812cb85d-d3c4-4b8a-ad6f-f5d24d9f774c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:812cb85d-d3c4-4b8a-ad6f-f5d24d9f774c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "f91e1334743c4d8280e04f05448f8ea2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90fd505f-c9d5-4d88-a6e1-3f5b6b8774c9" - ], - "x-ms-correlation-request-id": [ - "90fd505f-c9d5-4d88-a6e1-3f5b6b8774c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:90fd505f-c9d5-4d88-a6e1-3f5b6b8774c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "3a5e9da03f18474bbdecf27ead19645d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9df0a9d6-cb13-4f69-9b03-c5e603d46fb5" - ], - "x-ms-correlation-request-id": [ - "9df0a9d6-cb13-4f69-9b03-c5e603d46fb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182704Z:9df0a9d6-cb13-4f69-9b03-c5e603d46fb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "7a3baa1764c94a4e98827915f1c39b81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b22638fe-01c5-4273-973e-b8462f145144" - ], - "x-ms-correlation-request-id": [ - "b22638fe-01c5-4273-973e-b8462f145144" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182705Z:b22638fe-01c5-4273-973e-b8462f145144" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "c4753d8af15e48d887911230e3b9c5b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29fe99fa-d91b-4390-b741-e510bb8c3662" - ], - "x-ms-correlation-request-id": [ - "29fe99fa-d91b-4390-b741-e510bb8c3662" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182705Z:29fe99fa-d91b-4390-b741-e510bb8c3662" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "8d216588970c44d198f5201ea6360796" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acaaa40f-6b43-4157-a7e7-7c0aa4a1a752" - ], - "x-ms-correlation-request-id": [ - "acaaa40f-6b43-4157-a7e7-7c0aa4a1a752" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182705Z:acaaa40f-6b43-4157-a7e7-7c0aa4a1a752" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "3869c559d682431bb2911039f9821dd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aafa28a2-292e-4645-b508-6f10f1bbcf7d" - ], - "x-ms-correlation-request-id": [ - "aafa28a2-292e-4645-b508-6f10f1bbcf7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182705Z:aafa28a2-292e-4645-b508-6f10f1bbcf7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "6730b9e0657a440894258a22471da1e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c197343-4157-46a1-b50a-d766dbef8ecf" - ], - "x-ms-correlation-request-id": [ - "2c197343-4157-46a1-b50a-d766dbef8ecf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182705Z:2c197343-4157-46a1-b50a-d766dbef8ecf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "11cef5cf2c9f4d8cbef2b1433d7b4eab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54367631-b4dc-4f0d-9c14-2d2639db0509" - ], - "x-ms-correlation-request-id": [ - "54367631-b4dc-4f0d-9c14-2d2639db0509" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182705Z:54367631-b4dc-4f0d-9c14-2d2639db0509" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "f2d6d3c084c142708208914ad075a157" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be98b849-07d5-4937-a9c5-e4bed6733e91" - ], - "x-ms-correlation-request-id": [ - "be98b849-07d5-4937-a9c5-e4bed6733e91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182705Z:be98b849-07d5-4937-a9c5-e4bed6733e91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "9bb570e3840d473f9a1efa522a43d329" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b4959b3-26dd-4191-bd4e-9c5c14e66ad6" - ], - "x-ms-correlation-request-id": [ - "4b4959b3-26dd-4191-bd4e-9c5c14e66ad6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:4b4959b3-26dd-4191-bd4e-9c5c14e66ad6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "0646eabf869946f4aa632a2f0354c740" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ed24ed0-96e6-4b4d-a10b-d2e5167e3511" - ], - "x-ms-correlation-request-id": [ - "8ed24ed0-96e6-4b4d-a10b-d2e5167e3511" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:8ed24ed0-96e6-4b4d-a10b-d2e5167e3511" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "af91a8f994c649488d361028ae51c6e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7835d2c-9106-4bdd-abf4-fbba760e2932" - ], - "x-ms-correlation-request-id": [ - "d7835d2c-9106-4bdd-abf4-fbba760e2932" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:d7835d2c-9106-4bdd-abf4-fbba760e2932" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "3094fb405c7f43c5bcfd07ea67efa8ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b07bc56b-5284-4f2a-ba81-8046ee812f1a" - ], - "x-ms-correlation-request-id": [ - "b07bc56b-5284-4f2a-ba81-8046ee812f1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:b07bc56b-5284-4f2a-ba81-8046ee812f1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "ae2db3ca6c1c45379cd8dbf4d13e6062" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f279e2b-d0b8-4cf7-a956-a49e3ad33ce8" - ], - "x-ms-correlation-request-id": [ - "7f279e2b-d0b8-4cf7-a956-a49e3ad33ce8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:7f279e2b-d0b8-4cf7-a956-a49e3ad33ce8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "a0b0d77c3e8542c6ad5cba654bcb9f0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d76275b-cf38-4dec-89b7-0b3b58d6c811" - ], - "x-ms-correlation-request-id": [ - "8d76275b-cf38-4dec-89b7-0b3b58d6c811" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:8d76275b-cf38-4dec-89b7-0b3b58d6c811" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "91b9d6fb09de4443ac8c1d637757aaf8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1585bde5-b335-47cf-9bae-d5856068e14a" - ], - "x-ms-correlation-request-id": [ - "1585bde5-b335-47cf-9bae-d5856068e14a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:1585bde5-b335-47cf-9bae-d5856068e14a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "35dd170fe15d44e0b3a4023f66e3b5a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56d61def-9fa7-4b29-b19d-13f21300da6c" - ], - "x-ms-correlation-request-id": [ - "56d61def-9fa7-4b29-b19d-13f21300da6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182706Z:56d61def-9fa7-4b29-b19d-13f21300da6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "ebddfed26f3142ac8c887fa911cc1a7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82e550ad-1ab6-4fb5-9a91-3712de7b204a" - ], - "x-ms-correlation-request-id": [ - "82e550ad-1ab6-4fb5-9a91-3712de7b204a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182707Z:82e550ad-1ab6-4fb5-9a91-3712de7b204a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "13a0800ab41a4ee1a5ebc7ff40561318" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6694050-a36f-4eef-9f9c-bf6c75b395e2" - ], - "x-ms-correlation-request-id": [ - "d6694050-a36f-4eef-9f9c-bf6c75b395e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182707Z:d6694050-a36f-4eef-9f9c-bf6c75b395e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "d1a0190206934bd6aae818f86b65ad9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1a3fcbe-1fdf-409a-a3b7-a782652507bf" - ], - "x-ms-correlation-request-id": [ - "d1a3fcbe-1fdf-409a-a3b7-a782652507bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182707Z:d1a3fcbe-1fdf-409a-a3b7-a782652507bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "0b63019fa52c4eed97dbdfcbff8f9795" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f76385b2-d74f-4af7-a2e9-c1a932a6cd12" - ], - "x-ms-correlation-request-id": [ - "f76385b2-d74f-4af7-a2e9-c1a932a6cd12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182707Z:f76385b2-d74f-4af7-a2e9-c1a932a6cd12" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "8527087dbf45422f99a502d8adfc66e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d87357b0-bb6a-402b-b784-bf93b2bc7a1b" - ], - "x-ms-correlation-request-id": [ - "d87357b0-bb6a-402b-b784-bf93b2bc7a1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182707Z:d87357b0-bb6a-402b-b784-bf93b2bc7a1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "5a0ab4c8c983447f9ca64a8f5c86aa96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af3173db-b15b-4f0e-82f4-1887359d7afd" - ], - "x-ms-correlation-request-id": [ - "af3173db-b15b-4f0e-82f4-1887359d7afd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182707Z:af3173db-b15b-4f0e-82f4-1887359d7afd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "bf63842a86d9420a8cf285ebe10eb00b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4dfd4ae6-ed2a-4840-b451-ac0d2c45b06e" - ], - "x-ms-correlation-request-id": [ - "4dfd4ae6-ed2a-4840-b451-ac0d2c45b06e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182707Z:4dfd4ae6-ed2a-4840-b451-ac0d2c45b06e" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "288f037102d24d67a3f7eb17417b069e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52424969-7dc7-4453-ab2d-cda0e43d38a8" - ], - "x-ms-correlation-request-id": [ - "52424969-7dc7-4453-ab2d-cda0e43d38a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182708Z:52424969-7dc7-4453-ab2d-cda0e43d38a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "472a063166cc4dadab334a3f18a9ca32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51e9fb1f-09b9-428a-ad96-d06633132d27" - ], - "x-ms-correlation-request-id": [ - "51e9fb1f-09b9-428a-ad96-d06633132d27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182708Z:51e9fb1f-09b9-428a-ad96-d06633132d27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "f3c18d1fdfa34c8a9b196c5b6def7696" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df239d04-8797-401a-bed1-d53096764e6a" - ], - "x-ms-correlation-request-id": [ - "df239d04-8797-401a-bed1-d53096764e6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182708Z:df239d04-8797-401a-bed1-d53096764e6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "86d5154ad38c47efa9d8cf7f448446c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6d2118e-adf3-4ceb-993f-adece7cad9cd" - ], - "x-ms-correlation-request-id": [ - "f6d2118e-adf3-4ceb-993f-adece7cad9cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182708Z:f6d2118e-adf3-4ceb-993f-adece7cad9cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "e8a6ce1f78d2432fb4a40068d844ded9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a828f54-f83b-4735-aff9-2c2db11c7b76" - ], - "x-ms-correlation-request-id": [ - "9a828f54-f83b-4735-aff9-2c2db11c7b76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182708Z:9a828f54-f83b-4735-aff9-2c2db11c7b76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "938c83795f3a44038af55f6915cbd17d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ede2f9b-4a13-4057-9795-a9b729c4e869" - ], - "x-ms-correlation-request-id": [ - "2ede2f9b-4a13-4057-9795-a9b729c4e869" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182708Z:2ede2f9b-4a13-4057-9795-a9b729c4e869" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "893812c28321478481cc2fbdb7a8af8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5325e58-ed3a-453f-a906-ec85f6a8069f" - ], - "x-ms-correlation-request-id": [ - "e5325e58-ed3a-453f-a906-ec85f6a8069f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182708Z:e5325e58-ed3a-453f-a906-ec85f6a8069f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "8522b68fb6734899a6703984d7b4ae2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ae4ff23-f923-416c-9689-33a39de9c03c" - ], - "x-ms-correlation-request-id": [ - "5ae4ff23-f923-416c-9689-33a39de9c03c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182709Z:5ae4ff23-f923-416c-9689-33a39de9c03c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "78668b8772ed43e989a4af637d80e6cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb2205bd-c41f-4564-9eb3-ed9cdf944ae9" - ], - "x-ms-correlation-request-id": [ - "fb2205bd-c41f-4564-9eb3-ed9cdf944ae9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182709Z:fb2205bd-c41f-4564-9eb3-ed9cdf944ae9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "c8e4a5a1740b49c2ab55ae956712c7bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0a7db13-2b8e-41aa-a284-a7c7a9d9bc2b" - ], - "x-ms-correlation-request-id": [ - "e0a7db13-2b8e-41aa-a284-a7c7a9d9bc2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182709Z:e0a7db13-2b8e-41aa-a284-a7c7a9d9bc2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "6238b393cb7145abbf19fd1a4677219a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "beaaba49-d4e5-409a-8599-eff4d876704d" - ], - "x-ms-correlation-request-id": [ - "beaaba49-d4e5-409a-8599-eff4d876704d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182709Z:beaaba49-d4e5-409a-8599-eff4d876704d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "61fbd24f5ec240508e052759b205a6de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "489e7fb1-118b-47dc-a9e6-4692e14fe04a" - ], - "x-ms-correlation-request-id": [ - "489e7fb1-118b-47dc-a9e6-4692e14fe04a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182709Z:489e7fb1-118b-47dc-a9e6-4692e14fe04a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "4e7c4e34e2494d7ebdd10355a83886b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68044904-507a-47dc-8e6f-96f84b303245" - ], - "x-ms-correlation-request-id": [ - "68044904-507a-47dc-8e6f-96f84b303245" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182709Z:68044904-507a-47dc-8e6f-96f84b303245" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "f0f2c96468444b34a44c09f576236f11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d18a805-391f-4434-834e-88f8fc17472e" - ], - "x-ms-correlation-request-id": [ - "3d18a805-391f-4434-834e-88f8fc17472e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182709Z:3d18a805-391f-4434-834e-88f8fc17472e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "6d77e4e6f0404a3fb68ae83e76f5747c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e053d901-0e2e-40a9-8fe3-fdbd1ea7e3f8" - ], - "x-ms-correlation-request-id": [ - "e053d901-0e2e-40a9-8fe3-fdbd1ea7e3f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:e053d901-0e2e-40a9-8fe3-fdbd1ea7e3f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "c0d68a9de4c441a7b7c9c446b02f1069" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "edd6c75a-41cd-454b-a67e-47fdbdca31d7" - ], - "x-ms-correlation-request-id": [ - "edd6c75a-41cd-454b-a67e-47fdbdca31d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:edd6c75a-41cd-454b-a67e-47fdbdca31d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "e780ad3d2f98489082a6d2357953d211" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba4a1e8e-bd28-4432-9c40-7f0f7b771cd2" - ], - "x-ms-correlation-request-id": [ - "ba4a1e8e-bd28-4432-9c40-7f0f7b771cd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:ba4a1e8e-bd28-4432-9c40-7f0f7b771cd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "e1bce26c52e245cf927c1f6375049f90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f87ccfbb-ebf3-4904-856c-97a6d80994b3" - ], - "x-ms-correlation-request-id": [ - "f87ccfbb-ebf3-4904-856c-97a6d80994b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:f87ccfbb-ebf3-4904-856c-97a6d80994b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "58ccef8ae9864aa08c467e3324560fbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d302584-36f7-4668-87ac-15d453a3b858" - ], - "x-ms-correlation-request-id": [ - "3d302584-36f7-4668-87ac-15d453a3b858" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:3d302584-36f7-4668-87ac-15d453a3b858" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "b3b1a349abdd4f2fa0a826d264bf43f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66c932cd-6161-4b14-9720-8a86dc979a1e" - ], - "x-ms-correlation-request-id": [ - "66c932cd-6161-4b14-9720-8a86dc979a1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:66c932cd-6161-4b14-9720-8a86dc979a1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "1d75fe53944447a3adedebdeaf37ebde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "beee1f0b-0f49-45ea-8d00-9cee533779be" - ], - "x-ms-correlation-request-id": [ - "beee1f0b-0f49-45ea-8d00-9cee533779be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:beee1f0b-0f49-45ea-8d00-9cee533779be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "42d7e0bc4e4a458ea75e851056798a72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd720120-9af5-426f-bd09-7a0fafc9f458" - ], - "x-ms-correlation-request-id": [ - "cd720120-9af5-426f-bd09-7a0fafc9f458" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:cd720120-9af5-426f-bd09-7a0fafc9f458" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "504e5f84dd28406a954c5c953c6b503c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93ec85d7-5ddb-4120-b876-a3c0236b2146" - ], - "x-ms-correlation-request-id": [ - "93ec85d7-5ddb-4120-b876-a3c0236b2146" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182710Z:93ec85d7-5ddb-4120-b876-a3c0236b2146" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "932efce12ffd4b519cd7403829542b01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e53732b6-8c97-491b-9d63-8f0a26eac648" - ], - "x-ms-correlation-request-id": [ - "e53732b6-8c97-491b-9d63-8f0a26eac648" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:e53732b6-8c97-491b-9d63-8f0a26eac648" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "a44d554777bb48b797948a5e0427b303" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e93eb12f-1696-4303-b663-89716211d63b" - ], - "x-ms-correlation-request-id": [ - "e93eb12f-1696-4303-b663-89716211d63b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:e93eb12f-1696-4303-b663-89716211d63b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "9273bd7377ac4c1e91423519a67daf47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60623d35-072c-43ff-a59a-11008c99df75" - ], - "x-ms-correlation-request-id": [ - "60623d35-072c-43ff-a59a-11008c99df75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:60623d35-072c-43ff-a59a-11008c99df75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "24af02c7317744268deef9fd48079404" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d6c85df-5f77-47e8-a038-6e7ffc27b898" - ], - "x-ms-correlation-request-id": [ - "6d6c85df-5f77-47e8-a038-6e7ffc27b898" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:6d6c85df-5f77-47e8-a038-6e7ffc27b898" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "508381342a8f48f885a6024c9a8b4e67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd70c36c-66a7-4f93-b80a-e50a6f80efa8" - ], - "x-ms-correlation-request-id": [ - "bd70c36c-66a7-4f93-b80a-e50a6f80efa8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:bd70c36c-66a7-4f93-b80a-e50a6f80efa8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "bdb272e39167490f914bf584336bdecc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3cfacc6-94f2-416d-bfdb-1517d11dadad" - ], - "x-ms-correlation-request-id": [ - "f3cfacc6-94f2-416d-bfdb-1517d11dadad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:f3cfacc6-94f2-416d-bfdb-1517d11dadad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "c8f6a8c3d819463eacdfa82514ee0e2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fca8f031-9f15-4cb8-b796-d9cb4133d9b7" - ], - "x-ms-correlation-request-id": [ - "fca8f031-9f15-4cb8-b796-d9cb4133d9b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:fca8f031-9f15-4cb8-b796-d9cb4133d9b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "3435270e585845a9b571b599e6f0c4d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd5f6f9c-619e-4f3c-bc5d-83fb7b441a8f" - ], - "x-ms-correlation-request-id": [ - "bd5f6f9c-619e-4f3c-bc5d-83fb7b441a8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182711Z:bd5f6f9c-619e-4f3c-bc5d-83fb7b441a8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "c648fb3e166349dfb7b3584aeca84951" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "409e46fc-7790-4276-9cc7-09892762f134" - ], - "x-ms-correlation-request-id": [ - "409e46fc-7790-4276-9cc7-09892762f134" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182712Z:409e46fc-7790-4276-9cc7-09892762f134" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "9fe983a68d014423b298dcd8e8116256" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f0be8db-a1ab-458b-9ece-f3f6c723823a" - ], - "x-ms-correlation-request-id": [ - "9f0be8db-a1ab-458b-9ece-f3f6c723823a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182712Z:9f0be8db-a1ab-458b-9ece-f3f6c723823a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "fe0c3fc5178d4bb4975224944fdbbd9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7270069-df30-4f3a-bbb6-a822da38cd7b" - ], - "x-ms-correlation-request-id": [ - "e7270069-df30-4f3a-bbb6-a822da38cd7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182712Z:e7270069-df30-4f3a-bbb6-a822da38cd7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "b986489c5de645e88bff3144cb53a6a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fba0e007-9168-4a7c-a095-3d7c7c594734" - ], - "x-ms-correlation-request-id": [ - "fba0e007-9168-4a7c-a095-3d7c7c594734" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182712Z:fba0e007-9168-4a7c-a095-3d7c7c594734" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "94f47239bf314adc9f62ae1a2f9c297f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92c51a0c-4ea2-48ba-873f-bca345fbd055" - ], - "x-ms-correlation-request-id": [ - "92c51a0c-4ea2-48ba-873f-bca345fbd055" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182712Z:92c51a0c-4ea2-48ba-873f-bca345fbd055" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "fb873a0b04f1438d9c00a4d75785350c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1387b6c-abe2-4f0d-a636-d7ad588b3a5e" - ], - "x-ms-correlation-request-id": [ - "a1387b6c-abe2-4f0d-a636-d7ad588b3a5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182712Z:a1387b6c-abe2-4f0d-a636-d7ad588b3a5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "50728aae8cbc44e3967339f4efcb4122" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bdf78fa-f1d7-48b1-9572-99e8d0aabcd2" - ], - "x-ms-correlation-request-id": [ - "5bdf78fa-f1d7-48b1-9572-99e8d0aabcd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182712Z:5bdf78fa-f1d7-48b1-9572-99e8d0aabcd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "c21afe72ed5b4ed1bdde9004a301fdd5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf5a825f-ea98-48da-8390-87ba5d1c25dc" - ], - "x-ms-correlation-request-id": [ - "cf5a825f-ea98-48da-8390-87ba5d1c25dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:cf5a825f-ea98-48da-8390-87ba5d1c25dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "a3a438ee657441ad8b614678b96ab776" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2251c3f-7d09-43d0-9909-a3f14385ea8d" - ], - "x-ms-correlation-request-id": [ - "d2251c3f-7d09-43d0-9909-a3f14385ea8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:d2251c3f-7d09-43d0-9909-a3f14385ea8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "b3ff666d6a7d462e9ae3572807d31648" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aeb85eff-83f7-4317-a453-5a59059b3d2a" - ], - "x-ms-correlation-request-id": [ - "aeb85eff-83f7-4317-a453-5a59059b3d2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:aeb85eff-83f7-4317-a453-5a59059b3d2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "caa8fe04bd4c411bbe74f33a00a40985" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d623178d-5299-4221-9516-9e78f7163e84" - ], - "x-ms-correlation-request-id": [ - "d623178d-5299-4221-9516-9e78f7163e84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:d623178d-5299-4221-9516-9e78f7163e84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "9daebc3ebb1a48149892142ab1c9cc74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac8587c9-2d94-467a-8bc8-7a2d72d88c54" - ], - "x-ms-correlation-request-id": [ - "ac8587c9-2d94-467a-8bc8-7a2d72d88c54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:ac8587c9-2d94-467a-8bc8-7a2d72d88c54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "5e37ef5591e64c8082d8f1158997c8f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "724a6e8f-0464-4079-88fc-05252c424d05" - ], - "x-ms-correlation-request-id": [ - "724a6e8f-0464-4079-88fc-05252c424d05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:724a6e8f-0464-4079-88fc-05252c424d05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "27f7269ef2054070a13a9961d362caa4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84bf1627-7d81-4e3e-aee2-7cc60b99a7bc" - ], - "x-ms-correlation-request-id": [ - "84bf1627-7d81-4e3e-aee2-7cc60b99a7bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:84bf1627-7d81-4e3e-aee2-7cc60b99a7bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "6c2d9ad52bca427fab668086461739e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e11738b-e03c-4935-a933-a7af9305e581" - ], - "x-ms-correlation-request-id": [ - "7e11738b-e03c-4935-a933-a7af9305e581" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182713Z:7e11738b-e03c-4935-a933-a7af9305e581" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "65cc1b9f82994d09be2b70e364741bbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2448b9a0-53dd-4ec3-adf0-7cb891c6c52f" - ], - "x-ms-correlation-request-id": [ - "2448b9a0-53dd-4ec3-adf0-7cb891c6c52f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182714Z:2448b9a0-53dd-4ec3-adf0-7cb891c6c52f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "12d2e2d50a5b4040a5317b0761e55571" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e04948b6-1031-4726-919f-808186a9b1ab" - ], - "x-ms-correlation-request-id": [ - "e04948b6-1031-4726-919f-808186a9b1ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182714Z:e04948b6-1031-4726-919f-808186a9b1ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "cbcaaadebc0242478823ec753366e473" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0ffc72f-050a-4474-a9b7-b2030f80bfaa" - ], - "x-ms-correlation-request-id": [ - "e0ffc72f-050a-4474-a9b7-b2030f80bfaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182714Z:e0ffc72f-050a-4474-a9b7-b2030f80bfaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "173c057cc35a42a397528307da4e0326" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb9d2256-09fb-4aa1-8a01-0ce576410ce1" - ], - "x-ms-correlation-request-id": [ - "cb9d2256-09fb-4aa1-8a01-0ce576410ce1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182714Z:cb9d2256-09fb-4aa1-8a01-0ce576410ce1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "b379651ee3b147d3b95cb87015261e03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "172419eb-ba9d-4872-832b-5b7be40b588f" - ], - "x-ms-correlation-request-id": [ - "172419eb-ba9d-4872-832b-5b7be40b588f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182714Z:172419eb-ba9d-4872-832b-5b7be40b588f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "bdf5b066a1a844a6aaa7bd2a65806d72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ca7cd8a-4e76-4504-b9e2-496bec472eb9" - ], - "x-ms-correlation-request-id": [ - "8ca7cd8a-4e76-4504-b9e2-496bec472eb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182714Z:8ca7cd8a-4e76-4504-b9e2-496bec472eb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "2a2db11e3ab3490dbab6be50fa5c6f1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f69ab422-bf2e-4d41-9c40-fb4d6d7f5326" - ], - "x-ms-correlation-request-id": [ - "f69ab422-bf2e-4d41-9c40-fb4d6d7f5326" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182714Z:f69ab422-bf2e-4d41-9c40-fb4d6d7f5326" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "dc928226eb6c444a94d45375d28c6d4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa271caa-987b-4167-a89f-07fdb3df1526" - ], - "x-ms-correlation-request-id": [ - "fa271caa-987b-4167-a89f-07fdb3df1526" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182715Z:fa271caa-987b-4167-a89f-07fdb3df1526" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "9117325c3c394467a09a59610a191837" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "498d52f1-16d5-4e1e-b311-f7ede3485e28" - ], - "x-ms-correlation-request-id": [ - "498d52f1-16d5-4e1e-b311-f7ede3485e28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182715Z:498d52f1-16d5-4e1e-b311-f7ede3485e28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "a24502f28ff04fd0998ff2d73fa32c26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "334e76f1-8b51-4593-ad3c-85e1dbd25dc7" - ], - "x-ms-correlation-request-id": [ - "334e76f1-8b51-4593-ad3c-85e1dbd25dc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182715Z:334e76f1-8b51-4593-ad3c-85e1dbd25dc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "92e5bdd9dca748ee894ab438e6f87a0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14f5cd62-8d8b-4ede-860b-832ee037898f" - ], - "x-ms-correlation-request-id": [ - "14f5cd62-8d8b-4ede-860b-832ee037898f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182715Z:14f5cd62-8d8b-4ede-860b-832ee037898f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "fa36a44ec17c4777a71f14c0358e75ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2ac49b1-eb8d-42ac-92d8-ecb5ca055e31" - ], - "x-ms-correlation-request-id": [ - "e2ac49b1-eb8d-42ac-92d8-ecb5ca055e31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182715Z:e2ac49b1-eb8d-42ac-92d8-ecb5ca055e31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "dd8dd7ee41574db08b3e3ddb2e0f3898" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "875377a4-efcd-44ed-964e-e4e3fb5a1d23" - ], - "x-ms-correlation-request-id": [ - "875377a4-efcd-44ed-964e-e4e3fb5a1d23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:875377a4-efcd-44ed-964e-e4e3fb5a1d23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "5dd77c3eddfc40418437448b899de2bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "681c321c-1b9b-4d4f-9b7f-7d37f061e979" - ], - "x-ms-correlation-request-id": [ - "681c321c-1b9b-4d4f-9b7f-7d37f061e979" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:681c321c-1b9b-4d4f-9b7f-7d37f061e979" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "08b9ad8ed3fb4fac83e854b4391dcc18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e604dac-c1ea-49b8-899b-6517de5f334e" - ], - "x-ms-correlation-request-id": [ - "3e604dac-c1ea-49b8-899b-6517de5f334e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:3e604dac-c1ea-49b8-899b-6517de5f334e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "4d314d9a536a4f279bb2e02d21c53c73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09e7a979-9c09-4856-914c-1ac32584004b" - ], - "x-ms-correlation-request-id": [ - "09e7a979-9c09-4856-914c-1ac32584004b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:09e7a979-9c09-4856-914c-1ac32584004b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "1a4ae77c0ba64fd38c9aad464b015606" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0454c76-2cb7-4d5e-96e1-618e049b1a2e" - ], - "x-ms-correlation-request-id": [ - "d0454c76-2cb7-4d5e-96e1-618e049b1a2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:d0454c76-2cb7-4d5e-96e1-618e049b1a2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "f71057b5b63e451083b1741fc6a563b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c303bdb-7b47-4e1f-87e0-acb7bf447dc5" - ], - "x-ms-correlation-request-id": [ - "8c303bdb-7b47-4e1f-87e0-acb7bf447dc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:8c303bdb-7b47-4e1f-87e0-acb7bf447dc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "82159aca392c43b99f19554cca5d1fe1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9130b6b-dd79-4972-9861-a6f23f2748d6" - ], - "x-ms-correlation-request-id": [ - "d9130b6b-dd79-4972-9861-a6f23f2748d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:d9130b6b-dd79-4972-9861-a6f23f2748d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "de168d95ff4c48bb8c3ac29937a6fc1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "299e0dc1-9240-457f-8c57-eabfea6ae178" - ], - "x-ms-correlation-request-id": [ - "299e0dc1-9240-457f-8c57-eabfea6ae178" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:299e0dc1-9240-457f-8c57-eabfea6ae178" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "6af47936fab442fb8d4d001ef38c2f6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8fffb6a2-4ad5-4cd1-b469-71036289efe0" - ], - "x-ms-correlation-request-id": [ - "8fffb6a2-4ad5-4cd1-b469-71036289efe0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:8fffb6a2-4ad5-4cd1-b469-71036289efe0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "1a39d53a5a0a45de9cb279338eb0c7ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55254b1b-a8a5-4a88-be53-ea594cf68d46" - ], - "x-ms-correlation-request-id": [ - "55254b1b-a8a5-4a88-be53-ea594cf68d46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182716Z:55254b1b-a8a5-4a88-be53-ea594cf68d46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "eaa1c0b483574cd5846333313a61c1c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12ff6463-40b6-423f-ac82-4309289dee7e" - ], - "x-ms-correlation-request-id": [ - "12ff6463-40b6-423f-ac82-4309289dee7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182717Z:12ff6463-40b6-423f-ac82-4309289dee7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "8a78cd32d6624945babdfe1220b5f674" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ae89b1a-2394-4827-9b3d-e9fcecf01c38" - ], - "x-ms-correlation-request-id": [ - "3ae89b1a-2394-4827-9b3d-e9fcecf01c38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182717Z:3ae89b1a-2394-4827-9b3d-e9fcecf01c38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "1de38ec91fcb4faaa173e7b1537026e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8ce7ea6-784b-4543-93bf-c1a504d3c564" - ], - "x-ms-correlation-request-id": [ - "f8ce7ea6-784b-4543-93bf-c1a504d3c564" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182717Z:f8ce7ea6-784b-4543-93bf-c1a504d3c564" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "6faf906a42f04994a1cc5d682e790887" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e500909-53b3-4ba7-9a07-13cdc3533fd7" - ], - "x-ms-correlation-request-id": [ - "3e500909-53b3-4ba7-9a07-13cdc3533fd7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182717Z:3e500909-53b3-4ba7-9a07-13cdc3533fd7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "b4c3951f96ae45d4a090849606dc1756" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8f707ce-ef6c-453d-8929-76ce6d9b8361" - ], - "x-ms-correlation-request-id": [ - "f8f707ce-ef6c-453d-8929-76ce6d9b8361" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182717Z:f8f707ce-ef6c-453d-8929-76ce6d9b8361" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "1164d5a8c5b243fc95b2575918eadc4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37b6e2b0-e1b7-45c2-823d-364c07a13e68" - ], - "x-ms-correlation-request-id": [ - "37b6e2b0-e1b7-45c2-823d-364c07a13e68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:37b6e2b0-e1b7-45c2-823d-364c07a13e68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "d9392b241d5346f3936a668c04dfd666" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b51ad6d-48b2-4a14-a3c3-27fbc99e1cd1" - ], - "x-ms-correlation-request-id": [ - "2b51ad6d-48b2-4a14-a3c3-27fbc99e1cd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:2b51ad6d-48b2-4a14-a3c3-27fbc99e1cd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "31f6f294c48740c18b183547a321fbf5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d4a88a8-53d2-4b80-a4a8-c133bb7c3e16" - ], - "x-ms-correlation-request-id": [ - "1d4a88a8-53d2-4b80-a4a8-c133bb7c3e16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:1d4a88a8-53d2-4b80-a4a8-c133bb7c3e16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "0373d1920c7448f38e8988ce4596ae5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50633e79-ddd0-4df4-8733-5055c792f43b" - ], - "x-ms-correlation-request-id": [ - "50633e79-ddd0-4df4-8733-5055c792f43b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:50633e79-ddd0-4df4-8733-5055c792f43b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "06ba24c8a5374784afd59deb39090414" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a0a6659-4a58-462e-bf51-6a867e8268f8" - ], - "x-ms-correlation-request-id": [ - "9a0a6659-4a58-462e-bf51-6a867e8268f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:9a0a6659-4a58-462e-bf51-6a867e8268f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "fa0722c4a6264026848a508005805b49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a683036-1b54-4cf8-bce4-99597a944415" - ], - "x-ms-correlation-request-id": [ - "7a683036-1b54-4cf8-bce4-99597a944415" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:7a683036-1b54-4cf8-bce4-99597a944415" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "40d1b8599e70426d8c1feb425d4ccdb8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec2df5e4-794f-4fa6-b18f-eee193f50fbc" - ], - "x-ms-correlation-request-id": [ - "ec2df5e4-794f-4fa6-b18f-eee193f50fbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:ec2df5e4-794f-4fa6-b18f-eee193f50fbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "c93fcf2abd73463bb1d88ec2336a0773" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c8de02f-8ca8-4fb5-8e9d-7ee424aa94ef" - ], - "x-ms-correlation-request-id": [ - "9c8de02f-8ca8-4fb5-8e9d-7ee424aa94ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182718Z:9c8de02f-8ca8-4fb5-8e9d-7ee424aa94ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "daa05de943954a03a79257578fd37534" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9265568-ad29-44a6-96cf-a48778be0030" - ], - "x-ms-correlation-request-id": [ - "e9265568-ad29-44a6-96cf-a48778be0030" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:e9265568-ad29-44a6-96cf-a48778be0030" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "6f74044e09884005896a52fe54ef7275" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9c83b67-2ebc-49ca-8652-87047c4fa050" - ], - "x-ms-correlation-request-id": [ - "d9c83b67-2ebc-49ca-8652-87047c4fa050" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:d9c83b67-2ebc-49ca-8652-87047c4fa050" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "211b1a503f3b4ebdae986362037b77f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59e9dcfb-5475-450d-8490-61f6e3869430" - ], - "x-ms-correlation-request-id": [ - "59e9dcfb-5475-450d-8490-61f6e3869430" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:59e9dcfb-5475-450d-8490-61f6e3869430" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "336ce237b9a44c1d8ca7cfeeb128b43a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe887dfa-8b52-4291-a537-1d5be43367e5" - ], - "x-ms-correlation-request-id": [ - "fe887dfa-8b52-4291-a537-1d5be43367e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:fe887dfa-8b52-4291-a537-1d5be43367e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "0cd49f1a498f440b98ace37690c8ab53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4aab693-4370-4a9f-9266-eabac2bda4ec" - ], - "x-ms-correlation-request-id": [ - "f4aab693-4370-4a9f-9266-eabac2bda4ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:f4aab693-4370-4a9f-9266-eabac2bda4ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "121c4538b5cd41a5abe1b05a2f9054de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9779ed0e-295d-409e-b6c6-ee156da79d66" - ], - "x-ms-correlation-request-id": [ - "9779ed0e-295d-409e-b6c6-ee156da79d66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:9779ed0e-295d-409e-b6c6-ee156da79d66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "9898dcd45d58484fab7c928d4b8219ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f5aad15-fa60-4450-80f8-02318b1c3805" - ], - "x-ms-correlation-request-id": [ - "6f5aad15-fa60-4450-80f8-02318b1c3805" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:6f5aad15-fa60-4450-80f8-02318b1c3805" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "65ec70566f134681a76197f7471eb14f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a973acd-4e2a-4011-a5e7-58a08ece94d7" - ], - "x-ms-correlation-request-id": [ - "3a973acd-4e2a-4011-a5e7-58a08ece94d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:3a973acd-4e2a-4011-a5e7-58a08ece94d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "383079b638764509851cc26651ccd830" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67c47a94-3b3f-4d1d-9a41-89e8d6d93972" - ], - "x-ms-correlation-request-id": [ - "67c47a94-3b3f-4d1d-9a41-89e8d6d93972" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182719Z:67c47a94-3b3f-4d1d-9a41-89e8d6d93972" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "d34e7d07504842d18a1a042c81c0652d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bc3485e-da85-42a2-9c0e-e6e469dadc45" - ], - "x-ms-correlation-request-id": [ - "9bc3485e-da85-42a2-9c0e-e6e469dadc45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:9bc3485e-da85-42a2-9c0e-e6e469dadc45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "ef12fdc9a0b6415fa90bd4886f6d00a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eca082ad-cb2f-4b59-b600-7043f9858a57" - ], - "x-ms-correlation-request-id": [ - "eca082ad-cb2f-4b59-b600-7043f9858a57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:eca082ad-cb2f-4b59-b600-7043f9858a57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "e8ff36cda4fd4830bca8d92598287354" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e51d86e-d0f8-4d9d-9c16-7c219f7d31f6" - ], - "x-ms-correlation-request-id": [ - "3e51d86e-d0f8-4d9d-9c16-7c219f7d31f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:3e51d86e-d0f8-4d9d-9c16-7c219f7d31f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "7759fbfe9e6b429db6eea474b9e85ebf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd3c99a7-db03-4cc8-b55c-0fb60e493fc2" - ], - "x-ms-correlation-request-id": [ - "fd3c99a7-db03-4cc8-b55c-0fb60e493fc2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:fd3c99a7-db03-4cc8-b55c-0fb60e493fc2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "3ac5ca9047734c50b3f1ac40699128fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cce744b4-68ba-448f-9249-fc37eaa9827d" - ], - "x-ms-correlation-request-id": [ - "cce744b4-68ba-448f-9249-fc37eaa9827d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:cce744b4-68ba-448f-9249-fc37eaa9827d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "16504510d42a44faa5ad1406045ee092" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b751f2c8-9d11-4a41-9525-c554a30d880f" - ], - "x-ms-correlation-request-id": [ - "b751f2c8-9d11-4a41-9525-c554a30d880f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:b751f2c8-9d11-4a41-9525-c554a30d880f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "d8db2d9f6fc04ed1870c974d4450b7f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a053d97f-b5c4-430e-bd81-adcab0e7a4e1" - ], - "x-ms-correlation-request-id": [ - "a053d97f-b5c4-430e-bd81-adcab0e7a4e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:a053d97f-b5c4-430e-bd81-adcab0e7a4e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "3e375212d3e843f3824a8548379bd835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52ea8623-9109-4787-8edd-6b52adcdc1ff" - ], - "x-ms-correlation-request-id": [ - "52ea8623-9109-4787-8edd-6b52adcdc1ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182720Z:52ea8623-9109-4787-8edd-6b52adcdc1ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "90e4ba4730634e1db2a489d9a49052e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa3edcda-e164-42a3-9ecd-e47b8102e92b" - ], - "x-ms-correlation-request-id": [ - "fa3edcda-e164-42a3-9ecd-e47b8102e92b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182721Z:fa3edcda-e164-42a3-9ecd-e47b8102e92b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "96e42cae594c4ebbae807a31490af1b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "908cb2be-9295-4a74-87cb-8918f2ebe483" - ], - "x-ms-correlation-request-id": [ - "908cb2be-9295-4a74-87cb-8918f2ebe483" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182721Z:908cb2be-9295-4a74-87cb-8918f2ebe483" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "757c0fe6b46d4f2b82f84ef4e42e2764" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71825232-ac20-49a9-9cf1-c831895892bf" - ], - "x-ms-correlation-request-id": [ - "71825232-ac20-49a9-9cf1-c831895892bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182721Z:71825232-ac20-49a9-9cf1-c831895892bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "e593ecbf5d5a4fdfb6043756d1f3f554" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de68894e-96e0-477f-9ab1-dc417bb5484a" - ], - "x-ms-correlation-request-id": [ - "de68894e-96e0-477f-9ab1-dc417bb5484a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182722Z:de68894e-96e0-477f-9ab1-dc417bb5484a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "c6e0ce6de6e84169b35aac3b85b8e186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93113803-e38a-437f-bd82-30260ac75dba" - ], - "x-ms-correlation-request-id": [ - "93113803-e38a-437f-bd82-30260ac75dba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182722Z:93113803-e38a-437f-bd82-30260ac75dba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "fdac50b6f28e413e8931df15ad308bef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1605765-a572-45ae-8237-6bb0693cefb9" - ], - "x-ms-correlation-request-id": [ - "c1605765-a572-45ae-8237-6bb0693cefb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182722Z:c1605765-a572-45ae-8237-6bb0693cefb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "3b6ffcb552d34af79419af2b87e97643" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1f8dad7-80b8-4e55-bf5a-b6fdbb067e13" - ], - "x-ms-correlation-request-id": [ - "b1f8dad7-80b8-4e55-bf5a-b6fdbb067e13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182722Z:b1f8dad7-80b8-4e55-bf5a-b6fdbb067e13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "9ee30ed95afe4aed9d9bbdf0ded66a53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37198122-dbcf-42a9-9864-a0564b0d26df" - ], - "x-ms-correlation-request-id": [ - "37198122-dbcf-42a9-9864-a0564b0d26df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182722Z:37198122-dbcf-42a9-9864-a0564b0d26df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "613c640356664dd0959bb39e2041aec6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f740f80-2f62-48b8-95fd-444c726a4434" - ], - "x-ms-correlation-request-id": [ - "4f740f80-2f62-48b8-95fd-444c726a4434" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182722Z:4f740f80-2f62-48b8-95fd-444c726a4434" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "569e3783c20244589bd65f3099dcd268" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "609d7da2-39c0-441e-ba55-b8b0a2e8deb7" - ], - "x-ms-correlation-request-id": [ - "609d7da2-39c0-441e-ba55-b8b0a2e8deb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182723Z:609d7da2-39c0-441e-ba55-b8b0a2e8deb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "4348699d13f8476384de965451310286" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01d7fdf3-ddb2-4ed4-9a58-08059dcbf050" - ], - "x-ms-correlation-request-id": [ - "01d7fdf3-ddb2-4ed4-9a58-08059dcbf050" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182723Z:01d7fdf3-ddb2-4ed4-9a58-08059dcbf050" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "1ef293ff7c9d433c896aeea5af410b88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20652dfa-2060-45e8-97cd-25e1292ec9ac" - ], - "x-ms-correlation-request-id": [ - "20652dfa-2060-45e8-97cd-25e1292ec9ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182723Z:20652dfa-2060-45e8-97cd-25e1292ec9ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "1bf54f3f00d64e8ca2b133238ab81714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81b1ab5e-c30a-46dc-9c6d-0dfd3c9d400d" - ], - "x-ms-correlation-request-id": [ - "81b1ab5e-c30a-46dc-9c6d-0dfd3c9d400d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182723Z:81b1ab5e-c30a-46dc-9c6d-0dfd3c9d400d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "d58dab1a7bcf4ad2bdebcad7b3facf98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7b8f35e-f9ba-4dc7-92f5-72a5e33a59a7" - ], - "x-ms-correlation-request-id": [ - "e7b8f35e-f9ba-4dc7-92f5-72a5e33a59a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182723Z:e7b8f35e-f9ba-4dc7-92f5-72a5e33a59a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "dc26c2d040e6400dbfd4dd11ad086122" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "250671fa-f40b-4d3c-b779-6d865e098f95" - ], - "x-ms-correlation-request-id": [ - "250671fa-f40b-4d3c-b779-6d865e098f95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182723Z:250671fa-f40b-4d3c-b779-6d865e098f95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "a66ffb01a0e049b7a38784e4dd0c7b58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ae1ec2f-fdb2-4539-b8b8-410a75066712" - ], - "x-ms-correlation-request-id": [ - "7ae1ec2f-fdb2-4539-b8b8-410a75066712" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182723Z:7ae1ec2f-fdb2-4539-b8b8-410a75066712" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "7d165dbf1d1d43a3b031335cd651e748" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c6dc7ac-0fda-42a2-882d-17df0e8ef5d6" - ], - "x-ms-correlation-request-id": [ - "1c6dc7ac-0fda-42a2-882d-17df0e8ef5d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:1c6dc7ac-0fda-42a2-882d-17df0e8ef5d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "ea76274080dd465fae7aa285e7808ecd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "221cfb48-6420-4651-a4d5-9e7e2b1eb46e" - ], - "x-ms-correlation-request-id": [ - "221cfb48-6420-4651-a4d5-9e7e2b1eb46e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:221cfb48-6420-4651-a4d5-9e7e2b1eb46e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "2bf8149ad5f14979adbbf51904c985c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "585da292-2cf1-4ee6-afec-23144960b76f" - ], - "x-ms-correlation-request-id": [ - "585da292-2cf1-4ee6-afec-23144960b76f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:585da292-2cf1-4ee6-afec-23144960b76f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "46a22a10bd244c3bbf2b69e2eac2f78e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df6434e1-1515-4383-9662-be896231f866" - ], - "x-ms-correlation-request-id": [ - "df6434e1-1515-4383-9662-be896231f866" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:df6434e1-1515-4383-9662-be896231f866" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "343a10fc75dc4aa7a86f23a7f9611493" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cafaa821-14c8-4c93-bd33-c505760b49a5" - ], - "x-ms-correlation-request-id": [ - "cafaa821-14c8-4c93-bd33-c505760b49a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:cafaa821-14c8-4c93-bd33-c505760b49a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "0eddbf91e3ca454ba2edda0a2dead070" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71874d32-7569-4f26-bf38-c812b5014cba" - ], - "x-ms-correlation-request-id": [ - "71874d32-7569-4f26-bf38-c812b5014cba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:71874d32-7569-4f26-bf38-c812b5014cba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "e55f90e5dfcc4f3fb2fe20d6c63430a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e06e5923-edb3-4d03-aaa4-40485b26d7a7" - ], - "x-ms-correlation-request-id": [ - "e06e5923-edb3-4d03-aaa4-40485b26d7a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:e06e5923-edb3-4d03-aaa4-40485b26d7a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "d8d4d3c6e627443fba946b1361504e66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81cac2ab-f10b-4222-a8d9-1a8b5b841744" - ], - "x-ms-correlation-request-id": [ - "81cac2ab-f10b-4222-a8d9-1a8b5b841744" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182724Z:81cac2ab-f10b-4222-a8d9-1a8b5b841744" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "fbc2a811b0744aacb0ff60dc5fc80ba6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b798183f-1a62-4266-82a6-1cf96d02d905" - ], - "x-ms-correlation-request-id": [ - "b798183f-1a62-4266-82a6-1cf96d02d905" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182725Z:b798183f-1a62-4266-82a6-1cf96d02d905" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "86f7dbdda4434f259983d90dcc696ce6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99502b5c-93cb-4fd9-8a77-9d725c45d070" - ], - "x-ms-correlation-request-id": [ - "99502b5c-93cb-4fd9-8a77-9d725c45d070" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182725Z:99502b5c-93cb-4fd9-8a77-9d725c45d070" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "a831247892cb46229c0dacee4c23d1e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5153657b-eee8-4e94-913f-aa960ad14239" - ], - "x-ms-correlation-request-id": [ - "5153657b-eee8-4e94-913f-aa960ad14239" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182725Z:5153657b-eee8-4e94-913f-aa960ad14239" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "bbd53040c38c41279e0c20f137c0cab9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "142e958c-9f12-4ccf-a9c6-c5804d6de009" - ], - "x-ms-correlation-request-id": [ - "142e958c-9f12-4ccf-a9c6-c5804d6de009" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182725Z:142e958c-9f12-4ccf-a9c6-c5804d6de009" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "924de3da41cb4fdea29f52703bf1a79a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a99adf4e-489e-44d0-acf3-2a84d6f099e5" - ], - "x-ms-correlation-request-id": [ - "a99adf4e-489e-44d0-acf3-2a84d6f099e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182725Z:a99adf4e-489e-44d0-acf3-2a84d6f099e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "6ae0612696e24695a5b26bbeb8ddd478" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b267fa33-21b8-4c2e-8260-3d683944d8fb" - ], - "x-ms-correlation-request-id": [ - "b267fa33-21b8-4c2e-8260-3d683944d8fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182725Z:b267fa33-21b8-4c2e-8260-3d683944d8fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "56f0757477fa46fabf41a7d2c0574ab9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6e8c28f-e9e3-4b7c-8aa8-39e6c78310e0" - ], - "x-ms-correlation-request-id": [ - "f6e8c28f-e9e3-4b7c-8aa8-39e6c78310e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182725Z:f6e8c28f-e9e3-4b7c-8aa8-39e6c78310e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "2d40fb1b8f244ecda86b0c9a9c35726f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f23bd3f-baf1-4903-aa5d-c88024750304" - ], - "x-ms-correlation-request-id": [ - "7f23bd3f-baf1-4903-aa5d-c88024750304" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182726Z:7f23bd3f-baf1-4903-aa5d-c88024750304" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "552902ce55954f60b4a30516bf436fa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d51231f-e29b-4ef3-9f4b-5f2fb3eac824" - ], - "x-ms-correlation-request-id": [ - "4d51231f-e29b-4ef3-9f4b-5f2fb3eac824" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182726Z:4d51231f-e29b-4ef3-9f4b-5f2fb3eac824" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "acf6a52484ec485db0029ad0eedc2cc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74c0c7c0-47ab-46cb-aef5-2eb04e52c2d9" - ], - "x-ms-correlation-request-id": [ - "74c0c7c0-47ab-46cb-aef5-2eb04e52c2d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182726Z:74c0c7c0-47ab-46cb-aef5-2eb04e52c2d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "42929c59e2574d4aa796735b618c65a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13a836c5-78b4-4fb9-a7db-23704279e682" - ], - "x-ms-correlation-request-id": [ - "13a836c5-78b4-4fb9-a7db-23704279e682" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182726Z:13a836c5-78b4-4fb9-a7db-23704279e682" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "36cd35eeba1a485b94d06cab8542b2d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3acca3f2-1190-4a10-a2c3-5f2adbd83e03" - ], - "x-ms-correlation-request-id": [ - "3acca3f2-1190-4a10-a2c3-5f2adbd83e03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182726Z:3acca3f2-1190-4a10-a2c3-5f2adbd83e03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "78a0df86e05642cc8ff1a590c10616c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da9f5dc7-65fc-4189-b821-7adab1decd73" - ], - "x-ms-correlation-request-id": [ - "da9f5dc7-65fc-4189-b821-7adab1decd73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182726Z:da9f5dc7-65fc-4189-b821-7adab1decd73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "538ab2fbc0394305b9c5c8e7fa892fa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d461b77-3128-4966-b7f9-48706c187cd6" - ], - "x-ms-correlation-request-id": [ - "1d461b77-3128-4966-b7f9-48706c187cd6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182727Z:1d461b77-3128-4966-b7f9-48706c187cd6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "1f3fbad8ac27419885d44759e584cbf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c446e15-463e-4b8b-a303-8752335b878b" - ], - "x-ms-correlation-request-id": [ - "7c446e15-463e-4b8b-a303-8752335b878b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182727Z:7c446e15-463e-4b8b-a303-8752335b878b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "5d28eac497f5488cab48ea5355dd3bf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "217c7ec6-d1f4-4372-8ab1-8a9e76e69c2a" - ], - "x-ms-correlation-request-id": [ - "217c7ec6-d1f4-4372-8ab1-8a9e76e69c2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182727Z:217c7ec6-d1f4-4372-8ab1-8a9e76e69c2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "4fae497d629f4679a338820115e6b542" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f4f5543-cfb4-446d-bcf0-83c734b31ed9" - ], - "x-ms-correlation-request-id": [ - "0f4f5543-cfb4-446d-bcf0-83c734b31ed9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182727Z:0f4f5543-cfb4-446d-bcf0-83c734b31ed9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "7dddbb4e44144f55a7610d0d92483bdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c31bf8b-e741-4f1e-b4ed-c6b304dd5e2e" - ], - "x-ms-correlation-request-id": [ - "2c31bf8b-e741-4f1e-b4ed-c6b304dd5e2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182727Z:2c31bf8b-e741-4f1e-b4ed-c6b304dd5e2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "039d9cc8206a410e8dc785a66219cc89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d77f898d-ab93-4b2a-96ac-d584c958bc69" - ], - "x-ms-correlation-request-id": [ - "d77f898d-ab93-4b2a-96ac-d584c958bc69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182727Z:d77f898d-ab93-4b2a-96ac-d584c958bc69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "821168d8d50b405e9c8e9366747412ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87650e84-9be7-44e2-885c-343cd6a2dfbb" - ], - "x-ms-correlation-request-id": [ - "87650e84-9be7-44e2-885c-343cd6a2dfbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:87650e84-9be7-44e2-885c-343cd6a2dfbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "e1363a2c00df4a188f4d85b1b5078334" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fba8b658-e0e6-4f6b-9606-8d920de165a1" - ], - "x-ms-correlation-request-id": [ - "fba8b658-e0e6-4f6b-9606-8d920de165a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:fba8b658-e0e6-4f6b-9606-8d920de165a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "eb0135d601f84691a653199240205222" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cc70e48-f352-4d8f-838d-75f413ec8ab7" - ], - "x-ms-correlation-request-id": [ - "4cc70e48-f352-4d8f-838d-75f413ec8ab7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:4cc70e48-f352-4d8f-838d-75f413ec8ab7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "c9869c7ca1a64861964318605d8714d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4df999d2-abd7-470e-bed8-e088697cad32" - ], - "x-ms-correlation-request-id": [ - "4df999d2-abd7-470e-bed8-e088697cad32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:4df999d2-abd7-470e-bed8-e088697cad32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "30ec685ae25d49d4ae1cc2c3d0d003d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7590565-fc81-497f-bf5d-de66dd631875" - ], - "x-ms-correlation-request-id": [ - "d7590565-fc81-497f-bf5d-de66dd631875" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:d7590565-fc81-497f-bf5d-de66dd631875" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "d69cb31ec1d64c1b8b0c484010cdb7ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ba7a6e5-5280-49f6-8727-515bae53fde9" - ], - "x-ms-correlation-request-id": [ - "1ba7a6e5-5280-49f6-8727-515bae53fde9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:1ba7a6e5-5280-49f6-8727-515bae53fde9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "12e90c105a1048978e9463dd6a661bc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "442b4a1d-df96-4bfc-a080-ea65d19c085c" - ], - "x-ms-correlation-request-id": [ - "442b4a1d-df96-4bfc-a080-ea65d19c085c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:442b4a1d-df96-4bfc-a080-ea65d19c085c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "0e8e9534c79c4398a248d0720d4adb02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54e35dd4-4355-46bd-b433-3c44c0dad80f" - ], - "x-ms-correlation-request-id": [ - "54e35dd4-4355-46bd-b433-3c44c0dad80f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182728Z:54e35dd4-4355-46bd-b433-3c44c0dad80f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "c576756204764867991a329090326a26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eda5c0b3-2e59-4f86-acfd-fb77da83c041" - ], - "x-ms-correlation-request-id": [ - "eda5c0b3-2e59-4f86-acfd-fb77da83c041" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182729Z:eda5c0b3-2e59-4f86-acfd-fb77da83c041" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "211070716e0b424693a9d4efc22ca8d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c8480ca-8bfd-4fd5-ba85-e0bf76fae137" - ], - "x-ms-correlation-request-id": [ - "2c8480ca-8bfd-4fd5-ba85-e0bf76fae137" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182729Z:2c8480ca-8bfd-4fd5-ba85-e0bf76fae137" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "5fbef9715ff54eb9b481a80694836678" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8071a1fb-b725-4463-8acf-f16b25a769f0" - ], - "x-ms-correlation-request-id": [ - "8071a1fb-b725-4463-8acf-f16b25a769f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182729Z:8071a1fb-b725-4463-8acf-f16b25a769f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "ee94bd5055d84057a90d269832db88b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3ba55b0-9796-4394-8355-bbb7b1862bb1" - ], - "x-ms-correlation-request-id": [ - "a3ba55b0-9796-4394-8355-bbb7b1862bb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182729Z:a3ba55b0-9796-4394-8355-bbb7b1862bb1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "f893851e7a8a4cfa8fd88a481e208fc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca28de2e-6bd2-40e2-8f8a-94ddd9a29c89" - ], - "x-ms-correlation-request-id": [ - "ca28de2e-6bd2-40e2-8f8a-94ddd9a29c89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182729Z:ca28de2e-6bd2-40e2-8f8a-94ddd9a29c89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "c4f793cc5a974adf852325139b4262c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b2d98bd-acb0-49bb-b85c-c8aeac58f0f9" - ], - "x-ms-correlation-request-id": [ - "6b2d98bd-acb0-49bb-b85c-c8aeac58f0f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182729Z:6b2d98bd-acb0-49bb-b85c-c8aeac58f0f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "7a36290fe41b46f3abaa02f67053aa17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90fa087d-0f84-4ec0-a6c3-b2d42aa56bef" - ], - "x-ms-correlation-request-id": [ - "90fa087d-0f84-4ec0-a6c3-b2d42aa56bef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182729Z:90fa087d-0f84-4ec0-a6c3-b2d42aa56bef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "6fd16605f6a24857acd8435e9e575912" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "321a4cf1-4c8c-4024-8963-56735828daf4" - ], - "x-ms-correlation-request-id": [ - "321a4cf1-4c8c-4024-8963-56735828daf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182730Z:321a4cf1-4c8c-4024-8963-56735828daf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "a51148c12dbe484e85343a41537e7020" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15aa4ba5-9764-445a-87fa-4d96c1c3fa37" - ], - "x-ms-correlation-request-id": [ - "15aa4ba5-9764-445a-87fa-4d96c1c3fa37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182730Z:15aa4ba5-9764-445a-87fa-4d96c1c3fa37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "dd18dfae3701496c8029b3c20932c7aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4a534e2-24e1-4e0b-aa6e-010e37b5a42c" - ], - "x-ms-correlation-request-id": [ - "d4a534e2-24e1-4e0b-aa6e-010e37b5a42c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182730Z:d4a534e2-24e1-4e0b-aa6e-010e37b5a42c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "ac7df06cc2474e5c952af432d984a15d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4112a743-accc-4c7b-b24d-7716ff9a4506" - ], - "x-ms-correlation-request-id": [ - "4112a743-accc-4c7b-b24d-7716ff9a4506" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182730Z:4112a743-accc-4c7b-b24d-7716ff9a4506" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "2f167dae424b49c38d56f09d5ad580d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "224bb6e7-0db4-43b7-b578-9618dc1a7e1f" - ], - "x-ms-correlation-request-id": [ - "224bb6e7-0db4-43b7-b578-9618dc1a7e1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182730Z:224bb6e7-0db4-43b7-b578-9618dc1a7e1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "12f3f69f1bb94d96abd7c8ef08a8b24f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0238012-2ec7-4808-af26-ad10a0678f51" - ], - "x-ms-correlation-request-id": [ - "d0238012-2ec7-4808-af26-ad10a0678f51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182730Z:d0238012-2ec7-4808-af26-ad10a0678f51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "23fe2a24999347aa9860351619c74223" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "287441ad-2dcc-4816-980a-e8f202876607" - ], - "x-ms-correlation-request-id": [ - "287441ad-2dcc-4816-980a-e8f202876607" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182730Z:287441ad-2dcc-4816-980a-e8f202876607" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "cd2f3416623b4dcb90cbecd359569b43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efecb966-40e6-4af4-b258-43655ba6257c" - ], - "x-ms-correlation-request-id": [ - "efecb966-40e6-4af4-b258-43655ba6257c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182731Z:efecb966-40e6-4af4-b258-43655ba6257c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "33b77cbb4a184f38991979cc4c61ad5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98c8d68e-5365-43a3-958a-d3de4f217fd5" - ], - "x-ms-correlation-request-id": [ - "98c8d68e-5365-43a3-958a-d3de4f217fd5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182731Z:98c8d68e-5365-43a3-958a-d3de4f217fd5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "6473dbbcd62440928e5dd156583304f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "782f7167-70ad-4919-9f35-01fdb74f097e" - ], - "x-ms-correlation-request-id": [ - "782f7167-70ad-4919-9f35-01fdb74f097e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182731Z:782f7167-70ad-4919-9f35-01fdb74f097e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "a7c5e9730ea84a8da1c4bd39ae0cec32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a994fdab-0e89-4ea8-abbe-846ba4fa0d3b" - ], - "x-ms-correlation-request-id": [ - "a994fdab-0e89-4ea8-abbe-846ba4fa0d3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182731Z:a994fdab-0e89-4ea8-abbe-846ba4fa0d3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "64b76a85e929437094325b57173dd8ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08e16336-624b-40b7-a815-5fa5d278acd2" - ], - "x-ms-correlation-request-id": [ - "08e16336-624b-40b7-a815-5fa5d278acd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182731Z:08e16336-624b-40b7-a815-5fa5d278acd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "998da202a43346d9a0b83587187e8a4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e418821-5a3a-40f6-8b3e-608fb1d3d2a9" - ], - "x-ms-correlation-request-id": [ - "5e418821-5a3a-40f6-8b3e-608fb1d3d2a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182731Z:5e418821-5a3a-40f6-8b3e-608fb1d3d2a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "898b1c17114c43ba9a5f695cc3e4511f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae10b3aa-00d3-4f84-b0b7-f9453d855bc6" - ], - "x-ms-correlation-request-id": [ - "ae10b3aa-00d3-4f84-b0b7-f9453d855bc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182731Z:ae10b3aa-00d3-4f84-b0b7-f9453d855bc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "2652493adc9549af9db8b22cb9df0d7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcf8fb1b-ebda-4f26-a555-452be5352f54" - ], - "x-ms-correlation-request-id": [ - "dcf8fb1b-ebda-4f26-a555-452be5352f54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182732Z:dcf8fb1b-ebda-4f26-a555-452be5352f54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "c4aaddeb459b4b5cbbfe91ea7d03211e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0263f637-20f6-4a1c-9358-238e7a56ea01" - ], - "x-ms-correlation-request-id": [ - "0263f637-20f6-4a1c-9358-238e7a56ea01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182732Z:0263f637-20f6-4a1c-9358-238e7a56ea01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "a12795585fb748eeb78425f4bf8d7d71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "444a0370-f648-4d32-8af0-17dad8b9b8a7" - ], - "x-ms-correlation-request-id": [ - "444a0370-f648-4d32-8af0-17dad8b9b8a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182732Z:444a0370-f648-4d32-8af0-17dad8b9b8a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "541d81fe61b44e94976c36f085f1b90b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd4a8197-d254-4f0d-a879-b3756c8781bf" - ], - "x-ms-correlation-request-id": [ - "dd4a8197-d254-4f0d-a879-b3756c8781bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182732Z:dd4a8197-d254-4f0d-a879-b3756c8781bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "3decb8b9bb3247139c189351088368c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc8a507f-1b77-49e8-8e53-2a28012fe42e" - ], - "x-ms-correlation-request-id": [ - "fc8a507f-1b77-49e8-8e53-2a28012fe42e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182732Z:fc8a507f-1b77-49e8-8e53-2a28012fe42e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "52054a9038444e619230ea1454d8b1e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5e291f6-3f1d-49a2-8e3b-46655038b3b4" - ], - "x-ms-correlation-request-id": [ - "f5e291f6-3f1d-49a2-8e3b-46655038b3b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:f5e291f6-3f1d-49a2-8e3b-46655038b3b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "da58d343728d48f9a90c953fa455fd31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd6cd3bd-8611-44f6-ad13-e7fa8e15e1bd" - ], - "x-ms-correlation-request-id": [ - "dd6cd3bd-8611-44f6-ad13-e7fa8e15e1bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:dd6cd3bd-8611-44f6-ad13-e7fa8e15e1bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "144c1f5867274d7b935a70c166042db6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "587f05e4-ab0b-480f-b94d-eac3dfcccf4d" - ], - "x-ms-correlation-request-id": [ - "587f05e4-ab0b-480f-b94d-eac3dfcccf4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:587f05e4-ab0b-480f-b94d-eac3dfcccf4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "9aa1dd86d150487b83f429802528657c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e65d1ff-191a-4b23-9910-4d6323ad6a25" - ], - "x-ms-correlation-request-id": [ - "9e65d1ff-191a-4b23-9910-4d6323ad6a25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:9e65d1ff-191a-4b23-9910-4d6323ad6a25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "615cdfdb718a4effb1b99e1a90d4b662" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05198365-d219-44ef-bc68-7bf4d1f835bb" - ], - "x-ms-correlation-request-id": [ - "05198365-d219-44ef-bc68-7bf4d1f835bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:05198365-d219-44ef-bc68-7bf4d1f835bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "5aacb6c205db48778fdb9435f1956380" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f407539c-4b76-4d15-a54c-b72279cfaa3c" - ], - "x-ms-correlation-request-id": [ - "f407539c-4b76-4d15-a54c-b72279cfaa3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:f407539c-4b76-4d15-a54c-b72279cfaa3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "5d7a5fc98da74acf81f945c9e9ff0f2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "935f0fdd-5243-45a5-9142-9b5f70a50dab" - ], - "x-ms-correlation-request-id": [ - "935f0fdd-5243-45a5-9142-9b5f70a50dab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:935f0fdd-5243-45a5-9142-9b5f70a50dab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "120205763faa4f3c9e3dd930424b3d40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "adca5441-986a-4eec-8108-8ad069b5b564" - ], - "x-ms-correlation-request-id": [ - "adca5441-986a-4eec-8108-8ad069b5b564" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182733Z:adca5441-986a-4eec-8108-8ad069b5b564" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "63264ab34cee47e1828118fbb3300439" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92837985-419e-4c20-b932-4215644b2302" - ], - "x-ms-correlation-request-id": [ - "92837985-419e-4c20-b932-4215644b2302" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182734Z:92837985-419e-4c20-b932-4215644b2302" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "6f443187c8de434ab8042c376401dcb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af5c304e-1b36-468e-b087-74529c97a106" - ], - "x-ms-correlation-request-id": [ - "af5c304e-1b36-468e-b087-74529c97a106" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182734Z:af5c304e-1b36-468e-b087-74529c97a106" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "e1446723b21847e1a474e4e25ab175f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97e4c380-4426-4a6c-9e76-d8de26f33268" - ], - "x-ms-correlation-request-id": [ - "97e4c380-4426-4a6c-9e76-d8de26f33268" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182734Z:97e4c380-4426-4a6c-9e76-d8de26f33268" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "1c5c7e80da3e41b9942b298e79b85ae1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7e59c18-548a-415c-8ff4-f52bceb4dbbc" - ], - "x-ms-correlation-request-id": [ - "d7e59c18-548a-415c-8ff4-f52bceb4dbbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182734Z:d7e59c18-548a-415c-8ff4-f52bceb4dbbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "34b19c5134b74d908a3ed1d801101b90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "446971bd-d8ad-41ad-bc55-0428912eebf1" - ], - "x-ms-correlation-request-id": [ - "446971bd-d8ad-41ad-bc55-0428912eebf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182734Z:446971bd-d8ad-41ad-bc55-0428912eebf1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "de7b721ba6bf437e8a9af4212342fa1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55bc0dbe-b506-4f37-aa91-f08ab3fa7b43" - ], - "x-ms-correlation-request-id": [ - "55bc0dbe-b506-4f37-aa91-f08ab3fa7b43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182734Z:55bc0dbe-b506-4f37-aa91-f08ab3fa7b43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "27bcdb4c3f9146fd8ef4d76fca743311" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83ff742a-400b-4e0e-9ffe-8992d5a1cf6e" - ], - "x-ms-correlation-request-id": [ - "83ff742a-400b-4e0e-9ffe-8992d5a1cf6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182734Z:83ff742a-400b-4e0e-9ffe-8992d5a1cf6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "67c3eb799fb243e3984c63b002634874" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ad2ef18-471f-4093-b2a5-7f1753b8d206" - ], - "x-ms-correlation-request-id": [ - "8ad2ef18-471f-4093-b2a5-7f1753b8d206" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182735Z:8ad2ef18-471f-4093-b2a5-7f1753b8d206" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "140f90e5e353471ca2d56e734efb4765" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36447935-5534-4570-8c07-d12b348e91e0" - ], - "x-ms-correlation-request-id": [ - "36447935-5534-4570-8c07-d12b348e91e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182735Z:36447935-5534-4570-8c07-d12b348e91e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "19259523140941a3aa31bf47d0ca1057" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81d43507-57f6-4720-b85f-93f08f91efe8" - ], - "x-ms-correlation-request-id": [ - "81d43507-57f6-4720-b85f-93f08f91efe8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182735Z:81d43507-57f6-4720-b85f-93f08f91efe8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "49e36927a4d94176ac28d6399c3a9d49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc4695c0-fe80-4ba3-ac04-b8f06e075869" - ], - "x-ms-correlation-request-id": [ - "fc4695c0-fe80-4ba3-ac04-b8f06e075869" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182735Z:fc4695c0-fe80-4ba3-ac04-b8f06e075869" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "5ff29dec2ca0450591358ae2497b3974" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2ad7925-5fb1-4715-9690-dec5cc1961f6" - ], - "x-ms-correlation-request-id": [ - "d2ad7925-5fb1-4715-9690-dec5cc1961f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182735Z:d2ad7925-5fb1-4715-9690-dec5cc1961f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "18ffc882c3d241589f6331d727dfe461" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1fd9086-84d8-4185-9104-5e20d9a275af" - ], - "x-ms-correlation-request-id": [ - "b1fd9086-84d8-4185-9104-5e20d9a275af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182736Z:b1fd9086-84d8-4185-9104-5e20d9a275af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "a597e1bd37b94b4fa8c0012e43f3e625" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1db778fb-a376-4570-8e94-e9084c3936e8" - ], - "x-ms-correlation-request-id": [ - "1db778fb-a376-4570-8e94-e9084c3936e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182736Z:1db778fb-a376-4570-8e94-e9084c3936e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "14bf3319e3a5439eabd5a3ced7a9e14b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6fb09236-022b-4af7-abe5-dc2e3a0961fc" - ], - "x-ms-correlation-request-id": [ - "6fb09236-022b-4af7-abe5-dc2e3a0961fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182736Z:6fb09236-022b-4af7-abe5-dc2e3a0961fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "80b0cef817a441fcb857b964e16604c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "670b3bb8-8067-4b5f-b6eb-a97e9404e4dc" - ], - "x-ms-correlation-request-id": [ - "670b3bb8-8067-4b5f-b6eb-a97e9404e4dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182736Z:670b3bb8-8067-4b5f-b6eb-a97e9404e4dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "92bb02384f2747e28e61a6f86a74b15c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f5f99b1-1b6b-4c6a-978e-f8d199127f05" - ], - "x-ms-correlation-request-id": [ - "6f5f99b1-1b6b-4c6a-978e-f8d199127f05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182736Z:6f5f99b1-1b6b-4c6a-978e-f8d199127f05" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "5cdc076db5aa4a65801f368ca912c4e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd50a70f-ef3d-4307-9fdf-e9a923873caa" - ], - "x-ms-correlation-request-id": [ - "fd50a70f-ef3d-4307-9fdf-e9a923873caa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182737Z:fd50a70f-ef3d-4307-9fdf-e9a923873caa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "9afa1697539945748da7e9dd3f7093fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ebbdd7e-02f0-484c-8c81-83e016b3240b" - ], - "x-ms-correlation-request-id": [ - "6ebbdd7e-02f0-484c-8c81-83e016b3240b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182737Z:6ebbdd7e-02f0-484c-8c81-83e016b3240b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "c4a92d7f089346298b1cf98ad198ab60" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "772b3534-76a8-491a-9634-38430d34fc35" - ], - "x-ms-correlation-request-id": [ - "772b3534-76a8-491a-9634-38430d34fc35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182737Z:772b3534-76a8-491a-9634-38430d34fc35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "10d8d1c9090641d6827c09f7014dc378" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d049d8de-ea1b-46c6-9448-ccce166d851e" - ], - "x-ms-correlation-request-id": [ - "d049d8de-ea1b-46c6-9448-ccce166d851e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182738Z:d049d8de-ea1b-46c6-9448-ccce166d851e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "5fe0018563874717a74301ff9693d3d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d72e170e-e71a-4179-9b1e-9c53d5936075" - ], - "x-ms-correlation-request-id": [ - "d72e170e-e71a-4179-9b1e-9c53d5936075" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182738Z:d72e170e-e71a-4179-9b1e-9c53d5936075" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "0046fa18e2874d71b59b78dedbcbc736" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81ec6c1e-9b35-4863-91ed-e7ede5ad9bc3" - ], - "x-ms-correlation-request-id": [ - "81ec6c1e-9b35-4863-91ed-e7ede5ad9bc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182738Z:81ec6c1e-9b35-4863-91ed-e7ede5ad9bc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "c9e674d5fc2a4fbba1ea47b02760a26b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9dec698b-936b-4f59-92a6-f37045cb12f8" - ], - "x-ms-correlation-request-id": [ - "9dec698b-936b-4f59-92a6-f37045cb12f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182738Z:9dec698b-936b-4f59-92a6-f37045cb12f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "c801ae6cf386453aba792b538f69ef32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2d4dab2-82fa-4475-98bc-a5f272dc56b1" - ], - "x-ms-correlation-request-id": [ - "a2d4dab2-82fa-4475-98bc-a5f272dc56b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182738Z:a2d4dab2-82fa-4475-98bc-a5f272dc56b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "c720f2e89c1b4438945ace4566f5486d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "313b069e-ad31-4c5d-b89d-653d951dfd62" - ], - "x-ms-correlation-request-id": [ - "313b069e-ad31-4c5d-b89d-653d951dfd62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182738Z:313b069e-ad31-4c5d-b89d-653d951dfd62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "ab378b8cfea1464c84a78a95bc1b1b77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54792a51-56d1-4cb8-9419-897cb9661240" - ], - "x-ms-correlation-request-id": [ - "54792a51-56d1-4cb8-9419-897cb9661240" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182738Z:54792a51-56d1-4cb8-9419-897cb9661240" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "aebf8d52f7b94a1aa7cc89bc04e933c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ae57f6a-6122-40e6-bcd6-a490a3d13ea3" - ], - "x-ms-correlation-request-id": [ - "4ae57f6a-6122-40e6-bcd6-a490a3d13ea3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:4ae57f6a-6122-40e6-bcd6-a490a3d13ea3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "3e5c654a9b754f538ad7ffdbd2d61a28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18956900-e1a7-40f2-9612-b573e05df633" - ], - "x-ms-correlation-request-id": [ - "18956900-e1a7-40f2-9612-b573e05df633" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:18956900-e1a7-40f2-9612-b573e05df633" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "f2c3a7fc07214d0a95b18a5e8efc3698" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e05d627-6eb8-4eb6-88f9-3297b9a2d03d" - ], - "x-ms-correlation-request-id": [ - "8e05d627-6eb8-4eb6-88f9-3297b9a2d03d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:8e05d627-6eb8-4eb6-88f9-3297b9a2d03d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "4447b905db054edc804efa18bb08b4d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47ff7ae8-6af0-4e50-aaaa-e1f9265183c0" - ], - "x-ms-correlation-request-id": [ - "47ff7ae8-6af0-4e50-aaaa-e1f9265183c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:47ff7ae8-6af0-4e50-aaaa-e1f9265183c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "0d1a02b89322467fb2e491453964044a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b67dea5-a127-4e53-b70b-eadea4fb2bbc" - ], - "x-ms-correlation-request-id": [ - "7b67dea5-a127-4e53-b70b-eadea4fb2bbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:7b67dea5-a127-4e53-b70b-eadea4fb2bbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "fc9d0888f71e4014a138c569c67b3099" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab9d26ec-05cf-460b-82b4-ea2bfa45de08" - ], - "x-ms-correlation-request-id": [ - "ab9d26ec-05cf-460b-82b4-ea2bfa45de08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:ab9d26ec-05cf-460b-82b4-ea2bfa45de08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "f8d271308e4046998d9a384777a2719e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66e18163-0d1e-489a-905f-34b3c509365a" - ], - "x-ms-correlation-request-id": [ - "66e18163-0d1e-489a-905f-34b3c509365a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:66e18163-0d1e-489a-905f-34b3c509365a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "1437455658f24f2b8a244440e9efd984" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bee86f0c-7136-4d1a-8e64-a9e12b366146" - ], - "x-ms-correlation-request-id": [ - "bee86f0c-7136-4d1a-8e64-a9e12b366146" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182739Z:bee86f0c-7136-4d1a-8e64-a9e12b366146" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "1c7419973d2d4389bc23e70205a709ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f003963-1348-4ffd-b43b-d505f9ab5480" - ], - "x-ms-correlation-request-id": [ - "8f003963-1348-4ffd-b43b-d505f9ab5480" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182740Z:8f003963-1348-4ffd-b43b-d505f9ab5480" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "9a2f3bf76fb144a8a4895d0e5a01df66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14adc1db-4565-48d2-ad57-0aa454bdc800" - ], - "x-ms-correlation-request-id": [ - "14adc1db-4565-48d2-ad57-0aa454bdc800" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182740Z:14adc1db-4565-48d2-ad57-0aa454bdc800" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "4a79fae017554cb1a53c6723d785feaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1dfcc302-c3c9-4bf8-b820-9f503e1d3a47" - ], - "x-ms-correlation-request-id": [ - "1dfcc302-c3c9-4bf8-b820-9f503e1d3a47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182740Z:1dfcc302-c3c9-4bf8-b820-9f503e1d3a47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "befa7dd52b3b43eea6c2a949cbe1f72f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4987a9de-09bd-413c-ab1a-82196638444b" - ], - "x-ms-correlation-request-id": [ - "4987a9de-09bd-413c-ab1a-82196638444b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182740Z:4987a9de-09bd-413c-ab1a-82196638444b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "e1ea115315f34d259157c2f465622505" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f15793da-ae44-471d-af77-4a14d8039f65" - ], - "x-ms-correlation-request-id": [ - "f15793da-ae44-471d-af77-4a14d8039f65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182740Z:f15793da-ae44-471d-af77-4a14d8039f65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "0729861c290e410e82f75538f5600d48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d82e8cf-932f-4549-99d6-01193e8dfad8" - ], - "x-ms-correlation-request-id": [ - "0d82e8cf-932f-4549-99d6-01193e8dfad8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182741Z:0d82e8cf-932f-4549-99d6-01193e8dfad8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "22faccf7a16c4c62af105e3b453f0e9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b94d1aa1-0e98-49b8-8c8d-fdf20ec7271a" - ], - "x-ms-correlation-request-id": [ - "b94d1aa1-0e98-49b8-8c8d-fdf20ec7271a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182741Z:b94d1aa1-0e98-49b8-8c8d-fdf20ec7271a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "fc665d6b58ca4644914fa4932c5edf44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98948d13-bad0-45f8-afc3-f914ed4314fa" - ], - "x-ms-correlation-request-id": [ - "98948d13-bad0-45f8-afc3-f914ed4314fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182741Z:98948d13-bad0-45f8-afc3-f914ed4314fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "4c219598eb424ae08338dfbfa1669d70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3ec0db2-b061-4015-a1ee-f3d158446a1b" - ], - "x-ms-correlation-request-id": [ - "b3ec0db2-b061-4015-a1ee-f3d158446a1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182741Z:b3ec0db2-b061-4015-a1ee-f3d158446a1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "f10f5adab3d7469b8724a503e5923561" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73902d21-361d-46d0-ac7a-9ee23c03bd0f" - ], - "x-ms-correlation-request-id": [ - "73902d21-361d-46d0-ac7a-9ee23c03bd0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182741Z:73902d21-361d-46d0-ac7a-9ee23c03bd0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "d8ccf9343ba74b9999b311b72fbd07c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12d5c18e-3a57-4fbc-aeb3-e5958c85a4ec" - ], - "x-ms-correlation-request-id": [ - "12d5c18e-3a57-4fbc-aeb3-e5958c85a4ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182741Z:12d5c18e-3a57-4fbc-aeb3-e5958c85a4ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "573be1fdca7c4f1bba96906621eb8bc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46b78ed5-a2d6-452a-8c6e-824f185587dc" - ], - "x-ms-correlation-request-id": [ - "46b78ed5-a2d6-452a-8c6e-824f185587dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182741Z:46b78ed5-a2d6-452a-8c6e-824f185587dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "3b12585d182e4e05b77526ee15eff1f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92e23270-74d4-4797-9b80-fe1884089e83" - ], - "x-ms-correlation-request-id": [ - "92e23270-74d4-4797-9b80-fe1884089e83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:92e23270-74d4-4797-9b80-fe1884089e83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "5323d800caf24c41aebb30970040591d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "811a43d8-44f0-4acf-9e7f-e49e8ecb8ae2" - ], - "x-ms-correlation-request-id": [ - "811a43d8-44f0-4acf-9e7f-e49e8ecb8ae2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:811a43d8-44f0-4acf-9e7f-e49e8ecb8ae2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "e8ba09eef3824078b8ccfed2def67f4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3c529cf-ec53-400d-aaf1-f86fae29de0f" - ], - "x-ms-correlation-request-id": [ - "a3c529cf-ec53-400d-aaf1-f86fae29de0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:a3c529cf-ec53-400d-aaf1-f86fae29de0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "241678cc7c2541e3812afd3377246d58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55a41cdf-8987-4261-b316-e30284e5fa19" - ], - "x-ms-correlation-request-id": [ - "55a41cdf-8987-4261-b316-e30284e5fa19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:55a41cdf-8987-4261-b316-e30284e5fa19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "0e2d74706ed646488711701380f09cf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eeb3ee26-a63a-474f-ad94-fb5c43312597" - ], - "x-ms-correlation-request-id": [ - "eeb3ee26-a63a-474f-ad94-fb5c43312597" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:eeb3ee26-a63a-474f-ad94-fb5c43312597" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "7234e36eb36b432593267819907ddeab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18ee86e4-66f0-4533-bd85-344aab4c7ba4" - ], - "x-ms-correlation-request-id": [ - "18ee86e4-66f0-4533-bd85-344aab4c7ba4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:18ee86e4-66f0-4533-bd85-344aab4c7ba4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "fbc24496f2a84fd6960109bf0849fe54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85497035-e63f-401e-a62e-c0c019a5705b" - ], - "x-ms-correlation-request-id": [ - "85497035-e63f-401e-a62e-c0c019a5705b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:85497035-e63f-401e-a62e-c0c019a5705b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "d98c071ddd714f4392fde2a5c554583f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1ef8d4c-cfb6-49a8-bce5-8799d378a55f" - ], - "x-ms-correlation-request-id": [ - "e1ef8d4c-cfb6-49a8-bce5-8799d378a55f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182742Z:e1ef8d4c-cfb6-49a8-bce5-8799d378a55f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "039edf6383fe4784af0a3bbbf07a98f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6f2a240-04fe-415e-9ba9-c114f88c315e" - ], - "x-ms-correlation-request-id": [ - "c6f2a240-04fe-415e-9ba9-c114f88c315e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182743Z:c6f2a240-04fe-415e-9ba9-c114f88c315e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "89f27fba84214abb9b7346b221a5a11d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c67920f-fefd-4567-88dc-0285a5843ab3" - ], - "x-ms-correlation-request-id": [ - "0c67920f-fefd-4567-88dc-0285a5843ab3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182743Z:0c67920f-fefd-4567-88dc-0285a5843ab3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "9742f11451bb49b3b27d9467de0b8bf8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e8167e0-7f7b-45fe-bf7c-0c227c6eda2e" - ], - "x-ms-correlation-request-id": [ - "5e8167e0-7f7b-45fe-bf7c-0c227c6eda2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182743Z:5e8167e0-7f7b-45fe-bf7c-0c227c6eda2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "17f7f9fe561a44eea9e1e0400b5d8ae2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c84c83a-049d-4f2e-a4a7-e32a00652b1a" - ], - "x-ms-correlation-request-id": [ - "4c84c83a-049d-4f2e-a4a7-e32a00652b1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182743Z:4c84c83a-049d-4f2e-a4a7-e32a00652b1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "07ee5c3435784ce6aa99565e5d433c00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff095fe2-34d0-4bea-a5f1-0b8d9fc8d388" - ], - "x-ms-correlation-request-id": [ - "ff095fe2-34d0-4bea-a5f1-0b8d9fc8d388" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182743Z:ff095fe2-34d0-4bea-a5f1-0b8d9fc8d388" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "f009cce0f0ae485d90577fc07cd5b7f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cb6272d-f835-4947-9033-a11a46a8a19b" - ], - "x-ms-correlation-request-id": [ - "8cb6272d-f835-4947-9033-a11a46a8a19b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182743Z:8cb6272d-f835-4947-9033-a11a46a8a19b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "1339256f7ca64ca2859d73e3dc24e475" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6920a828-40ed-4543-b384-678d99c8490b" - ], - "x-ms-correlation-request-id": [ - "6920a828-40ed-4543-b384-678d99c8490b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182744Z:6920a828-40ed-4543-b384-678d99c8490b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "df086c4c0e5c4a398ce5cd5a85ec0ed7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "359aae90-bff8-4710-bbae-5b3e09adf537" - ], - "x-ms-correlation-request-id": [ - "359aae90-bff8-4710-bbae-5b3e09adf537" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182744Z:359aae90-bff8-4710-bbae-5b3e09adf537" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "81be249adf0d49cb8054ff33642f8e44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17cd5a68-f0a3-4bf1-b5c0-fbe42fae32ab" - ], - "x-ms-correlation-request-id": [ - "17cd5a68-f0a3-4bf1-b5c0-fbe42fae32ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182744Z:17cd5a68-f0a3-4bf1-b5c0-fbe42fae32ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "127d2bd2845d4a169d8029da8fdd313c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "545d5282-e413-466e-ab70-54138a6ee8df" - ], - "x-ms-correlation-request-id": [ - "545d5282-e413-466e-ab70-54138a6ee8df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182744Z:545d5282-e413-466e-ab70-54138a6ee8df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "495b728aeff546d6bcd6086dc72484b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62900b19-0081-405b-8a84-39d2216b6bf8" - ], - "x-ms-correlation-request-id": [ - "62900b19-0081-405b-8a84-39d2216b6bf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182744Z:62900b19-0081-405b-8a84-39d2216b6bf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "c26ebef326364a018a2098a354b9365c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6969838b-2580-4e13-bf4a-53ad4cb929a9" - ], - "x-ms-correlation-request-id": [ - "6969838b-2580-4e13-bf4a-53ad4cb929a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182744Z:6969838b-2580-4e13-bf4a-53ad4cb929a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "a1f90c1871b841469461d226f1c3bed1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad3e45a3-6eeb-47b7-9eab-b8e8230c50da" - ], - "x-ms-correlation-request-id": [ - "ad3e45a3-6eeb-47b7-9eab-b8e8230c50da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182744Z:ad3e45a3-6eeb-47b7-9eab-b8e8230c50da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "79aa0db0bd4146c1804afd8adc2a6783" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75872347-946c-46d0-b778-b54e5ec5f6ff" - ], - "x-ms-correlation-request-id": [ - "75872347-946c-46d0-b778-b54e5ec5f6ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:75872347-946c-46d0-b778-b54e5ec5f6ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "b2f86f4dc9894ff0b4179a672c0ce493" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67878adc-d0bc-4431-a389-09a0e2cc3504" - ], - "x-ms-correlation-request-id": [ - "67878adc-d0bc-4431-a389-09a0e2cc3504" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:67878adc-d0bc-4431-a389-09a0e2cc3504" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "a476f3b41d84419fb6a690c805a42eb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b09a59f0-e595-4792-b925-7fc6652ca72d" - ], - "x-ms-correlation-request-id": [ - "b09a59f0-e595-4792-b925-7fc6652ca72d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:b09a59f0-e595-4792-b925-7fc6652ca72d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "3faa97becd9249a6a407c64e30afdd09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88a27486-a75b-4ee0-a7f0-a6ae9d88d925" - ], - "x-ms-correlation-request-id": [ - "88a27486-a75b-4ee0-a7f0-a6ae9d88d925" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:88a27486-a75b-4ee0-a7f0-a6ae9d88d925" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "453eb9f5427b49bfb1e05b86cd9354be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38d42e3f-911a-4781-8b95-7b345dd44fe5" - ], - "x-ms-correlation-request-id": [ - "38d42e3f-911a-4781-8b95-7b345dd44fe5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:38d42e3f-911a-4781-8b95-7b345dd44fe5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "f6a04f03d12442119255914750ee527c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b190f51-2b1b-472d-a5a0-c9cff1fd50a6" - ], - "x-ms-correlation-request-id": [ - "2b190f51-2b1b-472d-a5a0-c9cff1fd50a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:2b190f51-2b1b-472d-a5a0-c9cff1fd50a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "00a5bfe9050c414bac3b7a44a98e812e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5f7276d-5830-4c6f-acff-6fc33b836dc3" - ], - "x-ms-correlation-request-id": [ - "f5f7276d-5830-4c6f-acff-6fc33b836dc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:f5f7276d-5830-4c6f-acff-6fc33b836dc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "36a32dc66e7747808c6b734c312755bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32855ef5-7e52-4ca1-8f45-50d847d14e6e" - ], - "x-ms-correlation-request-id": [ - "32855ef5-7e52-4ca1-8f45-50d847d14e6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182745Z:32855ef5-7e52-4ca1-8f45-50d847d14e6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "78ed93a46a2f4784aec444dc1cf31372" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6262d7de-dc73-4724-b7a6-4f8922c247bb" - ], - "x-ms-correlation-request-id": [ - "6262d7de-dc73-4724-b7a6-4f8922c247bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182746Z:6262d7de-dc73-4724-b7a6-4f8922c247bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "71508456be364a199e652fa14790d837" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5995de76-ed46-442c-8c8b-b70e6cf004bc" - ], - "x-ms-correlation-request-id": [ - "5995de76-ed46-442c-8c8b-b70e6cf004bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182746Z:5995de76-ed46-442c-8c8b-b70e6cf004bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "ee78f660b2274ce68970efac7889a7fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "085be4eb-15bd-4992-84d0-dc5474912eaa" - ], - "x-ms-correlation-request-id": [ - "085be4eb-15bd-4992-84d0-dc5474912eaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182746Z:085be4eb-15bd-4992-84d0-dc5474912eaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "80acccfc82214a95965056c0c85660c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1e80b19-148e-4c7e-b3f5-723709e7e77e" - ], - "x-ms-correlation-request-id": [ - "c1e80b19-148e-4c7e-b3f5-723709e7e77e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182746Z:c1e80b19-148e-4c7e-b3f5-723709e7e77e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "995c0832465845218ed703fe1e1d18c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e68d36d5-5096-4e5b-8b12-2df54de3a5ae" - ], - "x-ms-correlation-request-id": [ - "e68d36d5-5096-4e5b-8b12-2df54de3a5ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182746Z:e68d36d5-5096-4e5b-8b12-2df54de3a5ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "c412a7ec40e84dc3bb01761b4ee754f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14327472-bab8-4675-bbdd-689266baab74" - ], - "x-ms-correlation-request-id": [ - "14327472-bab8-4675-bbdd-689266baab74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182746Z:14327472-bab8-4675-bbdd-689266baab74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "fa521de9f7cf4f5c8da09b6221e1c729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e32585a-e662-4cd8-944b-625524a28e08" - ], - "x-ms-correlation-request-id": [ - "7e32585a-e662-4cd8-944b-625524a28e08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182746Z:7e32585a-e662-4cd8-944b-625524a28e08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "1d2748899f774f829f37258e1150b896" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ebe065c-82a7-45f5-86e4-fd3d1066d51b" - ], - "x-ms-correlation-request-id": [ - "3ebe065c-82a7-45f5-86e4-fd3d1066d51b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182747Z:3ebe065c-82a7-45f5-86e4-fd3d1066d51b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "e7d6409e6fc04c40897c321820d44d77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bccbe6e-e99e-426c-8822-03bb921142b7" - ], - "x-ms-correlation-request-id": [ - "3bccbe6e-e99e-426c-8822-03bb921142b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182747Z:3bccbe6e-e99e-426c-8822-03bb921142b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "e1ed34967d1d41febe1a47683237591f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8049e24a-7761-4379-b0a3-149d94575fd0" - ], - "x-ms-correlation-request-id": [ - "8049e24a-7761-4379-b0a3-149d94575fd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182747Z:8049e24a-7761-4379-b0a3-149d94575fd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "b45d2eae2ac849a69cadff505bb7cd44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfd25f44-fa47-46e7-8fb4-6db5d5813580" - ], - "x-ms-correlation-request-id": [ - "bfd25f44-fa47-46e7-8fb4-6db5d5813580" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182747Z:bfd25f44-fa47-46e7-8fb4-6db5d5813580" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "4e40f8edfdcf42e381d89f027074152c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a71eb92-0c13-488b-9eeb-4a89a99baf98" - ], - "x-ms-correlation-request-id": [ - "3a71eb92-0c13-488b-9eeb-4a89a99baf98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182747Z:3a71eb92-0c13-488b-9eeb-4a89a99baf98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "90c0893b6bc04d3ca3130ddaaabd2f93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "beca34cf-4650-4cb5-959a-42c8cd3e465e" - ], - "x-ms-correlation-request-id": [ - "beca34cf-4650-4cb5-959a-42c8cd3e465e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182747Z:beca34cf-4650-4cb5-959a-42c8cd3e465e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "2a5df9d6376b45a98970286294cb3714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39ad77b1-1973-48e6-88b1-30ae6366f771" - ], - "x-ms-correlation-request-id": [ - "39ad77b1-1973-48e6-88b1-30ae6366f771" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182748Z:39ad77b1-1973-48e6-88b1-30ae6366f771" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "c5e1001560e0422ca36b2a1c479ee4ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38df9608-41c1-4b69-9f9b-91f781c9a656" - ], - "x-ms-correlation-request-id": [ - "38df9608-41c1-4b69-9f9b-91f781c9a656" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182748Z:38df9608-41c1-4b69-9f9b-91f781c9a656" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "a886133a3c7541419bc5118a47090d7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ff83cad-9d7c-4392-85d5-0400cc4f291c" - ], - "x-ms-correlation-request-id": [ - "8ff83cad-9d7c-4392-85d5-0400cc4f291c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182748Z:8ff83cad-9d7c-4392-85d5-0400cc4f291c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "abd09ea4e9a345668ab188a90a9651a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7572c3e4-4016-40ea-9918-054cff45d07d" - ], - "x-ms-correlation-request-id": [ - "7572c3e4-4016-40ea-9918-054cff45d07d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182748Z:7572c3e4-4016-40ea-9918-054cff45d07d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "caea0c8eb0ee4a5391a1f15fd65db4e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea4326bc-6533-438c-98db-fcf814bf3044" - ], - "x-ms-correlation-request-id": [ - "ea4326bc-6533-438c-98db-fcf814bf3044" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182748Z:ea4326bc-6533-438c-98db-fcf814bf3044" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "b8cf25f042ad4b03b11de07894acbe54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e4deebf-b675-40cf-b382-0623c5e19f48" - ], - "x-ms-correlation-request-id": [ - "6e4deebf-b675-40cf-b382-0623c5e19f48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182748Z:6e4deebf-b675-40cf-b382-0623c5e19f48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "23831f9d3f8e47a78e01cc34f60207de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e276efc1-23c9-4689-b42d-cde9d748f19e" - ], - "x-ms-correlation-request-id": [ - "e276efc1-23c9-4689-b42d-cde9d748f19e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182748Z:e276efc1-23c9-4689-b42d-cde9d748f19e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "57c3d5c0243a4c7784fd4a6d2ac9b08d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f43ae32d-e543-413b-b66d-fc8d4d3f0aec" - ], - "x-ms-correlation-request-id": [ - "f43ae32d-e543-413b-b66d-fc8d4d3f0aec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182749Z:f43ae32d-e543-413b-b66d-fc8d4d3f0aec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "7ef52393a8e94a50a398a0331b1e841a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66eaae8f-3a03-4585-8311-695ad3658f4f" - ], - "x-ms-correlation-request-id": [ - "66eaae8f-3a03-4585-8311-695ad3658f4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182749Z:66eaae8f-3a03-4585-8311-695ad3658f4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "554ca60ed83d4371a53e81c2eb416871" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0924f9b7-50a5-45c8-83f7-f5becee6ef78" - ], - "x-ms-correlation-request-id": [ - "0924f9b7-50a5-45c8-83f7-f5becee6ef78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182749Z:0924f9b7-50a5-45c8-83f7-f5becee6ef78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "e6bb640743c84841b91a0773f79ad85b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a04b117c-f42c-4f62-842f-2f3fa87298e3" - ], - "x-ms-correlation-request-id": [ - "a04b117c-f42c-4f62-842f-2f3fa87298e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182749Z:a04b117c-f42c-4f62-842f-2f3fa87298e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "35a1cc41a8ca4c49b690d073fb3bc936" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0e0886a-49aa-4b20-8e70-bf6793c6299f" - ], - "x-ms-correlation-request-id": [ - "f0e0886a-49aa-4b20-8e70-bf6793c6299f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182749Z:f0e0886a-49aa-4b20-8e70-bf6793c6299f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "e3c3c63776c54d6ab4a6a7f3e6ce819e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "295c5da1-0d76-4c7a-93db-9111ce71eb6f" - ], - "x-ms-correlation-request-id": [ - "295c5da1-0d76-4c7a-93db-9111ce71eb6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182749Z:295c5da1-0d76-4c7a-93db-9111ce71eb6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "efa44f8a4c1b46b6a0979b7cf2042215" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50814649-1bd0-4281-a3cd-075c9497e2c5" - ], - "x-ms-correlation-request-id": [ - "50814649-1bd0-4281-a3cd-075c9497e2c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:50814649-1bd0-4281-a3cd-075c9497e2c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "5e992ed6574c470598b184c62e7195de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac6d285b-6134-480c-bf85-1941e2853b1a" - ], - "x-ms-correlation-request-id": [ - "ac6d285b-6134-480c-bf85-1941e2853b1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:ac6d285b-6134-480c-bf85-1941e2853b1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "1afb38b34cb2405aa14375db0f92937f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b511a24-242b-40d2-81c2-449eee8672fa" - ], - "x-ms-correlation-request-id": [ - "6b511a24-242b-40d2-81c2-449eee8672fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:6b511a24-242b-40d2-81c2-449eee8672fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "fff204a9983b4478beb38262bd0f72ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c668686-8be9-4c46-95ce-2eb32286a036" - ], - "x-ms-correlation-request-id": [ - "8c668686-8be9-4c46-95ce-2eb32286a036" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:8c668686-8be9-4c46-95ce-2eb32286a036" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "b69a63e4b49d44778df03bd117e12099" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86b94a9d-7767-42b2-b6b3-b2e900538ce2" - ], - "x-ms-correlation-request-id": [ - "86b94a9d-7767-42b2-b6b3-b2e900538ce2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:86b94a9d-7767-42b2-b6b3-b2e900538ce2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "264d0da084ce453c82fc1483a49dc308" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "381e7559-2730-4e95-9c7f-983f3c605941" - ], - "x-ms-correlation-request-id": [ - "381e7559-2730-4e95-9c7f-983f3c605941" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:381e7559-2730-4e95-9c7f-983f3c605941" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "e090fc7e4d4747158976466122538156" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bdba4cd-37a6-4cd4-8807-8a60620f54ac" - ], - "x-ms-correlation-request-id": [ - "0bdba4cd-37a6-4cd4-8807-8a60620f54ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:0bdba4cd-37a6-4cd4-8807-8a60620f54ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "fa0fb9111d25495e861c3ec672ecc8f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "299364e7-df9b-4dbb-a204-5f5624949368" - ], - "x-ms-correlation-request-id": [ - "299364e7-df9b-4dbb-a204-5f5624949368" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:299364e7-df9b-4dbb-a204-5f5624949368" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "e5b203c5ca2244a28aff24f45da62abe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa6a2550-a4d9-4b76-9ade-854392e694fd" - ], - "x-ms-correlation-request-id": [ - "fa6a2550-a4d9-4b76-9ade-854392e694fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182750Z:fa6a2550-a4d9-4b76-9ade-854392e694fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "6302d46a945a4fc58af1d6d44d50b6b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4230f75-dfd9-40a4-bb9c-a0cda8865fc4" - ], - "x-ms-correlation-request-id": [ - "b4230f75-dfd9-40a4-bb9c-a0cda8865fc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182751Z:b4230f75-dfd9-40a4-bb9c-a0cda8865fc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "51e818a7fbbb4429bdd940ed19589d84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29284ede-e5e5-4770-8b3f-bb2939016fab" - ], - "x-ms-correlation-request-id": [ - "29284ede-e5e5-4770-8b3f-bb2939016fab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182751Z:29284ede-e5e5-4770-8b3f-bb2939016fab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "b3861cdc8a1348b8bd748bd96ae46647" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22d64fc9-447d-4049-ae54-f67cf2e962ee" - ], - "x-ms-correlation-request-id": [ - "22d64fc9-447d-4049-ae54-f67cf2e962ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182751Z:22d64fc9-447d-4049-ae54-f67cf2e962ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "2c731c3912fb4c2d99a238f5eaff96e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6df71538-80da-4cc9-b283-1344cbf97747" - ], - "x-ms-correlation-request-id": [ - "6df71538-80da-4cc9-b283-1344cbf97747" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182751Z:6df71538-80da-4cc9-b283-1344cbf97747" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "c7d39961834f4a96a8c7484619cabafa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "285e1bc0-d338-4941-b8a2-e8ed75c4cf5b" - ], - "x-ms-correlation-request-id": [ - "285e1bc0-d338-4941-b8a2-e8ed75c4cf5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182751Z:285e1bc0-d338-4941-b8a2-e8ed75c4cf5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "553f29a86aea4026abcd1e566025f044" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5a164f9-ef8f-4229-86f4-1400b8e4dcc1" - ], - "x-ms-correlation-request-id": [ - "f5a164f9-ef8f-4229-86f4-1400b8e4dcc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182751Z:f5a164f9-ef8f-4229-86f4-1400b8e4dcc1" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "7d2399cc9d96420dbf1f25582b6666c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ceaba342-1903-4b6f-afa2-f9ff1b76490f" - ], - "x-ms-correlation-request-id": [ - "ceaba342-1903-4b6f-afa2-f9ff1b76490f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182752Z:ceaba342-1903-4b6f-afa2-f9ff1b76490f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "5bf99f1970ad4ed6bebfe46f8d67183d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35b015eb-5aea-4990-8f35-bfcd91367dbc" - ], - "x-ms-correlation-request-id": [ - "35b015eb-5aea-4990-8f35-bfcd91367dbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182752Z:35b015eb-5aea-4990-8f35-bfcd91367dbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "89f5f1783f3644eaaeacac02db838f7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24613161-a14e-44f8-bdd9-80ddfb054245" - ], - "x-ms-correlation-request-id": [ - "24613161-a14e-44f8-bdd9-80ddfb054245" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182752Z:24613161-a14e-44f8-bdd9-80ddfb054245" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "53815cbbd0e742acbe80c31a819d524f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "097fad2b-a3f4-4d05-a252-df3f5d6482c9" - ], - "x-ms-correlation-request-id": [ - "097fad2b-a3f4-4d05-a252-df3f5d6482c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182752Z:097fad2b-a3f4-4d05-a252-df3f5d6482c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "16be11da58ad48a1aa3403d8e581fb5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4da9a6d6-00e3-4a2b-82fc-4cffc003ac69" - ], - "x-ms-correlation-request-id": [ - "4da9a6d6-00e3-4a2b-82fc-4cffc003ac69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182752Z:4da9a6d6-00e3-4a2b-82fc-4cffc003ac69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "c64709c6d0a546c1ae61efc36a51ada6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18650182-659c-45b2-ac33-49fd26c10839" - ], - "x-ms-correlation-request-id": [ - "18650182-659c-45b2-ac33-49fd26c10839" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182753Z:18650182-659c-45b2-ac33-49fd26c10839" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "29e9c2cf3a434332b5c5c78d341a4f7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fde64bbd-2f4f-410a-b905-820bdaef7dab" - ], - "x-ms-correlation-request-id": [ - "fde64bbd-2f4f-410a-b905-820bdaef7dab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182753Z:fde64bbd-2f4f-410a-b905-820bdaef7dab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "6203223faf52476ca12677a4a66d92bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1159a6e7-756e-44d2-b5e3-16101323b25c" - ], - "x-ms-correlation-request-id": [ - "1159a6e7-756e-44d2-b5e3-16101323b25c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182753Z:1159a6e7-756e-44d2-b5e3-16101323b25c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "c4e1e0631a7f4ba68a696f7a53fcf552" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23b615b8-772d-40b8-9489-cffb7a686f89" - ], - "x-ms-correlation-request-id": [ - "23b615b8-772d-40b8-9489-cffb7a686f89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182753Z:23b615b8-772d-40b8-9489-cffb7a686f89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "a84efdba2aaa4fa88063fa18412af3f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f6ab567-7f7c-47a6-8eb7-36410ed9885b" - ], - "x-ms-correlation-request-id": [ - "4f6ab567-7f7c-47a6-8eb7-36410ed9885b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182753Z:4f6ab567-7f7c-47a6-8eb7-36410ed9885b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "b1397b5ac608486ea472cca541606987" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbfa8975-d612-459b-b934-43066139cd85" - ], - "x-ms-correlation-request-id": [ - "bbfa8975-d612-459b-b934-43066139cd85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182753Z:bbfa8975-d612-459b-b934-43066139cd85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "dd5c7e35e87e41d1a2bae0207323929e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7462e5f6-20bb-4762-b3b9-56b91033676d" - ], - "x-ms-correlation-request-id": [ - "7462e5f6-20bb-4762-b3b9-56b91033676d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182753Z:7462e5f6-20bb-4762-b3b9-56b91033676d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "edf7c63aec7942ec8f84e6b43f170215" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7067d40b-6cfd-4f9b-a904-f0a12346621d" - ], - "x-ms-correlation-request-id": [ - "7067d40b-6cfd-4f9b-a904-f0a12346621d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182754Z:7067d40b-6cfd-4f9b-a904-f0a12346621d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "4bb29fb698d0439bae4920661dffc950" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa10091c-4b37-40db-9086-0fb0bf929e88" - ], - "x-ms-correlation-request-id": [ - "aa10091c-4b37-40db-9086-0fb0bf929e88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182754Z:aa10091c-4b37-40db-9086-0fb0bf929e88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "635d4ffb3e354d86b4523b6ee04ef194" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4f3f205-4c73-4aac-a39d-54e5b35ffc6b" - ], - "x-ms-correlation-request-id": [ - "a4f3f205-4c73-4aac-a39d-54e5b35ffc6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182754Z:a4f3f205-4c73-4aac-a39d-54e5b35ffc6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "b39a38f6510543ec9f30d59bd5f7056e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b472a751-9d40-4cf9-8b1d-a69540361954" - ], - "x-ms-correlation-request-id": [ - "b472a751-9d40-4cf9-8b1d-a69540361954" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182754Z:b472a751-9d40-4cf9-8b1d-a69540361954" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "9254815a97124c45b75446d2120d50aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1fd8d37-cf0b-47dd-8c3c-9158f42ea874" - ], - "x-ms-correlation-request-id": [ - "a1fd8d37-cf0b-47dd-8c3c-9158f42ea874" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182754Z:a1fd8d37-cf0b-47dd-8c3c-9158f42ea874" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "188b12d65b6e4aa29e0d98210941d3a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f12fd223-30f9-4b14-ac96-a28571d24454" - ], - "x-ms-correlation-request-id": [ - "f12fd223-30f9-4b14-ac96-a28571d24454" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182754Z:f12fd223-30f9-4b14-ac96-a28571d24454" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "fe18f0324f504fac860d6b6470df703b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "227f41ba-854a-4412-bb7e-7feda296c677" - ], - "x-ms-correlation-request-id": [ - "227f41ba-854a-4412-bb7e-7feda296c677" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182754Z:227f41ba-854a-4412-bb7e-7feda296c677" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "3245e41701824cccbeec633189f9501a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f75b9fb-a591-42ae-aed2-837f30f12ee5" - ], - "x-ms-correlation-request-id": [ - "3f75b9fb-a591-42ae-aed2-837f30f12ee5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:3f75b9fb-a591-42ae-aed2-837f30f12ee5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "acfdcc04629d4dc4a1532890e71d00fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11542aef-9251-475d-84ba-350b647a881a" - ], - "x-ms-correlation-request-id": [ - "11542aef-9251-475d-84ba-350b647a881a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:11542aef-9251-475d-84ba-350b647a881a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "8ffee4a702b744259ee87157338044e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fcb9a85-e4d2-4c2f-84a6-5aae6b794541" - ], - "x-ms-correlation-request-id": [ - "7fcb9a85-e4d2-4c2f-84a6-5aae6b794541" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:7fcb9a85-e4d2-4c2f-84a6-5aae6b794541" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "5762bd72ceb94d4a80d0e031139566e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62bdbe27-9c74-4e7b-a493-bda7fab04ffe" - ], - "x-ms-correlation-request-id": [ - "62bdbe27-9c74-4e7b-a493-bda7fab04ffe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:62bdbe27-9c74-4e7b-a493-bda7fab04ffe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "0f9db86b3ab942baae2fa25493fbc8cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e85bb937-18d6-4433-ba9f-a1312845cd90" - ], - "x-ms-correlation-request-id": [ - "e85bb937-18d6-4433-ba9f-a1312845cd90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:e85bb937-18d6-4433-ba9f-a1312845cd90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "73a5e04b87454b26949456e18eeaee19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b76691cc-5b17-41e6-b834-df060e07e802" - ], - "x-ms-correlation-request-id": [ - "b76691cc-5b17-41e6-b834-df060e07e802" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:b76691cc-5b17-41e6-b834-df060e07e802" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "a28574881e5648b6a0ec89b8cbf127d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da10300b-6337-4651-9c64-4218ab736abf" - ], - "x-ms-correlation-request-id": [ - "da10300b-6337-4651-9c64-4218ab736abf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:da10300b-6337-4651-9c64-4218ab736abf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "b377fc91db2c482a925cf8a1683795a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bf3875b-6125-4b93-b6f9-f28c14460611" - ], - "x-ms-correlation-request-id": [ - "0bf3875b-6125-4b93-b6f9-f28c14460611" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182755Z:0bf3875b-6125-4b93-b6f9-f28c14460611" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "2df67dd04c914e6980062c53115a4fcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9d465c0-711e-4109-a8f8-14a312ba42ca" - ], - "x-ms-correlation-request-id": [ - "d9d465c0-711e-4109-a8f8-14a312ba42ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182756Z:d9d465c0-711e-4109-a8f8-14a312ba42ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "c67d5da7fbca4bfdad67e912206670b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c3fc3c1-484f-487a-aefa-3debc09cfecf" - ], - "x-ms-correlation-request-id": [ - "2c3fc3c1-484f-487a-aefa-3debc09cfecf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182756Z:2c3fc3c1-484f-487a-aefa-3debc09cfecf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "8f4942b4d64c427ca2cb1da33ec73e01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8304de26-bc4e-4b77-bc67-23f25cd86fe2" - ], - "x-ms-correlation-request-id": [ - "8304de26-bc4e-4b77-bc67-23f25cd86fe2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182756Z:8304de26-bc4e-4b77-bc67-23f25cd86fe2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f9792238dffb4c7297172182bdc27787" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82001fef-403f-4718-a60d-72dd0b8435ed" - ], - "x-ms-correlation-request-id": [ - "82001fef-403f-4718-a60d-72dd0b8435ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182756Z:82001fef-403f-4718-a60d-72dd0b8435ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "6187022a09de496cb4df0c22007ab31b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30d56bdc-a05c-4d82-a5b5-efacca097e07" - ], - "x-ms-correlation-request-id": [ - "30d56bdc-a05c-4d82-a5b5-efacca097e07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182756Z:30d56bdc-a05c-4d82-a5b5-efacca097e07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "e05997ee33f941e8aab40895f5625401" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b27bb3a3-5035-499b-97bf-30b6d5fab65f" - ], - "x-ms-correlation-request-id": [ - "b27bb3a3-5035-499b-97bf-30b6d5fab65f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182756Z:b27bb3a3-5035-499b-97bf-30b6d5fab65f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "1b7f50290b7141858cd31037d83eb89d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "449b57eb-ed39-42c6-8d4a-f4b59b89d091" - ], - "x-ms-correlation-request-id": [ - "449b57eb-ed39-42c6-8d4a-f4b59b89d091" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182756Z:449b57eb-ed39-42c6-8d4a-f4b59b89d091" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "77c6891b052c4d5c9856e03cf358550e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76363d9a-e802-4196-8cdd-a64d140b083c" - ], - "x-ms-correlation-request-id": [ - "76363d9a-e802-4196-8cdd-a64d140b083c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:76363d9a-e802-4196-8cdd-a64d140b083c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "ef1f8fabe9db49b58228dcb5877cb3f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "962f7c30-d786-4b18-94bb-6c88c42ad162" - ], - "x-ms-correlation-request-id": [ - "962f7c30-d786-4b18-94bb-6c88c42ad162" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:962f7c30-d786-4b18-94bb-6c88c42ad162" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "6b24661cabf54b008f402d3960559beb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4c3ebbd-b15b-4eb3-a606-d8897205fcf2" - ], - "x-ms-correlation-request-id": [ - "b4c3ebbd-b15b-4eb3-a606-d8897205fcf2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:b4c3ebbd-b15b-4eb3-a606-d8897205fcf2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "b46d900b60ea487888319048306b1bcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96ab2064-0ce0-4bf9-9614-b1fe1d8ec312" - ], - "x-ms-correlation-request-id": [ - "96ab2064-0ce0-4bf9-9614-b1fe1d8ec312" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:96ab2064-0ce0-4bf9-9614-b1fe1d8ec312" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "54f56c44a615470cb33702808b943807" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55693767-a7ed-436e-b2de-58199e985a1c" - ], - "x-ms-correlation-request-id": [ - "55693767-a7ed-436e-b2de-58199e985a1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:55693767-a7ed-436e-b2de-58199e985a1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "c07f680af9bc4744be36be46314da0a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04b44983-866c-458c-a5a1-396f7c823d84" - ], - "x-ms-correlation-request-id": [ - "04b44983-866c-458c-a5a1-396f7c823d84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:04b44983-866c-458c-a5a1-396f7c823d84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "1a5d8c2b8e584b50aaca48a5879c5af3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "300c7eda-8f13-4065-9a30-cffa1ab1ea92" - ], - "x-ms-correlation-request-id": [ - "300c7eda-8f13-4065-9a30-cffa1ab1ea92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:300c7eda-8f13-4065-9a30-cffa1ab1ea92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "766504068cae40068ef1100e7df070e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c141c5cc-fa0e-4174-88d9-715ed065cc20" - ], - "x-ms-correlation-request-id": [ - "c141c5cc-fa0e-4174-88d9-715ed065cc20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182757Z:c141c5cc-fa0e-4174-88d9-715ed065cc20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "9cbefd9d37d74c01b96550190ba6b886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "adab1bb8-2602-4dc1-82e0-c6ea774c44c5" - ], - "x-ms-correlation-request-id": [ - "adab1bb8-2602-4dc1-82e0-c6ea774c44c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:adab1bb8-2602-4dc1-82e0-c6ea774c44c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "d0fedfc42ca1491daaded632c5d11a31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b65de9e8-4f98-4faf-bc71-1891139fe335" - ], - "x-ms-correlation-request-id": [ - "b65de9e8-4f98-4faf-bc71-1891139fe335" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:b65de9e8-4f98-4faf-bc71-1891139fe335" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "6341e68f79b04e12887b94a73e94e732" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1aedcb54-5f7a-41c7-8718-803987d04beb" - ], - "x-ms-correlation-request-id": [ - "1aedcb54-5f7a-41c7-8718-803987d04beb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:1aedcb54-5f7a-41c7-8718-803987d04beb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "7dd08961e1914d25b596bb3de595c7ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c0128ab-0bab-4d86-9a67-cdcdeddfdd8c" - ], - "x-ms-correlation-request-id": [ - "8c0128ab-0bab-4d86-9a67-cdcdeddfdd8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:8c0128ab-0bab-4d86-9a67-cdcdeddfdd8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "2628526bfc614b2e87dfa1428d0f590b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73fca62c-8602-4100-9bc7-e0905c859366" - ], - "x-ms-correlation-request-id": [ - "73fca62c-8602-4100-9bc7-e0905c859366" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:73fca62c-8602-4100-9bc7-e0905c859366" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "9e695dd2ed4d4e48a32547e8e580f064" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed387c9d-bf03-42e3-8119-aeb8baac40b7" - ], - "x-ms-correlation-request-id": [ - "ed387c9d-bf03-42e3-8119-aeb8baac40b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:ed387c9d-bf03-42e3-8119-aeb8baac40b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "a37c1b4f010245c7a5424763d3e8b656" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "501be061-955a-4f35-81fa-24e7a0c98727" - ], - "x-ms-correlation-request-id": [ - "501be061-955a-4f35-81fa-24e7a0c98727" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:501be061-955a-4f35-81fa-24e7a0c98727" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "2e6193d581464b86b639acfc96a563d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6955fe74-e293-4a91-9bcc-4177d6fff022" - ], - "x-ms-correlation-request-id": [ - "6955fe74-e293-4a91-9bcc-4177d6fff022" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182758Z:6955fe74-e293-4a91-9bcc-4177d6fff022" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "2f684737ff854559948e82d1f9f64d89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa2d1b16-c8c9-4865-a76f-73a15c46af3d" - ], - "x-ms-correlation-request-id": [ - "aa2d1b16-c8c9-4865-a76f-73a15c46af3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182759Z:aa2d1b16-c8c9-4865-a76f-73a15c46af3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "c109c89bf8d74ebb943e4c034f2aae1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26c5fd61-6270-4ff7-bf16-8406a93189f8" - ], - "x-ms-correlation-request-id": [ - "26c5fd61-6270-4ff7-bf16-8406a93189f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182759Z:26c5fd61-6270-4ff7-bf16-8406a93189f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "e9aea98938874134b9075d73c7931a7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9123d81-3e1b-4c05-822e-b2068f4fc763" - ], - "x-ms-correlation-request-id": [ - "d9123d81-3e1b-4c05-822e-b2068f4fc763" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182759Z:d9123d81-3e1b-4c05-822e-b2068f4fc763" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "38c7dab79d464d7598581dc6c55bc4d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1440be6e-628a-425d-ab13-9de3da1ce72c" - ], - "x-ms-correlation-request-id": [ - "1440be6e-628a-425d-ab13-9de3da1ce72c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182759Z:1440be6e-628a-425d-ab13-9de3da1ce72c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "3fbfbc6efb134e5ea413889beafa38bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be0b3f47-771a-4295-a203-e2d69a91febf" - ], - "x-ms-correlation-request-id": [ - "be0b3f47-771a-4295-a203-e2d69a91febf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182759Z:be0b3f47-771a-4295-a203-e2d69a91febf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "df22a9e80c5f4404a43139218fdcd192" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cf5843c-4a9a-4165-895a-c0803e68ecef" - ], - "x-ms-correlation-request-id": [ - "4cf5843c-4a9a-4165-895a-c0803e68ecef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182759Z:4cf5843c-4a9a-4165-895a-c0803e68ecef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "63aed3639eeb4bb0be5f3f11887f0a6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2daded3-af53-4594-8d73-0a3ddda0c7d6" - ], - "x-ms-correlation-request-id": [ - "e2daded3-af53-4594-8d73-0a3ddda0c7d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182800Z:e2daded3-af53-4594-8d73-0a3ddda0c7d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "a42256a9a07d466094e670d9f2417c26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf7cacae-89b7-4f73-b9a9-a4695b20f444" - ], - "x-ms-correlation-request-id": [ - "cf7cacae-89b7-4f73-b9a9-a4695b20f444" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182800Z:cf7cacae-89b7-4f73-b9a9-a4695b20f444" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "04f55b58f1a74661a585a211ab43711e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe78ac7a-a606-4d93-86a1-2a2ce0bd2846" - ], - "x-ms-correlation-request-id": [ - "fe78ac7a-a606-4d93-86a1-2a2ce0bd2846" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182800Z:fe78ac7a-a606-4d93-86a1-2a2ce0bd2846" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:27:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "c3d83d5ed5c648368fd48688a98eefee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3a13ae2-46d3-40ea-a012-f36cb85c901d" - ], - "x-ms-correlation-request-id": [ - "d3a13ae2-46d3-40ea-a012-f36cb85c901d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182800Z:d3a13ae2-46d3-40ea-a012-f36cb85c901d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "45cbcfc4d4e54051b81d1ff2d52efe90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e209726-4606-4187-b2fc-2dc1e63570af" - ], - "x-ms-correlation-request-id": [ - "7e209726-4606-4187-b2fc-2dc1e63570af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182800Z:7e209726-4606-4187-b2fc-2dc1e63570af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "18a3cfaba9094c7a962ef7b8c1d458e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5cd7e0d-e93f-4ee9-812e-4f43233d2e2c" - ], - "x-ms-correlation-request-id": [ - "f5cd7e0d-e93f-4ee9-812e-4f43233d2e2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182801Z:f5cd7e0d-e93f-4ee9-812e-4f43233d2e2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "14363270c25f47dcacf39428bf2c6bc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38d4e349-1f9c-4ef3-abaf-556161b03407" - ], - "x-ms-correlation-request-id": [ - "38d4e349-1f9c-4ef3-abaf-556161b03407" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182801Z:38d4e349-1f9c-4ef3-abaf-556161b03407" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "8aea0079d2104f89b106bf213eaae611" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8f81040-3f11-4626-8afb-33aa90c4deb6" - ], - "x-ms-correlation-request-id": [ - "b8f81040-3f11-4626-8afb-33aa90c4deb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182801Z:b8f81040-3f11-4626-8afb-33aa90c4deb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "f18411f81c13408ebe67441c817eeb07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f695c3ae-f2ce-4288-aec7-9fcfeeeb5bb5" - ], - "x-ms-correlation-request-id": [ - "f695c3ae-f2ce-4288-aec7-9fcfeeeb5bb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182801Z:f695c3ae-f2ce-4288-aec7-9fcfeeeb5bb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "53af785937d64544ad5f74dd54137318" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b202b8ab-972c-486d-82d0-bec6d8cab5f0" - ], - "x-ms-correlation-request-id": [ - "b202b8ab-972c-486d-82d0-bec6d8cab5f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182801Z:b202b8ab-972c-486d-82d0-bec6d8cab5f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "eb6eece34619427981d47c941fe6cf98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd61cfaf-53bb-45f2-ad1d-e1cf9526cadd" - ], - "x-ms-correlation-request-id": [ - "fd61cfaf-53bb-45f2-ad1d-e1cf9526cadd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182801Z:fd61cfaf-53bb-45f2-ad1d-e1cf9526cadd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "2e465eed7c4a4e64ac00c44460c6d046" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c778510-3091-4989-882c-bbde35ec8396" - ], - "x-ms-correlation-request-id": [ - "9c778510-3091-4989-882c-bbde35ec8396" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:9c778510-3091-4989-882c-bbde35ec8396" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "284ba4e9869848cc95f7a67bfb6b7339" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6495ad5-a93b-490c-b29d-db1587326e21" - ], - "x-ms-correlation-request-id": [ - "c6495ad5-a93b-490c-b29d-db1587326e21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:c6495ad5-a93b-490c-b29d-db1587326e21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "b840f5831a9a4c78959bbddff104a8c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "444d7660-356d-445e-af80-f2aeb57d23a1" - ], - "x-ms-correlation-request-id": [ - "444d7660-356d-445e-af80-f2aeb57d23a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:444d7660-356d-445e-af80-f2aeb57d23a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "dff5ba84011d4a42bf98689ade4b092c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11708ce5-06ed-449c-a5ef-c85463a20d3c" - ], - "x-ms-correlation-request-id": [ - "11708ce5-06ed-449c-a5ef-c85463a20d3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:11708ce5-06ed-449c-a5ef-c85463a20d3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "cd0fe45559b8491095b50363fb3f61e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f45cb59b-1907-4aae-bfa7-2b44bc808bf7" - ], - "x-ms-correlation-request-id": [ - "f45cb59b-1907-4aae-bfa7-2b44bc808bf7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:f45cb59b-1907-4aae-bfa7-2b44bc808bf7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "dee1462908764d4eb133c2ccfbf406f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b0e8495-52b5-478d-ac1d-d6b4f65e849f" - ], - "x-ms-correlation-request-id": [ - "9b0e8495-52b5-478d-ac1d-d6b4f65e849f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:9b0e8495-52b5-478d-ac1d-d6b4f65e849f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "5fe68509deb84732afa30115c95d5996" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1324251b-afd0-4ccc-9090-82cb774c07e1" - ], - "x-ms-correlation-request-id": [ - "1324251b-afd0-4ccc-9090-82cb774c07e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:1324251b-afd0-4ccc-9090-82cb774c07e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "9b2a96070d1a4e57a9475c7b24c371bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bc5e5a2-64de-49da-8823-4ef4f2eea912" - ], - "x-ms-correlation-request-id": [ - "7bc5e5a2-64de-49da-8823-4ef4f2eea912" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182802Z:7bc5e5a2-64de-49da-8823-4ef4f2eea912" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "169946fad1f44ecf88ac66a696ade537" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25963046-47b5-4f6d-9f7d-62dcece0b0f4" - ], - "x-ms-correlation-request-id": [ - "25963046-47b5-4f6d-9f7d-62dcece0b0f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:25963046-47b5-4f6d-9f7d-62dcece0b0f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "2c2d5ab24a634b8394f6b8bdb76a855a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48f6cdf6-38f5-41ac-8f7e-216e0f4abf54" - ], - "x-ms-correlation-request-id": [ - "48f6cdf6-38f5-41ac-8f7e-216e0f4abf54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:48f6cdf6-38f5-41ac-8f7e-216e0f4abf54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "5f54d78dd0494027bced42802bbeabf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e0c7a27-5226-4994-b63e-94340dcd8ce7" - ], - "x-ms-correlation-request-id": [ - "7e0c7a27-5226-4994-b63e-94340dcd8ce7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:7e0c7a27-5226-4994-b63e-94340dcd8ce7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "6d3b2702a8d141c7b2d01ac12207674f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82896051-daae-44bf-ad19-470e99443216" - ], - "x-ms-correlation-request-id": [ - "82896051-daae-44bf-ad19-470e99443216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:82896051-daae-44bf-ad19-470e99443216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "4bcb1284520b46bc8f463ccca414b3ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9d0ac17-6c8f-41aa-9626-f06735ae7b87" - ], - "x-ms-correlation-request-id": [ - "f9d0ac17-6c8f-41aa-9626-f06735ae7b87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:f9d0ac17-6c8f-41aa-9626-f06735ae7b87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "1da9ec4c47e84d3f8e00d469df2d5466" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82f044ef-0fed-4a82-9493-cbaf70a63bdf" - ], - "x-ms-correlation-request-id": [ - "82f044ef-0fed-4a82-9493-cbaf70a63bdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:82f044ef-0fed-4a82-9493-cbaf70a63bdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "f5cf4160d3bb4d1bafe94610ecadb4fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "875b9ad3-7002-468b-9ab9-85cad4b6961b" - ], - "x-ms-correlation-request-id": [ - "875b9ad3-7002-468b-9ab9-85cad4b6961b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:875b9ad3-7002-468b-9ab9-85cad4b6961b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "b4b0171b7ac542488be4f5af21d7bcbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d244751-9ad1-4e50-a237-90b6759c5720" - ], - "x-ms-correlation-request-id": [ - "5d244751-9ad1-4e50-a237-90b6759c5720" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:5d244751-9ad1-4e50-a237-90b6759c5720" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "3564eeae1d4945e1b7ea23d451e9f88d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b643f3c-57e9-4100-b3bb-03efefae6ea0" - ], - "x-ms-correlation-request-id": [ - "4b643f3c-57e9-4100-b3bb-03efefae6ea0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182803Z:4b643f3c-57e9-4100-b3bb-03efefae6ea0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "56636f0f4999454fa4bb28df390b8135" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a82ec73-ddbb-449e-a4ca-bf7efccedc84" - ], - "x-ms-correlation-request-id": [ - "2a82ec73-ddbb-449e-a4ca-bf7efccedc84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182804Z:2a82ec73-ddbb-449e-a4ca-bf7efccedc84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "d1d73cc2568e4dabb3a42e0dd891fc47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3fee412-3fec-4e77-92c8-486cc378f37f" - ], - "x-ms-correlation-request-id": [ - "e3fee412-3fec-4e77-92c8-486cc378f37f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182804Z:e3fee412-3fec-4e77-92c8-486cc378f37f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "cf7c5d7ba54d4f788c29e3acf365e839" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7239641b-db86-4183-8474-6774104034fe" - ], - "x-ms-correlation-request-id": [ - "7239641b-db86-4183-8474-6774104034fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182804Z:7239641b-db86-4183-8474-6774104034fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "82c85acfded14dc2ba07ff21bf365682" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "256edc31-26fc-4b2a-9a15-d9268e055b90" - ], - "x-ms-correlation-request-id": [ - "256edc31-26fc-4b2a-9a15-d9268e055b90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182804Z:256edc31-26fc-4b2a-9a15-d9268e055b90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "b19d340cfe984a2d8f2af933a27df87b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4725f69-5711-4b91-89e1-88c72df3ed44" - ], - "x-ms-correlation-request-id": [ - "b4725f69-5711-4b91-89e1-88c72df3ed44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182804Z:b4725f69-5711-4b91-89e1-88c72df3ed44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "e9d8fea62eb34129833061663c64b4c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebe84615-79cb-4db3-be2e-cd1e0a3de8ad" - ], - "x-ms-correlation-request-id": [ - "ebe84615-79cb-4db3-be2e-cd1e0a3de8ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182804Z:ebe84615-79cb-4db3-be2e-cd1e0a3de8ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "6c72dc5866714def98fe3a95ebcb8a66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5acab408-2a00-435a-b1aa-cbc835116afa" - ], - "x-ms-correlation-request-id": [ - "5acab408-2a00-435a-b1aa-cbc835116afa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:5acab408-2a00-435a-b1aa-cbc835116afa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "c7a2a1fdf27340e99ad7301bfac90777" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4059406-a2d9-45ec-84e3-797d6e6e2a31" - ], - "x-ms-correlation-request-id": [ - "a4059406-a2d9-45ec-84e3-797d6e6e2a31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:a4059406-a2d9-45ec-84e3-797d6e6e2a31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "04ac2ac452144f53bdaf86eb23a392e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03a879a2-9d61-4c19-8f95-5b39d1e985ed" - ], - "x-ms-correlation-request-id": [ - "03a879a2-9d61-4c19-8f95-5b39d1e985ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:03a879a2-9d61-4c19-8f95-5b39d1e985ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "415c246f55024f0889df60dd014438e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b2499a6-a4fc-4dc7-9d23-9ec1235f8ba8" - ], - "x-ms-correlation-request-id": [ - "9b2499a6-a4fc-4dc7-9d23-9ec1235f8ba8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:9b2499a6-a4fc-4dc7-9d23-9ec1235f8ba8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "a2f5b897d0d94439ad5e47707b8deb11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e047f89a-0645-46b3-8d39-79f8d7b44066" - ], - "x-ms-correlation-request-id": [ - "e047f89a-0645-46b3-8d39-79f8d7b44066" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:e047f89a-0645-46b3-8d39-79f8d7b44066" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "deb08958a9f04a0eac56dbed06910399" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c2bf52b-f521-48e8-a559-a3cfa9e098ac" - ], - "x-ms-correlation-request-id": [ - "6c2bf52b-f521-48e8-a559-a3cfa9e098ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:6c2bf52b-f521-48e8-a559-a3cfa9e098ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "06924558e11a478c8705e07b51628d3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b97fe13-ad7a-44a1-ae91-ed76488ca9cf" - ], - "x-ms-correlation-request-id": [ - "6b97fe13-ad7a-44a1-ae91-ed76488ca9cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:6b97fe13-ad7a-44a1-ae91-ed76488ca9cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "37ae9709d7c54a60be45a84708b511b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00e6d66b-4b90-40b7-851b-836c015c2cbc" - ], - "x-ms-correlation-request-id": [ - "00e6d66b-4b90-40b7-851b-836c015c2cbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182805Z:00e6d66b-4b90-40b7-851b-836c015c2cbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "c499c05df3ea4d478b4daba7bea6f73a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78c96b28-8136-46ba-9fd0-3f578a666160" - ], - "x-ms-correlation-request-id": [ - "78c96b28-8136-46ba-9fd0-3f578a666160" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182806Z:78c96b28-8136-46ba-9fd0-3f578a666160" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "5c14134b060f44f8a4134151247ecf0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0206e025-5ed5-46c2-9114-0e39e32ef98b" - ], - "x-ms-correlation-request-id": [ - "0206e025-5ed5-46c2-9114-0e39e32ef98b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182806Z:0206e025-5ed5-46c2-9114-0e39e32ef98b" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "6972223e31be41018389250da0294119" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d29c10f2-9b9d-4a93-8c6f-0d06ea6ae8f2" - ], - "x-ms-correlation-request-id": [ - "d29c10f2-9b9d-4a93-8c6f-0d06ea6ae8f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182806Z:d29c10f2-9b9d-4a93-8c6f-0d06ea6ae8f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "4aae6c77d297492681cfc3ae87510b38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5bd12f6-e16c-4306-9474-a90a1a5093d9" - ], - "x-ms-correlation-request-id": [ - "f5bd12f6-e16c-4306-9474-a90a1a5093d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182806Z:f5bd12f6-e16c-4306-9474-a90a1a5093d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "43d36e915e954b21bd33eb28ae24f0bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aad27cc1-13a9-4cd4-9e40-76c3cd930df2" - ], - "x-ms-correlation-request-id": [ - "aad27cc1-13a9-4cd4-9e40-76c3cd930df2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182806Z:aad27cc1-13a9-4cd4-9e40-76c3cd930df2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "37b28f48428744a4ba585a452489b93b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b65c3ff5-51ed-4840-bf45-d3c9ef8055e3" - ], - "x-ms-correlation-request-id": [ - "b65c3ff5-51ed-4840-bf45-d3c9ef8055e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182806Z:b65c3ff5-51ed-4840-bf45-d3c9ef8055e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "0d43dd4011684d4dab8c7fd41efab986" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2406d43d-db74-46af-a7b2-49a3c01b7c60" - ], - "x-ms-correlation-request-id": [ - "2406d43d-db74-46af-a7b2-49a3c01b7c60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182807Z:2406d43d-db74-46af-a7b2-49a3c01b7c60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "952426144ea24758bcb1f78cc1319db0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2679154-acdd-4788-80ed-58cf39366675" - ], - "x-ms-correlation-request-id": [ - "a2679154-acdd-4788-80ed-58cf39366675" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182807Z:a2679154-acdd-4788-80ed-58cf39366675" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "b0971739c5794f28a28654acbb22d612" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f27755a4-9d74-4987-93fe-262a225c6a1d" - ], - "x-ms-correlation-request-id": [ - "f27755a4-9d74-4987-93fe-262a225c6a1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182807Z:f27755a4-9d74-4987-93fe-262a225c6a1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "b3543a16a8544e329eb6eef5e176357e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0a46884-7af5-4f43-84be-bba371a39e3a" - ], - "x-ms-correlation-request-id": [ - "f0a46884-7af5-4f43-84be-bba371a39e3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182807Z:f0a46884-7af5-4f43-84be-bba371a39e3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "ca265286a401498aae264a393017e5c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fd73d9a-16ba-4e64-a3a9-ed23307053ac" - ], - "x-ms-correlation-request-id": [ - "3fd73d9a-16ba-4e64-a3a9-ed23307053ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182807Z:3fd73d9a-16ba-4e64-a3a9-ed23307053ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "0f515bb66eda4b1da504d0be2b634cfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7df9a7f7-8cd7-4145-99f7-ab0177380885" - ], - "x-ms-correlation-request-id": [ - "7df9a7f7-8cd7-4145-99f7-ab0177380885" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182807Z:7df9a7f7-8cd7-4145-99f7-ab0177380885" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "1b84451640e946d6a7dc1a6b0968df61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "528d1419-ec48-4083-8b02-b120d19d8ee5" - ], - "x-ms-correlation-request-id": [ - "528d1419-ec48-4083-8b02-b120d19d8ee5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182807Z:528d1419-ec48-4083-8b02-b120d19d8ee5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "b0cde7e826094e62b133a047e0d8a6df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b198ccd9-e939-422a-bd5f-a5475e2fe590" - ], - "x-ms-correlation-request-id": [ - "b198ccd9-e939-422a-bd5f-a5475e2fe590" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:b198ccd9-e939-422a-bd5f-a5475e2fe590" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "78c296a942a14eb6826ec854305b2cf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98cfbbdb-6654-485c-88e0-e9f5abb467d4" - ], - "x-ms-correlation-request-id": [ - "98cfbbdb-6654-485c-88e0-e9f5abb467d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:98cfbbdb-6654-485c-88e0-e9f5abb467d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "e21579f242e14523abb1fa6c96215f7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "396f6305-14c6-4ea6-a7da-b4371857659d" - ], - "x-ms-correlation-request-id": [ - "396f6305-14c6-4ea6-a7da-b4371857659d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:396f6305-14c6-4ea6-a7da-b4371857659d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "0cd33e6398c7414aadda30962bd6900e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c89a1364-235f-4108-b5be-bc28c7bd5ff2" - ], - "x-ms-correlation-request-id": [ - "c89a1364-235f-4108-b5be-bc28c7bd5ff2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:c89a1364-235f-4108-b5be-bc28c7bd5ff2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "cd092c0a33d8457ab535e9eb61fe5bae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e411f7a-3315-46f8-8a15-e8709fc4e93e" - ], - "x-ms-correlation-request-id": [ - "9e411f7a-3315-46f8-8a15-e8709fc4e93e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:9e411f7a-3315-46f8-8a15-e8709fc4e93e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "310f9f06abd3467dae521bb4584fb151" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4a07513-850f-4531-a764-b82dca1a4780" - ], - "x-ms-correlation-request-id": [ - "b4a07513-850f-4531-a764-b82dca1a4780" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:b4a07513-850f-4531-a764-b82dca1a4780" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "741b606160374dd2ad096ce617f13c31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c636cef-e994-472d-89b9-7327feb4bf46" - ], - "x-ms-correlation-request-id": [ - "9c636cef-e994-472d-89b9-7327feb4bf46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:9c636cef-e994-472d-89b9-7327feb4bf46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "f23853375d0f45ad8156213d2ff5103b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b63e678-fa93-4fcc-9aad-7324fd78997d" - ], - "x-ms-correlation-request-id": [ - "5b63e678-fa93-4fcc-9aad-7324fd78997d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:5b63e678-fa93-4fcc-9aad-7324fd78997d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "154a47ff199e4092ac84d944bccd10d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9ec9892-06ea-4ef1-a72c-787b05dcce77" - ], - "x-ms-correlation-request-id": [ - "f9ec9892-06ea-4ef1-a72c-787b05dcce77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182808Z:f9ec9892-06ea-4ef1-a72c-787b05dcce77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "623913d27b0c43ee970b688582d724d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffe8504c-bd4c-40cf-8779-16b84f2fa843" - ], - "x-ms-correlation-request-id": [ - "ffe8504c-bd4c-40cf-8779-16b84f2fa843" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:ffe8504c-bd4c-40cf-8779-16b84f2fa843" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "6a26a0e7f5d04a70949cf8a8a5998dbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6abac8f0-866b-4f21-bb7b-bac8e9fc3a4f" - ], - "x-ms-correlation-request-id": [ - "6abac8f0-866b-4f21-bb7b-bac8e9fc3a4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:6abac8f0-866b-4f21-bb7b-bac8e9fc3a4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "f7e90b2a4c71498db9a1bbf18854a13d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7996adc3-00fa-48a2-ba60-0ec3b4a52e6d" - ], - "x-ms-correlation-request-id": [ - "7996adc3-00fa-48a2-ba60-0ec3b4a52e6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:7996adc3-00fa-48a2-ba60-0ec3b4a52e6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "aefbd6b38926468f9faf3942ad870f1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49a3a166-0a84-44a2-996c-d0fd95fe3e27" - ], - "x-ms-correlation-request-id": [ - "49a3a166-0a84-44a2-996c-d0fd95fe3e27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:49a3a166-0a84-44a2-996c-d0fd95fe3e27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "be45195bfde141cf9784672aaf70cc08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "391c4574-4f6c-47fe-af02-013763043316" - ], - "x-ms-correlation-request-id": [ - "391c4574-4f6c-47fe-af02-013763043316" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:391c4574-4f6c-47fe-af02-013763043316" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "fa42be0b2b514418818819804339367f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3f59b3d-8616-4b63-93c1-c6ab1955517c" - ], - "x-ms-correlation-request-id": [ - "a3f59b3d-8616-4b63-93c1-c6ab1955517c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:a3f59b3d-8616-4b63-93c1-c6ab1955517c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "27e353c53ad440bd90d5394339e90943" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb4c9c96-ced6-45d3-9d95-5fe88dcf2fdf" - ], - "x-ms-correlation-request-id": [ - "eb4c9c96-ced6-45d3-9d95-5fe88dcf2fdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:eb4c9c96-ced6-45d3-9d95-5fe88dcf2fdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "5c52a9e1ffad40e2b586c2181e840cc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5518ebf-5572-40d5-a3d3-df293c203f71" - ], - "x-ms-correlation-request-id": [ - "c5518ebf-5572-40d5-a3d3-df293c203f71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182809Z:c5518ebf-5572-40d5-a3d3-df293c203f71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "1fdbdca30e174bc0b44b6f2d9e88b744" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ea59546-f9fa-447a-865c-cca7cb0dae5e" - ], - "x-ms-correlation-request-id": [ - "9ea59546-f9fa-447a-865c-cca7cb0dae5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182810Z:9ea59546-f9fa-447a-865c-cca7cb0dae5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "420c572879224183bc7ced6092d15755" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21f4c0a2-9ac4-43f2-922a-c5199620f309" - ], - "x-ms-correlation-request-id": [ - "21f4c0a2-9ac4-43f2-922a-c5199620f309" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182810Z:21f4c0a2-9ac4-43f2-922a-c5199620f309" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "5cf0695f597d4adab49bcb59e20bf3e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83b1c5f1-dcaa-4ff9-ba52-a1b04d2455e6" - ], - "x-ms-correlation-request-id": [ - "83b1c5f1-dcaa-4ff9-ba52-a1b04d2455e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182810Z:83b1c5f1-dcaa-4ff9-ba52-a1b04d2455e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "8bb5ac1a455e493985a130c878d2e79b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9167af7e-f858-481a-89b8-1b84208e67c6" - ], - "x-ms-correlation-request-id": [ - "9167af7e-f858-481a-89b8-1b84208e67c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182810Z:9167af7e-f858-481a-89b8-1b84208e67c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "21bd62b386a6423f83fc4c72f0ebbf01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecc62355-f81f-4e98-bb72-f2eb07b3d746" - ], - "x-ms-correlation-request-id": [ - "ecc62355-f81f-4e98-bb72-f2eb07b3d746" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182810Z:ecc62355-f81f-4e98-bb72-f2eb07b3d746" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "3b682e378747446786a8f25adf3a74eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ba54c88-14c8-4f56-bd5f-d2f823a64f78" - ], - "x-ms-correlation-request-id": [ - "8ba54c88-14c8-4f56-bd5f-d2f823a64f78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182810Z:8ba54c88-14c8-4f56-bd5f-d2f823a64f78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "178f1880438c4f8d9cdd59e9d05d2a5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c156b2e-e03f-4dc1-90c6-5d99ef4b8197" - ], - "x-ms-correlation-request-id": [ - "3c156b2e-e03f-4dc1-90c6-5d99ef4b8197" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182810Z:3c156b2e-e03f-4dc1-90c6-5d99ef4b8197" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "f7eb9dd0e2a04c50b9d6f368187a41f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0ea6313-81ee-453c-91bf-86f675e983ff" - ], - "x-ms-correlation-request-id": [ - "d0ea6313-81ee-453c-91bf-86f675e983ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182811Z:d0ea6313-81ee-453c-91bf-86f675e983ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "8583fdfe51664793b4fd69641afd2243" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1696cb7f-daf3-48f7-a527-9539ac4e8b8d" - ], - "x-ms-correlation-request-id": [ - "1696cb7f-daf3-48f7-a527-9539ac4e8b8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182811Z:1696cb7f-daf3-48f7-a527-9539ac4e8b8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "0c0e5603be564431a2b62edb4dcbeeda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2e5b7ef-6101-43fb-9489-dc87c17416b2" - ], - "x-ms-correlation-request-id": [ - "e2e5b7ef-6101-43fb-9489-dc87c17416b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182811Z:e2e5b7ef-6101-43fb-9489-dc87c17416b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "694dca9e8afb402f8ebd3a4f4c8d72a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "edee4bdd-e5e7-49fa-8829-1e7b03c5905c" - ], - "x-ms-correlation-request-id": [ - "edee4bdd-e5e7-49fa-8829-1e7b03c5905c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182811Z:edee4bdd-e5e7-49fa-8829-1e7b03c5905c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "258efccb49344940bc8a046ca128cecf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98c2a5e5-f8c1-497c-96fe-c13e8ca67982" - ], - "x-ms-correlation-request-id": [ - "98c2a5e5-f8c1-497c-96fe-c13e8ca67982" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182811Z:98c2a5e5-f8c1-497c-96fe-c13e8ca67982" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "7216b597426d4a31951207441722c8b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "688644f3-6982-4ec4-8888-e669a63b5109" - ], - "x-ms-correlation-request-id": [ - "688644f3-6982-4ec4-8888-e669a63b5109" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182812Z:688644f3-6982-4ec4-8888-e669a63b5109" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "88c616db47094125967ff6dad61cc9ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e1237fe-e4b4-4ef9-97a4-36bd269f2c7f" - ], - "x-ms-correlation-request-id": [ - "8e1237fe-e4b4-4ef9-97a4-36bd269f2c7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182812Z:8e1237fe-e4b4-4ef9-97a4-36bd269f2c7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "fb7a2de05505475492b0914832e1e8db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d50b3258-ca07-4eb8-aef1-43b2fecb6cc0" - ], - "x-ms-correlation-request-id": [ - "d50b3258-ca07-4eb8-aef1-43b2fecb6cc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182812Z:d50b3258-ca07-4eb8-aef1-43b2fecb6cc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "3c697966258243948fbfc8cd21b73027" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee647674-5d0f-4288-88a0-96358a5b0974" - ], - "x-ms-correlation-request-id": [ - "ee647674-5d0f-4288-88a0-96358a5b0974" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182812Z:ee647674-5d0f-4288-88a0-96358a5b0974" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "937a16822d5040138a4cb9982b167560" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41b5ebba-082b-4e44-a876-5abbecc5a7d5" - ], - "x-ms-correlation-request-id": [ - "41b5ebba-082b-4e44-a876-5abbecc5a7d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182812Z:41b5ebba-082b-4e44-a876-5abbecc5a7d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "e25e6540f2e646bdb312395a3371ce79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "237d01b8-cd02-4e8f-802d-eea7ed527359" - ], - "x-ms-correlation-request-id": [ - "237d01b8-cd02-4e8f-802d-eea7ed527359" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182812Z:237d01b8-cd02-4e8f-802d-eea7ed527359" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "f0d158e77b404394aa310ee1d6b31001" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4228d373-18c3-4ed4-be69-b4492eecd018" - ], - "x-ms-correlation-request-id": [ - "4228d373-18c3-4ed4-be69-b4492eecd018" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:4228d373-18c3-4ed4-be69-b4492eecd018" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "6c331c1d7b8248aca167dddd32883bac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2439d478-f30d-409b-ae32-6b7cd73b5047" - ], - "x-ms-correlation-request-id": [ - "2439d478-f30d-409b-ae32-6b7cd73b5047" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:2439d478-f30d-409b-ae32-6b7cd73b5047" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "76ff810a32614a669f385555f0ecdaf6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dcae1c4-b433-4c65-ab17-3b03b7e33296" - ], - "x-ms-correlation-request-id": [ - "5dcae1c4-b433-4c65-ab17-3b03b7e33296" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:5dcae1c4-b433-4c65-ab17-3b03b7e33296" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "ad85868f4bf04cc19a7e1891b2bc7d00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfa9d692-610e-40ac-8182-2eeba213c677" - ], - "x-ms-correlation-request-id": [ - "bfa9d692-610e-40ac-8182-2eeba213c677" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:bfa9d692-610e-40ac-8182-2eeba213c677" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "6e1faf05f6a3403a8c2eadfa6fd0b28e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "942d8be5-0431-402d-90a6-cea572032bf7" - ], - "x-ms-correlation-request-id": [ - "942d8be5-0431-402d-90a6-cea572032bf7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:942d8be5-0431-402d-90a6-cea572032bf7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "4ea3c6081c1445ddbb88e87f6c41d56a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e082d8c7-bf48-4d24-b286-571e08097921" - ], - "x-ms-correlation-request-id": [ - "e082d8c7-bf48-4d24-b286-571e08097921" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:e082d8c7-bf48-4d24-b286-571e08097921" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "4c1831d5e75241aa85f330a6c8f6b413" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "444b36e2-37d9-4191-9601-1d7ee5a69e42" - ], - "x-ms-correlation-request-id": [ - "444b36e2-37d9-4191-9601-1d7ee5a69e42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:444b36e2-37d9-4191-9601-1d7ee5a69e42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "b546e3df37614017ac5adab314b93cc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35f1bf1a-fcd0-4532-97a9-82dee87c5c4d" - ], - "x-ms-correlation-request-id": [ - "35f1bf1a-fcd0-4532-97a9-82dee87c5c4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182813Z:35f1bf1a-fcd0-4532-97a9-82dee87c5c4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "ea803a6e329b419d8e3bc261a411f771" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7da7973d-0d91-4584-8342-c5e0a33659c7" - ], - "x-ms-correlation-request-id": [ - "7da7973d-0d91-4584-8342-c5e0a33659c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:7da7973d-0d91-4584-8342-c5e0a33659c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "d22e9cbb20dd4127a52bb34e95204e88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e4ca9ad-b4b8-4d32-a15c-9543a462c662" - ], - "x-ms-correlation-request-id": [ - "8e4ca9ad-b4b8-4d32-a15c-9543a462c662" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:8e4ca9ad-b4b8-4d32-a15c-9543a462c662" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "cfd66008c9954ecc8ccfc820ccdb5af5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb16cb31-c4a7-4644-8472-b204f48ba550" - ], - "x-ms-correlation-request-id": [ - "cb16cb31-c4a7-4644-8472-b204f48ba550" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:cb16cb31-c4a7-4644-8472-b204f48ba550" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "78bd575fd9b94824970b0d8dece062f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea0e98fe-6c0c-43f1-b05a-362389344e10" - ], - "x-ms-correlation-request-id": [ - "ea0e98fe-6c0c-43f1-b05a-362389344e10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:ea0e98fe-6c0c-43f1-b05a-362389344e10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "d0664bc805344d488a020e70beb1b53f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "770687e7-bfce-4a6a-958b-365454c2bfca" - ], - "x-ms-correlation-request-id": [ - "770687e7-bfce-4a6a-958b-365454c2bfca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:770687e7-bfce-4a6a-958b-365454c2bfca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "f3e407c81d8a4b9699b3c053271f7a8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f64b55ea-0381-42db-9376-f1b0c9bffbb0" - ], - "x-ms-correlation-request-id": [ - "f64b55ea-0381-42db-9376-f1b0c9bffbb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:f64b55ea-0381-42db-9376-f1b0c9bffbb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "92728f5dc7af421db2f45fe9a9283547" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49782624-572f-4ace-a36b-99569c2ca216" - ], - "x-ms-correlation-request-id": [ - "49782624-572f-4ace-a36b-99569c2ca216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:49782624-572f-4ace-a36b-99569c2ca216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "9e459c54d82e4d9e8f1b290bdf0909f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1130ae72-6c67-4552-b2bc-2369bc681a0a" - ], - "x-ms-correlation-request-id": [ - "1130ae72-6c67-4552-b2bc-2369bc681a0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182814Z:1130ae72-6c67-4552-b2bc-2369bc681a0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "1857b159c4e944d092a32c4df6415b23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e16de6b-362f-4abc-87dd-76cd2b5c9f86" - ], - "x-ms-correlation-request-id": [ - "9e16de6b-362f-4abc-87dd-76cd2b5c9f86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182815Z:9e16de6b-362f-4abc-87dd-76cd2b5c9f86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "826bf09a1df74984bbc1c8167a4da8f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63de4c57-988d-461b-aa14-030ae8cccc6e" - ], - "x-ms-correlation-request-id": [ - "63de4c57-988d-461b-aa14-030ae8cccc6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182815Z:63de4c57-988d-461b-aa14-030ae8cccc6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "d29ca044318c448b975eb7923fc3bb18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55935eb5-a0fd-4149-9858-d68ec32621ec" - ], - "x-ms-correlation-request-id": [ - "55935eb5-a0fd-4149-9858-d68ec32621ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182815Z:55935eb5-a0fd-4149-9858-d68ec32621ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "9d044091ec814e4fbb9e27069390f9c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abc8c6db-dbb4-43c4-b353-aeaed2cadf02" - ], - "x-ms-correlation-request-id": [ - "abc8c6db-dbb4-43c4-b353-aeaed2cadf02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182815Z:abc8c6db-dbb4-43c4-b353-aeaed2cadf02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "29b9a4f9a61e4b4b9c2aa9a425dc2c09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18099eb6-7a3b-4c43-a73d-8db00b5531e4" - ], - "x-ms-correlation-request-id": [ - "18099eb6-7a3b-4c43-a73d-8db00b5531e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182815Z:18099eb6-7a3b-4c43-a73d-8db00b5531e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "df341c8107c245adbd0c44658962790c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15311d00-e0ee-4797-92ad-7c8debfc5627" - ], - "x-ms-correlation-request-id": [ - "15311d00-e0ee-4797-92ad-7c8debfc5627" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182815Z:15311d00-e0ee-4797-92ad-7c8debfc5627" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "5e6cb319eec34909921ce952022917ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fba2ea36-019b-4c90-b601-47df4dbe18c2" - ], - "x-ms-correlation-request-id": [ - "fba2ea36-019b-4c90-b601-47df4dbe18c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182815Z:fba2ea36-019b-4c90-b601-47df4dbe18c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "13eba1e4c5ee4120b715826d1de3efbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "518326f1-c084-4b4a-bfc0-0b34078f3039" - ], - "x-ms-correlation-request-id": [ - "518326f1-c084-4b4a-bfc0-0b34078f3039" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182816Z:518326f1-c084-4b4a-bfc0-0b34078f3039" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "9ae2b067a373445bbbb439bb3ea1539c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7b32216-e126-4aa9-8414-97ca0cda0406" - ], - "x-ms-correlation-request-id": [ - "d7b32216-e126-4aa9-8414-97ca0cda0406" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182816Z:d7b32216-e126-4aa9-8414-97ca0cda0406" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "5a35bd2f0cdf4697b1251240e939e0b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69c7678e-5362-4846-9595-55cbf03ec040" - ], - "x-ms-correlation-request-id": [ - "69c7678e-5362-4846-9595-55cbf03ec040" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182816Z:69c7678e-5362-4846-9595-55cbf03ec040" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "674c8a2fb6584e6d8739fe76abd7786b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5a5e1a8-546c-463d-a3ac-98b1145201b1" - ], - "x-ms-correlation-request-id": [ - "c5a5e1a8-546c-463d-a3ac-98b1145201b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182816Z:c5a5e1a8-546c-463d-a3ac-98b1145201b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "53ffff60fe484f378bf9e284a69bd297" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d1e744a-a81a-42bd-a73f-4c08e14ad656" - ], - "x-ms-correlation-request-id": [ - "9d1e744a-a81a-42bd-a73f-4c08e14ad656" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182816Z:9d1e744a-a81a-42bd-a73f-4c08e14ad656" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "193a9e40096a4c518622fa0c90998347" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2eb63f28-4933-4382-9f8a-16a9ccd7f916" - ], - "x-ms-correlation-request-id": [ - "2eb63f28-4933-4382-9f8a-16a9ccd7f916" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182816Z:2eb63f28-4933-4382-9f8a-16a9ccd7f916" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "7d335f7b445145a2bbaaf6fc76f3d102" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e099bfde-185b-4afa-ad91-4a9bc4997423" - ], - "x-ms-correlation-request-id": [ - "e099bfde-185b-4afa-ad91-4a9bc4997423" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182816Z:e099bfde-185b-4afa-ad91-4a9bc4997423" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "394da9f59f364cd5962a38ed228fc774" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22a010e8-58e2-4e9b-bc8f-ce3fdb886b8d" - ], - "x-ms-correlation-request-id": [ - "22a010e8-58e2-4e9b-bc8f-ce3fdb886b8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:22a010e8-58e2-4e9b-bc8f-ce3fdb886b8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "0faf41d7b44c4e849e307d7f85c836a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19d05671-5d95-4eea-987d-ffaeba363d92" - ], - "x-ms-correlation-request-id": [ - "19d05671-5d95-4eea-987d-ffaeba363d92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:19d05671-5d95-4eea-987d-ffaeba363d92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "b4e20c50fb384644a43f9cf89c30a845" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1774134-b35f-4598-ba5f-f4d7b63a2f36" - ], - "x-ms-correlation-request-id": [ - "d1774134-b35f-4598-ba5f-f4d7b63a2f36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:d1774134-b35f-4598-ba5f-f4d7b63a2f36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "1a239bf3b54b4c87885ad8a5483a3d9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9646b1d-f1b4-4f2f-ac27-664249c3811f" - ], - "x-ms-correlation-request-id": [ - "d9646b1d-f1b4-4f2f-ac27-664249c3811f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:d9646b1d-f1b4-4f2f-ac27-664249c3811f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "a0ccfca037c64a328679e1e0912162d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28d98246-10d5-4153-9355-078a71aa8889" - ], - "x-ms-correlation-request-id": [ - "28d98246-10d5-4153-9355-078a71aa8889" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:28d98246-10d5-4153-9355-078a71aa8889" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "5089854f344b43679037a6217f2efa63" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "625068a4-0222-4da4-b754-c28a88b886ac" - ], - "x-ms-correlation-request-id": [ - "625068a4-0222-4da4-b754-c28a88b886ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:625068a4-0222-4da4-b754-c28a88b886ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "d9f48579602b41b599990ac95e462bec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61720cb4-61f4-413a-8995-e30479dc0bf8" - ], - "x-ms-correlation-request-id": [ - "61720cb4-61f4-413a-8995-e30479dc0bf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:61720cb4-61f4-413a-8995-e30479dc0bf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "dd0dbb96754745049fe749ef79f034ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f91b6c3-b0c5-47f2-8a96-72da2f5dcd89" - ], - "x-ms-correlation-request-id": [ - "9f91b6c3-b0c5-47f2-8a96-72da2f5dcd89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:9f91b6c3-b0c5-47f2-8a96-72da2f5dcd89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "ab1ba32287b3452a9a9b272fbeb50846" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c145c906-1627-43b9-acb7-5d2596069804" - ], - "x-ms-correlation-request-id": [ - "c145c906-1627-43b9-acb7-5d2596069804" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182817Z:c145c906-1627-43b9-acb7-5d2596069804" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "ea78992b880340a8abfb11206cf00422" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c11bec6-763c-4c64-a485-2a183e90494b" - ], - "x-ms-correlation-request-id": [ - "4c11bec6-763c-4c64-a485-2a183e90494b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182818Z:4c11bec6-763c-4c64-a485-2a183e90494b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "191bf7ef978e42ddb4851d4cfed5d54e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b3a0383-1c1e-4b40-bce7-bcf00ee80820" - ], - "x-ms-correlation-request-id": [ - "8b3a0383-1c1e-4b40-bce7-bcf00ee80820" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182818Z:8b3a0383-1c1e-4b40-bce7-bcf00ee80820" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "af2f1df6e8124e4986c587141c1b8696" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1de89eb5-2402-48e0-9d57-0dc43d23bde7" - ], - "x-ms-correlation-request-id": [ - "1de89eb5-2402-48e0-9d57-0dc43d23bde7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182818Z:1de89eb5-2402-48e0-9d57-0dc43d23bde7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "855111d124684037b43dd8196c87d031" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae798c5d-3a20-4641-bf7d-577ddd72e079" - ], - "x-ms-correlation-request-id": [ - "ae798c5d-3a20-4641-bf7d-577ddd72e079" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182818Z:ae798c5d-3a20-4641-bf7d-577ddd72e079" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "88563a639009443db4a91e62c87baf80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d126bb7f-8478-4d6a-9dc6-a66088be9e63" - ], - "x-ms-correlation-request-id": [ - "d126bb7f-8478-4d6a-9dc6-a66088be9e63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182818Z:d126bb7f-8478-4d6a-9dc6-a66088be9e63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "69a994dc2ae849c99d6acbfb112b6714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dec2bb05-4b28-4549-98a1-ecdb58b57c22" - ], - "x-ms-correlation-request-id": [ - "dec2bb05-4b28-4549-98a1-ecdb58b57c22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182819Z:dec2bb05-4b28-4549-98a1-ecdb58b57c22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "21451a2ca6ed4a409d284dbcb894f6b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "360f55e5-2160-40bc-aaa5-f01be50472d6" - ], - "x-ms-correlation-request-id": [ - "360f55e5-2160-40bc-aaa5-f01be50472d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182819Z:360f55e5-2160-40bc-aaa5-f01be50472d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "dbd808e398764b32978f37d71f55470c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "813d5069-b06b-4113-b948-17d2650dbff5" - ], - "x-ms-correlation-request-id": [ - "813d5069-b06b-4113-b948-17d2650dbff5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182819Z:813d5069-b06b-4113-b948-17d2650dbff5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "62fe0829a14e47fe864171565797424c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62992649-336e-4c88-8a37-0d3a1c976262" - ], - "x-ms-correlation-request-id": [ - "62992649-336e-4c88-8a37-0d3a1c976262" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182819Z:62992649-336e-4c88-8a37-0d3a1c976262" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "155b809ea6bc42dc982cc94859180888" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26588849-0cdd-448c-a8de-32542bb37b5e" - ], - "x-ms-correlation-request-id": [ - "26588849-0cdd-448c-a8de-32542bb37b5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182819Z:26588849-0cdd-448c-a8de-32542bb37b5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "732e9552338f498faf6ed056053d796e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a59ab7f-be64-4455-bae8-f2de7093bd96" - ], - "x-ms-correlation-request-id": [ - "6a59ab7f-be64-4455-bae8-f2de7093bd96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182820Z:6a59ab7f-be64-4455-bae8-f2de7093bd96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "8c57437b36474668809bb0622708f859" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8842e3af-62f7-4a9f-8ff3-1eb9686de1fb" - ], - "x-ms-correlation-request-id": [ - "8842e3af-62f7-4a9f-8ff3-1eb9686de1fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182820Z:8842e3af-62f7-4a9f-8ff3-1eb9686de1fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "138d1ae887df49d19a2948ba56e5f206" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a04466ad-7485-4267-b0c2-95683aa9c105" - ], - "x-ms-correlation-request-id": [ - "a04466ad-7485-4267-b0c2-95683aa9c105" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182820Z:a04466ad-7485-4267-b0c2-95683aa9c105" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "7d9ccce2bade47f88f6785a64d1029b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5befd0e-a67e-4cc5-8565-a9318f08e6dc" - ], - "x-ms-correlation-request-id": [ - "a5befd0e-a67e-4cc5-8565-a9318f08e6dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182820Z:a5befd0e-a67e-4cc5-8565-a9318f08e6dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "dd0f40e217bc47d2952a0f8a700637eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "383c3ba9-0d3d-4ede-ad6b-2129d8e14610" - ], - "x-ms-correlation-request-id": [ - "383c3ba9-0d3d-4ede-ad6b-2129d8e14610" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182820Z:383c3ba9-0d3d-4ede-ad6b-2129d8e14610" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "00956feee9474fb482cb02d6d4d929e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "954d08af-b49d-41fb-b46e-391ad984176a" - ], - "x-ms-correlation-request-id": [ - "954d08af-b49d-41fb-b46e-391ad984176a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182820Z:954d08af-b49d-41fb-b46e-391ad984176a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "9ea6ae3ae82f4bf6a5cb35aab551f6c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0595c673-8ba2-483d-bb79-1f55c8ab675b" - ], - "x-ms-correlation-request-id": [ - "0595c673-8ba2-483d-bb79-1f55c8ab675b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182820Z:0595c673-8ba2-483d-bb79-1f55c8ab675b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "67f3b1e787ed4c81b2844e7f7c838d30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec337405-6a7c-465a-a067-a9d4ebbf1dbf" - ], - "x-ms-correlation-request-id": [ - "ec337405-6a7c-465a-a067-a9d4ebbf1dbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182821Z:ec337405-6a7c-465a-a067-a9d4ebbf1dbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "f58491ae36ad46e792e6fd1cc17aa73c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb6d5d17-1dbb-4852-a3e1-dbe4538e0b6f" - ], - "x-ms-correlation-request-id": [ - "eb6d5d17-1dbb-4852-a3e1-dbe4538e0b6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182821Z:eb6d5d17-1dbb-4852-a3e1-dbe4538e0b6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "180161edb2aa4ca0bd0a92d417ce0a05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5740e0d7-6892-47b4-a3e6-f8f2b76f7f19" - ], - "x-ms-correlation-request-id": [ - "5740e0d7-6892-47b4-a3e6-f8f2b76f7f19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182821Z:5740e0d7-6892-47b4-a3e6-f8f2b76f7f19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "eb711a4975024fedaf95578427fb380d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a4ce272-30f5-42e5-b54d-681bb9118d5c" - ], - "x-ms-correlation-request-id": [ - "2a4ce272-30f5-42e5-b54d-681bb9118d5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182821Z:2a4ce272-30f5-42e5-b54d-681bb9118d5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "b0aa545402d542f494e20618dfb4db12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c213664-ed43-4f60-9e9f-7b29968a0fde" - ], - "x-ms-correlation-request-id": [ - "9c213664-ed43-4f60-9e9f-7b29968a0fde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182821Z:9c213664-ed43-4f60-9e9f-7b29968a0fde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "0185604cfd3940f5b48a1a4edc038756" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d95cc7a4-f8e6-4735-a849-9a82d4e7e809" - ], - "x-ms-correlation-request-id": [ - "d95cc7a4-f8e6-4735-a849-9a82d4e7e809" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182821Z:d95cc7a4-f8e6-4735-a849-9a82d4e7e809" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "552ba284cd3045e78c10e918def33886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26e3c695-8ced-4696-9c8c-2e5b74546eda" - ], - "x-ms-correlation-request-id": [ - "26e3c695-8ced-4696-9c8c-2e5b74546eda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182821Z:26e3c695-8ced-4696-9c8c-2e5b74546eda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "0fcad17aa86b4737a103ab37853f926b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "908cc39f-a006-4c47-a2e9-c45fe7216e5c" - ], - "x-ms-correlation-request-id": [ - "908cc39f-a006-4c47-a2e9-c45fe7216e5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182822Z:908cc39f-a006-4c47-a2e9-c45fe7216e5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "8e6205e625424341a655e723e9a0be09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3079519c-5d73-4fdd-a863-4851c4fa38a7" - ], - "x-ms-correlation-request-id": [ - "3079519c-5d73-4fdd-a863-4851c4fa38a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182822Z:3079519c-5d73-4fdd-a863-4851c4fa38a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "203c1ecc9fb84365806d7f446a51b1fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd17f60b-bd81-46fa-8659-4e5e388bcfa5" - ], - "x-ms-correlation-request-id": [ - "cd17f60b-bd81-46fa-8659-4e5e388bcfa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182822Z:cd17f60b-bd81-46fa-8659-4e5e388bcfa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "5db6514d81cf4d798e47e6ebcbfc046c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54b68d9e-8ef5-4f2a-b8cb-2a096f615fcc" - ], - "x-ms-correlation-request-id": [ - "54b68d9e-8ef5-4f2a-b8cb-2a096f615fcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182822Z:54b68d9e-8ef5-4f2a-b8cb-2a096f615fcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "b14ef6c03aac45c880d65f8304441ae6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5969e999-9d51-4bd7-bc22-adff80a0f7e6" - ], - "x-ms-correlation-request-id": [ - "5969e999-9d51-4bd7-bc22-adff80a0f7e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182822Z:5969e999-9d51-4bd7-bc22-adff80a0f7e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "9d92f75e31284e51ac9171b239d847e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e46ad76d-e4da-4d47-be29-54197ff021d6" - ], - "x-ms-correlation-request-id": [ - "e46ad76d-e4da-4d47-be29-54197ff021d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182822Z:e46ad76d-e4da-4d47-be29-54197ff021d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "e6956d93e6634f3494ca6a961ae51730" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "355c61e5-ffa9-4a0d-ad02-a72cf46fa8d2" - ], - "x-ms-correlation-request-id": [ - "355c61e5-ffa9-4a0d-ad02-a72cf46fa8d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182822Z:355c61e5-ffa9-4a0d-ad02-a72cf46fa8d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "28b851e564784b6bb0bfb6bec2974ec3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f49c0ea-c0cd-481e-8ea4-1436012b2340" - ], - "x-ms-correlation-request-id": [ - "1f49c0ea-c0cd-481e-8ea4-1436012b2340" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182823Z:1f49c0ea-c0cd-481e-8ea4-1436012b2340" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "ef914f5c813f474393b9d33e60b3deb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e07c004-d79a-47a5-b3e7-54247c2d736d" - ], - "x-ms-correlation-request-id": [ - "5e07c004-d79a-47a5-b3e7-54247c2d736d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182823Z:5e07c004-d79a-47a5-b3e7-54247c2d736d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "2e98c87cea1249739370d1c3eef933d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "552c4239-8f0b-4f55-8188-0b0eca420059" - ], - "x-ms-correlation-request-id": [ - "552c4239-8f0b-4f55-8188-0b0eca420059" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182823Z:552c4239-8f0b-4f55-8188-0b0eca420059" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "385ce1a763234228a9729168fa9df5ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "484f293b-7770-4347-bd52-85bd72301b56" - ], - "x-ms-correlation-request-id": [ - "484f293b-7770-4347-bd52-85bd72301b56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182827Z:484f293b-7770-4347-bd52-85bd72301b56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "3893ee4106ae49309ab3895e8dfffba0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcea29a9-f689-4ca6-ad65-d299545d9250" - ], - "x-ms-correlation-request-id": [ - "fcea29a9-f689-4ca6-ad65-d299545d9250" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182828Z:fcea29a9-f689-4ca6-ad65-d299545d9250" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "6a7193abe4d24d6eaef308de3e973e7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82fc356e-ec1d-4e36-9fff-579912ddf592" - ], - "x-ms-correlation-request-id": [ - "82fc356e-ec1d-4e36-9fff-579912ddf592" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182828Z:82fc356e-ec1d-4e36-9fff-579912ddf592" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "12c5caf2f86b4261a68773b4fa335a87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f66a6b8-5b2f-4259-9cbd-ba17d7cdcfd2" - ], - "x-ms-correlation-request-id": [ - "7f66a6b8-5b2f-4259-9cbd-ba17d7cdcfd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182828Z:7f66a6b8-5b2f-4259-9cbd-ba17d7cdcfd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "53fbf548415e438093c3fd2ab85a0590" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "194eb1c7-b2a9-42b1-bcd4-a5240d8ce23a" - ], - "x-ms-correlation-request-id": [ - "194eb1c7-b2a9-42b1-bcd4-a5240d8ce23a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:194eb1c7-b2a9-42b1-bcd4-a5240d8ce23a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "ba89df0a114c4bdda6b2db979bcd59a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85bd5bae-d404-41f2-9e26-65a97de00bdf" - ], - "x-ms-correlation-request-id": [ - "85bd5bae-d404-41f2-9e26-65a97de00bdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:85bd5bae-d404-41f2-9e26-65a97de00bdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "cafcf358bfb94a71b662a6002ae6f8d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "000d22a3-8541-4a28-b6d2-e985139c6ceb" - ], - "x-ms-correlation-request-id": [ - "000d22a3-8541-4a28-b6d2-e985139c6ceb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:000d22a3-8541-4a28-b6d2-e985139c6ceb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "3eb8afee02cd4725a5295457adfce030" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "600c004e-9f4f-4021-9fa1-241a6de7a788" - ], - "x-ms-correlation-request-id": [ - "600c004e-9f4f-4021-9fa1-241a6de7a788" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:600c004e-9f4f-4021-9fa1-241a6de7a788" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "bbffed008e6844619e89b970b8449dbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53393872-ff21-4014-94ca-98c3a4dc063d" - ], - "x-ms-correlation-request-id": [ - "53393872-ff21-4014-94ca-98c3a4dc063d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:53393872-ff21-4014-94ca-98c3a4dc063d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "34ae3e9c1fc74dca85a39e03dcf18827" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7443d20e-5855-464d-8fd7-cef0b997714e" - ], - "x-ms-correlation-request-id": [ - "7443d20e-5855-464d-8fd7-cef0b997714e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:7443d20e-5855-464d-8fd7-cef0b997714e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "8b17bfab51624f7eaad87c6e79f8eed8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cba5988b-052f-42d7-8c6c-91ebab5dd543" - ], - "x-ms-correlation-request-id": [ - "cba5988b-052f-42d7-8c6c-91ebab5dd543" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:cba5988b-052f-42d7-8c6c-91ebab5dd543" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "39c3adbe21084ce0a5eb8e59431bde15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d920af2b-9923-47c9-9998-27cf4776c4d3" - ], - "x-ms-correlation-request-id": [ - "d920af2b-9923-47c9-9998-27cf4776c4d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:d920af2b-9923-47c9-9998-27cf4776c4d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "92371223fd0e4ee5a4df9b7e672802d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee6080dc-b57f-4e14-8213-ff9e3d4529ce" - ], - "x-ms-correlation-request-id": [ - "ee6080dc-b57f-4e14-8213-ff9e3d4529ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182829Z:ee6080dc-b57f-4e14-8213-ff9e3d4529ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "a53a9df130fb4894a815f468fd04446b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1bb445c7-f4e4-45e1-9016-098e1668aadd" - ], - "x-ms-correlation-request-id": [ - "1bb445c7-f4e4-45e1-9016-098e1668aadd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182830Z:1bb445c7-f4e4-45e1-9016-098e1668aadd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "2bef9c0f0526466faeadbdc8a60fc967" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97e9aeb7-70ba-4852-b342-1149a80b7ad9" - ], - "x-ms-correlation-request-id": [ - "97e9aeb7-70ba-4852-b342-1149a80b7ad9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182830Z:97e9aeb7-70ba-4852-b342-1149a80b7ad9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "c1916484731b4036b047ba5a014bde02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f036cefe-ab93-4062-92b6-8b529eb7f53f" - ], - "x-ms-correlation-request-id": [ - "f036cefe-ab93-4062-92b6-8b529eb7f53f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182830Z:f036cefe-ab93-4062-92b6-8b529eb7f53f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "2f112f3fc15a46439858a15b8641eb93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44f1365f-a207-4f85-8629-5490b7f507a6" - ], - "x-ms-correlation-request-id": [ - "44f1365f-a207-4f85-8629-5490b7f507a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182830Z:44f1365f-a207-4f85-8629-5490b7f507a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "a86ebcb18ff14f4ea94ce593f09f984f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f733cb2d-6f4e-4cf8-8595-198afd78e91a" - ], - "x-ms-correlation-request-id": [ - "f733cb2d-6f4e-4cf8-8595-198afd78e91a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182831Z:f733cb2d-6f4e-4cf8-8595-198afd78e91a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "2c224aa006ce4d60ae952150915cb3ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffbd84c7-017d-4d4d-9862-c3c8401506aa" - ], - "x-ms-correlation-request-id": [ - "ffbd84c7-017d-4d4d-9862-c3c8401506aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182831Z:ffbd84c7-017d-4d4d-9862-c3c8401506aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "79e6423bc7b649a0b970a328f15ee10b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c8444b7-756d-4f92-8d21-5db62fd50154" - ], - "x-ms-correlation-request-id": [ - "8c8444b7-756d-4f92-8d21-5db62fd50154" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182831Z:8c8444b7-756d-4f92-8d21-5db62fd50154" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "796e596372dd42e88fc1954af840bc66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4d3e744-ed15-4922-9e1b-5ec9984a4211" - ], - "x-ms-correlation-request-id": [ - "b4d3e744-ed15-4922-9e1b-5ec9984a4211" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182831Z:b4d3e744-ed15-4922-9e1b-5ec9984a4211" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "782a12b0483e48be8657d9ead12b1d12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "986454b3-35f0-4c0c-b482-af7e767c8eb4" - ], - "x-ms-correlation-request-id": [ - "986454b3-35f0-4c0c-b482-af7e767c8eb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182831Z:986454b3-35f0-4c0c-b482-af7e767c8eb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "7160c0b96cef4234a6818d9b51683a44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e47ee74f-d9fa-4641-8d84-a148e9eb090d" - ], - "x-ms-correlation-request-id": [ - "e47ee74f-d9fa-4641-8d84-a148e9eb090d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182831Z:e47ee74f-d9fa-4641-8d84-a148e9eb090d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "3a8dcc4344fa481d8b29dcb9448bbbb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2824706b-1b5f-4e8d-9f65-8abcfe4d1041" - ], - "x-ms-correlation-request-id": [ - "2824706b-1b5f-4e8d-9f65-8abcfe4d1041" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182834Z:2824706b-1b5f-4e8d-9f65-8abcfe4d1041" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "567ce363e08c4660a7e8fbbbe1499d60" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8844d5a-d02e-46f1-9f6c-aab16cfff9ea" - ], - "x-ms-correlation-request-id": [ - "d8844d5a-d02e-46f1-9f6c-aab16cfff9ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182834Z:d8844d5a-d02e-46f1-9f6c-aab16cfff9ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "da2c06bdb1fd4c7cba850bdf3f65b151" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e03da9a1-b00d-4c1c-ad2a-6a3c8f4593a0" - ], - "x-ms-correlation-request-id": [ - "e03da9a1-b00d-4c1c-ad2a-6a3c8f4593a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182834Z:e03da9a1-b00d-4c1c-ad2a-6a3c8f4593a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "361cbe4d8e7e4536a5aadc651c4969b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53544c49-5faf-445f-b921-898258decdb4" - ], - "x-ms-correlation-request-id": [ - "53544c49-5faf-445f-b921-898258decdb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182834Z:53544c49-5faf-445f-b921-898258decdb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "18c6f672439443fd86e056d3899f3d7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db103ae0-3a4a-4506-896a-76d5b7513323" - ], - "x-ms-correlation-request-id": [ - "db103ae0-3a4a-4506-896a-76d5b7513323" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182834Z:db103ae0-3a4a-4506-896a-76d5b7513323" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "e0e67ceacb8d41a6a8294903d36f5269" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "788c189c-19bb-417f-90d8-f26554d95dfc" - ], - "x-ms-correlation-request-id": [ - "788c189c-19bb-417f-90d8-f26554d95dfc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182834Z:788c189c-19bb-417f-90d8-f26554d95dfc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "8d6e14a287f344759e412bcf6f36120f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7d27503-09d0-4b82-a2c3-aa6c33e9891b" - ], - "x-ms-correlation-request-id": [ - "c7d27503-09d0-4b82-a2c3-aa6c33e9891b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:c7d27503-09d0-4b82-a2c3-aa6c33e9891b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "028a35a8c8fb42ffb27fea2e4ced7b83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a610f2ab-5c1d-40aa-a7e0-f4e218ecb549" - ], - "x-ms-correlation-request-id": [ - "a610f2ab-5c1d-40aa-a7e0-f4e218ecb549" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:a610f2ab-5c1d-40aa-a7e0-f4e218ecb549" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "56d3874974b1427a8f44c6db063d6672" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eca69f21-4755-4a99-8cb8-75ba78ee6c6a" - ], - "x-ms-correlation-request-id": [ - "eca69f21-4755-4a99-8cb8-75ba78ee6c6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:eca69f21-4755-4a99-8cb8-75ba78ee6c6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "53b2479ee6644d15833f8cdef5db539e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7050cb88-f58e-4009-830a-60221d02bc53" - ], - "x-ms-correlation-request-id": [ - "7050cb88-f58e-4009-830a-60221d02bc53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:7050cb88-f58e-4009-830a-60221d02bc53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "83061e4df8324e0eb1c3281d551fa844" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ea049e9-8a04-43a3-bc2a-ceede8272f36" - ], - "x-ms-correlation-request-id": [ - "4ea049e9-8a04-43a3-bc2a-ceede8272f36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:4ea049e9-8a04-43a3-bc2a-ceede8272f36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "95d07ffaa29a43679dbf18ae6054af31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a63542e1-b727-4211-bc74-e69506eb7728" - ], - "x-ms-correlation-request-id": [ - "a63542e1-b727-4211-bc74-e69506eb7728" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:a63542e1-b727-4211-bc74-e69506eb7728" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "1cb11dffb9bf4cf2862c86e6cd733b35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cddc1860-2fa4-414e-9486-06ab9ccbce7e" - ], - "x-ms-correlation-request-id": [ - "cddc1860-2fa4-414e-9486-06ab9ccbce7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:cddc1860-2fa4-414e-9486-06ab9ccbce7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "a95c37e06d5643e1b9205f17b4ebee0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69cef2fa-674b-489d-a043-97cccbfca9f0" - ], - "x-ms-correlation-request-id": [ - "69cef2fa-674b-489d-a043-97cccbfca9f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:69cef2fa-674b-489d-a043-97cccbfca9f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "42640eb6c4e54deb844ee94ed18099f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a85dbefa-a477-45b2-9203-dcd2f9dc60af" - ], - "x-ms-correlation-request-id": [ - "a85dbefa-a477-45b2-9203-dcd2f9dc60af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182835Z:a85dbefa-a477-45b2-9203-dcd2f9dc60af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "763a8c4ba15e4a8092c849b2a7a1e797" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "525864a0-ee7f-4bec-a668-f106ea7fbbb8" - ], - "x-ms-correlation-request-id": [ - "525864a0-ee7f-4bec-a668-f106ea7fbbb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182836Z:525864a0-ee7f-4bec-a668-f106ea7fbbb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "2947c944a53c4a87964baf6d519c7f70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "936402f1-72e1-4451-858a-e368b6aa5849" - ], - "x-ms-correlation-request-id": [ - "936402f1-72e1-4451-858a-e368b6aa5849" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182836Z:936402f1-72e1-4451-858a-e368b6aa5849" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "ce55e638b2c04eb588a08eaec8c06cfe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "395fb881-8ab8-4e0c-b06d-f8237e35fb0d" - ], - "x-ms-correlation-request-id": [ - "395fb881-8ab8-4e0c-b06d-f8237e35fb0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182836Z:395fb881-8ab8-4e0c-b06d-f8237e35fb0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "c7f01689c92c4a08986c09a51e449dda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5e3923e-b910-4425-a335-bf18f4c7470c" - ], - "x-ms-correlation-request-id": [ - "b5e3923e-b910-4425-a335-bf18f4c7470c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182836Z:b5e3923e-b910-4425-a335-bf18f4c7470c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "a486552376af4b8ebe591b62d0a63a2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b279e8e-28e1-42d4-94d2-1e2e1c3798b4" - ], - "x-ms-correlation-request-id": [ - "6b279e8e-28e1-42d4-94d2-1e2e1c3798b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182836Z:6b279e8e-28e1-42d4-94d2-1e2e1c3798b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "21793027ca7a45788f0ff9eb3a004d21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc663f01-f79b-44e5-8277-0715987a97d6" - ], - "x-ms-correlation-request-id": [ - "fc663f01-f79b-44e5-8277-0715987a97d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182836Z:fc663f01-f79b-44e5-8277-0715987a97d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "c82864c9d6c845a1b0461a28c3dc3422" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "870c5399-1550-44ad-b72b-c3821160d47f" - ], - "x-ms-correlation-request-id": [ - "870c5399-1550-44ad-b72b-c3821160d47f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182836Z:870c5399-1550-44ad-b72b-c3821160d47f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "b2a4686ae6594f7899c72d6f001220ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7a30240-3e85-4c20-9a5a-14f010580ed7" - ], - "x-ms-correlation-request-id": [ - "a7a30240-3e85-4c20-9a5a-14f010580ed7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182837Z:a7a30240-3e85-4c20-9a5a-14f010580ed7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "cbd82ea2a11b4196a8062f530da1678b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88955132-a8d0-4fa9-97a7-3f5114fcaa43" - ], - "x-ms-correlation-request-id": [ - "88955132-a8d0-4fa9-97a7-3f5114fcaa43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182837Z:88955132-a8d0-4fa9-97a7-3f5114fcaa43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "0d9e5852794545369820e1ab539d0813" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf242c3b-d90b-4cf0-a81b-a0a262c63150" - ], - "x-ms-correlation-request-id": [ - "cf242c3b-d90b-4cf0-a81b-a0a262c63150" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182837Z:cf242c3b-d90b-4cf0-a81b-a0a262c63150" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "3763380f632940cabb95636fcdcb3f25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3afe13b-d751-4ab3-a97c-6f62b80b9517" - ], - "x-ms-correlation-request-id": [ - "f3afe13b-d751-4ab3-a97c-6f62b80b9517" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182837Z:f3afe13b-d751-4ab3-a97c-6f62b80b9517" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "71bc3277b1dc4cb495b15b2c5d7c4771" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c2e8df2-6b11-44e9-92c3-93967002c363" - ], - "x-ms-correlation-request-id": [ - "9c2e8df2-6b11-44e9-92c3-93967002c363" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182837Z:9c2e8df2-6b11-44e9-92c3-93967002c363" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "558cfaa45ef1402fb48f13ff8bbd0233" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49273720-a0d4-4baa-9c1c-bad8f834405f" - ], - "x-ms-correlation-request-id": [ - "49273720-a0d4-4baa-9c1c-bad8f834405f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182837Z:49273720-a0d4-4baa-9c1c-bad8f834405f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "37dcdf49a8754f11a71ee449c8022631" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc5b5ad3-cef3-45ab-99b0-cf25ea32466c" - ], - "x-ms-correlation-request-id": [ - "bc5b5ad3-cef3-45ab-99b0-cf25ea32466c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182837Z:bc5b5ad3-cef3-45ab-99b0-cf25ea32466c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "f353e574f90c46b19b889b565755f30c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efdcdec5-a989-483b-9d82-ad5e802cdeeb" - ], - "x-ms-correlation-request-id": [ - "efdcdec5-a989-483b-9d82-ad5e802cdeeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182838Z:efdcdec5-a989-483b-9d82-ad5e802cdeeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "4ff6223ae8d946e88e9b8f7a01968290" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d480410-7cbc-4894-a6ed-f6b7051493d9" - ], - "x-ms-correlation-request-id": [ - "9d480410-7cbc-4894-a6ed-f6b7051493d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182838Z:9d480410-7cbc-4894-a6ed-f6b7051493d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "1b3486012c0646fbb9ea56fd97687089" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "daf2adab-b5f7-4b80-996c-08c13ae40589" - ], - "x-ms-correlation-request-id": [ - "daf2adab-b5f7-4b80-996c-08c13ae40589" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182838Z:daf2adab-b5f7-4b80-996c-08c13ae40589" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "d19254f9df6a44b09d20572b986f595c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "125f3ccd-300f-4cac-bee5-0984e3181822" - ], - "x-ms-correlation-request-id": [ - "125f3ccd-300f-4cac-bee5-0984e3181822" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182838Z:125f3ccd-300f-4cac-bee5-0984e3181822" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "8d8a934acfac48e09bb293ffb2470cd1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c36fca06-3539-4a10-894a-19ebd85b68eb" - ], - "x-ms-correlation-request-id": [ - "c36fca06-3539-4a10-894a-19ebd85b68eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182838Z:c36fca06-3539-4a10-894a-19ebd85b68eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "a3dcba18e0b34106bb23320cb7c9529b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83f19950-170e-4b6c-b5bd-13340fb1a1a9" - ], - "x-ms-correlation-request-id": [ - "83f19950-170e-4b6c-b5bd-13340fb1a1a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182838Z:83f19950-170e-4b6c-b5bd-13340fb1a1a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "7a8e8cae51144c12bcfc8b7b67ad0c45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42564a7f-39d6-4dd7-905f-4c5dd94965ba" - ], - "x-ms-correlation-request-id": [ - "42564a7f-39d6-4dd7-905f-4c5dd94965ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:42564a7f-39d6-4dd7-905f-4c5dd94965ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "10f03c81a51349dc8535c806038a67bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2df80fa5-efcd-4cb1-8e90-d0c3987f21dd" - ], - "x-ms-correlation-request-id": [ - "2df80fa5-efcd-4cb1-8e90-d0c3987f21dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:2df80fa5-efcd-4cb1-8e90-d0c3987f21dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "a466cc72349e4045a2b567e8b6653d2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1576236-e63f-406e-aa1a-74111c7a9efb" - ], - "x-ms-correlation-request-id": [ - "f1576236-e63f-406e-aa1a-74111c7a9efb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:f1576236-e63f-406e-aa1a-74111c7a9efb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "3df73b2bc98d4820893b8bfff725edf1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc49da56-6770-4cba-a8a8-2d04c78b8e68" - ], - "x-ms-correlation-request-id": [ - "fc49da56-6770-4cba-a8a8-2d04c78b8e68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:fc49da56-6770-4cba-a8a8-2d04c78b8e68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "06d2aed63775408eb4c0ea2e461de3ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23b15981-8014-42dc-9758-7b482b0e973f" - ], - "x-ms-correlation-request-id": [ - "23b15981-8014-42dc-9758-7b482b0e973f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:23b15981-8014-42dc-9758-7b482b0e973f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "51c99e6603344216b72c1dc1c07d0e1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4abeeaf-450e-4e03-9f79-d0b3bf2e3bad" - ], - "x-ms-correlation-request-id": [ - "d4abeeaf-450e-4e03-9f79-d0b3bf2e3bad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:d4abeeaf-450e-4e03-9f79-d0b3bf2e3bad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "feec5bd152c54a42b8da0c48dc3b7ab1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "788c44cb-17cd-41ca-848c-a8ce6cecc0da" - ], - "x-ms-correlation-request-id": [ - "788c44cb-17cd-41ca-848c-a8ce6cecc0da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:788c44cb-17cd-41ca-848c-a8ce6cecc0da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "fa88bed7ae9542c4a9305db107d034e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c448af89-7b40-4763-bfc8-0e76e0f3464f" - ], - "x-ms-correlation-request-id": [ - "c448af89-7b40-4763-bfc8-0e76e0f3464f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182839Z:c448af89-7b40-4763-bfc8-0e76e0f3464f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "4c6ccc17574149c49d68b2536134ea42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97ed2d94-2468-4b12-9382-26a94a20f8d4" - ], - "x-ms-correlation-request-id": [ - "97ed2d94-2468-4b12-9382-26a94a20f8d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182840Z:97ed2d94-2468-4b12-9382-26a94a20f8d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "0a37a4b8153948afa7e554410737acb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc27f479-ccd8-4e2e-a369-6b8f4aa3485c" - ], - "x-ms-correlation-request-id": [ - "bc27f479-ccd8-4e2e-a369-6b8f4aa3485c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182840Z:bc27f479-ccd8-4e2e-a369-6b8f4aa3485c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "fdab29795b704792a94bd1f64de86fb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad2dd708-922a-422a-ba27-9503104058c0" - ], - "x-ms-correlation-request-id": [ - "ad2dd708-922a-422a-ba27-9503104058c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182840Z:ad2dd708-922a-422a-ba27-9503104058c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "615e7e6e0cea4898a5f454fa08ebdfa8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a00aa82-5fa2-4d20-8a84-af81cda64222" - ], - "x-ms-correlation-request-id": [ - "0a00aa82-5fa2-4d20-8a84-af81cda64222" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182840Z:0a00aa82-5fa2-4d20-8a84-af81cda64222" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "22e7ea8f2f074e369db3403d168be0a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "881701fc-b8f0-48c7-af92-2f437133fb7d" - ], - "x-ms-correlation-request-id": [ - "881701fc-b8f0-48c7-af92-2f437133fb7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182840Z:881701fc-b8f0-48c7-af92-2f437133fb7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "4b248b37d99d4c84a45cf8bd53f3631c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60873b25-234f-4cf8-802a-f9993f9c8bda" - ], - "x-ms-correlation-request-id": [ - "60873b25-234f-4cf8-802a-f9993f9c8bda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:60873b25-234f-4cf8-802a-f9993f9c8bda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "ab19a1d332e24610aeea585ddbfdfd30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de3d3a79-eb75-4ba8-9a77-ac24a4a5eefa" - ], - "x-ms-correlation-request-id": [ - "de3d3a79-eb75-4ba8-9a77-ac24a4a5eefa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:de3d3a79-eb75-4ba8-9a77-ac24a4a5eefa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "3fc1af615f1a40459121329691ff7ec5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7406413c-58f7-420e-85c8-fe00a4f133a2" - ], - "x-ms-correlation-request-id": [ - "7406413c-58f7-420e-85c8-fe00a4f133a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:7406413c-58f7-420e-85c8-fe00a4f133a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "6cc04de44a66491c8af7d2859a6627d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77a01196-f100-4628-8057-7a5c59cdfd90" - ], - "x-ms-correlation-request-id": [ - "77a01196-f100-4628-8057-7a5c59cdfd90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:77a01196-f100-4628-8057-7a5c59cdfd90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "a67fb42b7b534977b77eb61cfcfe5610" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65270748-cd9c-4f8d-b6ba-dfdf27ede2be" - ], - "x-ms-correlation-request-id": [ - "65270748-cd9c-4f8d-b6ba-dfdf27ede2be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:65270748-cd9c-4f8d-b6ba-dfdf27ede2be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "2833cbc3b4a84af481b2dfd7ed27779c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af590a0f-b13d-4684-b49b-fbf7f105f8b4" - ], - "x-ms-correlation-request-id": [ - "af590a0f-b13d-4684-b49b-fbf7f105f8b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:af590a0f-b13d-4684-b49b-fbf7f105f8b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "8b2d7937faab4f5990ee5ee53a836d3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a90e8c5-7047-467b-a0ab-b45bee109d94" - ], - "x-ms-correlation-request-id": [ - "8a90e8c5-7047-467b-a0ab-b45bee109d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:8a90e8c5-7047-467b-a0ab-b45bee109d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "fda9fcb1b0104353b5f8e49792bc8605" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "319dbca1-f7de-4f6d-82f9-3ed01b7c989f" - ], - "x-ms-correlation-request-id": [ - "319dbca1-f7de-4f6d-82f9-3ed01b7c989f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:319dbca1-f7de-4f6d-82f9-3ed01b7c989f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "7184d84fcf2143369e40a81e0d4182a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50befc22-9d52-40b6-bd59-d4aee49de2e9" - ], - "x-ms-correlation-request-id": [ - "50befc22-9d52-40b6-bd59-d4aee49de2e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182841Z:50befc22-9d52-40b6-bd59-d4aee49de2e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "7b7cdf8098164f65a81d40441b1855eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e028d979-3c4a-4607-a381-f7a9269cae8b" - ], - "x-ms-correlation-request-id": [ - "e028d979-3c4a-4607-a381-f7a9269cae8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182842Z:e028d979-3c4a-4607-a381-f7a9269cae8b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "7a4d5a0885244ed0985ee1ff8029ba29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c86420d4-0b67-4c78-9d23-76daa6641d94" - ], - "x-ms-correlation-request-id": [ - "c86420d4-0b67-4c78-9d23-76daa6641d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182842Z:c86420d4-0b67-4c78-9d23-76daa6641d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "51eeb85d03824950a960c32262bed591" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2a42aa4-c0e5-4dfa-b8c6-310da1cd8c5f" - ], - "x-ms-correlation-request-id": [ - "c2a42aa4-c0e5-4dfa-b8c6-310da1cd8c5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182842Z:c2a42aa4-c0e5-4dfa-b8c6-310da1cd8c5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "f385bc61cf654fefaf484f5c86d3aef2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11ec0e7b-386d-431f-a269-c8ddd897b1cf" - ], - "x-ms-correlation-request-id": [ - "11ec0e7b-386d-431f-a269-c8ddd897b1cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182842Z:11ec0e7b-386d-431f-a269-c8ddd897b1cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "d7365abfa54d46e183a19d6aaca9d4ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa71b92e-9420-490a-b7b8-f573d032354e" - ], - "x-ms-correlation-request-id": [ - "aa71b92e-9420-490a-b7b8-f573d032354e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182842Z:aa71b92e-9420-490a-b7b8-f573d032354e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "981f79040f194c44bbc942ae5a28baa1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79d27d53-62a6-448d-8b1d-c2662a2ec33d" - ], - "x-ms-correlation-request-id": [ - "79d27d53-62a6-448d-8b1d-c2662a2ec33d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182842Z:79d27d53-62a6-448d-8b1d-c2662a2ec33d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "94707c6c6d034eecb5ea0927cb66e261" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87ca4cc5-92a9-4ada-be92-1875371555c2" - ], - "x-ms-correlation-request-id": [ - "87ca4cc5-92a9-4ada-be92-1875371555c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:87ca4cc5-92a9-4ada-be92-1875371555c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "34287dafc5464f348327854d574d4621" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de1e3811-4330-4977-be5f-2d693c9fe2f2" - ], - "x-ms-correlation-request-id": [ - "de1e3811-4330-4977-be5f-2d693c9fe2f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:de1e3811-4330-4977-be5f-2d693c9fe2f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "9165febbc22f4550962a67954c0a5a0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a35ab88-03f1-4662-a231-f5ec1750a6dd" - ], - "x-ms-correlation-request-id": [ - "0a35ab88-03f1-4662-a231-f5ec1750a6dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:0a35ab88-03f1-4662-a231-f5ec1750a6dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "e3e09e362e624a28a27ab46cef5b361f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "903e83e8-ca4c-481f-90b4-06a2ed720b1b" - ], - "x-ms-correlation-request-id": [ - "903e83e8-ca4c-481f-90b4-06a2ed720b1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:903e83e8-ca4c-481f-90b4-06a2ed720b1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "5c34d69ce5f448bcb426d328f113b23a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03be668e-930a-48ea-825f-5da249e2fd98" - ], - "x-ms-correlation-request-id": [ - "03be668e-930a-48ea-825f-5da249e2fd98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:03be668e-930a-48ea-825f-5da249e2fd98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "a35a31e2bc174b138896d04ca9609a56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5587e585-eddc-4ff9-8681-68c7f3707c3e" - ], - "x-ms-correlation-request-id": [ - "5587e585-eddc-4ff9-8681-68c7f3707c3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:5587e585-eddc-4ff9-8681-68c7f3707c3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "7eb642e2926b4c72a8a1edbdd0ff9073" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af0594e5-121f-4801-9dc8-b13b150bb0ed" - ], - "x-ms-correlation-request-id": [ - "af0594e5-121f-4801-9dc8-b13b150bb0ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:af0594e5-121f-4801-9dc8-b13b150bb0ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "5a43684a420c4ff78f451736bad76ce9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78cba5e7-491e-4630-a474-bd8f70b14f96" - ], - "x-ms-correlation-request-id": [ - "78cba5e7-491e-4630-a474-bd8f70b14f96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182843Z:78cba5e7-491e-4630-a474-bd8f70b14f96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "6627c2cacb874a37aed0fbccc7b7e876" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1a108e0-6a09-4525-9d47-48fca5ac8621" - ], - "x-ms-correlation-request-id": [ - "c1a108e0-6a09-4525-9d47-48fca5ac8621" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182844Z:c1a108e0-6a09-4525-9d47-48fca5ac8621" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "913c9b5750c2451ba5385e344998a3e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8a9e31a-dde5-42dc-9302-c32e4f22325b" - ], - "x-ms-correlation-request-id": [ - "f8a9e31a-dde5-42dc-9302-c32e4f22325b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182844Z:f8a9e31a-dde5-42dc-9302-c32e4f22325b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "afee220fa735447cae1d4468104f9a2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7512903-904e-4636-a52b-20a53f518ee8" - ], - "x-ms-correlation-request-id": [ - "e7512903-904e-4636-a52b-20a53f518ee8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182844Z:e7512903-904e-4636-a52b-20a53f518ee8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "783dc6f292a14d528c8eb98417f05638" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62291075-d13e-4206-a977-32c321e2a3c2" - ], - "x-ms-correlation-request-id": [ - "62291075-d13e-4206-a977-32c321e2a3c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182844Z:62291075-d13e-4206-a977-32c321e2a3c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "65094e14beea420ba805bcf04db1c5e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ede4ea1-11be-4185-98d5-a1c4d6f46571" - ], - "x-ms-correlation-request-id": [ - "8ede4ea1-11be-4185-98d5-a1c4d6f46571" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182844Z:8ede4ea1-11be-4185-98d5-a1c4d6f46571" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "9a37723497b5457baff917b4fbb50954" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d94ed52-a8ef-4fbb-9edf-ee13e6048371" - ], - "x-ms-correlation-request-id": [ - "8d94ed52-a8ef-4fbb-9edf-ee13e6048371" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182844Z:8d94ed52-a8ef-4fbb-9edf-ee13e6048371" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "e48bda3c646f4bf98540ce8aad041de2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b348c6d8-de8b-4e97-a4f5-41bca352f4dd" - ], - "x-ms-correlation-request-id": [ - "b348c6d8-de8b-4e97-a4f5-41bca352f4dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182844Z:b348c6d8-de8b-4e97-a4f5-41bca352f4dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "b0ea223fb4aa4718af3f17b09224206f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f38e74dd-b108-4487-8dc8-3f7ba8265cb8" - ], - "x-ms-correlation-request-id": [ - "f38e74dd-b108-4487-8dc8-3f7ba8265cb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182845Z:f38e74dd-b108-4487-8dc8-3f7ba8265cb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "179dc215443d4abd9f09ac97e30a5b6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "822aa13a-0d69-46a5-a10c-831a209bc6b6" - ], - "x-ms-correlation-request-id": [ - "822aa13a-0d69-46a5-a10c-831a209bc6b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182845Z:822aa13a-0d69-46a5-a10c-831a209bc6b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "12175f56da814579a6d91614a63187e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23ac066b-2bed-459b-b028-e9eda8ef2eb4" - ], - "x-ms-correlation-request-id": [ - "23ac066b-2bed-459b-b028-e9eda8ef2eb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182845Z:23ac066b-2bed-459b-b028-e9eda8ef2eb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "ff93709d2643498b846b8454badcd1cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1601ef80-9a15-49ba-85b6-a263acc8c73f" - ], - "x-ms-correlation-request-id": [ - "1601ef80-9a15-49ba-85b6-a263acc8c73f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182845Z:1601ef80-9a15-49ba-85b6-a263acc8c73f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "138a0f09675046ffb7cad3e32a172da9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4f04a08-ac73-4450-85ea-6fa78a63a5e7" - ], - "x-ms-correlation-request-id": [ - "d4f04a08-ac73-4450-85ea-6fa78a63a5e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182845Z:d4f04a08-ac73-4450-85ea-6fa78a63a5e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "a138695b249a4bffb102062d3323758c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46bd965c-21de-4db0-9577-95fc687c3cc4" - ], - "x-ms-correlation-request-id": [ - "46bd965c-21de-4db0-9577-95fc687c3cc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182845Z:46bd965c-21de-4db0-9577-95fc687c3cc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "8b5537afb19249a8ac33b46d986d6782" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50b1b512-5912-4818-a367-0b955580370b" - ], - "x-ms-correlation-request-id": [ - "50b1b512-5912-4818-a367-0b955580370b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182845Z:50b1b512-5912-4818-a367-0b955580370b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "de12ed5fffb04567994d955bee77dc36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92e35255-5d8c-4ccf-902a-e56f7452c9a6" - ], - "x-ms-correlation-request-id": [ - "92e35255-5d8c-4ccf-902a-e56f7452c9a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:92e35255-5d8c-4ccf-902a-e56f7452c9a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "7360c2a43ac1439fa6ca2751d4b535e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd31c013-3e23-4f5e-9d04-80229c5b1494" - ], - "x-ms-correlation-request-id": [ - "bd31c013-3e23-4f5e-9d04-80229c5b1494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:bd31c013-3e23-4f5e-9d04-80229c5b1494" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "cc6d8572f10a4fd994f3095a724c9692" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1bc37771-cd22-405a-962d-747496ca498f" - ], - "x-ms-correlation-request-id": [ - "1bc37771-cd22-405a-962d-747496ca498f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:1bc37771-cd22-405a-962d-747496ca498f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "01ff3846009d4e6893b104f184adf0d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "275c8cdb-4490-43db-acd7-7aa904d3bd10" - ], - "x-ms-correlation-request-id": [ - "275c8cdb-4490-43db-acd7-7aa904d3bd10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:275c8cdb-4490-43db-acd7-7aa904d3bd10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "68960666747e4026be70bd37124ef85e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b760dbb8-6cc0-45d7-bd81-046854e46bb0" - ], - "x-ms-correlation-request-id": [ - "b760dbb8-6cc0-45d7-bd81-046854e46bb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:b760dbb8-6cc0-45d7-bd81-046854e46bb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "0f6e090fa47e48fd930ee75564a3760b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb08eac0-6663-4557-9906-b2de1d2ca60f" - ], - "x-ms-correlation-request-id": [ - "cb08eac0-6663-4557-9906-b2de1d2ca60f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:cb08eac0-6663-4557-9906-b2de1d2ca60f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "2204b6bea21444418295275d5ef10e26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69bae901-a2f0-4f8f-b85b-1f2387ee818f" - ], - "x-ms-correlation-request-id": [ - "69bae901-a2f0-4f8f-b85b-1f2387ee818f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:69bae901-a2f0-4f8f-b85b-1f2387ee818f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "036aa0fc270a4792b0b09f7384e23863" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d13f306a-b8de-46f6-8fb2-e09ed128e3de" - ], - "x-ms-correlation-request-id": [ - "d13f306a-b8de-46f6-8fb2-e09ed128e3de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:d13f306a-b8de-46f6-8fb2-e09ed128e3de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "bc3e0f6eaaae4afc9b9488e50d745959" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec0a631b-62a7-4146-b834-978ea13e4621" - ], - "x-ms-correlation-request-id": [ - "ec0a631b-62a7-4146-b834-978ea13e4621" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182846Z:ec0a631b-62a7-4146-b834-978ea13e4621" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "dc821f8ed33445d3865793f9029dd6d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cad71a30-51e4-4e5f-800a-101c417f707e" - ], - "x-ms-correlation-request-id": [ - "cad71a30-51e4-4e5f-800a-101c417f707e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182847Z:cad71a30-51e4-4e5f-800a-101c417f707e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "6e0b01a7c7a14272ab87b500fc7dcf16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c755ed9-253d-41fd-940a-187da3fe7bfe" - ], - "x-ms-correlation-request-id": [ - "5c755ed9-253d-41fd-940a-187da3fe7bfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182847Z:5c755ed9-253d-41fd-940a-187da3fe7bfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "56d31af42fdd4a02b711ab17f99365a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaa95b51-0758-4d50-9252-f728ff8f237a" - ], - "x-ms-correlation-request-id": [ - "eaa95b51-0758-4d50-9252-f728ff8f237a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182847Z:eaa95b51-0758-4d50-9252-f728ff8f237a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "6954358ecce6402a9d7d85aa9d147acb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d7dfb1f-5fec-4e1a-9264-9103efe62833" - ], - "x-ms-correlation-request-id": [ - "4d7dfb1f-5fec-4e1a-9264-9103efe62833" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182847Z:4d7dfb1f-5fec-4e1a-9264-9103efe62833" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "e2e107251ed0471289cba57b2ea2286e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "111841db-2c0d-4e22-81bc-f6d500a23fba" - ], - "x-ms-correlation-request-id": [ - "111841db-2c0d-4e22-81bc-f6d500a23fba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182847Z:111841db-2c0d-4e22-81bc-f6d500a23fba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "2b3797ae077c48849faad73ad240a4dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81a3bf12-8d9c-4045-a350-770b763fd43a" - ], - "x-ms-correlation-request-id": [ - "81a3bf12-8d9c-4045-a350-770b763fd43a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182847Z:81a3bf12-8d9c-4045-a350-770b763fd43a" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "a56f77356d3d4a33a63f3067905e4fdf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54da67e9-5d2b-4373-a667-3135dd5ede55" - ], - "x-ms-correlation-request-id": [ - "54da67e9-5d2b-4373-a667-3135dd5ede55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182848Z:54da67e9-5d2b-4373-a667-3135dd5ede55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "f88f7de740b9443290351562c70d0268" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc3858a4-0640-48ec-a4a2-2e1de9d6916a" - ], - "x-ms-correlation-request-id": [ - "dc3858a4-0640-48ec-a4a2-2e1de9d6916a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182848Z:dc3858a4-0640-48ec-a4a2-2e1de9d6916a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "844ce542b3774638bc062808a7bbe051" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8338b4d0-9614-4bf1-9e9e-e9b1f1dd48f9" - ], - "x-ms-correlation-request-id": [ - "8338b4d0-9614-4bf1-9e9e-e9b1f1dd48f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182848Z:8338b4d0-9614-4bf1-9e9e-e9b1f1dd48f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "1f541d8cab0d4a26a5b8c20e2ca9974a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4000dde2-2206-4280-bd4e-44d53d2bb92a" - ], - "x-ms-correlation-request-id": [ - "4000dde2-2206-4280-bd4e-44d53d2bb92a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182848Z:4000dde2-2206-4280-bd4e-44d53d2bb92a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "048f510ada214e8eb7f2b3955e2144b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57060a63-ccbc-4ca2-97ab-27c2c891e487" - ], - "x-ms-correlation-request-id": [ - "57060a63-ccbc-4ca2-97ab-27c2c891e487" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182848Z:57060a63-ccbc-4ca2-97ab-27c2c891e487" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "319d17d151b04efd9a0477bacbd51a5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "047e0dc5-e5cd-46a5-8bcb-91fb789c0c1a" - ], - "x-ms-correlation-request-id": [ - "047e0dc5-e5cd-46a5-8bcb-91fb789c0c1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182848Z:047e0dc5-e5cd-46a5-8bcb-91fb789c0c1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "5cdd89058bf04688aabc08c7621d634f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "602a2efd-8e50-43e1-b17a-12f4109f69c2" - ], - "x-ms-correlation-request-id": [ - "602a2efd-8e50-43e1-b17a-12f4109f69c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:602a2efd-8e50-43e1-b17a-12f4109f69c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "e90a5e4772844350b2748c521dc98e02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ac3764c-be05-43cd-b141-84a2208f5eb6" - ], - "x-ms-correlation-request-id": [ - "9ac3764c-be05-43cd-b141-84a2208f5eb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:9ac3764c-be05-43cd-b141-84a2208f5eb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "4ad63d8770be46d28b111d87bd26cf4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f166786-ff93-4eb2-a57f-178f8caf4a2e" - ], - "x-ms-correlation-request-id": [ - "4f166786-ff93-4eb2-a57f-178f8caf4a2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:4f166786-ff93-4eb2-a57f-178f8caf4a2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "ca51875e347a4e538dc8683fb0f91b3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78be2fef-3e1d-415c-9a62-4f6d08477a8e" - ], - "x-ms-correlation-request-id": [ - "78be2fef-3e1d-415c-9a62-4f6d08477a8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:78be2fef-3e1d-415c-9a62-4f6d08477a8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "033cc9d0f6fd41a6a879eb9cac53feb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eead823b-bb62-4ea1-9a79-7727abb02cbf" - ], - "x-ms-correlation-request-id": [ - "eead823b-bb62-4ea1-9a79-7727abb02cbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:eead823b-bb62-4ea1-9a79-7727abb02cbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "99fbe251ff01427ea4061ba1b922ee76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82012c13-9643-46eb-b8b6-efd1d9e0336c" - ], - "x-ms-correlation-request-id": [ - "82012c13-9643-46eb-b8b6-efd1d9e0336c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:82012c13-9643-46eb-b8b6-efd1d9e0336c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "2e9f35bd821e4c259eb321eac2419e56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8c3bd76-a29d-4541-93b3-f58e1dda6071" - ], - "x-ms-correlation-request-id": [ - "c8c3bd76-a29d-4541-93b3-f58e1dda6071" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:c8c3bd76-a29d-4541-93b3-f58e1dda6071" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "dd30bb579a574772ada0e340a248238d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c32becb-ba4a-4bba-97e1-0658b04c7036" - ], - "x-ms-correlation-request-id": [ - "1c32becb-ba4a-4bba-97e1-0658b04c7036" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:1c32becb-ba4a-4bba-97e1-0658b04c7036" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "36da3a8ceb2142f7bbad7b8b202e00f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "824ff0e0-fac2-4b82-9a70-3168f9a8e054" - ], - "x-ms-correlation-request-id": [ - "824ff0e0-fac2-4b82-9a70-3168f9a8e054" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182849Z:824ff0e0-fac2-4b82-9a70-3168f9a8e054" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "023752d1c3f94ea8b12583c0360ff773" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "733d6d8c-f53c-4a7c-ba44-ef193e08ea47" - ], - "x-ms-correlation-request-id": [ - "733d6d8c-f53c-4a7c-ba44-ef193e08ea47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182850Z:733d6d8c-f53c-4a7c-ba44-ef193e08ea47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "c69c6d57f42945ef9b9348714fe04bca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "076227c3-c5cf-4cfe-8f1a-cab8b765a7be" - ], - "x-ms-correlation-request-id": [ - "076227c3-c5cf-4cfe-8f1a-cab8b765a7be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182850Z:076227c3-c5cf-4cfe-8f1a-cab8b765a7be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "8a64a39892a5466682f51c2c223662d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3deb1339-9b1a-46db-b8a7-51e290370dc7" - ], - "x-ms-correlation-request-id": [ - "3deb1339-9b1a-46db-b8a7-51e290370dc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182850Z:3deb1339-9b1a-46db-b8a7-51e290370dc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "784c026fbb6d4da49570ee6aea9dc3f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "292fbb5b-1021-4b39-a392-4bbcbb1e7dbf" - ], - "x-ms-correlation-request-id": [ - "292fbb5b-1021-4b39-a392-4bbcbb1e7dbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182850Z:292fbb5b-1021-4b39-a392-4bbcbb1e7dbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "32c53163763945edaa1fab3131bb56bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c0e445f-1cc6-441d-b627-9102a23c4709" - ], - "x-ms-correlation-request-id": [ - "7c0e445f-1cc6-441d-b627-9102a23c4709" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182850Z:7c0e445f-1cc6-441d-b627-9102a23c4709" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "af0276e7489f4a99ab7593c0bac1ba7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0a7915e-0fdb-44a0-b5a8-0b0a0e2be211" - ], - "x-ms-correlation-request-id": [ - "c0a7915e-0fdb-44a0-b5a8-0b0a0e2be211" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182850Z:c0a7915e-0fdb-44a0-b5a8-0b0a0e2be211" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "07ec2e0bc44e4802954fcaefe6f80c42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6936922e-c8a8-4c80-8b91-a0591da26133" - ], - "x-ms-correlation-request-id": [ - "6936922e-c8a8-4c80-8b91-a0591da26133" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182850Z:6936922e-c8a8-4c80-8b91-a0591da26133" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "61e60570cf324fbca63c50d374f66852" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d04a8e0f-a011-4231-ad08-ae3348ddcf5a" - ], - "x-ms-correlation-request-id": [ - "d04a8e0f-a011-4231-ad08-ae3348ddcf5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:d04a8e0f-a011-4231-ad08-ae3348ddcf5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "f52397d7c85f4ec3a2d7202fb2938587" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eba314cf-2a37-4ed7-b65d-4fa32b272e90" - ], - "x-ms-correlation-request-id": [ - "eba314cf-2a37-4ed7-b65d-4fa32b272e90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:eba314cf-2a37-4ed7-b65d-4fa32b272e90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "398623fd407942f0804049b3fec5e19a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f1db33f-9a77-4d6e-ac50-49f0a171f2e7" - ], - "x-ms-correlation-request-id": [ - "9f1db33f-9a77-4d6e-ac50-49f0a171f2e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:9f1db33f-9a77-4d6e-ac50-49f0a171f2e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "bf238ef5d61d479b9d3b058563ecbe76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09a31c11-893d-4536-936a-ed4bfdfd4655" - ], - "x-ms-correlation-request-id": [ - "09a31c11-893d-4536-936a-ed4bfdfd4655" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:09a31c11-893d-4536-936a-ed4bfdfd4655" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "3c4c572e15da4335b832372c04274bbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96bd6aba-e53e-419b-bbe7-3f1e4d55dbf6" - ], - "x-ms-correlation-request-id": [ - "96bd6aba-e53e-419b-bbe7-3f1e4d55dbf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:96bd6aba-e53e-419b-bbe7-3f1e4d55dbf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "036caabe984f45f2892b21be7a2f06b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8dabf0b1-1d90-453e-97f8-db883a7330c3" - ], - "x-ms-correlation-request-id": [ - "8dabf0b1-1d90-453e-97f8-db883a7330c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:8dabf0b1-1d90-453e-97f8-db883a7330c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f2dac65375324d15bde0d7e793031a34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d5eb1a1-f786-4d10-bea5-bfc981a015cd" - ], - "x-ms-correlation-request-id": [ - "9d5eb1a1-f786-4d10-bea5-bfc981a015cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:9d5eb1a1-f786-4d10-bea5-bfc981a015cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "ef585da54f58482fa60163f20e7ba072" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a7bfb04-8756-4b26-ac28-289acd4bbbd1" - ], - "x-ms-correlation-request-id": [ - "0a7bfb04-8756-4b26-ac28-289acd4bbbd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182851Z:0a7bfb04-8756-4b26-ac28-289acd4bbbd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "e840db6ed652425db945ab1b922f1e56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc6ce51a-f5c1-448e-9bd3-d59cd7f0587f" - ], - "x-ms-correlation-request-id": [ - "fc6ce51a-f5c1-448e-9bd3-d59cd7f0587f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182854Z:fc6ce51a-f5c1-448e-9bd3-d59cd7f0587f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "91935d38d6254bf28883404eb19ae35b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c35044e-a29b-4b15-990d-2d8ebb51211d" - ], - "x-ms-correlation-request-id": [ - "6c35044e-a29b-4b15-990d-2d8ebb51211d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182854Z:6c35044e-a29b-4b15-990d-2d8ebb51211d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "13069db5662a4a2c9edde13f45c81218" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "144e014d-ca4a-4a82-9f7e-8bd5aba93591" - ], - "x-ms-correlation-request-id": [ - "144e014d-ca4a-4a82-9f7e-8bd5aba93591" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182854Z:144e014d-ca4a-4a82-9f7e-8bd5aba93591" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "e6fd0cb8626449fe9376c1b42f5580c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39f46d97-1b85-4313-a14b-1fa445a30446" - ], - "x-ms-correlation-request-id": [ - "39f46d97-1b85-4313-a14b-1fa445a30446" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182854Z:39f46d97-1b85-4313-a14b-1fa445a30446" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "4482b8bcbed7435eb72a4bdcf0d5082b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d6757ad-2c09-4597-bc01-8ce967f6f9b1" - ], - "x-ms-correlation-request-id": [ - "1d6757ad-2c09-4597-bc01-8ce967f6f9b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:1d6757ad-2c09-4597-bc01-8ce967f6f9b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "e682ecaf4ff04ddd9ebf92b1ac6bf38f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d18e120-580a-4d96-9107-d8886ea7446b" - ], - "x-ms-correlation-request-id": [ - "7d18e120-580a-4d96-9107-d8886ea7446b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:7d18e120-580a-4d96-9107-d8886ea7446b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "5a9cb23a9fed4be5ad8cf3f8928d34af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "355e57e0-ce2f-48cd-84f5-601c772d90e0" - ], - "x-ms-correlation-request-id": [ - "355e57e0-ce2f-48cd-84f5-601c772d90e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:355e57e0-ce2f-48cd-84f5-601c772d90e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "611d21c8fa0745d781e3f2f431e16cfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51db0236-c4de-457e-b778-37f9ade89bd9" - ], - "x-ms-correlation-request-id": [ - "51db0236-c4de-457e-b778-37f9ade89bd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:51db0236-c4de-457e-b778-37f9ade89bd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "0f0187c1aeab44e293d9e7c1dcb93548" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37c311e8-59ab-40b8-a18b-97629e4596fc" - ], - "x-ms-correlation-request-id": [ - "37c311e8-59ab-40b8-a18b-97629e4596fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:37c311e8-59ab-40b8-a18b-97629e4596fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "1caca813a25b4968bbe34b0e9f76fbe2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f92747a-eb62-40a8-ac9c-5c526b5df4de" - ], - "x-ms-correlation-request-id": [ - "7f92747a-eb62-40a8-ac9c-5c526b5df4de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:7f92747a-eb62-40a8-ac9c-5c526b5df4de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "ef1afada059c434c8f5f008f28772c55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "076720c7-c541-4a8a-8078-c0adb1fb1865" - ], - "x-ms-correlation-request-id": [ - "076720c7-c541-4a8a-8078-c0adb1fb1865" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:076720c7-c541-4a8a-8078-c0adb1fb1865" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "f9e61aaed9074de68c5848ae40413dbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdc62b9f-37ee-4ba1-8f63-596cf6b7c04f" - ], - "x-ms-correlation-request-id": [ - "cdc62b9f-37ee-4ba1-8f63-596cf6b7c04f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:cdc62b9f-37ee-4ba1-8f63-596cf6b7c04f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "b6cea5977c6c439f8bf578acacbbc188" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6be3e250-d2f8-4737-9af4-75765c4f4fa7" - ], - "x-ms-correlation-request-id": [ - "6be3e250-d2f8-4737-9af4-75765c4f4fa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182855Z:6be3e250-d2f8-4737-9af4-75765c4f4fa7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "cb9bf59254a346bb85a33c54c7024b07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eed43b69-34dd-4edf-a8e3-9918c182e2d1" - ], - "x-ms-correlation-request-id": [ - "eed43b69-34dd-4edf-a8e3-9918c182e2d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182856Z:eed43b69-34dd-4edf-a8e3-9918c182e2d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "d3085b171b3843ee9226a8e666ac6103" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58901c88-eb63-4271-9e88-ea4a16a3e9d7" - ], - "x-ms-correlation-request-id": [ - "58901c88-eb63-4271-9e88-ea4a16a3e9d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182856Z:58901c88-eb63-4271-9e88-ea4a16a3e9d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "b19254a0f1fb4c4c9c5deb6c63ca87b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d5e734c-1ce8-4689-aee4-a78daaf5f52a" - ], - "x-ms-correlation-request-id": [ - "6d5e734c-1ce8-4689-aee4-a78daaf5f52a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182856Z:6d5e734c-1ce8-4689-aee4-a78daaf5f52a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "f18d745ba395402da50209ad3cc0cbc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6220ad8-f7af-476b-b3c3-cf50b817d29c" - ], - "x-ms-correlation-request-id": [ - "b6220ad8-f7af-476b-b3c3-cf50b817d29c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182856Z:b6220ad8-f7af-476b-b3c3-cf50b817d29c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "095ec6d252674359b002bc587cde419a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "287b88c7-75ba-4e7b-ac0f-49d165eda828" - ], - "x-ms-correlation-request-id": [ - "287b88c7-75ba-4e7b-ac0f-49d165eda828" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182856Z:287b88c7-75ba-4e7b-ac0f-49d165eda828" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "ff733fc9aabf4be0ba46043b027930ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb675547-59bc-4fd1-979e-d5e5176ebe2f" - ], - "x-ms-correlation-request-id": [ - "eb675547-59bc-4fd1-979e-d5e5176ebe2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182856Z:eb675547-59bc-4fd1-979e-d5e5176ebe2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "ab9b6c8cb5564d10aa9727330a5855a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d8bd3b0-02b0-4f5b-8309-c89751e079b7" - ], - "x-ms-correlation-request-id": [ - "8d8bd3b0-02b0-4f5b-8309-c89751e079b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182856Z:8d8bd3b0-02b0-4f5b-8309-c89751e079b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "488504e54477480abf679bdfdf863ce1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b68b6248-2b6d-4613-906f-3c55887d2737" - ], - "x-ms-correlation-request-id": [ - "b68b6248-2b6d-4613-906f-3c55887d2737" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:b68b6248-2b6d-4613-906f-3c55887d2737" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "a34fec6eabe7455c8e15a0fb797232da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ed54934-751e-440a-935f-137846efc6d5" - ], - "x-ms-correlation-request-id": [ - "6ed54934-751e-440a-935f-137846efc6d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:6ed54934-751e-440a-935f-137846efc6d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "16eb9e77bf0c46e9b9148cdf7e93dc50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db47f7c1-f709-433a-99f2-3fcb0f62a6b7" - ], - "x-ms-correlation-request-id": [ - "db47f7c1-f709-433a-99f2-3fcb0f62a6b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:db47f7c1-f709-433a-99f2-3fcb0f62a6b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "45976dc89c854747a528108289a2f068" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af372fec-36f8-486c-ad89-13f6a8e5f8db" - ], - "x-ms-correlation-request-id": [ - "af372fec-36f8-486c-ad89-13f6a8e5f8db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:af372fec-36f8-486c-ad89-13f6a8e5f8db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "1fe8a1b363874391bc343c2c30175d5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ecd5522-f7de-4480-b805-f64c06e5e6dd" - ], - "x-ms-correlation-request-id": [ - "1ecd5522-f7de-4480-b805-f64c06e5e6dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:1ecd5522-f7de-4480-b805-f64c06e5e6dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "396ff1827fbe4869ad8c118462240d26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8fd17ab-af15-4095-8256-4a8bffb867e8" - ], - "x-ms-correlation-request-id": [ - "e8fd17ab-af15-4095-8256-4a8bffb867e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:e8fd17ab-af15-4095-8256-4a8bffb867e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "76b2f86ada7f4216b037c97161a7d3a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97ba7815-61a9-412b-98d4-1dde61d617bb" - ], - "x-ms-correlation-request-id": [ - "97ba7815-61a9-412b-98d4-1dde61d617bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:97ba7815-61a9-412b-98d4-1dde61d617bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "b078dff7a9b445d5899716f2096b863d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7c8c249-915b-4ba0-9552-44cdd2551cb1" - ], - "x-ms-correlation-request-id": [ - "b7c8c249-915b-4ba0-9552-44cdd2551cb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182857Z:b7c8c249-915b-4ba0-9552-44cdd2551cb1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "cf372f1f43e9475ca61ec7b27255d978" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9db86923-badf-4b3f-8f1b-c129e03c327e" - ], - "x-ms-correlation-request-id": [ - "9db86923-badf-4b3f-8f1b-c129e03c327e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:9db86923-badf-4b3f-8f1b-c129e03c327e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "aeb160a23f1f4a859ce2fbeb1064e29b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7183d51d-48f3-4783-8ad0-645082d19f6b" - ], - "x-ms-correlation-request-id": [ - "7183d51d-48f3-4783-8ad0-645082d19f6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:7183d51d-48f3-4783-8ad0-645082d19f6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "02eaaf3033b842a789d7448aadddf949" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b3ec4fd-4257-4596-b9a1-bac6c46b6714" - ], - "x-ms-correlation-request-id": [ - "8b3ec4fd-4257-4596-b9a1-bac6c46b6714" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:8b3ec4fd-4257-4596-b9a1-bac6c46b6714" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "f15da0c84b7f4d93b998f09a64a61e95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd8cd0bd-0d8d-4f4e-8222-22dac04be3a1" - ], - "x-ms-correlation-request-id": [ - "cd8cd0bd-0d8d-4f4e-8222-22dac04be3a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:cd8cd0bd-0d8d-4f4e-8222-22dac04be3a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "d88684a796ec4c07a7f5664fa0f54423" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b077354-7392-477f-af5d-4e6d86d29f30" - ], - "x-ms-correlation-request-id": [ - "0b077354-7392-477f-af5d-4e6d86d29f30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:0b077354-7392-477f-af5d-4e6d86d29f30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "35121306bf414e4d8dc90a2ddf2ed5dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5d8628d-fe76-4efd-9835-0b8592649e87" - ], - "x-ms-correlation-request-id": [ - "b5d8628d-fe76-4efd-9835-0b8592649e87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:b5d8628d-fe76-4efd-9835-0b8592649e87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "5b0a772d8f5949789eb5d13fe43875fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33a4f4f6-1561-4251-a973-c1a59915f25a" - ], - "x-ms-correlation-request-id": [ - "33a4f4f6-1561-4251-a973-c1a59915f25a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:33a4f4f6-1561-4251-a973-c1a59915f25a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "34c6d4b765574ffa94cabb3eb8009b75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b53f758-92ce-419f-ba7e-e63e7c1d46a8" - ], - "x-ms-correlation-request-id": [ - "6b53f758-92ce-419f-ba7e-e63e7c1d46a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:6b53f758-92ce-419f-ba7e-e63e7c1d46a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "0c4563fe07d04803ae75f9359687d056" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79003776-70db-4890-af10-0664d02e214c" - ], - "x-ms-correlation-request-id": [ - "79003776-70db-4890-af10-0664d02e214c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:79003776-70db-4890-af10-0664d02e214c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "e86cad9893e34d92b68d8f24bd0bd530" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06ae4117-df59-4d91-903e-fe4a02a29d3e" - ], - "x-ms-correlation-request-id": [ - "06ae4117-df59-4d91-903e-fe4a02a29d3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182858Z:06ae4117-df59-4d91-903e-fe4a02a29d3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "908e5160261143a4b604171240f763d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7efdbb14-b9aa-4657-8a39-c30031da7ec9" - ], - "x-ms-correlation-request-id": [ - "7efdbb14-b9aa-4657-8a39-c30031da7ec9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182859Z:7efdbb14-b9aa-4657-8a39-c30031da7ec9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "055db538ddd04f38a0e8b615e1382f31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e95f0f8-9be5-4aa7-96d2-230680abbe3b" - ], - "x-ms-correlation-request-id": [ - "3e95f0f8-9be5-4aa7-96d2-230680abbe3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182859Z:3e95f0f8-9be5-4aa7-96d2-230680abbe3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "242adfce6d74452bb171e550d16d5bc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e831a5b-9d92-4571-a3ce-f739cfcb8860" - ], - "x-ms-correlation-request-id": [ - "6e831a5b-9d92-4571-a3ce-f739cfcb8860" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182859Z:6e831a5b-9d92-4571-a3ce-f739cfcb8860" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "c1d947715e8b4397b81d66b2f16e4395" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1c9c25d-ae39-47ee-9192-986b173eb458" - ], - "x-ms-correlation-request-id": [ - "f1c9c25d-ae39-47ee-9192-986b173eb458" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182859Z:f1c9c25d-ae39-47ee-9192-986b173eb458" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "a293a585b81648ff9cdd437f5caffb74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c1d107c-0d94-44e6-81ff-ff1c990c3f65" - ], - "x-ms-correlation-request-id": [ - "0c1d107c-0d94-44e6-81ff-ff1c990c3f65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182859Z:0c1d107c-0d94-44e6-81ff-ff1c990c3f65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "d211eeec63204a748efeb5b14ee6596b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc659599-ea56-4f43-97af-095c98dd16fd" - ], - "x-ms-correlation-request-id": [ - "bc659599-ea56-4f43-97af-095c98dd16fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182859Z:bc659599-ea56-4f43-97af-095c98dd16fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "64d4b89703274c5786b2c17b3e78e719" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ed36442-9630-400d-89b9-6483688153f4" - ], - "x-ms-correlation-request-id": [ - "1ed36442-9630-400d-89b9-6483688153f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182859Z:1ed36442-9630-400d-89b9-6483688153f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "7e4918750d954c3c9a8e360d6f45f3ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "119d2e26-d382-4d63-970f-d7cc09f74ea3" - ], - "x-ms-correlation-request-id": [ - "119d2e26-d382-4d63-970f-d7cc09f74ea3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:119d2e26-d382-4d63-970f-d7cc09f74ea3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "b46e3fe76ac647c9bac3fedec8f0ecda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fada6860-7847-442b-949b-c5e806c94140" - ], - "x-ms-correlation-request-id": [ - "fada6860-7847-442b-949b-c5e806c94140" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:fada6860-7847-442b-949b-c5e806c94140" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:28:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "855a7cf633b5449db715a71364d69f01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82686d72-2f87-4bd6-aee6-288d62ad5b30" - ], - "x-ms-correlation-request-id": [ - "82686d72-2f87-4bd6-aee6-288d62ad5b30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:82686d72-2f87-4bd6-aee6-288d62ad5b30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "94175d4625624f329f1ad59d1364449e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff8ffb7e-7e75-4814-a132-26c831b82327" - ], - "x-ms-correlation-request-id": [ - "ff8ffb7e-7e75-4814-a132-26c831b82327" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:ff8ffb7e-7e75-4814-a132-26c831b82327" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "502391ae41444bb687cc0c4b5836a51b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52f4c207-8e59-4362-92ca-8a2aa0f9884e" - ], - "x-ms-correlation-request-id": [ - "52f4c207-8e59-4362-92ca-8a2aa0f9884e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:52f4c207-8e59-4362-92ca-8a2aa0f9884e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "155a4d256c2e4fa894089eb6baee310d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "803bf942-66a0-415c-818a-e775424d1236" - ], - "x-ms-correlation-request-id": [ - "803bf942-66a0-415c-818a-e775424d1236" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:803bf942-66a0-415c-818a-e775424d1236" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "6096b05f1dca45878080a301a080864a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff689457-322b-4959-92a8-6e8f6d9b66b5" - ], - "x-ms-correlation-request-id": [ - "ff689457-322b-4959-92a8-6e8f6d9b66b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:ff689457-322b-4959-92a8-6e8f6d9b66b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "357caa3b4e0c4c8db645124b8128c43e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74a1115c-35e0-48e5-ab49-7f1fc999877e" - ], - "x-ms-correlation-request-id": [ - "74a1115c-35e0-48e5-ab49-7f1fc999877e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:74a1115c-35e0-48e5-ab49-7f1fc999877e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "a77dadda1ded4f7088568c020c273b0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "beee8868-8ac6-4ec8-93d2-9ebdf1bb3406" - ], - "x-ms-correlation-request-id": [ - "beee8868-8ac6-4ec8-93d2-9ebdf1bb3406" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182900Z:beee8868-8ac6-4ec8-93d2-9ebdf1bb3406" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "9aa628f562c24158b399a6a69ee0feac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39ee1586-4bfa-435c-8902-b2945cff0b17" - ], - "x-ms-correlation-request-id": [ - "39ee1586-4bfa-435c-8902-b2945cff0b17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:39ee1586-4bfa-435c-8902-b2945cff0b17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "1166ed6f65a34065b6354ba810df7420" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a57412f2-6921-4358-b9ed-3211f208f568" - ], - "x-ms-correlation-request-id": [ - "a57412f2-6921-4358-b9ed-3211f208f568" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:a57412f2-6921-4358-b9ed-3211f208f568" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "dac708df9e35494395c48a6145a84791" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "636ab318-b358-4c59-b75d-89606d55dcd8" - ], - "x-ms-correlation-request-id": [ - "636ab318-b358-4c59-b75d-89606d55dcd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:636ab318-b358-4c59-b75d-89606d55dcd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "348ae2df8f184968879e7cc063c2784c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "134812c4-458e-4b88-a510-18b5fbd201dd" - ], - "x-ms-correlation-request-id": [ - "134812c4-458e-4b88-a510-18b5fbd201dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:134812c4-458e-4b88-a510-18b5fbd201dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "ccae8b2e67ba4057befc31ad5f3a9a84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e551441-fbba-4e29-9078-2c80a6782e18" - ], - "x-ms-correlation-request-id": [ - "5e551441-fbba-4e29-9078-2c80a6782e18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:5e551441-fbba-4e29-9078-2c80a6782e18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "b8cf248c59c74acda363313f4d1b574a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7dcd2d8-559d-4372-98b2-4f8777f510dd" - ], - "x-ms-correlation-request-id": [ - "c7dcd2d8-559d-4372-98b2-4f8777f510dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:c7dcd2d8-559d-4372-98b2-4f8777f510dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "d88cf6504eb4450dac7e79194172f246" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce524fe0-1165-4764-990a-1ae91d999196" - ], - "x-ms-correlation-request-id": [ - "ce524fe0-1165-4764-990a-1ae91d999196" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:ce524fe0-1165-4764-990a-1ae91d999196" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "6222bd8974ab4b8e96f8a155b09c9cf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77bca19f-26de-4f4a-bc27-1db7878ef524" - ], - "x-ms-correlation-request-id": [ - "77bca19f-26de-4f4a-bc27-1db7878ef524" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182901Z:77bca19f-26de-4f4a-bc27-1db7878ef524" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "bf18475293cc4cb1ad226db10bb930a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcf1d44b-d937-4edd-9963-14ee6aaf658d" - ], - "x-ms-correlation-request-id": [ - "fcf1d44b-d937-4edd-9963-14ee6aaf658d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:fcf1d44b-d937-4edd-9963-14ee6aaf658d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "19ca5802f7bd4e80af270bef534726b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f4fa462-fab9-4ee5-8b21-a538826abdad" - ], - "x-ms-correlation-request-id": [ - "5f4fa462-fab9-4ee5-8b21-a538826abdad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:5f4fa462-fab9-4ee5-8b21-a538826abdad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "824de500211b4185896e52d498d39cb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52789ef0-9794-41c7-9c31-fdfa59a844a0" - ], - "x-ms-correlation-request-id": [ - "52789ef0-9794-41c7-9c31-fdfa59a844a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:52789ef0-9794-41c7-9c31-fdfa59a844a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "b852f50ec4aa4d739bc281a6b95a237a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e22f1755-7017-446d-8771-6cfef6b13cf6" - ], - "x-ms-correlation-request-id": [ - "e22f1755-7017-446d-8771-6cfef6b13cf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:e22f1755-7017-446d-8771-6cfef6b13cf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "23271f363c8744829348d39c97f4f892" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be5cbe1e-ef1b-4e68-a691-6a12ed83a9c2" - ], - "x-ms-correlation-request-id": [ - "be5cbe1e-ef1b-4e68-a691-6a12ed83a9c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:be5cbe1e-ef1b-4e68-a691-6a12ed83a9c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "2890bce268bc442da9bf456a1f278e84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0675a05b-64c9-4674-939b-d32226b5537f" - ], - "x-ms-correlation-request-id": [ - "0675a05b-64c9-4674-939b-d32226b5537f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:0675a05b-64c9-4674-939b-d32226b5537f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "e7a465e8785a4504adaa2730cf493a32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e92f4fb3-f06e-4451-ae8d-d24bdda55b9a" - ], - "x-ms-correlation-request-id": [ - "e92f4fb3-f06e-4451-ae8d-d24bdda55b9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:e92f4fb3-f06e-4451-ae8d-d24bdda55b9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "1afe04cc2f9949898a6d58e1dc9451ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f72166c3-9348-4903-bd3a-68df36ae9dd8" - ], - "x-ms-correlation-request-id": [ - "f72166c3-9348-4903-bd3a-68df36ae9dd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182902Z:f72166c3-9348-4903-bd3a-68df36ae9dd8" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "b6f29c290a3746569a4d68f990ff655a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f793d29-16d9-4a2b-86e7-5aef290f447e" - ], - "x-ms-correlation-request-id": [ - "9f793d29-16d9-4a2b-86e7-5aef290f447e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182903Z:9f793d29-16d9-4a2b-86e7-5aef290f447e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "8e1c89db5c634b71bb7aa9b97c96c72f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c64d36e-7c04-422b-8d4d-db47346647c7" - ], - "x-ms-correlation-request-id": [ - "6c64d36e-7c04-422b-8d4d-db47346647c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182903Z:6c64d36e-7c04-422b-8d4d-db47346647c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "fadb1d95003b4b3490aeea585f3d6bff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bce6b40c-40ed-4077-a88f-a90d238d26b3" - ], - "x-ms-correlation-request-id": [ - "bce6b40c-40ed-4077-a88f-a90d238d26b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182903Z:bce6b40c-40ed-4077-a88f-a90d238d26b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "1fbafa51cabd4541a13aa7313f01082f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c35ad71b-edee-4c73-a51e-8dc3719a0a8e" - ], - "x-ms-correlation-request-id": [ - "c35ad71b-edee-4c73-a51e-8dc3719a0a8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182903Z:c35ad71b-edee-4c73-a51e-8dc3719a0a8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "a9741b48d0104910b07f651768c4d188" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d21ad9d7-70ca-412e-a021-639fd84670e3" - ], - "x-ms-correlation-request-id": [ - "d21ad9d7-70ca-412e-a021-639fd84670e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182903Z:d21ad9d7-70ca-412e-a021-639fd84670e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "6bbf5960bf86483eb9dc821006135bc5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cc15139-6781-4bb8-849b-70c0b18b4f1f" - ], - "x-ms-correlation-request-id": [ - "8cc15139-6781-4bb8-849b-70c0b18b4f1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182903Z:8cc15139-6781-4bb8-849b-70c0b18b4f1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "c9ee2b4b1daa4013873f8175baab0048" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "956dba4e-7e36-4728-bc95-957c4473a522" - ], - "x-ms-correlation-request-id": [ - "956dba4e-7e36-4728-bc95-957c4473a522" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:956dba4e-7e36-4728-bc95-957c4473a522" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "c7e903ba8dfb4dc9aacc600248034835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5927fa54-6af4-4c4a-b429-41a34cee0601" - ], - "x-ms-correlation-request-id": [ - "5927fa54-6af4-4c4a-b429-41a34cee0601" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:5927fa54-6af4-4c4a-b429-41a34cee0601" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "1e9e5c511ac242fc8de988ea483102fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93245746-986d-43b0-93f2-9b50c494e579" - ], - "x-ms-correlation-request-id": [ - "93245746-986d-43b0-93f2-9b50c494e579" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:93245746-986d-43b0-93f2-9b50c494e579" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "cb00fb44a9f246e0b69845e8d18df005" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05aef9c5-33e9-4e95-aa9c-21a75e9e5f3f" - ], - "x-ms-correlation-request-id": [ - "05aef9c5-33e9-4e95-aa9c-21a75e9e5f3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:05aef9c5-33e9-4e95-aa9c-21a75e9e5f3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "47e84927ea714541b734216a38763bb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50604fb6-db74-4841-87b0-135cbcf667e6" - ], - "x-ms-correlation-request-id": [ - "50604fb6-db74-4841-87b0-135cbcf667e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:50604fb6-db74-4841-87b0-135cbcf667e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "5bf0a86ad66e46b68634ead033c006bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d64a593b-e82e-4638-b17c-89dce54980f7" - ], - "x-ms-correlation-request-id": [ - "d64a593b-e82e-4638-b17c-89dce54980f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:d64a593b-e82e-4638-b17c-89dce54980f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "86a1f2fb6859448aa1a139a63534398d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e406fc45-3c80-4242-b61f-c0372fe368d7" - ], - "x-ms-correlation-request-id": [ - "e406fc45-3c80-4242-b61f-c0372fe368d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:e406fc45-3c80-4242-b61f-c0372fe368d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "c553ec495ebd4b5eaa5b9936572d2b52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58ad0a78-fcf8-40ab-bfbd-4224c7655691" - ], - "x-ms-correlation-request-id": [ - "58ad0a78-fcf8-40ab-bfbd-4224c7655691" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182904Z:58ad0a78-fcf8-40ab-bfbd-4224c7655691" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "4f7acb4364cb45568219210d62a8d75e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb0ced75-7faf-4d1f-8297-e587f0e58d39" - ], - "x-ms-correlation-request-id": [ - "bb0ced75-7faf-4d1f-8297-e587f0e58d39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:bb0ced75-7faf-4d1f-8297-e587f0e58d39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "c86355b969f640658ac9bb200394ce4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4dcf093-348a-4205-a019-30877a3b5972" - ], - "x-ms-correlation-request-id": [ - "b4dcf093-348a-4205-a019-30877a3b5972" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:b4dcf093-348a-4205-a019-30877a3b5972" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "1293664624ec4fcb9323b5e3f0a5d449" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b79eec3-41b6-4718-b395-ba38985b3d7c" - ], - "x-ms-correlation-request-id": [ - "7b79eec3-41b6-4718-b395-ba38985b3d7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:7b79eec3-41b6-4718-b395-ba38985b3d7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "7325c60b85c64cd7bdbbd61721abc29a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60234f4f-24dc-46f7-a540-0780eafb742a" - ], - "x-ms-correlation-request-id": [ - "60234f4f-24dc-46f7-a540-0780eafb742a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:60234f4f-24dc-46f7-a540-0780eafb742a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "3a3cf75d631d463987b869964f931561" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5dfaea8-6f61-4cc8-b295-3f9794f1d832" - ], - "x-ms-correlation-request-id": [ - "e5dfaea8-6f61-4cc8-b295-3f9794f1d832" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:e5dfaea8-6f61-4cc8-b295-3f9794f1d832" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "470fec7a5f314084bac995b2233ded37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1140c817-b1f1-4b9b-89ac-8af58f093321" - ], - "x-ms-correlation-request-id": [ - "1140c817-b1f1-4b9b-89ac-8af58f093321" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:1140c817-b1f1-4b9b-89ac-8af58f093321" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "55e0483abcef4fe2a4d1468f9c2b1336" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9598d418-139c-4b3e-b991-c308e347abe1" - ], - "x-ms-correlation-request-id": [ - "9598d418-139c-4b3e-b991-c308e347abe1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:9598d418-139c-4b3e-b991-c308e347abe1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "3f580021b1d94907bd976faacfac9522" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3611fa79-5dae-46dc-9270-bcabbdc745af" - ], - "x-ms-correlation-request-id": [ - "3611fa79-5dae-46dc-9270-bcabbdc745af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:3611fa79-5dae-46dc-9270-bcabbdc745af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "584f7ebd45bb4594840c40eb902de53b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6294d41-5c6f-46a3-ba83-8caef6d4948c" - ], - "x-ms-correlation-request-id": [ - "a6294d41-5c6f-46a3-ba83-8caef6d4948c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182905Z:a6294d41-5c6f-46a3-ba83-8caef6d4948c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "283f582ed1e242ffb6f4ec471e90e02d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9e1943f-02e1-4d16-ac25-c06e83981b6f" - ], - "x-ms-correlation-request-id": [ - "e9e1943f-02e1-4d16-ac25-c06e83981b6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:e9e1943f-02e1-4d16-ac25-c06e83981b6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "2647b63985434d58a4f60a29917328ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e04bfcb-6c18-4091-92b3-25a53b144631" - ], - "x-ms-correlation-request-id": [ - "9e04bfcb-6c18-4091-92b3-25a53b144631" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:9e04bfcb-6c18-4091-92b3-25a53b144631" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "ebe3c0661d8b4a28b257de31eec732a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2af265d8-718f-4ee5-9da4-1a9bdf74d180" - ], - "x-ms-correlation-request-id": [ - "2af265d8-718f-4ee5-9da4-1a9bdf74d180" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:2af265d8-718f-4ee5-9da4-1a9bdf74d180" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "30256d5f57cc4e0f93593ea7019058b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51375937-8ddc-4f66-a0ae-ad0f3be20cfe" - ], - "x-ms-correlation-request-id": [ - "51375937-8ddc-4f66-a0ae-ad0f3be20cfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:51375937-8ddc-4f66-a0ae-ad0f3be20cfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "b0e52391d76641439ae347b07279f900" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "562a5e15-ec61-4886-bcef-0db377d5f062" - ], - "x-ms-correlation-request-id": [ - "562a5e15-ec61-4886-bcef-0db377d5f062" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:562a5e15-ec61-4886-bcef-0db377d5f062" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "cc8fe9941a514cb6b6e769d6fe186f13" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "edb226a7-300a-47aa-a594-12a1819080b4" - ], - "x-ms-correlation-request-id": [ - "edb226a7-300a-47aa-a594-12a1819080b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:edb226a7-300a-47aa-a594-12a1819080b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "0efd401067104f0cb39eaf79e37b1394" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76c927c2-6e61-4706-9d19-1ebbf96a93db" - ], - "x-ms-correlation-request-id": [ - "76c927c2-6e61-4706-9d19-1ebbf96a93db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:76c927c2-6e61-4706-9d19-1ebbf96a93db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "4345cb1a26dd40679ea1718bb104121e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d9dd496-9c00-4139-a9c6-ea022220e2a1" - ], - "x-ms-correlation-request-id": [ - "8d9dd496-9c00-4139-a9c6-ea022220e2a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182906Z:8d9dd496-9c00-4139-a9c6-ea022220e2a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "096be4c8540a4584ae882cc05edbd74f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24b48d76-e740-48c3-9373-825b5aea4938" - ], - "x-ms-correlation-request-id": [ - "24b48d76-e740-48c3-9373-825b5aea4938" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:24b48d76-e740-48c3-9373-825b5aea4938" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "a72a64ab466a4788bdab5c31ec5b9124" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd7dc139-f227-4e6e-a4db-a5c0a62721f9" - ], - "x-ms-correlation-request-id": [ - "dd7dc139-f227-4e6e-a4db-a5c0a62721f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:dd7dc139-f227-4e6e-a4db-a5c0a62721f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "3bbf22c56fdb434ea038ae318b1220e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31cc86f2-d9af-44f1-a340-da06eafd732a" - ], - "x-ms-correlation-request-id": [ - "31cc86f2-d9af-44f1-a340-da06eafd732a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:31cc86f2-d9af-44f1-a340-da06eafd732a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "78b5ae0cf9d64ec496a49a2c2d6e2fb5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4eb44937-bebc-402b-80f6-7c9aa140355e" - ], - "x-ms-correlation-request-id": [ - "4eb44937-bebc-402b-80f6-7c9aa140355e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:4eb44937-bebc-402b-80f6-7c9aa140355e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "018e398c4eb2401bab0daf17035188c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5afa0a5c-b078-4d74-a080-1bb4ec2b04e2" - ], - "x-ms-correlation-request-id": [ - "5afa0a5c-b078-4d74-a080-1bb4ec2b04e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:5afa0a5c-b078-4d74-a080-1bb4ec2b04e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "0dfda0b8aa8e43c78d2a84c596fb2c1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc54d0b6-861b-45aa-9e87-3de6abe53208" - ], - "x-ms-correlation-request-id": [ - "cc54d0b6-861b-45aa-9e87-3de6abe53208" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:cc54d0b6-861b-45aa-9e87-3de6abe53208" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "f028720bd522446ca3989a0904fdbf0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cea2a481-4ff9-4724-91e0-c3daa6f4ad5a" - ], - "x-ms-correlation-request-id": [ - "cea2a481-4ff9-4724-91e0-c3daa6f4ad5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:cea2a481-4ff9-4724-91e0-c3daa6f4ad5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "4faf4585b43845ba8b4abd118653e395" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfb67ee9-57d5-4bca-a111-7eb1086d4245" - ], - "x-ms-correlation-request-id": [ - "cfb67ee9-57d5-4bca-a111-7eb1086d4245" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:cfb67ee9-57d5-4bca-a111-7eb1086d4245" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "6c73796fe4594819a8bb11881b782bd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dc0f181-8f4b-4175-b753-5154d1572c26" - ], - "x-ms-correlation-request-id": [ - "3dc0f181-8f4b-4175-b753-5154d1572c26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182907Z:3dc0f181-8f4b-4175-b753-5154d1572c26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "6cf55cdbfac8443e92414f948a9e9711" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9138119-cafb-4413-9562-6d756cb9c4f2" - ], - "x-ms-correlation-request-id": [ - "f9138119-cafb-4413-9562-6d756cb9c4f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:f9138119-cafb-4413-9562-6d756cb9c4f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "7befa1153c044dccbd9a7bd784a0a71a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db010bb0-f6c8-4899-969a-4f32a6f287ba" - ], - "x-ms-correlation-request-id": [ - "db010bb0-f6c8-4899-969a-4f32a6f287ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:db010bb0-f6c8-4899-969a-4f32a6f287ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "a94afde446dc48ecabaa91ff9a53f282" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc1b472f-54fb-43e3-a1e5-b0455c5bbc39" - ], - "x-ms-correlation-request-id": [ - "bc1b472f-54fb-43e3-a1e5-b0455c5bbc39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:bc1b472f-54fb-43e3-a1e5-b0455c5bbc39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "2d767dccca4b4def81ef543cd8c0615b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1772632b-5a5f-4077-a072-0c26b744241c" - ], - "x-ms-correlation-request-id": [ - "1772632b-5a5f-4077-a072-0c26b744241c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:1772632b-5a5f-4077-a072-0c26b744241c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "5d33ae9071604e3099149f75d0f63895" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ae4739f-0d96-4aab-a31d-924a037279a5" - ], - "x-ms-correlation-request-id": [ - "5ae4739f-0d96-4aab-a31d-924a037279a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:5ae4739f-0d96-4aab-a31d-924a037279a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "9f5b9d14f227452591791c9cc2e79324" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e334397a-1822-4395-a18b-cab2059c9152" - ], - "x-ms-correlation-request-id": [ - "e334397a-1822-4395-a18b-cab2059c9152" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:e334397a-1822-4395-a18b-cab2059c9152" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "1c21c69c92624d08b44525cde5826ea4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79b3e43f-8446-4326-a85e-89b382255138" - ], - "x-ms-correlation-request-id": [ - "79b3e43f-8446-4326-a85e-89b382255138" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:79b3e43f-8446-4326-a85e-89b382255138" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "7740b98122ec40c48be0d43fdcf6ebcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab0f70ba-e7eb-4a40-a392-fe3fc156b8b2" - ], - "x-ms-correlation-request-id": [ - "ab0f70ba-e7eb-4a40-a392-fe3fc156b8b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:ab0f70ba-e7eb-4a40-a392-fe3fc156b8b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "911c31a172e14f1497a80397616e222c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42d3788e-0e58-489b-bff6-d71e35c05411" - ], - "x-ms-correlation-request-id": [ - "42d3788e-0e58-489b-bff6-d71e35c05411" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:42d3788e-0e58-489b-bff6-d71e35c05411" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "4a2d7114e99a4abf89a55d1ccca2b126" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "016e58f0-312c-461f-833d-444c1a304366" - ], - "x-ms-correlation-request-id": [ - "016e58f0-312c-461f-833d-444c1a304366" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182908Z:016e58f0-312c-461f-833d-444c1a304366" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "bbc395377b3f44ccb12ad7bf901887a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75ecf9a5-1a75-48e0-bd17-9566363a2ddb" - ], - "x-ms-correlation-request-id": [ - "75ecf9a5-1a75-48e0-bd17-9566363a2ddb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182909Z:75ecf9a5-1a75-48e0-bd17-9566363a2ddb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "687b095f9db74a53bfb2dccd949bb13a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87d37312-e90a-4e72-9989-baf323d9fc9e" - ], - "x-ms-correlation-request-id": [ - "87d37312-e90a-4e72-9989-baf323d9fc9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182909Z:87d37312-e90a-4e72-9989-baf323d9fc9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "9af8aa26a9bf404289e16485f82ce8be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a0e81fd-b879-405a-bf99-74288663723f" - ], - "x-ms-correlation-request-id": [ - "2a0e81fd-b879-405a-bf99-74288663723f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182909Z:2a0e81fd-b879-405a-bf99-74288663723f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "ec0cf322be9e43e7a46b5c05cb7162cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ece65e03-4812-4fbc-9a6c-657e17dbd19a" - ], - "x-ms-correlation-request-id": [ - "ece65e03-4812-4fbc-9a6c-657e17dbd19a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182909Z:ece65e03-4812-4fbc-9a6c-657e17dbd19a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "e080e88382234d1bb052f91e2f8ea4ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f64616a8-b46d-4bcd-af3e-760173b36d73" - ], - "x-ms-correlation-request-id": [ - "f64616a8-b46d-4bcd-af3e-760173b36d73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182909Z:f64616a8-b46d-4bcd-af3e-760173b36d73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "d2b0d434cf82463baa693b20485903d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc0c42b0-bf01-45ae-a672-a15f17b9aebd" - ], - "x-ms-correlation-request-id": [ - "cc0c42b0-bf01-45ae-a672-a15f17b9aebd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182909Z:cc0c42b0-bf01-45ae-a672-a15f17b9aebd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "404f4e12b35c425a9372b05182c03841" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d5cec95-4e53-43bb-b51a-739263589562" - ], - "x-ms-correlation-request-id": [ - "9d5cec95-4e53-43bb-b51a-739263589562" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182909Z:9d5cec95-4e53-43bb-b51a-739263589562" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "1668b8f9c7f3445e9434851bff74e89e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d65ee38c-dc7d-4879-9d03-ae406ed5158c" - ], - "x-ms-correlation-request-id": [ - "d65ee38c-dc7d-4879-9d03-ae406ed5158c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:d65ee38c-dc7d-4879-9d03-ae406ed5158c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "7edc26d4984e40a69d6924daa96a7aad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ae6432e-0d07-4baa-8491-6c6be8f07458" - ], - "x-ms-correlation-request-id": [ - "4ae6432e-0d07-4baa-8491-6c6be8f07458" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:4ae6432e-0d07-4baa-8491-6c6be8f07458" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "472ea92d602f4da6a13be1dffa29f46d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87112632-3b39-40b4-a54c-9c0508f653f9" - ], - "x-ms-correlation-request-id": [ - "87112632-3b39-40b4-a54c-9c0508f653f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:87112632-3b39-40b4-a54c-9c0508f653f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "5b4badd724794b60ba5a247b91840c7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88f7c768-57fb-4722-bb0f-4728475c3bab" - ], - "x-ms-correlation-request-id": [ - "88f7c768-57fb-4722-bb0f-4728475c3bab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:88f7c768-57fb-4722-bb0f-4728475c3bab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "d58e06d787214d25a7ee6f5b2179789c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad9edf79-3c4a-405e-9cce-e80a141024c2" - ], - "x-ms-correlation-request-id": [ - "ad9edf79-3c4a-405e-9cce-e80a141024c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:ad9edf79-3c4a-405e-9cce-e80a141024c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "9eb066955cb44104bb16388a455d0937" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "633b4c8c-552f-4d9f-9820-9e288e43b146" - ], - "x-ms-correlation-request-id": [ - "633b4c8c-552f-4d9f-9820-9e288e43b146" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:633b4c8c-552f-4d9f-9820-9e288e43b146" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "f846ea1cf33b4b6fb84415461c5e7bfc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e6e4511-81a0-4020-9b8f-3bd45f5c1892" - ], - "x-ms-correlation-request-id": [ - "4e6e4511-81a0-4020-9b8f-3bd45f5c1892" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:4e6e4511-81a0-4020-9b8f-3bd45f5c1892" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "c6ef0347f7034a3485c4af0de2d67608" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4828750c-6172-46b0-bea8-1e4b2063e266" - ], - "x-ms-correlation-request-id": [ - "4828750c-6172-46b0-bea8-1e4b2063e266" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182910Z:4828750c-6172-46b0-bea8-1e4b2063e266" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "f9c4cf19f94d4baa86fb10adcd474fa0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f0bdd40-a6ca-48b7-a1ff-315123a8f52a" - ], - "x-ms-correlation-request-id": [ - "1f0bdd40-a6ca-48b7-a1ff-315123a8f52a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182911Z:1f0bdd40-a6ca-48b7-a1ff-315123a8f52a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "03760e74fe9b4f08ba527f8179adf197" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee72b18b-dc47-4d2d-87ea-eb68410880ac" - ], - "x-ms-correlation-request-id": [ - "ee72b18b-dc47-4d2d-87ea-eb68410880ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182911Z:ee72b18b-dc47-4d2d-87ea-eb68410880ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "94e096be200e407e8fe3a5c462819b8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c8750fe-3fea-4813-a13c-81f9e73c911d" - ], - "x-ms-correlation-request-id": [ - "5c8750fe-3fea-4813-a13c-81f9e73c911d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182911Z:5c8750fe-3fea-4813-a13c-81f9e73c911d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "d52d761a8a1a4423a50a81e5ac0ce146" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a515d115-3a3d-4275-987d-bcefaad83e63" - ], - "x-ms-correlation-request-id": [ - "a515d115-3a3d-4275-987d-bcefaad83e63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182911Z:a515d115-3a3d-4275-987d-bcefaad83e63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "c2ed3f8b17f8450fbaf6dde0dd8334f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f643d63-e091-42da-b50a-efd1d5918667" - ], - "x-ms-correlation-request-id": [ - "0f643d63-e091-42da-b50a-efd1d5918667" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182911Z:0f643d63-e091-42da-b50a-efd1d5918667" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "c676f55760ec421c9d3a531e6313dffb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4506e30f-7717-4a04-bbba-8e3782064eca" - ], - "x-ms-correlation-request-id": [ - "4506e30f-7717-4a04-bbba-8e3782064eca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182911Z:4506e30f-7717-4a04-bbba-8e3782064eca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "ddfbd609d9074c47b19e69b0999a069d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d5d513f-59bc-4e4b-8d8b-7e1f5a434355" - ], - "x-ms-correlation-request-id": [ - "2d5d513f-59bc-4e4b-8d8b-7e1f5a434355" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182911Z:2d5d513f-59bc-4e4b-8d8b-7e1f5a434355" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "19badd1d0407454bb6a6e6e5ed4ea2b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c5c0d3f-af56-44ae-ad34-cce7f549b745" - ], - "x-ms-correlation-request-id": [ - "2c5c0d3f-af56-44ae-ad34-cce7f549b745" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:2c5c0d3f-af56-44ae-ad34-cce7f549b745" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "5217270d3d734be9aa3f8a6fe1b92c0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e04598b-e3c0-4ddd-933c-920cd73bf556" - ], - "x-ms-correlation-request-id": [ - "4e04598b-e3c0-4ddd-933c-920cd73bf556" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:4e04598b-e3c0-4ddd-933c-920cd73bf556" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "f53d2064f1bc45b8bb8b308eb291dea5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64cad71f-b11b-4b2b-86a4-2f7d6c5d04e4" - ], - "x-ms-correlation-request-id": [ - "64cad71f-b11b-4b2b-86a4-2f7d6c5d04e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:64cad71f-b11b-4b2b-86a4-2f7d6c5d04e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "8b5f6106216e4f9e8629af19c03af2f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22136f3d-6396-4d10-9616-396119662b52" - ], - "x-ms-correlation-request-id": [ - "22136f3d-6396-4d10-9616-396119662b52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:22136f3d-6396-4d10-9616-396119662b52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "e99bde2bc575429da3ff56b5aebcd116" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de0b958e-8fa4-4a5f-88b3-cc467622999f" - ], - "x-ms-correlation-request-id": [ - "de0b958e-8fa4-4a5f-88b3-cc467622999f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:de0b958e-8fa4-4a5f-88b3-cc467622999f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "cbe4ca8dd8bf4ec1b59154b28dea0d6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "950b9a10-899d-40df-aa80-daa336c6f00c" - ], - "x-ms-correlation-request-id": [ - "950b9a10-899d-40df-aa80-daa336c6f00c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:950b9a10-899d-40df-aa80-daa336c6f00c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "846ce2e4d5b54311951cb18c71220f0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11f52b0c-fdf8-4db0-9006-2be3ca9082cd" - ], - "x-ms-correlation-request-id": [ - "11f52b0c-fdf8-4db0-9006-2be3ca9082cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:11f52b0c-fdf8-4db0-9006-2be3ca9082cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "b6cb11f4355843ac8095ddd642010a75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b9622b3-5723-41c2-ac7e-44128945fc49" - ], - "x-ms-correlation-request-id": [ - "2b9622b3-5723-41c2-ac7e-44128945fc49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:2b9622b3-5723-41c2-ac7e-44128945fc49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "bba759d9d89a499bb0f65a2648e416ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a20edac-2456-4919-a18c-8116c9dd0e5c" - ], - "x-ms-correlation-request-id": [ - "2a20edac-2456-4919-a18c-8116c9dd0e5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182912Z:2a20edac-2456-4919-a18c-8116c9dd0e5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "e3a48237c4cc4a118a6b3a7c913f23ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f345ede-68a3-4cf6-a189-a8ad405dd1ae" - ], - "x-ms-correlation-request-id": [ - "8f345ede-68a3-4cf6-a189-a8ad405dd1ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:8f345ede-68a3-4cf6-a189-a8ad405dd1ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "8350c0accebd4b68b5b45094f68b0927" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c3181ef-c6a5-4db6-98c8-5935cef2d5a0" - ], - "x-ms-correlation-request-id": [ - "8c3181ef-c6a5-4db6-98c8-5935cef2d5a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:8c3181ef-c6a5-4db6-98c8-5935cef2d5a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "17d3664882a346b6bcfc7b91ed321b7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db0b86b6-7769-4727-b3cd-4bc465bea54d" - ], - "x-ms-correlation-request-id": [ - "db0b86b6-7769-4727-b3cd-4bc465bea54d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:db0b86b6-7769-4727-b3cd-4bc465bea54d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "07ce3d8fff3a4254a8cebb877928050c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f47f0a3b-5441-40e1-bdc1-bbb30634b1a6" - ], - "x-ms-correlation-request-id": [ - "f47f0a3b-5441-40e1-bdc1-bbb30634b1a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:f47f0a3b-5441-40e1-bdc1-bbb30634b1a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "67512835b2f845b4807facace8237046" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a887a518-b933-445b-8edf-4a8efd02074b" - ], - "x-ms-correlation-request-id": [ - "a887a518-b933-445b-8edf-4a8efd02074b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:a887a518-b933-445b-8edf-4a8efd02074b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "69af0b45d6c046b0997746b5d56534ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4ad4c78-3de7-4886-ae09-48df5b20484c" - ], - "x-ms-correlation-request-id": [ - "c4ad4c78-3de7-4886-ae09-48df5b20484c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:c4ad4c78-3de7-4886-ae09-48df5b20484c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "7cd3f078c61a4c868abe3052099a528f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd61a821-8e81-48ce-ad25-451d6e5a8802" - ], - "x-ms-correlation-request-id": [ - "fd61a821-8e81-48ce-ad25-451d6e5a8802" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:fd61a821-8e81-48ce-ad25-451d6e5a8802" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "c5314e48f50647bdb0e51e6b72327eb6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "937d6b8b-ccc9-44c4-a3fe-e33b31174e7d" - ], - "x-ms-correlation-request-id": [ - "937d6b8b-ccc9-44c4-a3fe-e33b31174e7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182913Z:937d6b8b-ccc9-44c4-a3fe-e33b31174e7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "3f18a2fe7c5c456698d080cf9c5fcea3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae26c316-34b8-4160-a109-1b97f7eaa92e" - ], - "x-ms-correlation-request-id": [ - "ae26c316-34b8-4160-a109-1b97f7eaa92e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:ae26c316-34b8-4160-a109-1b97f7eaa92e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "6f7848b25a0e4724ad44e0dfbb6a2804" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff2dd790-7c46-4445-b52d-da706e71da1e" - ], - "x-ms-correlation-request-id": [ - "ff2dd790-7c46-4445-b52d-da706e71da1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:ff2dd790-7c46-4445-b52d-da706e71da1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "7d16a1ebe1df4e85b5d2d7e8952a7813" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d17ac388-8cc1-4192-a2a8-224319c36d4e" - ], - "x-ms-correlation-request-id": [ - "d17ac388-8cc1-4192-a2a8-224319c36d4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:d17ac388-8cc1-4192-a2a8-224319c36d4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "a7a3262e1375457a986b428356dd9487" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "789933fb-163e-4c52-972d-1a706de77697" - ], - "x-ms-correlation-request-id": [ - "789933fb-163e-4c52-972d-1a706de77697" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:789933fb-163e-4c52-972d-1a706de77697" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "d5aa2362d4584835b2006c6cd51ec929" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdedfc58-eac2-4ec2-9cf7-84dbc8528e8f" - ], - "x-ms-correlation-request-id": [ - "fdedfc58-eac2-4ec2-9cf7-84dbc8528e8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:fdedfc58-eac2-4ec2-9cf7-84dbc8528e8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "e99410d416b442a18292f61db5b43262" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de9437d7-4da7-4020-a02b-6d4230facdd0" - ], - "x-ms-correlation-request-id": [ - "de9437d7-4da7-4020-a02b-6d4230facdd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:de9437d7-4da7-4020-a02b-6d4230facdd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "1bfefaf2998e448c957a0b340aa15070" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "549f1956-bf5f-49f3-a86d-92c164b69d5f" - ], - "x-ms-correlation-request-id": [ - "549f1956-bf5f-49f3-a86d-92c164b69d5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:549f1956-bf5f-49f3-a86d-92c164b69d5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "e103111fdee8487b9e5660504f59cda4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c122aa28-d9d2-4183-8385-dcd70ef98608" - ], - "x-ms-correlation-request-id": [ - "c122aa28-d9d2-4183-8385-dcd70ef98608" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:c122aa28-d9d2-4183-8385-dcd70ef98608" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "5fab037582924fa08a19dd72acc02c55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "545cb33c-1e04-4a71-ad72-ce040333184c" - ], - "x-ms-correlation-request-id": [ - "545cb33c-1e04-4a71-ad72-ce040333184c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:545cb33c-1e04-4a71-ad72-ce040333184c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "1556fa15f0ae4cd797df778613b8fb7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a4d0b96-8de9-420f-b6af-0d1538230d3b" - ], - "x-ms-correlation-request-id": [ - "8a4d0b96-8de9-420f-b6af-0d1538230d3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182914Z:8a4d0b96-8de9-420f-b6af-0d1538230d3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "566d707d16a74f7c95c2a308f9ce80bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf2af77b-6ee1-4779-b911-4114ab5ad196" - ], - "x-ms-correlation-request-id": [ - "bf2af77b-6ee1-4779-b911-4114ab5ad196" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182915Z:bf2af77b-6ee1-4779-b911-4114ab5ad196" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "b191f85f5720424882da402f847fc553" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5941b1a-6638-48d6-97d6-667442559c1a" - ], - "x-ms-correlation-request-id": [ - "e5941b1a-6638-48d6-97d6-667442559c1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182915Z:e5941b1a-6638-48d6-97d6-667442559c1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "fb242141b3b649ef98a676bed3de65a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ad94302-72c9-47d1-a28d-74e83dfa16d4" - ], - "x-ms-correlation-request-id": [ - "4ad94302-72c9-47d1-a28d-74e83dfa16d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182915Z:4ad94302-72c9-47d1-a28d-74e83dfa16d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "fe71cbbb9c76439da82c1767ee664639" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39f69693-d6bf-4e38-a678-7f36c65b0569" - ], - "x-ms-correlation-request-id": [ - "39f69693-d6bf-4e38-a678-7f36c65b0569" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182916Z:39f69693-d6bf-4e38-a678-7f36c65b0569" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "9253a263fafd44249aa845bde2b26eb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad3169f1-32da-4205-9fde-d94bd26b3fd8" - ], - "x-ms-correlation-request-id": [ - "ad3169f1-32da-4205-9fde-d94bd26b3fd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182916Z:ad3169f1-32da-4205-9fde-d94bd26b3fd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "dacb78fbbb204dfba7a844655e5e8aff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5aa143e1-ec1e-493c-97d7-c145e20ac494" - ], - "x-ms-correlation-request-id": [ - "5aa143e1-ec1e-493c-97d7-c145e20ac494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182916Z:5aa143e1-ec1e-493c-97d7-c145e20ac494" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "ca812934092649638e9a8261d1accbe7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a60a840-86f6-4a92-85c5-71fbff5f4188" - ], - "x-ms-correlation-request-id": [ - "7a60a840-86f6-4a92-85c5-71fbff5f4188" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182916Z:7a60a840-86f6-4a92-85c5-71fbff5f4188" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "7ed8fa3cad6d4fd7950dac3dd40ccce4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e8aeae6-c8f3-48e0-855c-8dc1a38ecdc7" - ], - "x-ms-correlation-request-id": [ - "8e8aeae6-c8f3-48e0-855c-8dc1a38ecdc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182916Z:8e8aeae6-c8f3-48e0-855c-8dc1a38ecdc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "79838d531b644692b037b23dc1faf6c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93bb84b7-05d5-49dc-b09d-e97eeb794045" - ], - "x-ms-correlation-request-id": [ - "93bb84b7-05d5-49dc-b09d-e97eeb794045" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182916Z:93bb84b7-05d5-49dc-b09d-e97eeb794045" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "45cc3557bff24883b60d98831edc39ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55874c1c-ddd4-4021-856e-2a3f7f7b710c" - ], - "x-ms-correlation-request-id": [ - "55874c1c-ddd4-4021-856e-2a3f7f7b710c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182916Z:55874c1c-ddd4-4021-856e-2a3f7f7b710c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "cf6ae07a2df649a3b93bf373b4a77104" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5425411c-e449-4375-80d5-a603f0962c8b" - ], - "x-ms-correlation-request-id": [ - "5425411c-e449-4375-80d5-a603f0962c8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182917Z:5425411c-e449-4375-80d5-a603f0962c8b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "f1af9240209740408db9c465ca8a4454" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4edf4d3-6ba7-405d-9b15-119fdb396bc5" - ], - "x-ms-correlation-request-id": [ - "a4edf4d3-6ba7-405d-9b15-119fdb396bc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182917Z:a4edf4d3-6ba7-405d-9b15-119fdb396bc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "94810b200cb14148819cd0139a1c4b72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06347753-bac9-41dc-b540-8b047cafdb0d" - ], - "x-ms-correlation-request-id": [ - "06347753-bac9-41dc-b540-8b047cafdb0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182917Z:06347753-bac9-41dc-b540-8b047cafdb0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "a3503d08f4694bd6b2fb398858ba2a24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c82191e2-a123-4a09-a892-9b95fe400332" - ], - "x-ms-correlation-request-id": [ - "c82191e2-a123-4a09-a892-9b95fe400332" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182917Z:c82191e2-a123-4a09-a892-9b95fe400332" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "3ac2ddaf73ed45a7a5cd4c8f3e615928" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc1a055f-b946-4fe8-9491-9f5c2f63fcb8" - ], - "x-ms-correlation-request-id": [ - "bc1a055f-b946-4fe8-9491-9f5c2f63fcb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182917Z:bc1a055f-b946-4fe8-9491-9f5c2f63fcb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "8da25a96b4bf4277bf3a3988bdbc2375" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4564f557-2234-4c4c-af89-8099751d938b" - ], - "x-ms-correlation-request-id": [ - "4564f557-2234-4c4c-af89-8099751d938b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182917Z:4564f557-2234-4c4c-af89-8099751d938b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "033de2f915db46e19cfe4562441b0e73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13468df8-cc96-4742-afeb-b7313cc0d4f1" - ], - "x-ms-correlation-request-id": [ - "13468df8-cc96-4742-afeb-b7313cc0d4f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182917Z:13468df8-cc96-4742-afeb-b7313cc0d4f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "41d65a6708594794991f2501cfb26ac2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d387a95-9e50-442d-8181-995a751d80a9" - ], - "x-ms-correlation-request-id": [ - "8d387a95-9e50-442d-8181-995a751d80a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182918Z:8d387a95-9e50-442d-8181-995a751d80a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "e94f2b3310ea49afb653d7cd7b2bbc82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef15b131-e7d1-476d-92ef-c0b28f70e400" - ], - "x-ms-correlation-request-id": [ - "ef15b131-e7d1-476d-92ef-c0b28f70e400" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182918Z:ef15b131-e7d1-476d-92ef-c0b28f70e400" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "3480d98fb2a840f2aacfc9274456e2e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ecb37f2-5c9a-4550-ad6f-498ea15a815a" - ], - "x-ms-correlation-request-id": [ - "4ecb37f2-5c9a-4550-ad6f-498ea15a815a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182918Z:4ecb37f2-5c9a-4550-ad6f-498ea15a815a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "fb6b54ff31234ec385e597d197af9334" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ecb0282-20e7-444d-8371-b347e8b26258" - ], - "x-ms-correlation-request-id": [ - "7ecb0282-20e7-444d-8371-b347e8b26258" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182918Z:7ecb0282-20e7-444d-8371-b347e8b26258" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "4f3b5250884549228695342c45e2bcd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc07c595-4527-4780-b51c-a1e977edd768" - ], - "x-ms-correlation-request-id": [ - "dc07c595-4527-4780-b51c-a1e977edd768" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182918Z:dc07c595-4527-4780-b51c-a1e977edd768" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "ddbf05b755014e56977600b476c6c001" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9665f870-dd22-44be-bf2b-da91bede1527" - ], - "x-ms-correlation-request-id": [ - "9665f870-dd22-44be-bf2b-da91bede1527" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182918Z:9665f870-dd22-44be-bf2b-da91bede1527" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "ae21c9613c084d34a2d54de9d10f3db4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a1d106e-41d5-46f6-af26-cf5c5ef8c85e" - ], - "x-ms-correlation-request-id": [ - "4a1d106e-41d5-46f6-af26-cf5c5ef8c85e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:4a1d106e-41d5-46f6-af26-cf5c5ef8c85e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "80b5b2a5bea94571826f0840c2cf7982" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3136022b-dc60-40db-b04c-aee62f0daa3f" - ], - "x-ms-correlation-request-id": [ - "3136022b-dc60-40db-b04c-aee62f0daa3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:3136022b-dc60-40db-b04c-aee62f0daa3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "cde0ab1d9572406483b41b6156619045" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6a0d004-90b1-4c54-9971-2c9d9c3a8dbe" - ], - "x-ms-correlation-request-id": [ - "b6a0d004-90b1-4c54-9971-2c9d9c3a8dbe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:b6a0d004-90b1-4c54-9971-2c9d9c3a8dbe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "1622e5a9af864d04993301f654c9cee7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f03556b6-6fa0-4f8e-9608-42e869907592" - ], - "x-ms-correlation-request-id": [ - "f03556b6-6fa0-4f8e-9608-42e869907592" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:f03556b6-6fa0-4f8e-9608-42e869907592" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "eca1ca8c97304b7cbf6d436911f09f24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0cd02682-95a9-4bc6-afe9-cdb97b6d356f" - ], - "x-ms-correlation-request-id": [ - "0cd02682-95a9-4bc6-afe9-cdb97b6d356f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:0cd02682-95a9-4bc6-afe9-cdb97b6d356f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "489423fd7da842ecac10f63d2089c726" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57f7127a-b435-4505-825b-6a889a783fda" - ], - "x-ms-correlation-request-id": [ - "57f7127a-b435-4505-825b-6a889a783fda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:57f7127a-b435-4505-825b-6a889a783fda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "1c45a012dd764569b5353541b7bedd00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79214e27-2f30-49de-9e17-78412ae44d81" - ], - "x-ms-correlation-request-id": [ - "79214e27-2f30-49de-9e17-78412ae44d81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:79214e27-2f30-49de-9e17-78412ae44d81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "dde47eca5bc04566855696565c0ccaaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dab1b941-2783-4556-84d7-3408a94e536c" - ], - "x-ms-correlation-request-id": [ - "dab1b941-2783-4556-84d7-3408a94e536c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182919Z:dab1b941-2783-4556-84d7-3408a94e536c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "e05d915b66c84596bea8c89df3ce70d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "428cba6f-e83b-40db-a906-f85fb81f7b35" - ], - "x-ms-correlation-request-id": [ - "428cba6f-e83b-40db-a906-f85fb81f7b35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:428cba6f-e83b-40db-a906-f85fb81f7b35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "94b61c086bf44e5e8b4f4a61b1f8ac9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c28062f-81e7-44d3-b593-33f8c1ca323f" - ], - "x-ms-correlation-request-id": [ - "8c28062f-81e7-44d3-b593-33f8c1ca323f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:8c28062f-81e7-44d3-b593-33f8c1ca323f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "1aa168b17f5c465f98d83fd6eddf774d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38b48ed6-b980-4a2b-9886-a4bed3aace7d" - ], - "x-ms-correlation-request-id": [ - "38b48ed6-b980-4a2b-9886-a4bed3aace7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:38b48ed6-b980-4a2b-9886-a4bed3aace7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "7c02de990d394b6688085aa81f618349" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea78a133-86fb-45e6-950a-6e4b7ef6fe2b" - ], - "x-ms-correlation-request-id": [ - "ea78a133-86fb-45e6-950a-6e4b7ef6fe2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:ea78a133-86fb-45e6-950a-6e4b7ef6fe2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "b3abce9929b5489f8be212f43092e8e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5464744c-9a9f-48d5-b504-3175d997a69f" - ], - "x-ms-correlation-request-id": [ - "5464744c-9a9f-48d5-b504-3175d997a69f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:5464744c-9a9f-48d5-b504-3175d997a69f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "9be38d5829fb4fb7ab3f75696d1834d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96d754f2-4ccf-44da-a39c-9cb2aeae34fd" - ], - "x-ms-correlation-request-id": [ - "96d754f2-4ccf-44da-a39c-9cb2aeae34fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:96d754f2-4ccf-44da-a39c-9cb2aeae34fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "c0bd72c0181d4820940c77a59b05db94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af856b3e-2ea4-4f8b-a5e8-07b4f842e5e3" - ], - "x-ms-correlation-request-id": [ - "af856b3e-2ea4-4f8b-a5e8-07b4f842e5e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:af856b3e-2ea4-4f8b-a5e8-07b4f842e5e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "3e3174a2975143f4b751d78079939823" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec97a14c-99c6-49e0-a889-58a1020b0067" - ], - "x-ms-correlation-request-id": [ - "ec97a14c-99c6-49e0-a889-58a1020b0067" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:ec97a14c-99c6-49e0-a889-58a1020b0067" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "165b71bf17284cc9bfb189162e31c9c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0643abb-d61e-40a3-81ca-fd7529649cf2" - ], - "x-ms-correlation-request-id": [ - "f0643abb-d61e-40a3-81ca-fd7529649cf2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182920Z:f0643abb-d61e-40a3-81ca-fd7529649cf2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "b24f1c1de8cb4dd18717331064cf0dee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82275e25-5a17-4788-9a7f-857ecd2f16f6" - ], - "x-ms-correlation-request-id": [ - "82275e25-5a17-4788-9a7f-857ecd2f16f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:82275e25-5a17-4788-9a7f-857ecd2f16f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "662d4cb0bae94419818f1d582aa8db14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f67c29b-b982-42ff-a87b-494da8891bb4" - ], - "x-ms-correlation-request-id": [ - "7f67c29b-b982-42ff-a87b-494da8891bb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:7f67c29b-b982-42ff-a87b-494da8891bb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "5a2901c0375f4eebbc1b35c699af6e9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0bbb322-0f21-411d-adf2-e41a46adca3b" - ], - "x-ms-correlation-request-id": [ - "b0bbb322-0f21-411d-adf2-e41a46adca3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:b0bbb322-0f21-411d-adf2-e41a46adca3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "e7d1936b7d2e414e837e9165a646f986" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8c970b2-8830-4072-b19b-fcd9fbdd556a" - ], - "x-ms-correlation-request-id": [ - "c8c970b2-8830-4072-b19b-fcd9fbdd556a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:c8c970b2-8830-4072-b19b-fcd9fbdd556a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "3cbc232638a04c5ba505a31fae8c9037" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "642a795d-4930-4266-959f-31a06a121fe5" - ], - "x-ms-correlation-request-id": [ - "642a795d-4930-4266-959f-31a06a121fe5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:642a795d-4930-4266-959f-31a06a121fe5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "8d2f8831b1f04930bd9a88ba544fbf16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9608906-0ebe-4391-bb4d-ab0ee8ce3423" - ], - "x-ms-correlation-request-id": [ - "f9608906-0ebe-4391-bb4d-ab0ee8ce3423" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:f9608906-0ebe-4391-bb4d-ab0ee8ce3423" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "869175fcc9a74a5eb8529d76be0bac08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1726d277-1f35-4b0c-8627-696a6340f3d1" - ], - "x-ms-correlation-request-id": [ - "1726d277-1f35-4b0c-8627-696a6340f3d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:1726d277-1f35-4b0c-8627-696a6340f3d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "b8f21e97e23d4a28af77eec4a44d2d18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa1e058e-17f0-428f-8b90-00deafb0e99d" - ], - "x-ms-correlation-request-id": [ - "fa1e058e-17f0-428f-8b90-00deafb0e99d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:fa1e058e-17f0-428f-8b90-00deafb0e99d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "2426697440ca40ebb522effbecbd201f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8453f9fe-dda8-4d38-ada4-1499e329d1d4" - ], - "x-ms-correlation-request-id": [ - "8453f9fe-dda8-4d38-ada4-1499e329d1d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182921Z:8453f9fe-dda8-4d38-ada4-1499e329d1d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "983613eb698c47f7b9c0a1d61a4c9bce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6409c6d1-c765-43f1-85f5-b2d72c397417" - ], - "x-ms-correlation-request-id": [ - "6409c6d1-c765-43f1-85f5-b2d72c397417" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182922Z:6409c6d1-c765-43f1-85f5-b2d72c397417" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "ed57c5c706c44cfea081f9b3d5642294" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "092523f5-f949-49db-b96c-77e51d2ab6b3" - ], - "x-ms-correlation-request-id": [ - "092523f5-f949-49db-b96c-77e51d2ab6b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182922Z:092523f5-f949-49db-b96c-77e51d2ab6b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "7d2d0c8cfe23405d8993cbb5de2c2e6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37a6a405-46df-4e57-9931-a25ab122ab69" - ], - "x-ms-correlation-request-id": [ - "37a6a405-46df-4e57-9931-a25ab122ab69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182922Z:37a6a405-46df-4e57-9931-a25ab122ab69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "ee647c2fbf4e4f1eac0bfa77dd9709df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92b4e630-c2df-49f5-a2e1-00770d6b24be" - ], - "x-ms-correlation-request-id": [ - "92b4e630-c2df-49f5-a2e1-00770d6b24be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182922Z:92b4e630-c2df-49f5-a2e1-00770d6b24be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "0e48476b208246dea5731dd8253630f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fafc28f5-f32f-49b5-a45c-de219c28b75e" - ], - "x-ms-correlation-request-id": [ - "fafc28f5-f32f-49b5-a45c-de219c28b75e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182922Z:fafc28f5-f32f-49b5-a45c-de219c28b75e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "9a20a1377004400eb1b5df06bd3fccd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcb53dba-d470-40a3-93e2-d7a82b01b302" - ], - "x-ms-correlation-request-id": [ - "dcb53dba-d470-40a3-93e2-d7a82b01b302" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182922Z:dcb53dba-d470-40a3-93e2-d7a82b01b302" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "ee1c320e5f3f48dfbf94b19aa97acc4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b56d841c-cc4c-4d1e-a158-5acdd0de3c6b" - ], - "x-ms-correlation-request-id": [ - "b56d841c-cc4c-4d1e-a158-5acdd0de3c6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182922Z:b56d841c-cc4c-4d1e-a158-5acdd0de3c6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "c3ccf43cd7c346978eb0ccf3c9654bf6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e7d0aea-7206-435f-bd76-2c8c84de79a8" - ], - "x-ms-correlation-request-id": [ - "2e7d0aea-7206-435f-bd76-2c8c84de79a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182923Z:2e7d0aea-7206-435f-bd76-2c8c84de79a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "14f56b71a082480795c8ea6d540db11d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfc8cbe7-e59c-4870-9c7d-43277ba243be" - ], - "x-ms-correlation-request-id": [ - "cfc8cbe7-e59c-4870-9c7d-43277ba243be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182923Z:cfc8cbe7-e59c-4870-9c7d-43277ba243be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "6e535a6908514122b669a8e80c368401" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df0814f5-b80f-4e1e-9409-a2da93b45315" - ], - "x-ms-correlation-request-id": [ - "df0814f5-b80f-4e1e-9409-a2da93b45315" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182923Z:df0814f5-b80f-4e1e-9409-a2da93b45315" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "81151b372c544d2592c2fcccf12393ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f463d47a-2322-4aec-9d70-569d805a78f7" - ], - "x-ms-correlation-request-id": [ - "f463d47a-2322-4aec-9d70-569d805a78f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182923Z:f463d47a-2322-4aec-9d70-569d805a78f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "d2af0e0711dd46579e443505f00b4ef6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "beed1aa2-b0c3-4723-95f5-a0f8dc3ba9e8" - ], - "x-ms-correlation-request-id": [ - "beed1aa2-b0c3-4723-95f5-a0f8dc3ba9e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182923Z:beed1aa2-b0c3-4723-95f5-a0f8dc3ba9e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "218d4eefc77644e49dcacbb4139e21c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f59e42a9-8241-49aa-935a-df95d5ecde46" - ], - "x-ms-correlation-request-id": [ - "f59e42a9-8241-49aa-935a-df95d5ecde46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182923Z:f59e42a9-8241-49aa-935a-df95d5ecde46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "ce973cdc11ff451cb8920f30ed11da1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0b25dbb-88da-4469-96d1-04ab1bb9e643" - ], - "x-ms-correlation-request-id": [ - "f0b25dbb-88da-4469-96d1-04ab1bb9e643" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182923Z:f0b25dbb-88da-4469-96d1-04ab1bb9e643" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "474e634e840b4cba89b724870983ed05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "765b434d-c7ca-4ad7-8eb4-7ea2d7aa80ff" - ], - "x-ms-correlation-request-id": [ - "765b434d-c7ca-4ad7-8eb4-7ea2d7aa80ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182924Z:765b434d-c7ca-4ad7-8eb4-7ea2d7aa80ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "3620027f4244415d92afdfa9b0526988" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c52689e-8544-43c2-8018-f24d648bda6a" - ], - "x-ms-correlation-request-id": [ - "9c52689e-8544-43c2-8018-f24d648bda6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182924Z:9c52689e-8544-43c2-8018-f24d648bda6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "08ee1bbe16964cefa998d9642630166f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "899452de-5e73-483c-a350-070ef35b0855" - ], - "x-ms-correlation-request-id": [ - "899452de-5e73-483c-a350-070ef35b0855" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182924Z:899452de-5e73-483c-a350-070ef35b0855" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "3a85ec012a4641478b64a2ac7ab6f7f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94728caa-f545-42f8-9262-581708cfd6ee" - ], - "x-ms-correlation-request-id": [ - "94728caa-f545-42f8-9262-581708cfd6ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182924Z:94728caa-f545-42f8-9262-581708cfd6ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "9510d029d6164b8688d59686fc104526" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c57d9a2c-0ff8-420a-b572-04161408af3d" - ], - "x-ms-correlation-request-id": [ - "c57d9a2c-0ff8-420a-b572-04161408af3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182924Z:c57d9a2c-0ff8-420a-b572-04161408af3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "78459cf844aa4e13918ff42737ab6784" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7297bbc7-421f-4c8d-b94d-af357f53b885" - ], - "x-ms-correlation-request-id": [ - "7297bbc7-421f-4c8d-b94d-af357f53b885" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182924Z:7297bbc7-421f-4c8d-b94d-af357f53b885" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "501c9fa149544bf8b5039f4cb18232cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "846e523b-dbe2-4c68-bfda-5d759dd23164" - ], - "x-ms-correlation-request-id": [ - "846e523b-dbe2-4c68-bfda-5d759dd23164" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182924Z:846e523b-dbe2-4c68-bfda-5d759dd23164" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "1cc19a205a2b4218abdc08f0f9875834" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f7e5e4b-e116-4f12-a786-a499629573ed" - ], - "x-ms-correlation-request-id": [ - "0f7e5e4b-e116-4f12-a786-a499629573ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182925Z:0f7e5e4b-e116-4f12-a786-a499629573ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "c7a916b253a74b64b9834daf3e280a7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d19f4f9-4572-40ad-a0b0-f358d99df0c0" - ], - "x-ms-correlation-request-id": [ - "9d19f4f9-4572-40ad-a0b0-f358d99df0c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182925Z:9d19f4f9-4572-40ad-a0b0-f358d99df0c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "ae1ed3a555154aa8a1dc92c22f96356d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e917170-cc6c-4583-bfbb-b56bc447ba07" - ], - "x-ms-correlation-request-id": [ - "3e917170-cc6c-4583-bfbb-b56bc447ba07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182925Z:3e917170-cc6c-4583-bfbb-b56bc447ba07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "2a7fa8e4761649478dd54bd8b6cae0b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6027a5f-a60d-4622-b693-ce2e935d8517" - ], - "x-ms-correlation-request-id": [ - "f6027a5f-a60d-4622-b693-ce2e935d8517" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182925Z:f6027a5f-a60d-4622-b693-ce2e935d8517" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "79dd066fb9dd492386d438eeeeceb835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df900fd9-6119-4389-9ec9-1b8f5aec44e1" - ], - "x-ms-correlation-request-id": [ - "df900fd9-6119-4389-9ec9-1b8f5aec44e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182925Z:df900fd9-6119-4389-9ec9-1b8f5aec44e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "3502be751e1b48949383e4eb8dd01697" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff0a5c8c-704d-4006-a294-77bb6eef2ec8" - ], - "x-ms-correlation-request-id": [ - "ff0a5c8c-704d-4006-a294-77bb6eef2ec8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182925Z:ff0a5c8c-704d-4006-a294-77bb6eef2ec8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "42910e417dbd4ac7ab40297fd981f495" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27bddf4e-4c2f-4d67-a5f8-e157a2d20b68" - ], - "x-ms-correlation-request-id": [ - "27bddf4e-4c2f-4d67-a5f8-e157a2d20b68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182925Z:27bddf4e-4c2f-4d67-a5f8-e157a2d20b68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "af1c26205c4e46b7b71261fd43c3ea58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8489db48-9bc2-42ef-bd9d-78751cc7ad97" - ], - "x-ms-correlation-request-id": [ - "8489db48-9bc2-42ef-bd9d-78751cc7ad97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:8489db48-9bc2-42ef-bd9d-78751cc7ad97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "c80e33d190b74a8a84b7615c81d22a02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "521ac324-4297-4238-8675-6ac69e47e489" - ], - "x-ms-correlation-request-id": [ - "521ac324-4297-4238-8675-6ac69e47e489" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:521ac324-4297-4238-8675-6ac69e47e489" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "4d1641705165414aa08f65b2f23cd0ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70f1ab4f-909a-43a3-814d-a37bbd89ba9d" - ], - "x-ms-correlation-request-id": [ - "70f1ab4f-909a-43a3-814d-a37bbd89ba9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:70f1ab4f-909a-43a3-814d-a37bbd89ba9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "490d4d540e314c45bfbb38d1a32a3337" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05cedc65-3de9-478c-831f-db164d15fd25" - ], - "x-ms-correlation-request-id": [ - "05cedc65-3de9-478c-831f-db164d15fd25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:05cedc65-3de9-478c-831f-db164d15fd25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "44846d162b5247c1aa7b34ba72da3aa8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1e3e1e0-7811-47ee-90c3-2657a1852241" - ], - "x-ms-correlation-request-id": [ - "b1e3e1e0-7811-47ee-90c3-2657a1852241" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:b1e3e1e0-7811-47ee-90c3-2657a1852241" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "8cbe91bd4d30455e83708363419fcef2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4cfe303-08bd-4746-8c41-86f4f2be668c" - ], - "x-ms-correlation-request-id": [ - "c4cfe303-08bd-4746-8c41-86f4f2be668c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:c4cfe303-08bd-4746-8c41-86f4f2be668c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "b9bec2924b0544d792aee51eb12b8b5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecec7795-2946-4fc2-93e2-525c22dca801" - ], - "x-ms-correlation-request-id": [ - "ecec7795-2946-4fc2-93e2-525c22dca801" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:ecec7795-2946-4fc2-93e2-525c22dca801" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "2452acf8a0934f6db3dae81c6fd86d5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b7c2eea-9aad-49db-8728-d75eedd371a4" - ], - "x-ms-correlation-request-id": [ - "6b7c2eea-9aad-49db-8728-d75eedd371a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182926Z:6b7c2eea-9aad-49db-8728-d75eedd371a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "8525294d425e4237bd76c60d30aa2abd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "216d2699-3fbc-44fd-8441-c9cf21f133d3" - ], - "x-ms-correlation-request-id": [ - "216d2699-3fbc-44fd-8441-c9cf21f133d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:216d2699-3fbc-44fd-8441-c9cf21f133d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "a909a7bcb3554582b593eda7afbbb1e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de1e74b8-f47b-4e8f-a983-fef8ae3338ee" - ], - "x-ms-correlation-request-id": [ - "de1e74b8-f47b-4e8f-a983-fef8ae3338ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:de1e74b8-f47b-4e8f-a983-fef8ae3338ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "9276c254c5684ccda0a228b481b9e3cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24d82163-82c9-4546-b612-70c137044a32" - ], - "x-ms-correlation-request-id": [ - "24d82163-82c9-4546-b612-70c137044a32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:24d82163-82c9-4546-b612-70c137044a32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "9879d150d83c4f49977148e8fe585c00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f15dafbc-5d5e-4b4b-8a27-7b2582c14169" - ], - "x-ms-correlation-request-id": [ - "f15dafbc-5d5e-4b4b-8a27-7b2582c14169" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:f15dafbc-5d5e-4b4b-8a27-7b2582c14169" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "398efa0c7f7e4071bb7b8758a4878b54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9a5c458-d7ec-4d5f-bc32-436ba5c664f4" - ], - "x-ms-correlation-request-id": [ - "d9a5c458-d7ec-4d5f-bc32-436ba5c664f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:d9a5c458-d7ec-4d5f-bc32-436ba5c664f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "fdc16c237c6a4b1ba1e00632e78eb5d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8fec81b8-796c-4a15-b4cc-bb360a6e2ea2" - ], - "x-ms-correlation-request-id": [ - "8fec81b8-796c-4a15-b4cc-bb360a6e2ea2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:8fec81b8-796c-4a15-b4cc-bb360a6e2ea2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "b123da151c0e440d92fb4a768889d003" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe8e9d62-fa76-4b8d-b953-1f486252b2a2" - ], - "x-ms-correlation-request-id": [ - "fe8e9d62-fa76-4b8d-b953-1f486252b2a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:fe8e9d62-fa76-4b8d-b953-1f486252b2a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "6022ba1a4bee40358a424403d466ae1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04c207cf-2e33-4130-8e1e-2d3fe2ee13c0" - ], - "x-ms-correlation-request-id": [ - "04c207cf-2e33-4130-8e1e-2d3fe2ee13c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182927Z:04c207cf-2e33-4130-8e1e-2d3fe2ee13c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "42fd4a1de3584ea4a0f7866ae8c689ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0cdbffd0-3ed0-428c-8c72-92d4b266958a" - ], - "x-ms-correlation-request-id": [ - "0cdbffd0-3ed0-428c-8c72-92d4b266958a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182928Z:0cdbffd0-3ed0-428c-8c72-92d4b266958a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "1e0396ba28544ef98c11c62caecd3ac7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8509131-ad38-41c9-8284-6043b6c9ff3e" - ], - "x-ms-correlation-request-id": [ - "e8509131-ad38-41c9-8284-6043b6c9ff3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182928Z:e8509131-ad38-41c9-8284-6043b6c9ff3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "cea43033d7344f61abd74684afd75d83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6a85d80-66bb-4bd0-9c83-262518adcc4b" - ], - "x-ms-correlation-request-id": [ - "d6a85d80-66bb-4bd0-9c83-262518adcc4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182928Z:d6a85d80-66bb-4bd0-9c83-262518adcc4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "9ec65c836ff04419a6e8df56628314b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af4b1f36-84a0-4e5c-b75c-25925e697eea" - ], - "x-ms-correlation-request-id": [ - "af4b1f36-84a0-4e5c-b75c-25925e697eea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182928Z:af4b1f36-84a0-4e5c-b75c-25925e697eea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "ce4482ffa4c54f3bbddda56be83e523b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc06d0d5-3222-464f-b3dc-7f08855b8b58" - ], - "x-ms-correlation-request-id": [ - "cc06d0d5-3222-464f-b3dc-7f08855b8b58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182928Z:cc06d0d5-3222-464f-b3dc-7f08855b8b58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "53aa6d8d732c430aaf8b8934ab598928" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28924b35-e2d1-4b70-8192-528c3a380398" - ], - "x-ms-correlation-request-id": [ - "28924b35-e2d1-4b70-8192-528c3a380398" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182928Z:28924b35-e2d1-4b70-8192-528c3a380398" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "37561e15d340431aab550fc2808aff64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e19b8830-47b4-48c7-96b8-71b317f9e933" - ], - "x-ms-correlation-request-id": [ - "e19b8830-47b4-48c7-96b8-71b317f9e933" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182928Z:e19b8830-47b4-48c7-96b8-71b317f9e933" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "e31880e4c3f34dc2aa78a332111d526e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be2896e0-a48b-44c5-86f5-d214d8f9063a" - ], - "x-ms-correlation-request-id": [ - "be2896e0-a48b-44c5-86f5-d214d8f9063a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182929Z:be2896e0-a48b-44c5-86f5-d214d8f9063a" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "2a5138e3719d488994628c7f3f698a88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7cfcaac-1dbc-4937-bf04-5fea8c369e45" - ], - "x-ms-correlation-request-id": [ - "f7cfcaac-1dbc-4937-bf04-5fea8c369e45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182931Z:f7cfcaac-1dbc-4937-bf04-5fea8c369e45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "88ff606e616c4d2686034ea9682709cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9ed1bb3-6bb4-4717-a31b-26830e1e62ae" - ], - "x-ms-correlation-request-id": [ - "a9ed1bb3-6bb4-4717-a31b-26830e1e62ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182931Z:a9ed1bb3-6bb4-4717-a31b-26830e1e62ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "99e1bd5543084784adf760dbe3947938" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "faba0f92-fea0-4957-aa74-04addf1bc2f9" - ], - "x-ms-correlation-request-id": [ - "faba0f92-fea0-4957-aa74-04addf1bc2f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:faba0f92-fea0-4957-aa74-04addf1bc2f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "049334dffeeb40e68c3cb3db406ad4e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21620d49-df9e-48ba-8bfa-9907951d633e" - ], - "x-ms-correlation-request-id": [ - "21620d49-df9e-48ba-8bfa-9907951d633e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:21620d49-df9e-48ba-8bfa-9907951d633e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "d2bc9ffeab4d4059ae8655f3414c96e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21ad8235-3719-4bc5-8552-1525259bbb59" - ], - "x-ms-correlation-request-id": [ - "21ad8235-3719-4bc5-8552-1525259bbb59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:21ad8235-3719-4bc5-8552-1525259bbb59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "48754d9ff2dd4cfbb670e6a9eea7b490" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b326eb19-7692-47a6-94b7-a3ba996515e0" - ], - "x-ms-correlation-request-id": [ - "b326eb19-7692-47a6-94b7-a3ba996515e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:b326eb19-7692-47a6-94b7-a3ba996515e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "59857226d98546d9888ec33374b169bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b63eeed3-7002-4e4e-9978-4a0fed8f1407" - ], - "x-ms-correlation-request-id": [ - "b63eeed3-7002-4e4e-9978-4a0fed8f1407" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:b63eeed3-7002-4e4e-9978-4a0fed8f1407" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "2f27a317605d449384f0569df482f651" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "266f73f1-28cd-4f47-ba7a-f28867323e6a" - ], - "x-ms-correlation-request-id": [ - "266f73f1-28cd-4f47-ba7a-f28867323e6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:266f73f1-28cd-4f47-ba7a-f28867323e6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "af54b1265eb44ff8b773a31da88e4052" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7267616-f11b-4f41-8755-6fb5fc8bd5a6" - ], - "x-ms-correlation-request-id": [ - "d7267616-f11b-4f41-8755-6fb5fc8bd5a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:d7267616-f11b-4f41-8755-6fb5fc8bd5a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "e2c46538b6dd405cbec5465451400bda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "442d08fe-cbfd-4e21-ae65-43c472d70a78" - ], - "x-ms-correlation-request-id": [ - "442d08fe-cbfd-4e21-ae65-43c472d70a78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:442d08fe-cbfd-4e21-ae65-43c472d70a78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "dd01108c5c0b45e8b583b1786b095141" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d36e931f-9cc2-4e12-a071-96d993ce0bc3" - ], - "x-ms-correlation-request-id": [ - "d36e931f-9cc2-4e12-a071-96d993ce0bc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182932Z:d36e931f-9cc2-4e12-a071-96d993ce0bc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "99c7c8423e9a4ab29c685935a95adfc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "824bdff8-6b1f-483b-966c-b62a237aba48" - ], - "x-ms-correlation-request-id": [ - "824bdff8-6b1f-483b-966c-b62a237aba48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182933Z:824bdff8-6b1f-483b-966c-b62a237aba48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "3a2215449c3b403396f86ebc38b4cd59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54afe470-4242-42b6-8a4c-caaf88457825" - ], - "x-ms-correlation-request-id": [ - "54afe470-4242-42b6-8a4c-caaf88457825" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182933Z:54afe470-4242-42b6-8a4c-caaf88457825" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "2c8a326c449044e18a476275d1985cf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f648b35-9eac-4da7-b460-c893f6d85715" - ], - "x-ms-correlation-request-id": [ - "9f648b35-9eac-4da7-b460-c893f6d85715" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182933Z:9f648b35-9eac-4da7-b460-c893f6d85715" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "7b7d73c9e8f44aee8f3ba47730ce2ec7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "279d7775-c0ac-447e-87c1-9469f987a5eb" - ], - "x-ms-correlation-request-id": [ - "279d7775-c0ac-447e-87c1-9469f987a5eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182933Z:279d7775-c0ac-447e-87c1-9469f987a5eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "fb58058c0be94b8786e4128d7d07bf54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27436d5f-1fff-496b-9a41-8ff4f4b3aa0a" - ], - "x-ms-correlation-request-id": [ - "27436d5f-1fff-496b-9a41-8ff4f4b3aa0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182933Z:27436d5f-1fff-496b-9a41-8ff4f4b3aa0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "e60c5556522d4e09b4dd3b0e8704bce6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "faf3f595-655f-4097-bb6c-61813f3c0d08" - ], - "x-ms-correlation-request-id": [ - "faf3f595-655f-4097-bb6c-61813f3c0d08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182933Z:faf3f595-655f-4097-bb6c-61813f3c0d08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "2f10c3e05b484743b9f34789375c990c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13c95157-cc85-4ac8-80b1-af21218767b3" - ], - "x-ms-correlation-request-id": [ - "13c95157-cc85-4ac8-80b1-af21218767b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182934Z:13c95157-cc85-4ac8-80b1-af21218767b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "f287c50bc9124d76bdd4f090b19e1f22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7019b720-dedc-4794-9ad6-1811c8645381" - ], - "x-ms-correlation-request-id": [ - "7019b720-dedc-4794-9ad6-1811c8645381" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182934Z:7019b720-dedc-4794-9ad6-1811c8645381" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "171f513a067545b7bdb896bd4812950d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbcb4a23-5703-4d68-a5d7-47c5248044e1" - ], - "x-ms-correlation-request-id": [ - "dbcb4a23-5703-4d68-a5d7-47c5248044e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182934Z:dbcb4a23-5703-4d68-a5d7-47c5248044e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "4503cf82323c46e98b2fe6560dd40c33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80c389fa-7422-46f2-8dc3-e20e1655e80d" - ], - "x-ms-correlation-request-id": [ - "80c389fa-7422-46f2-8dc3-e20e1655e80d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182934Z:80c389fa-7422-46f2-8dc3-e20e1655e80d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "49923544ed764ee1989f28ba7cae0b9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7cae62cb-3394-4ab2-8113-7210a2abef07" - ], - "x-ms-correlation-request-id": [ - "7cae62cb-3394-4ab2-8113-7210a2abef07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182934Z:7cae62cb-3394-4ab2-8113-7210a2abef07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "5927bc7479ae4d47adc0c7fbb789f1aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b47d675e-dfbf-4654-99d7-8d3902bac9dd" - ], - "x-ms-correlation-request-id": [ - "b47d675e-dfbf-4654-99d7-8d3902bac9dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182934Z:b47d675e-dfbf-4654-99d7-8d3902bac9dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "808103b9c4ad46c2802021b4177e031c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70032bc9-8f73-4103-b360-7a48cd0fec17" - ], - "x-ms-correlation-request-id": [ - "70032bc9-8f73-4103-b360-7a48cd0fec17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182935Z:70032bc9-8f73-4103-b360-7a48cd0fec17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "d7e9e175c39d47b984e8f82a6526486d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48c2b6b6-b9b9-4b9d-ae7b-f345e2d95382" - ], - "x-ms-correlation-request-id": [ - "48c2b6b6-b9b9-4b9d-ae7b-f345e2d95382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182935Z:48c2b6b6-b9b9-4b9d-ae7b-f345e2d95382" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "da5adba6d3284b1b8a8a6ae49a780036" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "194086db-9ef4-42e3-83cd-5f7e9712e19f" - ], - "x-ms-correlation-request-id": [ - "194086db-9ef4-42e3-83cd-5f7e9712e19f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182935Z:194086db-9ef4-42e3-83cd-5f7e9712e19f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "0d9d12488d5c4b2ab82da887808e0100" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa32dbce-0a7e-4de6-b840-50cb7c0ba887" - ], - "x-ms-correlation-request-id": [ - "aa32dbce-0a7e-4de6-b840-50cb7c0ba887" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182935Z:aa32dbce-0a7e-4de6-b840-50cb7c0ba887" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "3c1f935600384298b13b6ea899857ba2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f564db9-03e0-4cdb-98a9-56a98b5fcdcd" - ], - "x-ms-correlation-request-id": [ - "1f564db9-03e0-4cdb-98a9-56a98b5fcdcd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182935Z:1f564db9-03e0-4cdb-98a9-56a98b5fcdcd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "925fb724ffd44344a70118706008440c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa272cc0-739a-40dd-b4dc-61d52b195e33" - ], - "x-ms-correlation-request-id": [ - "aa272cc0-739a-40dd-b4dc-61d52b195e33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182935Z:aa272cc0-739a-40dd-b4dc-61d52b195e33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "bc1c88989d754d6eb4ecba22433f5286" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63f4e2ce-033c-4e85-b031-679d3941a5e6" - ], - "x-ms-correlation-request-id": [ - "63f4e2ce-033c-4e85-b031-679d3941a5e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182935Z:63f4e2ce-033c-4e85-b031-679d3941a5e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "9f993df4779b46bd8ba761629c75551d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4923c85-67c1-4e47-a554-0b23c871a473" - ], - "x-ms-correlation-request-id": [ - "d4923c85-67c1-4e47-a554-0b23c871a473" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:d4923c85-67c1-4e47-a554-0b23c871a473" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "46ae10208102456eb1ce0b2157f2de62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "746b741f-4c98-4ea7-9e54-43f2c9217b74" - ], - "x-ms-correlation-request-id": [ - "746b741f-4c98-4ea7-9e54-43f2c9217b74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:746b741f-4c98-4ea7-9e54-43f2c9217b74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "4d1b859223014635a5035a857f361336" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbd2c992-7be8-4635-9576-d1a345586d08" - ], - "x-ms-correlation-request-id": [ - "cbd2c992-7be8-4635-9576-d1a345586d08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:cbd2c992-7be8-4635-9576-d1a345586d08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "669a95bb8b6b4921942888f884430017" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "600bb3f6-50fd-47ab-8ce8-5e490fa44b84" - ], - "x-ms-correlation-request-id": [ - "600bb3f6-50fd-47ab-8ce8-5e490fa44b84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:600bb3f6-50fd-47ab-8ce8-5e490fa44b84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "816d6e23f9d14cc6be3c0cabf7da36bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb319eed-e7a0-4952-b8ca-1e77749e5d35" - ], - "x-ms-correlation-request-id": [ - "eb319eed-e7a0-4952-b8ca-1e77749e5d35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:eb319eed-e7a0-4952-b8ca-1e77749e5d35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "6db2ffbc1f49459ea37485e3b32cf231" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78937ab2-42b0-4691-9b8f-b590b43d9839" - ], - "x-ms-correlation-request-id": [ - "78937ab2-42b0-4691-9b8f-b590b43d9839" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:78937ab2-42b0-4691-9b8f-b590b43d9839" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "3e4ff22c16574fa9b310e84255c7a431" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "187df276-d499-44eb-bb72-a6f4e8d82195" - ], - "x-ms-correlation-request-id": [ - "187df276-d499-44eb-bb72-a6f4e8d82195" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:187df276-d499-44eb-bb72-a6f4e8d82195" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "ea5563d5ca0a42e2a92c0c35906d0a44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fb590b6-741d-4bcc-aa1e-13a49f7bc543" - ], - "x-ms-correlation-request-id": [ - "4fb590b6-741d-4bcc-aa1e-13a49f7bc543" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182936Z:4fb590b6-741d-4bcc-aa1e-13a49f7bc543" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "b4b498ea4e2243ebb04c0711cfac68ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0f1a6f3-e8c0-4ef0-84c2-49ce15a6dcf6" - ], - "x-ms-correlation-request-id": [ - "c0f1a6f3-e8c0-4ef0-84c2-49ce15a6dcf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:c0f1a6f3-e8c0-4ef0-84c2-49ce15a6dcf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "0d15bdbb54d34229a51d5c029bd95ddf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73058342-73d8-4b27-9572-bd391a0b40c8" - ], - "x-ms-correlation-request-id": [ - "73058342-73d8-4b27-9572-bd391a0b40c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:73058342-73d8-4b27-9572-bd391a0b40c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "5527643df80f43939f48858580c6efc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b595da58-1e8c-4330-b236-6e35855991e2" - ], - "x-ms-correlation-request-id": [ - "b595da58-1e8c-4330-b236-6e35855991e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:b595da58-1e8c-4330-b236-6e35855991e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "dcdc750228bc42df96d3dce3936bfda4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0c1c0cc-6666-49ae-9bb1-992d76a203ba" - ], - "x-ms-correlation-request-id": [ - "e0c1c0cc-6666-49ae-9bb1-992d76a203ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:e0c1c0cc-6666-49ae-9bb1-992d76a203ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "8095df04cf2942ab8f7c017470b30c5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b03dac9c-7c20-4d4c-a59c-ae1c61354c62" - ], - "x-ms-correlation-request-id": [ - "b03dac9c-7c20-4d4c-a59c-ae1c61354c62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:b03dac9c-7c20-4d4c-a59c-ae1c61354c62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "50d1a2c359674d40a1d90ec190334dd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bffaca4-ed94-41da-9120-22396bf3ddb9" - ], - "x-ms-correlation-request-id": [ - "5bffaca4-ed94-41da-9120-22396bf3ddb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:5bffaca4-ed94-41da-9120-22396bf3ddb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "00f314823e3748e58a25b40d1582b0b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a22fe058-c25d-409c-ad04-5413bf068803" - ], - "x-ms-correlation-request-id": [ - "a22fe058-c25d-409c-ad04-5413bf068803" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:a22fe058-c25d-409c-ad04-5413bf068803" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "1e8cb04463b04d10b60d1a54880484f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a5398ea-ecae-4454-bf58-90ede3d727a4" - ], - "x-ms-correlation-request-id": [ - "2a5398ea-ecae-4454-bf58-90ede3d727a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:2a5398ea-ecae-4454-bf58-90ede3d727a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "43789d7c06d8461c8c28805c5f798195" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "913d99e4-5a3e-4ac1-bbfd-7d22ab86407d" - ], - "x-ms-correlation-request-id": [ - "913d99e4-5a3e-4ac1-bbfd-7d22ab86407d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182937Z:913d99e4-5a3e-4ac1-bbfd-7d22ab86407d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "4c608b3d846249c38b8a61f9f73f65d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31142ff0-36ce-4e7c-8723-de1c41bd5849" - ], - "x-ms-correlation-request-id": [ - "31142ff0-36ce-4e7c-8723-de1c41bd5849" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182938Z:31142ff0-36ce-4e7c-8723-de1c41bd5849" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "8262d7c65e814bd3a39487f1263744c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20f23dfb-2d14-4053-aa0f-cb21af753545" - ], - "x-ms-correlation-request-id": [ - "20f23dfb-2d14-4053-aa0f-cb21af753545" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182938Z:20f23dfb-2d14-4053-aa0f-cb21af753545" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "bd9938f03a6b46138ef1e01970589093" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41eedba6-4d9f-4b13-8d34-d40f8a31d8dc" - ], - "x-ms-correlation-request-id": [ - "41eedba6-4d9f-4b13-8d34-d40f8a31d8dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182938Z:41eedba6-4d9f-4b13-8d34-d40f8a31d8dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "91124154e9534418af6062d3c06c3367" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c88a2743-76a0-4ff3-b9ec-38524844bb07" - ], - "x-ms-correlation-request-id": [ - "c88a2743-76a0-4ff3-b9ec-38524844bb07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182938Z:c88a2743-76a0-4ff3-b9ec-38524844bb07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "c4fca05b075e41ed8c9d571c71709d46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc5c3621-a838-47c4-994b-5cb65575f0b3" - ], - "x-ms-correlation-request-id": [ - "dc5c3621-a838-47c4-994b-5cb65575f0b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182938Z:dc5c3621-a838-47c4-994b-5cb65575f0b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "949e4a4d884e4d029d5128d30f3dda83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c848dd4c-cd6d-49c2-a21b-bc39f3c99923" - ], - "x-ms-correlation-request-id": [ - "c848dd4c-cd6d-49c2-a21b-bc39f3c99923" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182938Z:c848dd4c-cd6d-49c2-a21b-bc39f3c99923" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "a970f66c8013428e95c901cf11674377" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "223bc980-fa79-45b3-a56d-dcad98c94aa9" - ], - "x-ms-correlation-request-id": [ - "223bc980-fa79-45b3-a56d-dcad98c94aa9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182938Z:223bc980-fa79-45b3-a56d-dcad98c94aa9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "6931b1c6822840fb955e3693f393f8c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7637808b-2765-4436-9ec9-56da866b7bc6" - ], - "x-ms-correlation-request-id": [ - "7637808b-2765-4436-9ec9-56da866b7bc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182939Z:7637808b-2765-4436-9ec9-56da866b7bc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "e68269370fb8402697d4894076b07a83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e63b43f1-71b3-4749-bcdd-2e6a69b05428" - ], - "x-ms-correlation-request-id": [ - "e63b43f1-71b3-4749-bcdd-2e6a69b05428" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182939Z:e63b43f1-71b3-4749-bcdd-2e6a69b05428" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "b15c34806bfa499b8d3b6af2d358132a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7c2c83f-7b06-4ec6-9f64-4506c0f4f15e" - ], - "x-ms-correlation-request-id": [ - "d7c2c83f-7b06-4ec6-9f64-4506c0f4f15e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182939Z:d7c2c83f-7b06-4ec6-9f64-4506c0f4f15e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "9912ed1e8f754304bb1f92ec681d4e75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3482ed27-5f9f-4cd6-9f49-ccc63d8bbefc" - ], - "x-ms-correlation-request-id": [ - "3482ed27-5f9f-4cd6-9f49-ccc63d8bbefc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182939Z:3482ed27-5f9f-4cd6-9f49-ccc63d8bbefc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "3f83e74811324ce8b496edfc8781b4d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93e3d36a-5481-4a62-a1e3-5c59eb7def5b" - ], - "x-ms-correlation-request-id": [ - "93e3d36a-5481-4a62-a1e3-5c59eb7def5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182939Z:93e3d36a-5481-4a62-a1e3-5c59eb7def5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "7ad55bc281d440f9ad29f285eabcf5cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd15503c-ab43-40fd-865a-cf10737181a7" - ], - "x-ms-correlation-request-id": [ - "dd15503c-ab43-40fd-865a-cf10737181a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182939Z:dd15503c-ab43-40fd-865a-cf10737181a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "84643f2ab5814ba5b1b0aa600ea5f3e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fb0254b-dd15-4a81-9641-09abbd480817" - ], - "x-ms-correlation-request-id": [ - "7fb0254b-dd15-4a81-9641-09abbd480817" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182939Z:7fb0254b-dd15-4a81-9641-09abbd480817" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "9b68bbb935cb4ff48b870cabba3a8417" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f324dc59-5e63-40d7-bdd1-ff3c5ce703ed" - ], - "x-ms-correlation-request-id": [ - "f324dc59-5e63-40d7-bdd1-ff3c5ce703ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182940Z:f324dc59-5e63-40d7-bdd1-ff3c5ce703ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "c846b7ecb49948a3a41cf5bf49acbba4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d49593c-2f36-49c2-a0cc-53dbc5100abd" - ], - "x-ms-correlation-request-id": [ - "6d49593c-2f36-49c2-a0cc-53dbc5100abd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182940Z:6d49593c-2f36-49c2-a0cc-53dbc5100abd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "95474930e796451fa532e40df551bcd5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af046101-6ad0-44a7-8b4e-066f02422455" - ], - "x-ms-correlation-request-id": [ - "af046101-6ad0-44a7-8b4e-066f02422455" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182940Z:af046101-6ad0-44a7-8b4e-066f02422455" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "ede7e1dd46cc46e093d0e67c82aef397" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91079de6-14bd-4455-8866-6764217a3c49" - ], - "x-ms-correlation-request-id": [ - "91079de6-14bd-4455-8866-6764217a3c49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182940Z:91079de6-14bd-4455-8866-6764217a3c49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "05e6f49c2445473c9e9de8a95ffd1fc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "311879dc-26dd-40d6-b5d0-084633e34248" - ], - "x-ms-correlation-request-id": [ - "311879dc-26dd-40d6-b5d0-084633e34248" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182940Z:311879dc-26dd-40d6-b5d0-084633e34248" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "d09b46c9eb3540148b88ea6cd0369aa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baf86558-7511-42e3-a017-46b357373c65" - ], - "x-ms-correlation-request-id": [ - "baf86558-7511-42e3-a017-46b357373c65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182940Z:baf86558-7511-42e3-a017-46b357373c65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "f8b3879a94344d118dae3b46c4277878" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cfcc897-1e32-4b85-9191-468b3b715f0f" - ], - "x-ms-correlation-request-id": [ - "4cfcc897-1e32-4b85-9191-468b3b715f0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182940Z:4cfcc897-1e32-4b85-9191-468b3b715f0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "d67162198a734b559273b8e7502e25c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "278b93af-cbb8-45b4-9ae8-0a00b9ccf789" - ], - "x-ms-correlation-request-id": [ - "278b93af-cbb8-45b4-9ae8-0a00b9ccf789" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:278b93af-cbb8-45b4-9ae8-0a00b9ccf789" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "7d4873ac340d4ed48a03af48cbef6e08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82f31710-3baf-4f6c-9b30-6c5ca649636b" - ], - "x-ms-correlation-request-id": [ - "82f31710-3baf-4f6c-9b30-6c5ca649636b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:82f31710-3baf-4f6c-9b30-6c5ca649636b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "e07f9a201ab6466694533d01275982d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c174d1ac-9a56-446c-9ed9-85a2ae6da095" - ], - "x-ms-correlation-request-id": [ - "c174d1ac-9a56-446c-9ed9-85a2ae6da095" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:c174d1ac-9a56-446c-9ed9-85a2ae6da095" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "0fb689d9930745488c4b7d4420ed8e9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5e0fa62-bf50-41aa-ab8a-b52ab20a29ef" - ], - "x-ms-correlation-request-id": [ - "b5e0fa62-bf50-41aa-ab8a-b52ab20a29ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:b5e0fa62-bf50-41aa-ab8a-b52ab20a29ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "02a3bbc0feab4b79bab7ca102fece263" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "317108db-570a-4b6b-af52-40b2ba6cad3f" - ], - "x-ms-correlation-request-id": [ - "317108db-570a-4b6b-af52-40b2ba6cad3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:317108db-570a-4b6b-af52-40b2ba6cad3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "c206027cfefb44bb994e26195ee7d10d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1459ef87-453d-42b5-94d5-666a46da4863" - ], - "x-ms-correlation-request-id": [ - "1459ef87-453d-42b5-94d5-666a46da4863" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:1459ef87-453d-42b5-94d5-666a46da4863" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "db4389a6d1674110af71933d34c4724f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6b7348c-c8fd-4799-9ff0-4d8d28667282" - ], - "x-ms-correlation-request-id": [ - "c6b7348c-c8fd-4799-9ff0-4d8d28667282" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:c6b7348c-c8fd-4799-9ff0-4d8d28667282" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "f7d9a9396dc348f6a6e614dde6a4dd1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1e8ecdd-6611-46c8-8f3f-296e2a3e5852" - ], - "x-ms-correlation-request-id": [ - "c1e8ecdd-6611-46c8-8f3f-296e2a3e5852" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182941Z:c1e8ecdd-6611-46c8-8f3f-296e2a3e5852" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "435edf84e675468596e41776d0490478" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f5080d3-93dd-43c9-b3be-cfe511524d63" - ], - "x-ms-correlation-request-id": [ - "8f5080d3-93dd-43c9-b3be-cfe511524d63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182942Z:8f5080d3-93dd-43c9-b3be-cfe511524d63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "4077ad7dd59d439e9bcf2400274ae6fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48d7ee74-0ec1-432b-871b-242cdb8cda14" - ], - "x-ms-correlation-request-id": [ - "48d7ee74-0ec1-432b-871b-242cdb8cda14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182942Z:48d7ee74-0ec1-432b-871b-242cdb8cda14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "00a8051bb4b840ffa476bc484b96a1e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98fcc2d9-2634-415e-9ea0-e48c14c5f9ee" - ], - "x-ms-correlation-request-id": [ - "98fcc2d9-2634-415e-9ea0-e48c14c5f9ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182942Z:98fcc2d9-2634-415e-9ea0-e48c14c5f9ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "d3764ddd523b481bbe0fffdd9d6d40bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25de3f72-c3ba-4f29-9281-e6452b652582" - ], - "x-ms-correlation-request-id": [ - "25de3f72-c3ba-4f29-9281-e6452b652582" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182942Z:25de3f72-c3ba-4f29-9281-e6452b652582" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "80ed44c4523d431f8a80ec6169a07000" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33b76c24-f3d2-47be-b2f1-915b1230b1dc" - ], - "x-ms-correlation-request-id": [ - "33b76c24-f3d2-47be-b2f1-915b1230b1dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182942Z:33b76c24-f3d2-47be-b2f1-915b1230b1dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "6f5b74bc696c4fd9907ae271bc137053" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40d12a92-947c-4c9e-b4d1-8cd675826f50" - ], - "x-ms-correlation-request-id": [ - "40d12a92-947c-4c9e-b4d1-8cd675826f50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182942Z:40d12a92-947c-4c9e-b4d1-8cd675826f50" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "2e6156080e5445d4a92a1e8ee167c92f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cb54612-9b41-4b6d-b1e1-830341589542" - ], - "x-ms-correlation-request-id": [ - "8cb54612-9b41-4b6d-b1e1-830341589542" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182943Z:8cb54612-9b41-4b6d-b1e1-830341589542" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "61e2fa1e265d44c1811ac7c1cd272b9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "960a00a4-ea3c-4fea-ba35-1f218e2a0c4f" - ], - "x-ms-correlation-request-id": [ - "960a00a4-ea3c-4fea-ba35-1f218e2a0c4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182943Z:960a00a4-ea3c-4fea-ba35-1f218e2a0c4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "41c91e3db6b24b25baa60ccbc8f5e52d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e1bab73-0792-448a-b3ab-79e188e8a33b" - ], - "x-ms-correlation-request-id": [ - "0e1bab73-0792-448a-b3ab-79e188e8a33b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182943Z:0e1bab73-0792-448a-b3ab-79e188e8a33b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "ecfaf8e49ff54a91a025bf1b35d48783" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a24fe5f2-fc18-4dbd-b544-d6cbc573b240" - ], - "x-ms-correlation-request-id": [ - "a24fe5f2-fc18-4dbd-b544-d6cbc573b240" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182943Z:a24fe5f2-fc18-4dbd-b544-d6cbc573b240" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "00a2dc6e7264487db6be1ce04e0a4f3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8aa319d0-dd54-491b-9f73-98ca94089359" - ], - "x-ms-correlation-request-id": [ - "8aa319d0-dd54-491b-9f73-98ca94089359" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182943Z:8aa319d0-dd54-491b-9f73-98ca94089359" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "5c2c2fead5ba42209cdcd277fda319c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ad2d026-2a22-4310-a78b-899c04c74b71" - ], - "x-ms-correlation-request-id": [ - "8ad2d026-2a22-4310-a78b-899c04c74b71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182943Z:8ad2d026-2a22-4310-a78b-899c04c74b71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "0d567cdd2a3c4bfbaff6a26bc763c82f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a2363a9-1052-46be-a1eb-f4eb888e5b52" - ], - "x-ms-correlation-request-id": [ - "6a2363a9-1052-46be-a1eb-f4eb888e5b52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182943Z:6a2363a9-1052-46be-a1eb-f4eb888e5b52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "06e7ef3f25364a0380fb3df1ec2bb35d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c236d8e-8617-40c9-965c-80ca08b2164e" - ], - "x-ms-correlation-request-id": [ - "0c236d8e-8617-40c9-965c-80ca08b2164e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182944Z:0c236d8e-8617-40c9-965c-80ca08b2164e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "7204ec1022104f81868c995a27577620" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8feb27b-0758-4160-8946-7516d358e28e" - ], - "x-ms-correlation-request-id": [ - "d8feb27b-0758-4160-8946-7516d358e28e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182944Z:d8feb27b-0758-4160-8946-7516d358e28e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "c0df301005944cd9ab8c396bdbad6fa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d1197ed-401c-44d2-b301-659dceaa2b0d" - ], - "x-ms-correlation-request-id": [ - "1d1197ed-401c-44d2-b301-659dceaa2b0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182944Z:1d1197ed-401c-44d2-b301-659dceaa2b0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "25efa76644984b9baadaada461044729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a45930fe-7371-480d-8e3d-ba1aaa350dfe" - ], - "x-ms-correlation-request-id": [ - "a45930fe-7371-480d-8e3d-ba1aaa350dfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182944Z:a45930fe-7371-480d-8e3d-ba1aaa350dfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "39a4127a48a7478f87c13e49f653206c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecdfb9d4-5bb2-41ef-a83a-a1a2da18cec5" - ], - "x-ms-correlation-request-id": [ - "ecdfb9d4-5bb2-41ef-a83a-a1a2da18cec5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182944Z:ecdfb9d4-5bb2-41ef-a83a-a1a2da18cec5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "33da541b7bad47ce9f5f2d7053814fc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74064054-165f-4d4f-acf7-458b6b487bdf" - ], - "x-ms-correlation-request-id": [ - "74064054-165f-4d4f-acf7-458b6b487bdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182944Z:74064054-165f-4d4f-acf7-458b6b487bdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "9e14c9f951294280ad24bcc85843bbc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baeef1bd-a338-4007-8951-a87994ee0a6f" - ], - "x-ms-correlation-request-id": [ - "baeef1bd-a338-4007-8951-a87994ee0a6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182945Z:baeef1bd-a338-4007-8951-a87994ee0a6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "5ba2eff5fdf6410d8503690e6d758ce9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d70df9e6-ee2b-4f8c-bfd8-b1f4d9a9e4ae" - ], - "x-ms-correlation-request-id": [ - "d70df9e6-ee2b-4f8c-bfd8-b1f4d9a9e4ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182945Z:d70df9e6-ee2b-4f8c-bfd8-b1f4d9a9e4ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "357090b23c1d4e26b0a07bae706ba2fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c390fcf-e594-4771-847f-4d0dae302852" - ], - "x-ms-correlation-request-id": [ - "0c390fcf-e594-4771-847f-4d0dae302852" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182945Z:0c390fcf-e594-4771-847f-4d0dae302852" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "e96d03fa1e39460389fe2ac5e948beda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3658afc0-cc79-4c3c-8c59-8abebba0f24b" - ], - "x-ms-correlation-request-id": [ - "3658afc0-cc79-4c3c-8c59-8abebba0f24b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182945Z:3658afc0-cc79-4c3c-8c59-8abebba0f24b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "0bc797f15bed47dfafb82cd15cb9e0dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "454c80fb-b45d-475c-838f-078e6eae9a0a" - ], - "x-ms-correlation-request-id": [ - "454c80fb-b45d-475c-838f-078e6eae9a0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182945Z:454c80fb-b45d-475c-838f-078e6eae9a0a" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "553b15b54af34ceeb1ff97b0f717e6a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a604f7c-fa62-4ff7-a128-8a1392e2b1b4" - ], - "x-ms-correlation-request-id": [ - "6a604f7c-fa62-4ff7-a128-8a1392e2b1b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182946Z:6a604f7c-fa62-4ff7-a128-8a1392e2b1b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "c6bed792d06a47e1a307655662c8dba5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d84c78ef-3c9e-4f4f-be5a-e163fc7c3784" - ], - "x-ms-correlation-request-id": [ - "d84c78ef-3c9e-4f4f-be5a-e163fc7c3784" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182946Z:d84c78ef-3c9e-4f4f-be5a-e163fc7c3784" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "3b147e1dab874549874c50b8ba19d6d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "046fa852-3ff8-488a-868a-4632fbec6bfb" - ], - "x-ms-correlation-request-id": [ - "046fa852-3ff8-488a-868a-4632fbec6bfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182946Z:046fa852-3ff8-488a-868a-4632fbec6bfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "e889a3df38c649939dcf7661c5eef736" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3029fd80-be41-4079-a7ab-1122f31e912b" - ], - "x-ms-correlation-request-id": [ - "3029fd80-be41-4079-a7ab-1122f31e912b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182946Z:3029fd80-be41-4079-a7ab-1122f31e912b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "07aef25e0be84253aff582f5b654d134" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9bed323-f41b-44c1-a4ca-4a379ab94b9d" - ], - "x-ms-correlation-request-id": [ - "d9bed323-f41b-44c1-a4ca-4a379ab94b9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182946Z:d9bed323-f41b-44c1-a4ca-4a379ab94b9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "beb5493efc95402ca6d7aff4338b6109" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ceb8e7de-33f0-44c9-bde0-f12bec0242f6" - ], - "x-ms-correlation-request-id": [ - "ceb8e7de-33f0-44c9-bde0-f12bec0242f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182946Z:ceb8e7de-33f0-44c9-bde0-f12bec0242f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "996c4bfc07b8464ab06d672febd2ed01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7765f475-78a9-48cf-a525-1e88ea56cf4a" - ], - "x-ms-correlation-request-id": [ - "7765f475-78a9-48cf-a525-1e88ea56cf4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182946Z:7765f475-78a9-48cf-a525-1e88ea56cf4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "2aee1b8d622745739825143385d6e0a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91434906-9823-4f06-bff8-a7aaba90454d" - ], - "x-ms-correlation-request-id": [ - "91434906-9823-4f06-bff8-a7aaba90454d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182947Z:91434906-9823-4f06-bff8-a7aaba90454d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "53d8196de22c4550a7828cd62023e1da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c2fc84d-f307-46a3-a7fd-2747069bca02" - ], - "x-ms-correlation-request-id": [ - "8c2fc84d-f307-46a3-a7fd-2747069bca02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182947Z:8c2fc84d-f307-46a3-a7fd-2747069bca02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "d1cb721cac2c4a4a910119864ef2229a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56717849-372e-46f3-be54-1a1da6a15f0d" - ], - "x-ms-correlation-request-id": [ - "56717849-372e-46f3-be54-1a1da6a15f0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182947Z:56717849-372e-46f3-be54-1a1da6a15f0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "6a864cb565dd4dea9f528f145347d3e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09a51298-5f31-4cc1-932d-628252cb7d16" - ], - "x-ms-correlation-request-id": [ - "09a51298-5f31-4cc1-932d-628252cb7d16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182947Z:09a51298-5f31-4cc1-932d-628252cb7d16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "facbf38d22c8472b9b2940f69fbf8a4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "826df02c-4cd5-4b37-8d41-d40f1449f373" - ], - "x-ms-correlation-request-id": [ - "826df02c-4cd5-4b37-8d41-d40f1449f373" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182947Z:826df02c-4cd5-4b37-8d41-d40f1449f373" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "9d82c9ff934c4b47937334c284af0016" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e5ffa62-dc68-4045-b086-910371092f44" - ], - "x-ms-correlation-request-id": [ - "7e5ffa62-dc68-4045-b086-910371092f44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182947Z:7e5ffa62-dc68-4045-b086-910371092f44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "cc3e06efb46245e2b26dd86fa15a3091" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aca7acb0-35e7-45e1-b214-388475b37c63" - ], - "x-ms-correlation-request-id": [ - "aca7acb0-35e7-45e1-b214-388475b37c63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182947Z:aca7acb0-35e7-45e1-b214-388475b37c63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "2c3d384077344a0fb67bb689aaf818c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37129685-0974-4e64-ab1b-b863cd1f0be9" - ], - "x-ms-correlation-request-id": [ - "37129685-0974-4e64-ab1b-b863cd1f0be9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:37129685-0974-4e64-ab1b-b863cd1f0be9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "b525d8279d9146f7a6c418b727ec4009" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1beab57c-4aa2-43f5-af85-afc4d6b9c275" - ], - "x-ms-correlation-request-id": [ - "1beab57c-4aa2-43f5-af85-afc4d6b9c275" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:1beab57c-4aa2-43f5-af85-afc4d6b9c275" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "8b3b4e9bc5414609bf8c2d768324899e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fbc3c13-9bd6-49b5-b74f-268ab42a9200" - ], - "x-ms-correlation-request-id": [ - "0fbc3c13-9bd6-49b5-b74f-268ab42a9200" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:0fbc3c13-9bd6-49b5-b74f-268ab42a9200" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "24b240abad694ca0961ea00623ba36ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d350ce4-76ab-4528-b935-57bedaa5ec01" - ], - "x-ms-correlation-request-id": [ - "4d350ce4-76ab-4528-b935-57bedaa5ec01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:4d350ce4-76ab-4528-b935-57bedaa5ec01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "222d01c06fc346df8f117b43b58633d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8679dc7b-9e1b-46ca-af64-d0ae01262cd4" - ], - "x-ms-correlation-request-id": [ - "8679dc7b-9e1b-46ca-af64-d0ae01262cd4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:8679dc7b-9e1b-46ca-af64-d0ae01262cd4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "9318f740dc9249a084b1c38e339a161d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "480ffe21-60ea-4bef-a47c-10843a628dea" - ], - "x-ms-correlation-request-id": [ - "480ffe21-60ea-4bef-a47c-10843a628dea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:480ffe21-60ea-4bef-a47c-10843a628dea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "e4df3bfd556949e9aa464b49e72785ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5681a96-5dd7-4369-9341-a7900275e782" - ], - "x-ms-correlation-request-id": [ - "f5681a96-5dd7-4369-9341-a7900275e782" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:f5681a96-5dd7-4369-9341-a7900275e782" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "e586f26059824a9eb05f10c7eb138198" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52b1e254-ed58-423f-898b-5a94a87531f6" - ], - "x-ms-correlation-request-id": [ - "52b1e254-ed58-423f-898b-5a94a87531f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182948Z:52b1e254-ed58-423f-898b-5a94a87531f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "dcc2b5b23bd8420da947bfb9bc163253" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee7d2ff3-3564-405e-88ac-a2b35240489f" - ], - "x-ms-correlation-request-id": [ - "ee7d2ff3-3564-405e-88ac-a2b35240489f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182949Z:ee7d2ff3-3564-405e-88ac-a2b35240489f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "7d5edf431cb74147b191811e30209a21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c75afa79-d511-49ca-9b9b-97c74099b309" - ], - "x-ms-correlation-request-id": [ - "c75afa79-d511-49ca-9b9b-97c74099b309" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182949Z:c75afa79-d511-49ca-9b9b-97c74099b309" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "f1528335814c429eb294c82f6b287bb6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e03c497b-14ad-4a32-881a-d1115bf99a76" - ], - "x-ms-correlation-request-id": [ - "e03c497b-14ad-4a32-881a-d1115bf99a76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182949Z:e03c497b-14ad-4a32-881a-d1115bf99a76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "0fb3394771a84a279960e481796d1150" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10fd0cc9-7163-4fe6-bef9-b568de27c5ff" - ], - "x-ms-correlation-request-id": [ - "10fd0cc9-7163-4fe6-bef9-b568de27c5ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182949Z:10fd0cc9-7163-4fe6-bef9-b568de27c5ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "122ecefe0fcb461f92d03a25901b0bf8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a854c32-df12-471e-9957-ec1d2d817e0d" - ], - "x-ms-correlation-request-id": [ - "8a854c32-df12-471e-9957-ec1d2d817e0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182949Z:8a854c32-df12-471e-9957-ec1d2d817e0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "94de6797fac443739b9e57946483a29e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "572c6a17-b252-4750-8e59-6429f2bad3d8" - ], - "x-ms-correlation-request-id": [ - "572c6a17-b252-4750-8e59-6429f2bad3d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182949Z:572c6a17-b252-4750-8e59-6429f2bad3d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "630f58aa978c48d4bcf6a4a5bc4e740a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0788390d-be39-46b5-a250-4fd3ddb72970" - ], - "x-ms-correlation-request-id": [ - "0788390d-be39-46b5-a250-4fd3ddb72970" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182949Z:0788390d-be39-46b5-a250-4fd3ddb72970" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "9a6362c38e244ce98f35a19e204f36d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e1d67c5-dc9f-42b1-8a4a-58d5a94ada94" - ], - "x-ms-correlation-request-id": [ - "5e1d67c5-dc9f-42b1-8a4a-58d5a94ada94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:5e1d67c5-dc9f-42b1-8a4a-58d5a94ada94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "0f7cc4154310493f91133f93b3c7a5f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b7ff6bf-a0aa-40f2-98d1-9a6427a23925" - ], - "x-ms-correlation-request-id": [ - "3b7ff6bf-a0aa-40f2-98d1-9a6427a23925" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:3b7ff6bf-a0aa-40f2-98d1-9a6427a23925" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "84be224f3b9f40cf8e98d6b1e49093bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5e19dc8-a728-419c-a059-a1dcbddf55d9" - ], - "x-ms-correlation-request-id": [ - "a5e19dc8-a728-419c-a059-a1dcbddf55d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:a5e19dc8-a728-419c-a059-a1dcbddf55d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "d4cb4423f26e46f1af83e5b04c1bd5d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9b71cd6-66d8-425f-b7a9-c8e8620b9e4c" - ], - "x-ms-correlation-request-id": [ - "d9b71cd6-66d8-425f-b7a9-c8e8620b9e4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:d9b71cd6-66d8-425f-b7a9-c8e8620b9e4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "84d441300b684150bfbc58d2fb75ba0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fc9187f-0d9c-4bab-8529-7c5cda0580f1" - ], - "x-ms-correlation-request-id": [ - "9fc9187f-0d9c-4bab-8529-7c5cda0580f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:9fc9187f-0d9c-4bab-8529-7c5cda0580f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "d2c84ac8f242497a892c65ba8bfba698" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1eb0b8df-4468-483a-8cdb-7cf144547666" - ], - "x-ms-correlation-request-id": [ - "1eb0b8df-4468-483a-8cdb-7cf144547666" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:1eb0b8df-4468-483a-8cdb-7cf144547666" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "416ac96d549a44e2925ca90835b70f81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e50b5e7a-8cfa-4ef2-ab3e-11e432e3b741" - ], - "x-ms-correlation-request-id": [ - "e50b5e7a-8cfa-4ef2-ab3e-11e432e3b741" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:e50b5e7a-8cfa-4ef2-ab3e-11e432e3b741" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "5931fe1e189f48c1be1e3de1b7aafc0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca60d13e-d678-4b56-bf41-0ec57f65815b" - ], - "x-ms-correlation-request-id": [ - "ca60d13e-d678-4b56-bf41-0ec57f65815b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:ca60d13e-d678-4b56-bf41-0ec57f65815b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "200d77527076409fa6fc93909e28b8d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b4f30ee-f32f-469e-9909-a6a0a0c22225" - ], - "x-ms-correlation-request-id": [ - "5b4f30ee-f32f-469e-9909-a6a0a0c22225" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182950Z:5b4f30ee-f32f-469e-9909-a6a0a0c22225" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "802561e3698843af96b5773284f0bee7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a18d6e70-9dd9-4d41-81c4-e278849cc52e" - ], - "x-ms-correlation-request-id": [ - "a18d6e70-9dd9-4d41-81c4-e278849cc52e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182951Z:a18d6e70-9dd9-4d41-81c4-e278849cc52e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "b8964c2a81a6455bb6c24e058c236cdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dfca9bb5-86be-4347-85dd-8a0e955bbea9" - ], - "x-ms-correlation-request-id": [ - "dfca9bb5-86be-4347-85dd-8a0e955bbea9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182951Z:dfca9bb5-86be-4347-85dd-8a0e955bbea9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "9ccb7b05fece4243a4da6cc70eb743bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b18ee1cb-8dbc-42ba-a2d4-b040d1044d89" - ], - "x-ms-correlation-request-id": [ - "b18ee1cb-8dbc-42ba-a2d4-b040d1044d89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182951Z:b18ee1cb-8dbc-42ba-a2d4-b040d1044d89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "d44d5770404943cb83e4f9e5343e996c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a77cb95-cc27-4718-bc1e-561324ef6b3b" - ], - "x-ms-correlation-request-id": [ - "1a77cb95-cc27-4718-bc1e-561324ef6b3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182951Z:1a77cb95-cc27-4718-bc1e-561324ef6b3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "a468eb8a18b4492b9523a45d386848a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc063fe0-fb9d-421e-9889-ec8d199ac4ed" - ], - "x-ms-correlation-request-id": [ - "dc063fe0-fb9d-421e-9889-ec8d199ac4ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:dc063fe0-fb9d-421e-9889-ec8d199ac4ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "ac40c016031548d2907176ec80aa0f5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8550819c-2cde-4bc8-b554-9cd10e040b6d" - ], - "x-ms-correlation-request-id": [ - "8550819c-2cde-4bc8-b554-9cd10e040b6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:8550819c-2cde-4bc8-b554-9cd10e040b6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "e6a208a7c499416da548b2cdaccbf57a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cefa8f7b-50c7-4b71-b761-232ff124786d" - ], - "x-ms-correlation-request-id": [ - "cefa8f7b-50c7-4b71-b761-232ff124786d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:cefa8f7b-50c7-4b71-b761-232ff124786d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "167c9641ae6244c89014432c8e35927e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2565f25b-09bb-4f09-aab6-d2aea9f895f8" - ], - "x-ms-correlation-request-id": [ - "2565f25b-09bb-4f09-aab6-d2aea9f895f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:2565f25b-09bb-4f09-aab6-d2aea9f895f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "c943567f42ee438c83d44159641ba172" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "790126dd-a23a-495e-8af5-ed6413eb435e" - ], - "x-ms-correlation-request-id": [ - "790126dd-a23a-495e-8af5-ed6413eb435e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:790126dd-a23a-495e-8af5-ed6413eb435e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "1c40b27ae4ea4d5d8628d3f75ecfd870" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72a644d6-fd3b-4619-a614-67ed309a84c1" - ], - "x-ms-correlation-request-id": [ - "72a644d6-fd3b-4619-a614-67ed309a84c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:72a644d6-fd3b-4619-a614-67ed309a84c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "f9f347f7e11e48c3834a54023142d6b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45ca159e-b1d5-4b62-ae9c-4e713dc446ab" - ], - "x-ms-correlation-request-id": [ - "45ca159e-b1d5-4b62-ae9c-4e713dc446ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:45ca159e-b1d5-4b62-ae9c-4e713dc446ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "e6d15f12b86d429c8c2abeaf29e03efc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1cbd65a-c77a-4f5f-a01f-7dfb3689a075" - ], - "x-ms-correlation-request-id": [ - "a1cbd65a-c77a-4f5f-a01f-7dfb3689a075" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182952Z:a1cbd65a-c77a-4f5f-a01f-7dfb3689a075" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "1b08a86972ef412fbebbb4216976b2a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b645fd8c-1038-403d-9c8e-e19398c5f8ed" - ], - "x-ms-correlation-request-id": [ - "b645fd8c-1038-403d-9c8e-e19398c5f8ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182953Z:b645fd8c-1038-403d-9c8e-e19398c5f8ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "1ba5d1cf007a42909e54f65b8903c8b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17bcc782-625e-42fe-8514-b47b8f4809ae" - ], - "x-ms-correlation-request-id": [ - "17bcc782-625e-42fe-8514-b47b8f4809ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182953Z:17bcc782-625e-42fe-8514-b47b8f4809ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "fe6973cfdfef46539a77d48e13a52dca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6866e2f3-b4e2-44d5-b925-4ee902a88842" - ], - "x-ms-correlation-request-id": [ - "6866e2f3-b4e2-44d5-b925-4ee902a88842" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182953Z:6866e2f3-b4e2-44d5-b925-4ee902a88842" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "6e4d98959d554b5486f09083d2c58861" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8960b17c-b519-4648-882a-d0991d6e05a6" - ], - "x-ms-correlation-request-id": [ - "8960b17c-b519-4648-882a-d0991d6e05a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182953Z:8960b17c-b519-4648-882a-d0991d6e05a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "aa1b53aae2a14fc481d325e1fa742848" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8bfe54f8-cef8-4f33-9ac0-1804892e6314" - ], - "x-ms-correlation-request-id": [ - "8bfe54f8-cef8-4f33-9ac0-1804892e6314" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182957Z:8bfe54f8-cef8-4f33-9ac0-1804892e6314" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "1e16986afcd946f68c0477167629201b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3659796f-689e-49d8-b82d-46a412b843d7" - ], - "x-ms-correlation-request-id": [ - "3659796f-689e-49d8-b82d-46a412b843d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182958Z:3659796f-689e-49d8-b82d-46a412b843d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "1805b537295d408bb2bcd54e4f025af1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "559b646e-e15b-4032-b8e6-6b071fdde5ad" - ], - "x-ms-correlation-request-id": [ - "559b646e-e15b-4032-b8e6-6b071fdde5ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182958Z:559b646e-e15b-4032-b8e6-6b071fdde5ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "529fe416f3944d35a1da82ac02ed72be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10401556-fbc0-4d2e-b61a-35147fb1343d" - ], - "x-ms-correlation-request-id": [ - "10401556-fbc0-4d2e-b61a-35147fb1343d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182958Z:10401556-fbc0-4d2e-b61a-35147fb1343d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "a456f60cd18f4fcba51382d781c39912" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbea4908-4038-49b5-9571-1d1e491db7b9" - ], - "x-ms-correlation-request-id": [ - "bbea4908-4038-49b5-9571-1d1e491db7b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182958Z:bbea4908-4038-49b5-9571-1d1e491db7b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "355cafc6b8a345a5b5ab543cd47f9963" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86150252-e2f2-499a-b179-e025b0071159" - ], - "x-ms-correlation-request-id": [ - "86150252-e2f2-499a-b179-e025b0071159" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182958Z:86150252-e2f2-499a-b179-e025b0071159" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "c9403bed16494761af9414c8ce93d018" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f3713d0-9f5f-4d30-ae9a-dd967f8f1490" - ], - "x-ms-correlation-request-id": [ - "4f3713d0-9f5f-4d30-ae9a-dd967f8f1490" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182958Z:4f3713d0-9f5f-4d30-ae9a-dd967f8f1490" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "f9044c2e0789456885a33651794bcac5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbcf5b91-d269-4a72-ab4d-d44a229d6921" - ], - "x-ms-correlation-request-id": [ - "fbcf5b91-d269-4a72-ab4d-d44a229d6921" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:fbcf5b91-d269-4a72-ab4d-d44a229d6921" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "5d93e88fca1e49f4a743c7e9bd518c88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffa7dd12-126f-4334-b7ac-98a31f2f3cb4" - ], - "x-ms-correlation-request-id": [ - "ffa7dd12-126f-4334-b7ac-98a31f2f3cb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:ffa7dd12-126f-4334-b7ac-98a31f2f3cb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "d5d08f9ca71549db8c70f1f37cd9fb3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e893fd3-9b01-48fa-80b8-70fb326d6e22" - ], - "x-ms-correlation-request-id": [ - "6e893fd3-9b01-48fa-80b8-70fb326d6e22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:6e893fd3-9b01-48fa-80b8-70fb326d6e22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "47d0de083e5a4090856c76326cd560a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78c06cd9-8040-49e1-8a79-c070c480fead" - ], - "x-ms-correlation-request-id": [ - "78c06cd9-8040-49e1-8a79-c070c480fead" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:78c06cd9-8040-49e1-8a79-c070c480fead" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "d48c3743ef10456293599f743ac533c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51074e4f-bb7a-4fca-a0ad-a6c89bb1efd0" - ], - "x-ms-correlation-request-id": [ - "51074e4f-bb7a-4fca-a0ad-a6c89bb1efd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:51074e4f-bb7a-4fca-a0ad-a6c89bb1efd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "211baa7cbaa34dd4a7750c6da11c3729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6fec64b-ee59-41d8-9c8b-f9c379ba5251" - ], - "x-ms-correlation-request-id": [ - "b6fec64b-ee59-41d8-9c8b-f9c379ba5251" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:b6fec64b-ee59-41d8-9c8b-f9c379ba5251" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "d4d9c22429234ce0a38f409258a90a1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d42895e-02db-4c47-817d-f08dd76ace57" - ], - "x-ms-correlation-request-id": [ - "1d42895e-02db-4c47-817d-f08dd76ace57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:1d42895e-02db-4c47-817d-f08dd76ace57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "7a8bb702336f4c878107959c2b6a3db0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "458ea607-b869-4600-b761-e4003b0d84b3" - ], - "x-ms-correlation-request-id": [ - "458ea607-b869-4600-b761-e4003b0d84b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T182959Z:458ea607-b869-4600-b761-e4003b0d84b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "392eb3a9cda4445b9ed4b57c1fcd9e5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ca341e0-9996-41d3-a8ca-8e4ae1ed9b78" - ], - "x-ms-correlation-request-id": [ - "4ca341e0-9996-41d3-a8ca-8e4ae1ed9b78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183000Z:4ca341e0-9996-41d3-a8ca-8e4ae1ed9b78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "25b96b48aef745368aff662b7357b431" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e689649e-46df-4dca-9f64-0cb21b80754b" - ], - "x-ms-correlation-request-id": [ - "e689649e-46df-4dca-9f64-0cb21b80754b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183000Z:e689649e-46df-4dca-9f64-0cb21b80754b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:29:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "4d31a423f8ff41b5a2b4dcbaf1ab23b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70a2b1d7-9505-46ff-bd3b-4659326b9c13" - ], - "x-ms-correlation-request-id": [ - "70a2b1d7-9505-46ff-bd3b-4659326b9c13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183000Z:70a2b1d7-9505-46ff-bd3b-4659326b9c13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "9254573d6deb4b09945e8c889e9f9554" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "539c8d80-6e21-4cd4-b65b-5bc626687da2" - ], - "x-ms-correlation-request-id": [ - "539c8d80-6e21-4cd4-b65b-5bc626687da2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183000Z:539c8d80-6e21-4cd4-b65b-5bc626687da2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "b3322d881366493792ba510ff2cbd507" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bdd0562-31ce-4521-87e7-7cb5b53d916e" - ], - "x-ms-correlation-request-id": [ - "6bdd0562-31ce-4521-87e7-7cb5b53d916e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183000Z:6bdd0562-31ce-4521-87e7-7cb5b53d916e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "9d81ab9e28cc49d4b2c6a18e2769ff90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f4adc93-8781-4c64-87c4-566dc3477f34" - ], - "x-ms-correlation-request-id": [ - "7f4adc93-8781-4c64-87c4-566dc3477f34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183000Z:7f4adc93-8781-4c64-87c4-566dc3477f34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "e323c12d84c04a56bc2bab92c0f68525" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d41be65d-a3e2-4d1e-8293-a0a3de093059" - ], - "x-ms-correlation-request-id": [ - "d41be65d-a3e2-4d1e-8293-a0a3de093059" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183001Z:d41be65d-a3e2-4d1e-8293-a0a3de093059" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "718a17c773c44c538cc922cc6e9bd0bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc1c3bb3-798c-419d-9f38-d491dd1dfd3d" - ], - "x-ms-correlation-request-id": [ - "bc1c3bb3-798c-419d-9f38-d491dd1dfd3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183001Z:bc1c3bb3-798c-419d-9f38-d491dd1dfd3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "f187597e8e18479a92d6bb4a6029ef3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9a87d0c-72cf-43dc-8115-abc9ea9023b7" - ], - "x-ms-correlation-request-id": [ - "c9a87d0c-72cf-43dc-8115-abc9ea9023b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183001Z:c9a87d0c-72cf-43dc-8115-abc9ea9023b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "75370c26e8d647a2914e4f1fa37edffd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e4b7501-796d-4a17-be81-c757f3cb4bdc" - ], - "x-ms-correlation-request-id": [ - "7e4b7501-796d-4a17-be81-c757f3cb4bdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183001Z:7e4b7501-796d-4a17-be81-c757f3cb4bdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "1458ee5f5d36404987aad1bb096e7dfc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "944d0ba5-d6c5-4fb6-93aa-497787d7ed17" - ], - "x-ms-correlation-request-id": [ - "944d0ba5-d6c5-4fb6-93aa-497787d7ed17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183001Z:944d0ba5-d6c5-4fb6-93aa-497787d7ed17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "f56ab382f22b409ea6d16f00a11f6bbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66aee550-9393-45cd-b9a2-b0d605ccc1cc" - ], - "x-ms-correlation-request-id": [ - "66aee550-9393-45cd-b9a2-b0d605ccc1cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183002Z:66aee550-9393-45cd-b9a2-b0d605ccc1cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "15de3cb4ef924cbf9cdcb26697cc8139" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f6e304e-fd78-43c6-bdc1-517597fe6ce1" - ], - "x-ms-correlation-request-id": [ - "6f6e304e-fd78-43c6-bdc1-517597fe6ce1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183002Z:6f6e304e-fd78-43c6-bdc1-517597fe6ce1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "45408b13cf924c9f84433a18605883bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d65065c0-944b-47d7-9fd1-865fe257e2f8" - ], - "x-ms-correlation-request-id": [ - "d65065c0-944b-47d7-9fd1-865fe257e2f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183002Z:d65065c0-944b-47d7-9fd1-865fe257e2f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "1e87b730a83645ab922ca8a1b6fbac8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0796e28d-9bdd-4809-b02b-8e828eed648d" - ], - "x-ms-correlation-request-id": [ - "0796e28d-9bdd-4809-b02b-8e828eed648d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183002Z:0796e28d-9bdd-4809-b02b-8e828eed648d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "695610d9225a403dbd1bfa9b766f004a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5448cd39-27ff-4398-942f-37f8664bf22d" - ], - "x-ms-correlation-request-id": [ - "5448cd39-27ff-4398-942f-37f8664bf22d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183002Z:5448cd39-27ff-4398-942f-37f8664bf22d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "3d18f5fb8ecf411e9e0b867ace943d96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f70cf26a-ed5b-4b80-8dec-8b424735e82e" - ], - "x-ms-correlation-request-id": [ - "f70cf26a-ed5b-4b80-8dec-8b424735e82e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183002Z:f70cf26a-ed5b-4b80-8dec-8b424735e82e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "fe2d955b0abe44249582640562ea14cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1009694e-230d-4d4b-b58e-100ced73bbd2" - ], - "x-ms-correlation-request-id": [ - "1009694e-230d-4d4b-b58e-100ced73bbd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183002Z:1009694e-230d-4d4b-b58e-100ced73bbd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "6fcf9df29d69403a96e9faa3e26f2399" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75912e86-f74b-43a6-8beb-499d4b1ae1e2" - ], - "x-ms-correlation-request-id": [ - "75912e86-f74b-43a6-8beb-499d4b1ae1e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183003Z:75912e86-f74b-43a6-8beb-499d4b1ae1e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "3a77f738081443e99f5d8457fabf2300" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4bb1398b-05b6-4470-8a47-c5d6081df7e0" - ], - "x-ms-correlation-request-id": [ - "4bb1398b-05b6-4470-8a47-c5d6081df7e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183003Z:4bb1398b-05b6-4470-8a47-c5d6081df7e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "1c741e89ec2646928d97566da8400127" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "847e2682-3405-40b6-ba52-9697c341b2b2" - ], - "x-ms-correlation-request-id": [ - "847e2682-3405-40b6-ba52-9697c341b2b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183003Z:847e2682-3405-40b6-ba52-9697c341b2b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "04e7e8972991423ab5a9bb2c31b9d4f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7667756e-2934-40bc-9086-1355f7c835e9" - ], - "x-ms-correlation-request-id": [ - "7667756e-2934-40bc-9086-1355f7c835e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183003Z:7667756e-2934-40bc-9086-1355f7c835e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "e76255c1b5e047fdbfbbf96b4684d0a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ca6051c-e5b1-4525-8267-0a841e584b8d" - ], - "x-ms-correlation-request-id": [ - "0ca6051c-e5b1-4525-8267-0a841e584b8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183003Z:0ca6051c-e5b1-4525-8267-0a841e584b8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "bfd964ea73384822913113ff97f95714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3161737e-d29a-4982-8117-1576ebd91a66" - ], - "x-ms-correlation-request-id": [ - "3161737e-d29a-4982-8117-1576ebd91a66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183003Z:3161737e-d29a-4982-8117-1576ebd91a66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "8ab4fecdee774c9bbc69c20b95434826" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "264d1434-1e94-47a4-b3c5-572eff3968bb" - ], - "x-ms-correlation-request-id": [ - "264d1434-1e94-47a4-b3c5-572eff3968bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:264d1434-1e94-47a4-b3c5-572eff3968bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "c075837443f143f098c4461cf6cdb54f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d27a7380-eb01-4c0b-8807-57024fb23252" - ], - "x-ms-correlation-request-id": [ - "d27a7380-eb01-4c0b-8807-57024fb23252" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:d27a7380-eb01-4c0b-8807-57024fb23252" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "d8d4561bd01b405a923b0c367ad16341" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "639241ef-1cd9-4987-85d8-f1908dba0ce1" - ], - "x-ms-correlation-request-id": [ - "639241ef-1cd9-4987-85d8-f1908dba0ce1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:639241ef-1cd9-4987-85d8-f1908dba0ce1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "55ea2716c50a459387020480c9111098" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bc204de-b79c-4b5e-852c-7f0d1e753aca" - ], - "x-ms-correlation-request-id": [ - "9bc204de-b79c-4b5e-852c-7f0d1e753aca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:9bc204de-b79c-4b5e-852c-7f0d1e753aca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "ef0f1197a8c64f11a645a7338fcb3bb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6874bc3-8cbd-402c-9546-8834096df042" - ], - "x-ms-correlation-request-id": [ - "f6874bc3-8cbd-402c-9546-8834096df042" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:f6874bc3-8cbd-402c-9546-8834096df042" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "d25961267384442e816a47319db7f6f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50521656-4bc7-4f14-9553-446004dae644" - ], - "x-ms-correlation-request-id": [ - "50521656-4bc7-4f14-9553-446004dae644" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:50521656-4bc7-4f14-9553-446004dae644" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "a2ef4ed4fc434888b48f2ffa32e2b76e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d86e2fe2-31b3-4aa4-9e1c-3914c52bac06" - ], - "x-ms-correlation-request-id": [ - "d86e2fe2-31b3-4aa4-9e1c-3914c52bac06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:d86e2fe2-31b3-4aa4-9e1c-3914c52bac06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "12897623395349a58dfd308e5b8f0e51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b4f83d3-03ab-42b3-855e-1e18346085f3" - ], - "x-ms-correlation-request-id": [ - "2b4f83d3-03ab-42b3-855e-1e18346085f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:2b4f83d3-03ab-42b3-855e-1e18346085f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "bd17b84103624ff1ab46200eeee3fb85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5316fa2-92d4-431d-ac83-1fb595077f5d" - ], - "x-ms-correlation-request-id": [ - "e5316fa2-92d4-431d-ac83-1fb595077f5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:e5316fa2-92d4-431d-ac83-1fb595077f5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "342c1d55ce0949f3b6db93f69019d46b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f1fac7b-2ea5-4f00-b072-7e789a7c6a7e" - ], - "x-ms-correlation-request-id": [ - "1f1fac7b-2ea5-4f00-b072-7e789a7c6a7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183004Z:1f1fac7b-2ea5-4f00-b072-7e789a7c6a7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "9226aebb1f7f454b9b3aeca9fba680bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c530ce70-6237-4754-bccf-292e97e7697a" - ], - "x-ms-correlation-request-id": [ - "c530ce70-6237-4754-bccf-292e97e7697a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183005Z:c530ce70-6237-4754-bccf-292e97e7697a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "84dd5b2f005848aa9ad98b41f106938e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9451ce1d-243e-40c8-a760-de1fa131f2e5" - ], - "x-ms-correlation-request-id": [ - "9451ce1d-243e-40c8-a760-de1fa131f2e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183005Z:9451ce1d-243e-40c8-a760-de1fa131f2e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "9b09583112c14ee18d7998222513b288" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e65f965a-0fce-4743-bb73-019b6cf1f992" - ], - "x-ms-correlation-request-id": [ - "e65f965a-0fce-4743-bb73-019b6cf1f992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183005Z:e65f965a-0fce-4743-bb73-019b6cf1f992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "8df1231c1e80465bb5bb937f5d7f6e74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abab74cf-f9d7-4735-b656-f7c0fe15f069" - ], - "x-ms-correlation-request-id": [ - "abab74cf-f9d7-4735-b656-f7c0fe15f069" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183005Z:abab74cf-f9d7-4735-b656-f7c0fe15f069" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "f1c7c92a6cf045cd8bebae38f2cf0d1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a29975a-7dad-49d1-9ee8-e5a46f0c4c63" - ], - "x-ms-correlation-request-id": [ - "0a29975a-7dad-49d1-9ee8-e5a46f0c4c63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183005Z:0a29975a-7dad-49d1-9ee8-e5a46f0c4c63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "5ed5be9d7ae14c2abc89bc1f01f170ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1463dba5-0784-4354-aa88-e7170113e8cb" - ], - "x-ms-correlation-request-id": [ - "1463dba5-0784-4354-aa88-e7170113e8cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183005Z:1463dba5-0784-4354-aa88-e7170113e8cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "5de17de75481412b8415fa523bdc04e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d00f6a91-0792-4b7d-a964-8d51119394a2" - ], - "x-ms-correlation-request-id": [ - "d00f6a91-0792-4b7d-a964-8d51119394a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183006Z:d00f6a91-0792-4b7d-a964-8d51119394a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "c4dbb8357ef541c89dfd40bb13d3322e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df32c977-4e22-4db6-914b-270f2199413d" - ], - "x-ms-correlation-request-id": [ - "df32c977-4e22-4db6-914b-270f2199413d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183006Z:df32c977-4e22-4db6-914b-270f2199413d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "01c71e5006964f88b850793eecc46ce4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2ebd588-176e-4713-b161-7e7ac4cabe2d" - ], - "x-ms-correlation-request-id": [ - "b2ebd588-176e-4713-b161-7e7ac4cabe2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183006Z:b2ebd588-176e-4713-b161-7e7ac4cabe2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "7883c90a30314bc1a297d27b48104ba0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b7b2a95-1bdb-4972-93c0-448325961ed1" - ], - "x-ms-correlation-request-id": [ - "5b7b2a95-1bdb-4972-93c0-448325961ed1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183006Z:5b7b2a95-1bdb-4972-93c0-448325961ed1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "e3477922b9464db28c17598a71e1689b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79b471bf-8642-4662-bd09-2404b2643754" - ], - "x-ms-correlation-request-id": [ - "79b471bf-8642-4662-bd09-2404b2643754" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183006Z:79b471bf-8642-4662-bd09-2404b2643754" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "a70f48b8c08f42908897ddecaee71f8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43a370b3-e876-4977-a22c-783f13737ce2" - ], - "x-ms-correlation-request-id": [ - "43a370b3-e876-4977-a22c-783f13737ce2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183006Z:43a370b3-e876-4977-a22c-783f13737ce2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "60a718d0332b4e5bb3ef52df0847485f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d364ba54-8a1f-4ecb-9a6e-fc871a401852" - ], - "x-ms-correlation-request-id": [ - "d364ba54-8a1f-4ecb-9a6e-fc871a401852" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183006Z:d364ba54-8a1f-4ecb-9a6e-fc871a401852" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "3f552df581454f5ab93ffbe9a61bbc75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a614742-2c5f-43b4-9384-920d4c4c2a1b" - ], - "x-ms-correlation-request-id": [ - "8a614742-2c5f-43b4-9384-920d4c4c2a1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:8a614742-2c5f-43b4-9384-920d4c4c2a1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "dbf76e03f62d4da2a9b44bfd46834ab8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf3dfa0b-dc26-42f7-b7fa-774d8483811a" - ], - "x-ms-correlation-request-id": [ - "bf3dfa0b-dc26-42f7-b7fa-774d8483811a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:bf3dfa0b-dc26-42f7-b7fa-774d8483811a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "d01ab0022c4a4453b49b53a93b768d37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4eb785a3-623c-41e7-9642-0d0c4cf0a992" - ], - "x-ms-correlation-request-id": [ - "4eb785a3-623c-41e7-9642-0d0c4cf0a992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:4eb785a3-623c-41e7-9642-0d0c4cf0a992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "f1fe0a71b721430698831d38e5fc3c5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "586c6944-a5f3-46d2-9e92-26dcd0959960" - ], - "x-ms-correlation-request-id": [ - "586c6944-a5f3-46d2-9e92-26dcd0959960" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:586c6944-a5f3-46d2-9e92-26dcd0959960" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "0921a2336d044d6390d89911ecdc4972" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94d585e1-f0f6-4a8c-961f-cb1aaae18a5f" - ], - "x-ms-correlation-request-id": [ - "94d585e1-f0f6-4a8c-961f-cb1aaae18a5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:94d585e1-f0f6-4a8c-961f-cb1aaae18a5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "6239dbbcd3da438a877e6c8552898284" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8c04e28-8b3c-48d1-ac63-4cfb25ff56fa" - ], - "x-ms-correlation-request-id": [ - "a8c04e28-8b3c-48d1-ac63-4cfb25ff56fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:a8c04e28-8b3c-48d1-ac63-4cfb25ff56fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "d02a5fc3f2d144c0b5ad97e8e627c551" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c82a2ab-3a6a-4b42-b274-141127ca3792" - ], - "x-ms-correlation-request-id": [ - "1c82a2ab-3a6a-4b42-b274-141127ca3792" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:1c82a2ab-3a6a-4b42-b274-141127ca3792" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "54f9dcce80294f2795c2309956563de7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5287e99c-d176-46a7-b3fe-b59b84f5c5a3" - ], - "x-ms-correlation-request-id": [ - "5287e99c-d176-46a7-b3fe-b59b84f5c5a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183007Z:5287e99c-d176-46a7-b3fe-b59b84f5c5a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "e152be0ab03946d7b2ae036970b32cda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "260ff4e8-73f3-4447-b90c-1a84114a13cf" - ], - "x-ms-correlation-request-id": [ - "260ff4e8-73f3-4447-b90c-1a84114a13cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:260ff4e8-73f3-4447-b90c-1a84114a13cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "41987bd6a9be495db4d4071dd890bd9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f78bcb8e-1af4-4091-8cb1-b0b4588d5f5f" - ], - "x-ms-correlation-request-id": [ - "f78bcb8e-1af4-4091-8cb1-b0b4588d5f5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:f78bcb8e-1af4-4091-8cb1-b0b4588d5f5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "23cc56fee3644b46a5475baf70fcaac9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89bd6ace-d522-41d7-ba33-941f96f29a28" - ], - "x-ms-correlation-request-id": [ - "89bd6ace-d522-41d7-ba33-941f96f29a28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:89bd6ace-d522-41d7-ba33-941f96f29a28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "5fe92a41fe2742a2a784755eedd962ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc6bef14-df3f-4001-b510-5d854704d36d" - ], - "x-ms-correlation-request-id": [ - "bc6bef14-df3f-4001-b510-5d854704d36d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:bc6bef14-df3f-4001-b510-5d854704d36d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "e4fb82f934ae46a7850755db9010dd71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e02220c1-ebdf-4914-aa83-861001074a08" - ], - "x-ms-correlation-request-id": [ - "e02220c1-ebdf-4914-aa83-861001074a08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:e02220c1-ebdf-4914-aa83-861001074a08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "3997e01d02154e2d848494cdd74382d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97167f05-24e9-4e7a-a48f-2d4da0827974" - ], - "x-ms-correlation-request-id": [ - "97167f05-24e9-4e7a-a48f-2d4da0827974" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:97167f05-24e9-4e7a-a48f-2d4da0827974" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "a50ef23bd42e40fc83989c3073c2956c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b5c0108-328e-4606-a1fc-198ce613c0ea" - ], - "x-ms-correlation-request-id": [ - "2b5c0108-328e-4606-a1fc-198ce613c0ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:2b5c0108-328e-4606-a1fc-198ce613c0ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "608a2e38cb4a4db88a2a693a11838a94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94713c89-b68e-4f94-97e7-439d27b1157b" - ], - "x-ms-correlation-request-id": [ - "94713c89-b68e-4f94-97e7-439d27b1157b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183008Z:94713c89-b68e-4f94-97e7-439d27b1157b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "999a04f5202645dcb7ff4d14843b9947" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb5de644-d50b-45d8-98be-c095c3f5e64e" - ], - "x-ms-correlation-request-id": [ - "cb5de644-d50b-45d8-98be-c095c3f5e64e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:cb5de644-d50b-45d8-98be-c095c3f5e64e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "7142f0c8b1664b7ab9082ae4126fb4bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd9178d6-694b-4c3a-9472-e03bf2c07b23" - ], - "x-ms-correlation-request-id": [ - "dd9178d6-694b-4c3a-9472-e03bf2c07b23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:dd9178d6-694b-4c3a-9472-e03bf2c07b23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "d18f9ded8a6e4674b96e886cfa1cd8d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef134b80-f99b-4e7e-a1c9-b728f7e8fbc2" - ], - "x-ms-correlation-request-id": [ - "ef134b80-f99b-4e7e-a1c9-b728f7e8fbc2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:ef134b80-f99b-4e7e-a1c9-b728f7e8fbc2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "f5e9294e23464ff38e8611e4b0d08388" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25ddc891-b6aa-4cea-9cca-e467d4f6da01" - ], - "x-ms-correlation-request-id": [ - "25ddc891-b6aa-4cea-9cca-e467d4f6da01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:25ddc891-b6aa-4cea-9cca-e467d4f6da01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "42d4359dc20240eead86ffc80187ba97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb8d16fe-a5a4-42f9-82d4-efd44f090940" - ], - "x-ms-correlation-request-id": [ - "cb8d16fe-a5a4-42f9-82d4-efd44f090940" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:cb8d16fe-a5a4-42f9-82d4-efd44f090940" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "76d515b17ee947b9b4d0fd3a68f83097" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b66c326-99c5-4c61-b5df-cf7d4b035f2b" - ], - "x-ms-correlation-request-id": [ - "2b66c326-99c5-4c61-b5df-cf7d4b035f2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:2b66c326-99c5-4c61-b5df-cf7d4b035f2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "af4fe6e15f30457fb430f9963327d23d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ea2dadf-2200-4f4f-aa97-660a84064f5d" - ], - "x-ms-correlation-request-id": [ - "0ea2dadf-2200-4f4f-aa97-660a84064f5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:0ea2dadf-2200-4f4f-aa97-660a84064f5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "f2ba46b0fc794fa7a29a9b1efc8f89d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c947e1b-43f5-4801-b4c5-927b8e8f49ee" - ], - "x-ms-correlation-request-id": [ - "8c947e1b-43f5-4801-b4c5-927b8e8f49ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:8c947e1b-43f5-4801-b4c5-927b8e8f49ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "a9d1d1c7da854a9cb9e4da34595c0246" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e40c2151-15f8-4c2f-8783-c68505c6a9f3" - ], - "x-ms-correlation-request-id": [ - "e40c2151-15f8-4c2f-8783-c68505c6a9f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183009Z:e40c2151-15f8-4c2f-8783-c68505c6a9f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "1eaee8da5ce64238981df9b46c2b0bad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f80050b-d992-46f6-837f-e510e9631bf9" - ], - "x-ms-correlation-request-id": [ - "5f80050b-d992-46f6-837f-e510e9631bf9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:5f80050b-d992-46f6-837f-e510e9631bf9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "f338c6392ff149529e7c6590961d2d5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "178fada2-2f6d-4ce3-84e0-e5ed6874e5cd" - ], - "x-ms-correlation-request-id": [ - "178fada2-2f6d-4ce3-84e0-e5ed6874e5cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:178fada2-2f6d-4ce3-84e0-e5ed6874e5cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "230096dccd654a9a9909cd11a94ed830" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae1a4c43-9579-4e5d-90c7-97aea62e96d5" - ], - "x-ms-correlation-request-id": [ - "ae1a4c43-9579-4e5d-90c7-97aea62e96d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:ae1a4c43-9579-4e5d-90c7-97aea62e96d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "a11cbdc415e74b68a07cf16c49cf741c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "928b9d45-606c-4485-9359-a451792d4d0b" - ], - "x-ms-correlation-request-id": [ - "928b9d45-606c-4485-9359-a451792d4d0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:928b9d45-606c-4485-9359-a451792d4d0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "c6cf73b28987411e8a1f7cbd9502d584" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42940910-cab8-424c-9e4f-883a2f181686" - ], - "x-ms-correlation-request-id": [ - "42940910-cab8-424c-9e4f-883a2f181686" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:42940910-cab8-424c-9e4f-883a2f181686" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "70b2b6b745c840c29bb0784ec42a5235" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5d7af3f-8324-4014-bd6e-7f1360380512" - ], - "x-ms-correlation-request-id": [ - "b5d7af3f-8324-4014-bd6e-7f1360380512" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:b5d7af3f-8324-4014-bd6e-7f1360380512" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "0262f3fbb86f48da987a402012b7b407" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d7606ff-c74b-4389-a08e-575ea21f49eb" - ], - "x-ms-correlation-request-id": [ - "0d7606ff-c74b-4389-a08e-575ea21f49eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:0d7606ff-c74b-4389-a08e-575ea21f49eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "d060d073493d41c8a5a0cd13ae77ce59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4bf1b5fd-1979-4bf9-8e4d-410cffd3c001" - ], - "x-ms-correlation-request-id": [ - "4bf1b5fd-1979-4bf9-8e4d-410cffd3c001" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:4bf1b5fd-1979-4bf9-8e4d-410cffd3c001" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "f2691c88e580460aa8405fe8e18d08ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5a427ab-3d0d-4193-a0a9-271cc1ebb92d" - ], - "x-ms-correlation-request-id": [ - "d5a427ab-3d0d-4193-a0a9-271cc1ebb92d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183010Z:d5a427ab-3d0d-4193-a0a9-271cc1ebb92d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "315fb628b1f34defbd09ba953d7faa91" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44e9c4cf-afb7-4d84-b252-e9d63c3f5bc2" - ], - "x-ms-correlation-request-id": [ - "44e9c4cf-afb7-4d84-b252-e9d63c3f5bc2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183011Z:44e9c4cf-afb7-4d84-b252-e9d63c3f5bc2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "f33f6624391f43dfa63c2a2497cb7d17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68e62bb3-cc31-4553-8803-055561c58c74" - ], - "x-ms-correlation-request-id": [ - "68e62bb3-cc31-4553-8803-055561c58c74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183011Z:68e62bb3-cc31-4553-8803-055561c58c74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "3e04cb9778e04e90bb1dcbd9ce201ae9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08aee007-a864-478e-9ec1-e6df069c4c26" - ], - "x-ms-correlation-request-id": [ - "08aee007-a864-478e-9ec1-e6df069c4c26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183011Z:08aee007-a864-478e-9ec1-e6df069c4c26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "7741f02e4e2c413794bab2278850cff3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f701fc4-a437-4db1-907f-9ed4d8ae45f6" - ], - "x-ms-correlation-request-id": [ - "1f701fc4-a437-4db1-907f-9ed4d8ae45f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183011Z:1f701fc4-a437-4db1-907f-9ed4d8ae45f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "6749026e24594442b83da075aec1324d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eebc4a02-0e5c-44f3-b01e-fa43c78b4a2d" - ], - "x-ms-correlation-request-id": [ - "eebc4a02-0e5c-44f3-b01e-fa43c78b4a2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183011Z:eebc4a02-0e5c-44f3-b01e-fa43c78b4a2d" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "17324e3c09234397bb0e3bce18091310" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4f060dc-f27d-469c-8d66-846da5ed21db" - ], - "x-ms-correlation-request-id": [ - "f4f060dc-f27d-469c-8d66-846da5ed21db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:f4f060dc-f27d-469c-8d66-846da5ed21db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "92f8781bfc79433db59074daa14c5b2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c037b05d-259b-417e-866d-83eba6c5042b" - ], - "x-ms-correlation-request-id": [ - "c037b05d-259b-417e-866d-83eba6c5042b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:c037b05d-259b-417e-866d-83eba6c5042b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "bb6d0c72fc334d8096102ff93fc50c8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03cc6997-543d-4016-a7ba-3d49b5752b49" - ], - "x-ms-correlation-request-id": [ - "03cc6997-543d-4016-a7ba-3d49b5752b49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:03cc6997-543d-4016-a7ba-3d49b5752b49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "ed40f152b94740be99914fe2f5d98925" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20a3eb62-dd98-4608-a776-397e7fea44c1" - ], - "x-ms-correlation-request-id": [ - "20a3eb62-dd98-4608-a776-397e7fea44c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:20a3eb62-dd98-4608-a776-397e7fea44c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "516c6972f03e40888c39acd77ba1408f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "988cec0f-4701-4775-a516-dad9044afb0b" - ], - "x-ms-correlation-request-id": [ - "988cec0f-4701-4775-a516-dad9044afb0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:988cec0f-4701-4775-a516-dad9044afb0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "e3584b8ba9be415197fda12899d50e3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6254960b-7fc3-4b81-b072-cd6895d218f9" - ], - "x-ms-correlation-request-id": [ - "6254960b-7fc3-4b81-b072-cd6895d218f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:6254960b-7fc3-4b81-b072-cd6895d218f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "b2c69849d67f45ee8f2492c3faeaf4a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a3d0724-60d6-43c8-a5c5-5bb4ac3e7a76" - ], - "x-ms-correlation-request-id": [ - "5a3d0724-60d6-43c8-a5c5-5bb4ac3e7a76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:5a3d0724-60d6-43c8-a5c5-5bb4ac3e7a76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "33f562070bfd4b80b2becb039e53be3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7eb81ee4-5c08-4147-a4bd-ebb89e06c8dc" - ], - "x-ms-correlation-request-id": [ - "7eb81ee4-5c08-4147-a4bd-ebb89e06c8dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:7eb81ee4-5c08-4147-a4bd-ebb89e06c8dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "0c2a3ac239eb49d3b6d4838d98cd68b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d50b7b39-09a0-4613-9eb0-c1ebc612c61e" - ], - "x-ms-correlation-request-id": [ - "d50b7b39-09a0-4613-9eb0-c1ebc612c61e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183012Z:d50b7b39-09a0-4613-9eb0-c1ebc612c61e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "5311fd76f3b24fc29db4cef13fe28a69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "603b0310-c86d-4f37-9a13-73d3bbddf913" - ], - "x-ms-correlation-request-id": [ - "603b0310-c86d-4f37-9a13-73d3bbddf913" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:603b0310-c86d-4f37-9a13-73d3bbddf913" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "d14eeabfe5c94f67bbd3850f8dee4463" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c46d97a0-ef7b-4eec-9864-9e495b58bbf8" - ], - "x-ms-correlation-request-id": [ - "c46d97a0-ef7b-4eec-9864-9e495b58bbf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:c46d97a0-ef7b-4eec-9864-9e495b58bbf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "2b33ae637d15491b9a8b5662f4b23a6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5487e53-2471-42bf-a8da-6b4c4eea257c" - ], - "x-ms-correlation-request-id": [ - "b5487e53-2471-42bf-a8da-6b4c4eea257c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:b5487e53-2471-42bf-a8da-6b4c4eea257c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "96e59e50ddb143f2ba4dd59ea0498139" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ac738cc-c565-474f-9671-7357e0e67285" - ], - "x-ms-correlation-request-id": [ - "0ac738cc-c565-474f-9671-7357e0e67285" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:0ac738cc-c565-474f-9671-7357e0e67285" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "560a6c8320ec41528e8538a84092a2d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99420d24-360b-4390-926a-d77b0fde93a5" - ], - "x-ms-correlation-request-id": [ - "99420d24-360b-4390-926a-d77b0fde93a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:99420d24-360b-4390-926a-d77b0fde93a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "c98a9be928b048368d064fe747716b54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e013943-808f-42ba-92bc-8daf9cf974ce" - ], - "x-ms-correlation-request-id": [ - "3e013943-808f-42ba-92bc-8daf9cf974ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:3e013943-808f-42ba-92bc-8daf9cf974ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "faf1727dbf244b07a782c515e456beeb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47e622f6-4ec2-435e-8863-88e9d008b4b1" - ], - "x-ms-correlation-request-id": [ - "47e622f6-4ec2-435e-8863-88e9d008b4b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:47e622f6-4ec2-435e-8863-88e9d008b4b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "ecd8908191664448a83b74cf987f0ea5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "014aaec2-cffe-4e50-bee5-82b1c2e5bb58" - ], - "x-ms-correlation-request-id": [ - "014aaec2-cffe-4e50-bee5-82b1c2e5bb58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183013Z:014aaec2-cffe-4e50-bee5-82b1c2e5bb58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "44817c2da0ce4cd9b0dde08b35406c05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b15b4ae-f0f5-446c-b90f-8359a470a9fd" - ], - "x-ms-correlation-request-id": [ - "8b15b4ae-f0f5-446c-b90f-8359a470a9fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183014Z:8b15b4ae-f0f5-446c-b90f-8359a470a9fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "502c981e486f4127be0dbc11d1ca3d70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b6855ef-dbe4-4c01-9abf-caa75ca3b017" - ], - "x-ms-correlation-request-id": [ - "5b6855ef-dbe4-4c01-9abf-caa75ca3b017" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183014Z:5b6855ef-dbe4-4c01-9abf-caa75ca3b017" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "3ebbd098c0b04eb4b776f432e2e7644e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d989c82e-a2c2-4193-9d1b-1f87233e74fb" - ], - "x-ms-correlation-request-id": [ - "d989c82e-a2c2-4193-9d1b-1f87233e74fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183014Z:d989c82e-a2c2-4193-9d1b-1f87233e74fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "41e0837fbf1045d0b4188f63472f02c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aae9370b-d128-47c8-a2b6-f897e40f0d1f" - ], - "x-ms-correlation-request-id": [ - "aae9370b-d128-47c8-a2b6-f897e40f0d1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183014Z:aae9370b-d128-47c8-a2b6-f897e40f0d1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "82e37624f4124ee18435fd2aab799406" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "167328b1-193d-43d7-980d-273ef4621f91" - ], - "x-ms-correlation-request-id": [ - "167328b1-193d-43d7-980d-273ef4621f91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183014Z:167328b1-193d-43d7-980d-273ef4621f91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "8f4254d7accd408480613425ea3966d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21b5d3f6-851b-4cea-8946-da663b4e7b40" - ], - "x-ms-correlation-request-id": [ - "21b5d3f6-851b-4cea-8946-da663b4e7b40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183014Z:21b5d3f6-851b-4cea-8946-da663b4e7b40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "396fc16e6e0c426084dda607f4da46f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d8a71ac-fd39-4297-b5d6-71c6c76eb3ff" - ], - "x-ms-correlation-request-id": [ - "2d8a71ac-fd39-4297-b5d6-71c6c76eb3ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183015Z:2d8a71ac-fd39-4297-b5d6-71c6c76eb3ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "fb8daca4bc2d45879820294ee46c2104" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e16aef7f-e2c3-4bdb-a662-33b4d41e83b9" - ], - "x-ms-correlation-request-id": [ - "e16aef7f-e2c3-4bdb-a662-33b4d41e83b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183015Z:e16aef7f-e2c3-4bdb-a662-33b4d41e83b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "d75c7fdc7d414fa5b8dd34b275bdae59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad604a6b-8ee5-452b-9796-92840395b5bc" - ], - "x-ms-correlation-request-id": [ - "ad604a6b-8ee5-452b-9796-92840395b5bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183015Z:ad604a6b-8ee5-452b-9796-92840395b5bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "086a91767da24a2091109343cf00b745" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f1d0ac6-79a7-450e-b699-b1844f0ee7fe" - ], - "x-ms-correlation-request-id": [ - "8f1d0ac6-79a7-450e-b699-b1844f0ee7fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183015Z:8f1d0ac6-79a7-450e-b699-b1844f0ee7fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "49c20bf81eb84b8bb345dc5c9e888d2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d226a5b0-4d0e-4e37-9111-6ecdc74a73a1" - ], - "x-ms-correlation-request-id": [ - "d226a5b0-4d0e-4e37-9111-6ecdc74a73a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183015Z:d226a5b0-4d0e-4e37-9111-6ecdc74a73a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "11d549c0745948aabdff734a7236a72b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5722e209-c117-4a8a-857b-58570c61d849" - ], - "x-ms-correlation-request-id": [ - "5722e209-c117-4a8a-857b-58570c61d849" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183015Z:5722e209-c117-4a8a-857b-58570c61d849" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "7267cfc94d684265a8813366f29b3ec8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96ba1423-18fd-495b-aaab-84c914f4186e" - ], - "x-ms-correlation-request-id": [ - "96ba1423-18fd-495b-aaab-84c914f4186e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183015Z:96ba1423-18fd-495b-aaab-84c914f4186e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "088f9c379aba4a23bdaa82fa2bb3cf4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b962060a-2d3a-4d88-a9a2-dd3539624dd0" - ], - "x-ms-correlation-request-id": [ - "b962060a-2d3a-4d88-a9a2-dd3539624dd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183016Z:b962060a-2d3a-4d88-a9a2-dd3539624dd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "e0791305b33647c796644c615a3a476b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "063c4ec7-e66a-4005-ae4c-dee874d4a7e0" - ], - "x-ms-correlation-request-id": [ - "063c4ec7-e66a-4005-ae4c-dee874d4a7e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183016Z:063c4ec7-e66a-4005-ae4c-dee874d4a7e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "e335dafb160d4cd2acf038be6140240b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf564406-a399-42ba-ad0f-dd1badd124c8" - ], - "x-ms-correlation-request-id": [ - "bf564406-a399-42ba-ad0f-dd1badd124c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183016Z:bf564406-a399-42ba-ad0f-dd1badd124c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "6c0d5577601d4b86a8fc0975bcea3ef8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf7f2cce-4607-4f5d-9600-4a6d5f80f021" - ], - "x-ms-correlation-request-id": [ - "bf7f2cce-4607-4f5d-9600-4a6d5f80f021" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183016Z:bf7f2cce-4607-4f5d-9600-4a6d5f80f021" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "2a02b7c2b6b2430f925ce16e9751d0cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9e70464-6318-4498-b6ec-4eacd6a34ecd" - ], - "x-ms-correlation-request-id": [ - "c9e70464-6318-4498-b6ec-4eacd6a34ecd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183016Z:c9e70464-6318-4498-b6ec-4eacd6a34ecd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "5bcc5f98ac3b473cbafcb41d6a66ac9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "813ece3b-9d0b-41dc-b03d-b2be419fbc28" - ], - "x-ms-correlation-request-id": [ - "813ece3b-9d0b-41dc-b03d-b2be419fbc28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183016Z:813ece3b-9d0b-41dc-b03d-b2be419fbc28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "d9a493a599a44682827eee86a070266b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e35177a-2ccf-4370-805e-ade18aec8720" - ], - "x-ms-correlation-request-id": [ - "3e35177a-2ccf-4370-805e-ade18aec8720" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183016Z:3e35177a-2ccf-4370-805e-ade18aec8720" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "611f716816bb4f62b93f03dfbb611e59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52c68f41-c5fa-4aad-bd21-2e32a225b355" - ], - "x-ms-correlation-request-id": [ - "52c68f41-c5fa-4aad-bd21-2e32a225b355" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:52c68f41-c5fa-4aad-bd21-2e32a225b355" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "49f16853e2b14cd6bdbd356b67b5010b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e4340eb-f14e-44ef-91e0-edff44c7091f" - ], - "x-ms-correlation-request-id": [ - "3e4340eb-f14e-44ef-91e0-edff44c7091f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:3e4340eb-f14e-44ef-91e0-edff44c7091f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "9ad0875d09a04a5a91b819402cec3028" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d255f41-4dc1-4dfe-977a-5f59ec242c2d" - ], - "x-ms-correlation-request-id": [ - "2d255f41-4dc1-4dfe-977a-5f59ec242c2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:2d255f41-4dc1-4dfe-977a-5f59ec242c2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "162be0bd6032401da3045945a25b4bcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "edc810c2-7418-463d-9fbd-30478e1a1deb" - ], - "x-ms-correlation-request-id": [ - "edc810c2-7418-463d-9fbd-30478e1a1deb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:edc810c2-7418-463d-9fbd-30478e1a1deb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "e9167ab5464f4f28a429b128a2f30052" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca99ac65-dc86-4147-a896-688502cb8dea" - ], - "x-ms-correlation-request-id": [ - "ca99ac65-dc86-4147-a896-688502cb8dea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:ca99ac65-dc86-4147-a896-688502cb8dea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "3288a881cbba4fd28150f705e6308230" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9636187-47c8-4e30-b1a4-2eaf51e193b3" - ], - "x-ms-correlation-request-id": [ - "d9636187-47c8-4e30-b1a4-2eaf51e193b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:d9636187-47c8-4e30-b1a4-2eaf51e193b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "4dddf9dc42ef4b5eb31bc1091a13d71e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f716d60-5d7c-4223-8efb-5f477b226d1d" - ], - "x-ms-correlation-request-id": [ - "7f716d60-5d7c-4223-8efb-5f477b226d1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:7f716d60-5d7c-4223-8efb-5f477b226d1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "fbe4b1c03af74f5c8e437665f98d8d56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7b1e832-ed5b-40d7-8bb6-c29fa6063573" - ], - "x-ms-correlation-request-id": [ - "d7b1e832-ed5b-40d7-8bb6-c29fa6063573" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183017Z:d7b1e832-ed5b-40d7-8bb6-c29fa6063573" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "a8ad9f0a758e4919a81373624f345683" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4fef216-7607-4a05-ba2b-25e0e4f35c6a" - ], - "x-ms-correlation-request-id": [ - "c4fef216-7607-4a05-ba2b-25e0e4f35c6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183018Z:c4fef216-7607-4a05-ba2b-25e0e4f35c6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "25d1ec8bef6946d2bab10e2c9d56fa35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "058e43b0-850b-4390-9067-f912a6b4fbac" - ], - "x-ms-correlation-request-id": [ - "058e43b0-850b-4390-9067-f912a6b4fbac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183018Z:058e43b0-850b-4390-9067-f912a6b4fbac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "2fa15c24a087403dacfae8aa0bbea640" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa912c9e-c1a1-4e15-9934-8e2e5849806b" - ], - "x-ms-correlation-request-id": [ - "fa912c9e-c1a1-4e15-9934-8e2e5849806b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183018Z:fa912c9e-c1a1-4e15-9934-8e2e5849806b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "e4a6f3da995d44859364a41d19640698" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18f40f96-b146-4e1d-86e9-3c0f2688c08f" - ], - "x-ms-correlation-request-id": [ - "18f40f96-b146-4e1d-86e9-3c0f2688c08f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183018Z:18f40f96-b146-4e1d-86e9-3c0f2688c08f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "de6bb1ea5f274a17a6fa00138eaeb6af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a3a8cc2-fde0-4fcf-8d39-3c2846a68f06" - ], - "x-ms-correlation-request-id": [ - "0a3a8cc2-fde0-4fcf-8d39-3c2846a68f06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183018Z:0a3a8cc2-fde0-4fcf-8d39-3c2846a68f06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "60ea6d30cd174da391927e1e19f5a4cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea00ecbf-9a8a-46b5-8ec4-e1becbd409c2" - ], - "x-ms-correlation-request-id": [ - "ea00ecbf-9a8a-46b5-8ec4-e1becbd409c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183018Z:ea00ecbf-9a8a-46b5-8ec4-e1becbd409c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "1d5daf242ae54de780e6e8a60b1c6abd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdab2f52-ae66-45af-b299-dbbb64380205" - ], - "x-ms-correlation-request-id": [ - "cdab2f52-ae66-45af-b299-dbbb64380205" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:cdab2f52-ae66-45af-b299-dbbb64380205" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "35f7667f1db041fa8486c1f3bbdc3f41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "977f5546-5c22-4ce3-8eca-66ac680a783b" - ], - "x-ms-correlation-request-id": [ - "977f5546-5c22-4ce3-8eca-66ac680a783b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:977f5546-5c22-4ce3-8eca-66ac680a783b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "3d634e2df243471bbf64e4bbca5428c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c99b9661-93a4-4f3e-8c56-c90148dbc85a" - ], - "x-ms-correlation-request-id": [ - "c99b9661-93a4-4f3e-8c56-c90148dbc85a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:c99b9661-93a4-4f3e-8c56-c90148dbc85a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "657e9f5643af40bba7253337c32aa150" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "984025bf-4f7a-4d98-a190-4b0e905d7053" - ], - "x-ms-correlation-request-id": [ - "984025bf-4f7a-4d98-a190-4b0e905d7053" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:984025bf-4f7a-4d98-a190-4b0e905d7053" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "f7f61a1d4df84cb19111667d316ff72e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3550ea25-8635-43e9-8054-5044a9624387" - ], - "x-ms-correlation-request-id": [ - "3550ea25-8635-43e9-8054-5044a9624387" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:3550ea25-8635-43e9-8054-5044a9624387" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "abf7ceff1a63474ab2008764a7060354" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f47f4dc-affc-4c6a-99aa-b6816b377384" - ], - "x-ms-correlation-request-id": [ - "6f47f4dc-affc-4c6a-99aa-b6816b377384" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:6f47f4dc-affc-4c6a-99aa-b6816b377384" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "614a416c08d0450084d63b8162d60a85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "970d5015-d7bc-4ef3-bcbc-3e3c93e41573" - ], - "x-ms-correlation-request-id": [ - "970d5015-d7bc-4ef3-bcbc-3e3c93e41573" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:970d5015-d7bc-4ef3-bcbc-3e3c93e41573" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "0f89d38f8b604c40881660b594e28c41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6700924a-5459-4d2d-87d3-c745fab69636" - ], - "x-ms-correlation-request-id": [ - "6700924a-5459-4d2d-87d3-c745fab69636" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:6700924a-5459-4d2d-87d3-c745fab69636" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "9180528bea334898a96f10454bfc3176" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d89e60f2-17bd-4c7e-9153-5c89f0cd0dd3" - ], - "x-ms-correlation-request-id": [ - "d89e60f2-17bd-4c7e-9153-5c89f0cd0dd3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183019Z:d89e60f2-17bd-4c7e-9153-5c89f0cd0dd3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "9a40d4cd0eee4fa6a133c26e62bd1886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f29aac7-208d-4f06-8968-fb676225bbb0" - ], - "x-ms-correlation-request-id": [ - "3f29aac7-208d-4f06-8968-fb676225bbb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:3f29aac7-208d-4f06-8968-fb676225bbb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "4c5d0e2b4ff24ed88d6c3d7f2bb15a1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56f22444-2043-4479-b9c6-b1977bb021cb" - ], - "x-ms-correlation-request-id": [ - "56f22444-2043-4479-b9c6-b1977bb021cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:56f22444-2043-4479-b9c6-b1977bb021cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "41878987379847cf9674edd975fcfaf7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e3d8a31-78e9-4c0d-a2a2-fd34918f1e1f" - ], - "x-ms-correlation-request-id": [ - "1e3d8a31-78e9-4c0d-a2a2-fd34918f1e1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:1e3d8a31-78e9-4c0d-a2a2-fd34918f1e1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "4f991f370b234b5aadf2775e828e0731" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84b6c6ae-b571-4c96-b62a-ab61872c8d60" - ], - "x-ms-correlation-request-id": [ - "84b6c6ae-b571-4c96-b62a-ab61872c8d60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:84b6c6ae-b571-4c96-b62a-ab61872c8d60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "ed409c6de2d74326ba24002b29194a86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "366011ea-b4fe-4709-8dba-43e480471642" - ], - "x-ms-correlation-request-id": [ - "366011ea-b4fe-4709-8dba-43e480471642" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:366011ea-b4fe-4709-8dba-43e480471642" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "b0698ce1377440eca942ce3ecc5b59ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cd91624-9a7f-4d46-aa36-aac6ac020fac" - ], - "x-ms-correlation-request-id": [ - "5cd91624-9a7f-4d46-aa36-aac6ac020fac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:5cd91624-9a7f-4d46-aa36-aac6ac020fac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "26fd276c30334c49aef0bea593544404" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0dcdd8d1-b728-4fdc-a11b-c45d742f79c2" - ], - "x-ms-correlation-request-id": [ - "0dcdd8d1-b728-4fdc-a11b-c45d742f79c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:0dcdd8d1-b728-4fdc-a11b-c45d742f79c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "6ce1ca19534e40d093e0b5a93985f2f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b79f3f8e-812b-420a-b37b-e3b88fd2fca0" - ], - "x-ms-correlation-request-id": [ - "b79f3f8e-812b-420a-b37b-e3b88fd2fca0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183020Z:b79f3f8e-812b-420a-b37b-e3b88fd2fca0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "19729118879e41f4b7714d076fb7d9ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91709564-2cfb-460e-9826-9d4b2c2f3977" - ], - "x-ms-correlation-request-id": [ - "91709564-2cfb-460e-9826-9d4b2c2f3977" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183021Z:91709564-2cfb-460e-9826-9d4b2c2f3977" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "e916855ecec1451f860a86baf769d45c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a522209-5645-4b5c-bc48-5a0a66206ffe" - ], - "x-ms-correlation-request-id": [ - "8a522209-5645-4b5c-bc48-5a0a66206ffe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183021Z:8a522209-5645-4b5c-bc48-5a0a66206ffe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "3c1707b313914bd09d9ab0a4f71a8430" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fb7a06b-d2eb-4a8f-9d4e-7d85a886b11e" - ], - "x-ms-correlation-request-id": [ - "9fb7a06b-d2eb-4a8f-9d4e-7d85a886b11e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183021Z:9fb7a06b-d2eb-4a8f-9d4e-7d85a886b11e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "f770f93466174c6195416b521130c3d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "787f7eff-3a89-42e2-97c8-378649f62fe8" - ], - "x-ms-correlation-request-id": [ - "787f7eff-3a89-42e2-97c8-378649f62fe8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183021Z:787f7eff-3a89-42e2-97c8-378649f62fe8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "2e3721e3710a44af9f5cbd983eaee05f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd053729-8448-4828-9f6e-c46916ef77bb" - ], - "x-ms-correlation-request-id": [ - "bd053729-8448-4828-9f6e-c46916ef77bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183021Z:bd053729-8448-4828-9f6e-c46916ef77bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "9c662b62d6d942cc80ede4c8e82cf57c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89e09ce8-4ae4-4fd2-ba98-f84f077fee13" - ], - "x-ms-correlation-request-id": [ - "89e09ce8-4ae4-4fd2-ba98-f84f077fee13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183021Z:89e09ce8-4ae4-4fd2-ba98-f84f077fee13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "ec376359bee64fd3a06a5773a3cecc71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bb65eea-c553-4b6b-a92b-a02b5e32717c" - ], - "x-ms-correlation-request-id": [ - "3bb65eea-c553-4b6b-a92b-a02b5e32717c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183021Z:3bb65eea-c553-4b6b-a92b-a02b5e32717c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "7acc78822a9c4955915774ad17e3b5ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9123c6eb-e5a9-49f8-ac8a-9457871d4475" - ], - "x-ms-correlation-request-id": [ - "9123c6eb-e5a9-49f8-ac8a-9457871d4475" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183022Z:9123c6eb-e5a9-49f8-ac8a-9457871d4475" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "ee2e0f8dd54e4a7ca9048afd7ca69c95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8c7fb60-a4e6-49b9-a0a8-90e999e53591" - ], - "x-ms-correlation-request-id": [ - "d8c7fb60-a4e6-49b9-a0a8-90e999e53591" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183022Z:d8c7fb60-a4e6-49b9-a0a8-90e999e53591" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "906d02cbea9e46358249e0d19c263f03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d3f2aff-62f5-4eef-8d96-b0cdb7e30d60" - ], - "x-ms-correlation-request-id": [ - "0d3f2aff-62f5-4eef-8d96-b0cdb7e30d60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183022Z:0d3f2aff-62f5-4eef-8d96-b0cdb7e30d60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "500dcf6a5a71421ea53de56bb90b6311" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf4c1101-35e7-4e3a-bd08-8b5e6944d71d" - ], - "x-ms-correlation-request-id": [ - "bf4c1101-35e7-4e3a-bd08-8b5e6944d71d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183022Z:bf4c1101-35e7-4e3a-bd08-8b5e6944d71d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "f2d506e1ea424abb9d30b1c2583bc68e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b3ca0f6-0e95-461c-a9f1-3de98ca91d47" - ], - "x-ms-correlation-request-id": [ - "8b3ca0f6-0e95-461c-a9f1-3de98ca91d47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183022Z:8b3ca0f6-0e95-461c-a9f1-3de98ca91d47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "471bb286209e4035bfa2a342fee943aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba7db37c-5c6d-4d82-98ff-66095f1adcc3" - ], - "x-ms-correlation-request-id": [ - "ba7db37c-5c6d-4d82-98ff-66095f1adcc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183022Z:ba7db37c-5c6d-4d82-98ff-66095f1adcc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "354e2469205a482c85517565c3312738" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00ddbe0d-53d4-4646-9920-edaa294acc1a" - ], - "x-ms-correlation-request-id": [ - "00ddbe0d-53d4-4646-9920-edaa294acc1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183023Z:00ddbe0d-53d4-4646-9920-edaa294acc1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "1a687f6322464170ac1136bc2729ffae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17c00e87-77fe-4f25-be62-76e4fb8e532f" - ], - "x-ms-correlation-request-id": [ - "17c00e87-77fe-4f25-be62-76e4fb8e532f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183023Z:17c00e87-77fe-4f25-be62-76e4fb8e532f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "c91c12b4d3654d708e2844327748e015" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8021a29-0fa7-4772-8133-2198735d4f27" - ], - "x-ms-correlation-request-id": [ - "d8021a29-0fa7-4772-8133-2198735d4f27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183023Z:d8021a29-0fa7-4772-8133-2198735d4f27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "a250a406348d45e597020ca05da6571b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dab580e6-00e6-4b03-a40a-89f1c4390835" - ], - "x-ms-correlation-request-id": [ - "dab580e6-00e6-4b03-a40a-89f1c4390835" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183023Z:dab580e6-00e6-4b03-a40a-89f1c4390835" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "7bca240c3ab24f159eaa157805ea0e53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2b96bb1-be04-49aa-8081-14844fa8796d" - ], - "x-ms-correlation-request-id": [ - "b2b96bb1-be04-49aa-8081-14844fa8796d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183023Z:b2b96bb1-be04-49aa-8081-14844fa8796d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "ec17b021b0ac4c63b4e0a6ced55d9fc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8108815-b39a-454a-aa7c-6875b4e8e49e" - ], - "x-ms-correlation-request-id": [ - "d8108815-b39a-454a-aa7c-6875b4e8e49e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183023Z:d8108815-b39a-454a-aa7c-6875b4e8e49e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "f3355526e23e496bb923d3d91dafe4aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c96f9fd7-e272-45f4-a564-64c33070b608" - ], - "x-ms-correlation-request-id": [ - "c96f9fd7-e272-45f4-a564-64c33070b608" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183024Z:c96f9fd7-e272-45f4-a564-64c33070b608" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "9605894730ac47cf97efd2d8bfc3ef50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f022520b-994d-4401-80eb-560e19fc9a0e" - ], - "x-ms-correlation-request-id": [ - "f022520b-994d-4401-80eb-560e19fc9a0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183024Z:f022520b-994d-4401-80eb-560e19fc9a0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "c60ad768d158429cac7c83ca6add77cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1cc853e-89d3-4c57-9a7c-c5cfad276065" - ], - "x-ms-correlation-request-id": [ - "f1cc853e-89d3-4c57-9a7c-c5cfad276065" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183024Z:f1cc853e-89d3-4c57-9a7c-c5cfad276065" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "17bbae186b0140f990d316dc46c6bc38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1378c5a-bfae-46ba-a3f4-40fa2ef7b488" - ], - "x-ms-correlation-request-id": [ - "a1378c5a-bfae-46ba-a3f4-40fa2ef7b488" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183024Z:a1378c5a-bfae-46ba-a3f4-40fa2ef7b488" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "ff26a12c64c041a5a351ccae9b2f70bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ec18c5d-b628-44ec-b445-bc44e3d6114e" - ], - "x-ms-correlation-request-id": [ - "8ec18c5d-b628-44ec-b445-bc44e3d6114e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183024Z:8ec18c5d-b628-44ec-b445-bc44e3d6114e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "4c13840651314378aa44b78cef13031e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2df6ceba-dcde-49dc-a9a3-978a110eef26" - ], - "x-ms-correlation-request-id": [ - "2df6ceba-dcde-49dc-a9a3-978a110eef26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183024Z:2df6ceba-dcde-49dc-a9a3-978a110eef26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "323b5c96de414f6fb41fb0617890eb60" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "641f0f1d-bba6-4f47-92fa-9bf9fa5ef6d5" - ], - "x-ms-correlation-request-id": [ - "641f0f1d-bba6-4f47-92fa-9bf9fa5ef6d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183024Z:641f0f1d-bba6-4f47-92fa-9bf9fa5ef6d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "90631f9e66574800a0b842145b0f8882" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4619f65b-9694-4e2b-a76d-451aeda5079d" - ], - "x-ms-correlation-request-id": [ - "4619f65b-9694-4e2b-a76d-451aeda5079d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183025Z:4619f65b-9694-4e2b-a76d-451aeda5079d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "668fd57588cf4666b933aaf2d1691815" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fba96fba-b01e-447b-90b5-ab770da83409" - ], - "x-ms-correlation-request-id": [ - "fba96fba-b01e-447b-90b5-ab770da83409" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183025Z:fba96fba-b01e-447b-90b5-ab770da83409" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "118a5849486243d49a07deeaa047cd12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aae3f431-489c-4568-a9f9-292232530448" - ], - "x-ms-correlation-request-id": [ - "aae3f431-489c-4568-a9f9-292232530448" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183025Z:aae3f431-489c-4568-a9f9-292232530448" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "a2bedc56857c45c081330955b57f3194" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81ce26cd-d059-465e-9493-be6efab35be8" - ], - "x-ms-correlation-request-id": [ - "81ce26cd-d059-465e-9493-be6efab35be8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183025Z:81ce26cd-d059-465e-9493-be6efab35be8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "b43f0dc2a1b34039af1313a923db0faf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10e32327-fc49-4e39-ab7f-23e3ae121113" - ], - "x-ms-correlation-request-id": [ - "10e32327-fc49-4e39-ab7f-23e3ae121113" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183025Z:10e32327-fc49-4e39-ab7f-23e3ae121113" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "a8c13f70247a4158ad6a5525d30001d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc86c28e-9e78-4d1e-9b9e-de7aec9ffce6" - ], - "x-ms-correlation-request-id": [ - "fc86c28e-9e78-4d1e-9b9e-de7aec9ffce6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183025Z:fc86c28e-9e78-4d1e-9b9e-de7aec9ffce6" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "0d359e28debb49bb9acf32e353b4b35c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85a372bd-855f-4c7f-ba70-f6a3bbb75958" - ], - "x-ms-correlation-request-id": [ - "85a372bd-855f-4c7f-ba70-f6a3bbb75958" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183026Z:85a372bd-855f-4c7f-ba70-f6a3bbb75958" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "10f759259e734aefbf01c889cede9f58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a855d490-827b-4bf2-843f-5ecfa6b9a57c" - ], - "x-ms-correlation-request-id": [ - "a855d490-827b-4bf2-843f-5ecfa6b9a57c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183026Z:a855d490-827b-4bf2-843f-5ecfa6b9a57c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "ab6a18f302d14bcca4036904e2adfcfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c500355a-9a9f-4a1c-bc8c-787ed1472e6c" - ], - "x-ms-correlation-request-id": [ - "c500355a-9a9f-4a1c-bc8c-787ed1472e6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183026Z:c500355a-9a9f-4a1c-bc8c-787ed1472e6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "55a8a7cb645a40de84511be2afbd5e23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff0a09b9-d976-4b08-8a1a-4db0dbe19fd1" - ], - "x-ms-correlation-request-id": [ - "ff0a09b9-d976-4b08-8a1a-4db0dbe19fd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183026Z:ff0a09b9-d976-4b08-8a1a-4db0dbe19fd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "3b9b639993654783977bb2c7ba722742" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b8b3bd6-dcf0-4cb7-9b1d-d5916b56471c" - ], - "x-ms-correlation-request-id": [ - "0b8b3bd6-dcf0-4cb7-9b1d-d5916b56471c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183026Z:0b8b3bd6-dcf0-4cb7-9b1d-d5916b56471c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "9dc7dd89179b4e018f908a45a1fe4235" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f22ad8c7-5c7c-428a-b221-3330722b35cc" - ], - "x-ms-correlation-request-id": [ - "f22ad8c7-5c7c-428a-b221-3330722b35cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183026Z:f22ad8c7-5c7c-428a-b221-3330722b35cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "d94a1bd5cc17486e85dc6017a969cbbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0296902d-9032-464a-8bd0-8ac11e1e0755" - ], - "x-ms-correlation-request-id": [ - "0296902d-9032-464a-8bd0-8ac11e1e0755" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183026Z:0296902d-9032-464a-8bd0-8ac11e1e0755" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "f3de8f6d09ee4336a7b2fc899dee1d0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e8819d0-0e17-492b-986f-579aabe1837f" - ], - "x-ms-correlation-request-id": [ - "4e8819d0-0e17-492b-986f-579aabe1837f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:4e8819d0-0e17-492b-986f-579aabe1837f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "e8ea54c3844b4932a517c08903293d71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "974f511b-df32-434c-8d97-b072787544f9" - ], - "x-ms-correlation-request-id": [ - "974f511b-df32-434c-8d97-b072787544f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:974f511b-df32-434c-8d97-b072787544f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "b3f0fb9d8f45430e9f709d1a8eb6e562" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10906aac-4703-4e82-93bb-beb63a883226" - ], - "x-ms-correlation-request-id": [ - "10906aac-4703-4e82-93bb-beb63a883226" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:10906aac-4703-4e82-93bb-beb63a883226" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "80e2fb4e14974a6b96db433562a294a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e0ab319-6ad5-41b3-b889-28d202b023e8" - ], - "x-ms-correlation-request-id": [ - "8e0ab319-6ad5-41b3-b889-28d202b023e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:8e0ab319-6ad5-41b3-b889-28d202b023e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "8e3353db7b22487fa5cc7fd272f269b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c2be01d-68e9-4408-886a-d48574ebef7e" - ], - "x-ms-correlation-request-id": [ - "8c2be01d-68e9-4408-886a-d48574ebef7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:8c2be01d-68e9-4408-886a-d48574ebef7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "7aea5c6356c44413a5c01e74ed481685" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7afb8d02-bb99-4890-82ed-26c55753f892" - ], - "x-ms-correlation-request-id": [ - "7afb8d02-bb99-4890-82ed-26c55753f892" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:7afb8d02-bb99-4890-82ed-26c55753f892" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "8d5617346bd74c928dda6fd883824b21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aaa22273-00c8-46bb-8662-744af8e59e5e" - ], - "x-ms-correlation-request-id": [ - "aaa22273-00c8-46bb-8662-744af8e59e5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:aaa22273-00c8-46bb-8662-744af8e59e5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "df7a10665a4c44b9b59ab1d1b3a80c16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e599d6b-9e84-4c5e-aa6d-8ceb0bddb84e" - ], - "x-ms-correlation-request-id": [ - "8e599d6b-9e84-4c5e-aa6d-8ceb0bddb84e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:8e599d6b-9e84-4c5e-aa6d-8ceb0bddb84e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "feb6fa179a6f441bbdf6af88b8b7301c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f653995-59e9-4ae6-b86a-52dccd2e0e5e" - ], - "x-ms-correlation-request-id": [ - "2f653995-59e9-4ae6-b86a-52dccd2e0e5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183027Z:2f653995-59e9-4ae6-b86a-52dccd2e0e5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "05a86b6e85814d44a6805b07dea204c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3aacd3ad-cd1c-4e61-960f-ffb427d2a1c4" - ], - "x-ms-correlation-request-id": [ - "3aacd3ad-cd1c-4e61-960f-ffb427d2a1c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:3aacd3ad-cd1c-4e61-960f-ffb427d2a1c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "2ecb3c00b98d4faba901a76d6508ae5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b6f585c-bc97-49ca-9c6d-82bb0ac360b3" - ], - "x-ms-correlation-request-id": [ - "1b6f585c-bc97-49ca-9c6d-82bb0ac360b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:1b6f585c-bc97-49ca-9c6d-82bb0ac360b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "b0ab73a19fde4c14a187257963596912" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05cfaa48-19cc-4e53-a91c-b3a855e6642d" - ], - "x-ms-correlation-request-id": [ - "05cfaa48-19cc-4e53-a91c-b3a855e6642d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:05cfaa48-19cc-4e53-a91c-b3a855e6642d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "06333326322943c88b1c244642f40e32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a94177a0-70c2-4bb5-b12c-f966946634a9" - ], - "x-ms-correlation-request-id": [ - "a94177a0-70c2-4bb5-b12c-f966946634a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:a94177a0-70c2-4bb5-b12c-f966946634a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "0d69d1dcee364822b3bb9dc47aecbd8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c333f49-8984-4659-bd61-cb2df0d891f1" - ], - "x-ms-correlation-request-id": [ - "9c333f49-8984-4659-bd61-cb2df0d891f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:9c333f49-8984-4659-bd61-cb2df0d891f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "d9b6c1fc01c4482aad3ca4b1324b2445" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4083d24c-1e12-4d46-8fa8-59d8257468df" - ], - "x-ms-correlation-request-id": [ - "4083d24c-1e12-4d46-8fa8-59d8257468df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:4083d24c-1e12-4d46-8fa8-59d8257468df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "db4914cd36524fb5a66343f38b035d05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79ed5e4b-18cf-4cba-9509-36b113885d7f" - ], - "x-ms-correlation-request-id": [ - "79ed5e4b-18cf-4cba-9509-36b113885d7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:79ed5e4b-18cf-4cba-9509-36b113885d7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "b3973dca79ba4839a36d5a280832d396" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d3d81f5-2b66-4d84-a84d-85e4400cc6ad" - ], - "x-ms-correlation-request-id": [ - "4d3d81f5-2b66-4d84-a84d-85e4400cc6ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183028Z:4d3d81f5-2b66-4d84-a84d-85e4400cc6ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "703f7735db2043d0ad0e122d2b8bb01c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4dbf2614-014a-485f-a46d-e91a9770e429" - ], - "x-ms-correlation-request-id": [ - "4dbf2614-014a-485f-a46d-e91a9770e429" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:4dbf2614-014a-485f-a46d-e91a9770e429" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "9a7d95dad12e4c1eb06c9c96229d966d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d48c612b-1637-4b17-9df3-30e39da96736" - ], - "x-ms-correlation-request-id": [ - "d48c612b-1637-4b17-9df3-30e39da96736" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:d48c612b-1637-4b17-9df3-30e39da96736" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "aa287a49416548a78347e5f13d360134" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8488150-6194-4708-b13e-f7432ebf42ae" - ], - "x-ms-correlation-request-id": [ - "c8488150-6194-4708-b13e-f7432ebf42ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:c8488150-6194-4708-b13e-f7432ebf42ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "9b355382af2d4211a99aa1787b4b2094" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce141beb-b36a-4f11-a07e-e2875300eab7" - ], - "x-ms-correlation-request-id": [ - "ce141beb-b36a-4f11-a07e-e2875300eab7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:ce141beb-b36a-4f11-a07e-e2875300eab7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "0f0b6962a79344629bee755841af28a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6206450f-956d-458f-b12d-cae19aac7a87" - ], - "x-ms-correlation-request-id": [ - "6206450f-956d-458f-b12d-cae19aac7a87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:6206450f-956d-458f-b12d-cae19aac7a87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "8133eec501b74fbcbce8927e8f498e19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f00032ef-326d-43d7-b6d6-25b50e869672" - ], - "x-ms-correlation-request-id": [ - "f00032ef-326d-43d7-b6d6-25b50e869672" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:f00032ef-326d-43d7-b6d6-25b50e869672" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "5b6cebee2aa547bca427de8253f2a123" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a949138-445c-4ea6-b05a-cb896a7e30ec" - ], - "x-ms-correlation-request-id": [ - "7a949138-445c-4ea6-b05a-cb896a7e30ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:7a949138-445c-4ea6-b05a-cb896a7e30ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "ac513a455fa8497b80c9e1a3db693a9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60b7cb0b-0762-4ad9-a1c0-5996f72e0f53" - ], - "x-ms-correlation-request-id": [ - "60b7cb0b-0762-4ad9-a1c0-5996f72e0f53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:60b7cb0b-0762-4ad9-a1c0-5996f72e0f53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "d3fb3abfd35b402faa07300494620f85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f59edc3d-5a92-44b4-ad80-05cf4ec9ee7f" - ], - "x-ms-correlation-request-id": [ - "f59edc3d-5a92-44b4-ad80-05cf4ec9ee7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183029Z:f59edc3d-5a92-44b4-ad80-05cf4ec9ee7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "0db9e057af8e43e38301171ce3a15f5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e83dc537-ced1-486d-a723-70a1e262220c" - ], - "x-ms-correlation-request-id": [ - "e83dc537-ced1-486d-a723-70a1e262220c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:e83dc537-ced1-486d-a723-70a1e262220c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "a35fa598de5645e295e4109f3c10166c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6f8920a-ea3b-4b58-b4e0-421e781a2f77" - ], - "x-ms-correlation-request-id": [ - "a6f8920a-ea3b-4b58-b4e0-421e781a2f77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:a6f8920a-ea3b-4b58-b4e0-421e781a2f77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "9db5a1e7249f45e3ad0bd65beb06d9b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09d99a4f-e116-484d-bb0a-b53f018a6fd1" - ], - "x-ms-correlation-request-id": [ - "09d99a4f-e116-484d-bb0a-b53f018a6fd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:09d99a4f-e116-484d-bb0a-b53f018a6fd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "bcafc69797ce41bd9dbbb9ee8e694d79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e80decc8-d4d3-4193-a6b1-730f8fb6ef9f" - ], - "x-ms-correlation-request-id": [ - "e80decc8-d4d3-4193-a6b1-730f8fb6ef9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:e80decc8-d4d3-4193-a6b1-730f8fb6ef9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "7f898cebc7ce4af0baf2ad94e778d191" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48054a64-f378-4ee6-905c-9f6428cae0d3" - ], - "x-ms-correlation-request-id": [ - "48054a64-f378-4ee6-905c-9f6428cae0d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:48054a64-f378-4ee6-905c-9f6428cae0d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "2ca0696ca41747c9ac5169e599e124c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f2cec4a-df8a-4565-a9af-7a4072451941" - ], - "x-ms-correlation-request-id": [ - "7f2cec4a-df8a-4565-a9af-7a4072451941" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:7f2cec4a-df8a-4565-a9af-7a4072451941" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "f5adb24baa8743039b45a1fb19b4e601" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f056eaab-507e-47b9-b370-45889dfc4cf4" - ], - "x-ms-correlation-request-id": [ - "f056eaab-507e-47b9-b370-45889dfc4cf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:f056eaab-507e-47b9-b370-45889dfc4cf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "9b6874b913a449c9b848a2683c309fe5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a57e5b8-aa74-498e-bcdf-b9738094d706" - ], - "x-ms-correlation-request-id": [ - "3a57e5b8-aa74-498e-bcdf-b9738094d706" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:3a57e5b8-aa74-498e-bcdf-b9738094d706" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "e663ea8ae26543eeb9f03983efc6d646" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de0ff81a-4489-48c7-b361-82010b29daaf" - ], - "x-ms-correlation-request-id": [ - "de0ff81a-4489-48c7-b361-82010b29daaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183030Z:de0ff81a-4489-48c7-b361-82010b29daaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "56d2922ee14f441398d2fedf6735fe3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38c49639-301e-463d-87a9-29d653af2cf2" - ], - "x-ms-correlation-request-id": [ - "38c49639-301e-463d-87a9-29d653af2cf2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:38c49639-301e-463d-87a9-29d653af2cf2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "4371e6ac7fd24545a5bd9b7eb4bc5286" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "809cecef-729c-4b0b-be4a-9333b957f513" - ], - "x-ms-correlation-request-id": [ - "809cecef-729c-4b0b-be4a-9333b957f513" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:809cecef-729c-4b0b-be4a-9333b957f513" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "ec936db8f6db44ed839a55fe902f7c86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14021daa-f95b-4d1e-b4dc-f0222c352e41" - ], - "x-ms-correlation-request-id": [ - "14021daa-f95b-4d1e-b4dc-f0222c352e41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:14021daa-f95b-4d1e-b4dc-f0222c352e41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "c5aadff3e3c4431cb1d256dd2fa8d0ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "958bf3f4-6396-457a-902a-c24bf88d2170" - ], - "x-ms-correlation-request-id": [ - "958bf3f4-6396-457a-902a-c24bf88d2170" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:958bf3f4-6396-457a-902a-c24bf88d2170" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "a3e6e9dba2e54473bd5cee338034e808" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77f7e258-8f93-4f4a-a181-3a3f89529cd1" - ], - "x-ms-correlation-request-id": [ - "77f7e258-8f93-4f4a-a181-3a3f89529cd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:77f7e258-8f93-4f4a-a181-3a3f89529cd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "714401620c564699b85d56a4850cb022" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3413fd5e-1f9d-4ccf-8b55-4a1545c1c289" - ], - "x-ms-correlation-request-id": [ - "3413fd5e-1f9d-4ccf-8b55-4a1545c1c289" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:3413fd5e-1f9d-4ccf-8b55-4a1545c1c289" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "bff000b237b14628ac4d4e989eda542e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdf82777-8cbd-4b6d-b541-56da31c1af36" - ], - "x-ms-correlation-request-id": [ - "cdf82777-8cbd-4b6d-b541-56da31c1af36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:cdf82777-8cbd-4b6d-b541-56da31c1af36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "858ae78d3d044dcb8d17a48a56adea7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3a2cc75-2b75-4594-baec-1a2073a2d7c2" - ], - "x-ms-correlation-request-id": [ - "e3a2cc75-2b75-4594-baec-1a2073a2d7c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183031Z:e3a2cc75-2b75-4594-baec-1a2073a2d7c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "c3995f7997744fb6a7d9fad1e7b05caa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdc0114b-4276-473b-b474-c8df4de24e04" - ], - "x-ms-correlation-request-id": [ - "cdc0114b-4276-473b-b474-c8df4de24e04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:cdc0114b-4276-473b-b474-c8df4de24e04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "df5a49c6cdf54865b9f9048441f482cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c80ac05-d5ec-4b9e-9374-3721ffbd8754" - ], - "x-ms-correlation-request-id": [ - "7c80ac05-d5ec-4b9e-9374-3721ffbd8754" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:7c80ac05-d5ec-4b9e-9374-3721ffbd8754" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "307e0712a09341f3bce0d6a7374d12d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9c4bf21-59d7-49e5-870b-87382e8bab87" - ], - "x-ms-correlation-request-id": [ - "a9c4bf21-59d7-49e5-870b-87382e8bab87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:a9c4bf21-59d7-49e5-870b-87382e8bab87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "7f79e29c322f473298a47386a3b8cc94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f94315ff-002a-492f-9490-400dd9e4c81c" - ], - "x-ms-correlation-request-id": [ - "f94315ff-002a-492f-9490-400dd9e4c81c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:f94315ff-002a-492f-9490-400dd9e4c81c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "4598e28965e04781b462a9a2c28ba5ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e192cb9-7de3-45e4-a532-120d0fe3846d" - ], - "x-ms-correlation-request-id": [ - "7e192cb9-7de3-45e4-a532-120d0fe3846d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:7e192cb9-7de3-45e4-a532-120d0fe3846d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "da8024792a8c4ebbb4ec4e981a802944" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1474cb2a-5843-4362-9afc-a7046dfcdefc" - ], - "x-ms-correlation-request-id": [ - "1474cb2a-5843-4362-9afc-a7046dfcdefc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:1474cb2a-5843-4362-9afc-a7046dfcdefc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "c3a5b3ea49af4b3ebe793b2ea54b939c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c626c5b-0a32-4dec-922d-5d30caea0d52" - ], - "x-ms-correlation-request-id": [ - "7c626c5b-0a32-4dec-922d-5d30caea0d52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:7c626c5b-0a32-4dec-922d-5d30caea0d52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "054c22761d824eef913c3cc01d46849f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0456fba6-0069-442b-8101-bd29d54156e5" - ], - "x-ms-correlation-request-id": [ - "0456fba6-0069-442b-8101-bd29d54156e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:0456fba6-0069-442b-8101-bd29d54156e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "8a778aaf3b374a1aa6b70954ca416184" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc8b73d0-b591-4267-a747-cfcb6d418038" - ], - "x-ms-correlation-request-id": [ - "dc8b73d0-b591-4267-a747-cfcb6d418038" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183032Z:dc8b73d0-b591-4267-a747-cfcb6d418038" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "fad2093796b14dc094c14eddbda04c0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8456d32-103c-4756-8bb8-83b48dbfd6d4" - ], - "x-ms-correlation-request-id": [ - "f8456d32-103c-4756-8bb8-83b48dbfd6d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:f8456d32-103c-4756-8bb8-83b48dbfd6d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "7cc49e9dc009493d874e86b460f4a491" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9fde226-5e73-4ecf-951f-7c71690de75c" - ], - "x-ms-correlation-request-id": [ - "c9fde226-5e73-4ecf-951f-7c71690de75c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:c9fde226-5e73-4ecf-951f-7c71690de75c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "f2b240426e134788bade253166ac1ea6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72cf6df9-40a9-47e8-b465-fd4173388a0c" - ], - "x-ms-correlation-request-id": [ - "72cf6df9-40a9-47e8-b465-fd4173388a0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:72cf6df9-40a9-47e8-b465-fd4173388a0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "794bc8528d4b4231a4e40551ce191118" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e7b2b68-4246-4110-b3a1-9e572247d020" - ], - "x-ms-correlation-request-id": [ - "6e7b2b68-4246-4110-b3a1-9e572247d020" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:6e7b2b68-4246-4110-b3a1-9e572247d020" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "2fe6324210e14c39a0331ec20040ea34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b0b3f70-5b90-4a3a-a9df-fe2c91366046" - ], - "x-ms-correlation-request-id": [ - "0b0b3f70-5b90-4a3a-a9df-fe2c91366046" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:0b0b3f70-5b90-4a3a-a9df-fe2c91366046" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "1c86e299f43f4ae885cbf7b1111f69d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d4b4208-bfd1-4822-be78-a05ad156feab" - ], - "x-ms-correlation-request-id": [ - "6d4b4208-bfd1-4822-be78-a05ad156feab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:6d4b4208-bfd1-4822-be78-a05ad156feab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "76d2ffbba858489383c2e119fae149dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3083fa8-84af-4a91-a072-05a750422c8f" - ], - "x-ms-correlation-request-id": [ - "d3083fa8-84af-4a91-a072-05a750422c8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:d3083fa8-84af-4a91-a072-05a750422c8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "6c2e1caed3444cc0a23ba7ea7d4126ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cf43472-0940-4566-b576-35f807072ec6" - ], - "x-ms-correlation-request-id": [ - "5cf43472-0940-4566-b576-35f807072ec6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:5cf43472-0940-4566-b576-35f807072ec6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "2873854fb4f240b1830d8d290f85e789" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ce63468-a816-4195-b69f-8c8949609356" - ], - "x-ms-correlation-request-id": [ - "3ce63468-a816-4195-b69f-8c8949609356" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183033Z:3ce63468-a816-4195-b69f-8c8949609356" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "a2d1eabf75e04c3aae91f0e6ddde9e7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66bc6dc7-9c53-48bc-9d23-4e74c3aeac5e" - ], - "x-ms-correlation-request-id": [ - "66bc6dc7-9c53-48bc-9d23-4e74c3aeac5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:66bc6dc7-9c53-48bc-9d23-4e74c3aeac5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "15d6a82aae7449d2b66d2dc5d7acb224" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b33d43f-a1a7-4396-93b3-64ee66dbf834" - ], - "x-ms-correlation-request-id": [ - "3b33d43f-a1a7-4396-93b3-64ee66dbf834" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:3b33d43f-a1a7-4396-93b3-64ee66dbf834" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "23e02a7d13454f3dac5f4b295652afa0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2174e58-a405-4451-b4a6-877c30ba20dc" - ], - "x-ms-correlation-request-id": [ - "d2174e58-a405-4451-b4a6-877c30ba20dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:d2174e58-a405-4451-b4a6-877c30ba20dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "a7cc4099b5024c94bfb7e719bd8a5454" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68c55544-6ce1-45bc-84e8-03401e659658" - ], - "x-ms-correlation-request-id": [ - "68c55544-6ce1-45bc-84e8-03401e659658" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:68c55544-6ce1-45bc-84e8-03401e659658" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "cc5422d0d0bf4d17bc39c95ba59f2559" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c265c9d1-7e43-42c3-a240-88b244b98fab" - ], - "x-ms-correlation-request-id": [ - "c265c9d1-7e43-42c3-a240-88b244b98fab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:c265c9d1-7e43-42c3-a240-88b244b98fab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "5e793e86cc764445a6cc90bf2ed065d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0edc8a83-cbde-408a-9730-aec4ca182955" - ], - "x-ms-correlation-request-id": [ - "0edc8a83-cbde-408a-9730-aec4ca182955" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:0edc8a83-cbde-408a-9730-aec4ca182955" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "721249fd8e6d4eab88ed328b560be3bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64465e45-7c0d-4860-a538-a268be9ff8f3" - ], - "x-ms-correlation-request-id": [ - "64465e45-7c0d-4860-a538-a268be9ff8f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:64465e45-7c0d-4860-a538-a268be9ff8f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "6c1e465bd7c3487cbcc760f3f7793dba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4eb00af6-e627-4790-a846-eeed5b059773" - ], - "x-ms-correlation-request-id": [ - "4eb00af6-e627-4790-a846-eeed5b059773" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:4eb00af6-e627-4790-a846-eeed5b059773" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "fc7b4242bd134979a3f30e78dfe77ca5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5f0f0d8-56fe-4211-b545-98ef9940470f" - ], - "x-ms-correlation-request-id": [ - "b5f0f0d8-56fe-4211-b545-98ef9940470f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:b5f0f0d8-56fe-4211-b545-98ef9940470f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "e18df24f45b64f6c929b5c51a85c12a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "112688a7-0a48-4a9d-b676-956af0715d60" - ], - "x-ms-correlation-request-id": [ - "112688a7-0a48-4a9d-b676-956af0715d60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183034Z:112688a7-0a48-4a9d-b676-956af0715d60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "6c0a7e322b8d4b149a3b3cf9ff7906ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "458d557d-7155-4130-97be-87a897d8e8b1" - ], - "x-ms-correlation-request-id": [ - "458d557d-7155-4130-97be-87a897d8e8b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:458d557d-7155-4130-97be-87a897d8e8b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "209b59f5a1c14104900640a47ffe6508" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b44e2686-7e41-4a5f-9a18-c4545c96c0ae" - ], - "x-ms-correlation-request-id": [ - "b44e2686-7e41-4a5f-9a18-c4545c96c0ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:b44e2686-7e41-4a5f-9a18-c4545c96c0ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "77b80414854347878947bd70b89ecb7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89d4e06e-c24f-40b3-a79e-581fd5cc3018" - ], - "x-ms-correlation-request-id": [ - "89d4e06e-c24f-40b3-a79e-581fd5cc3018" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:89d4e06e-c24f-40b3-a79e-581fd5cc3018" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "052adc0211ff4c6fb14b4acfaaa16ec8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "558fa9f8-39d8-4fc0-a488-657a00ee8ff8" - ], - "x-ms-correlation-request-id": [ - "558fa9f8-39d8-4fc0-a488-657a00ee8ff8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:558fa9f8-39d8-4fc0-a488-657a00ee8ff8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "8ceeeda087554d02849d3556e08ffe09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "557b9c54-6881-4fb5-983b-b8c1e6a51d8c" - ], - "x-ms-correlation-request-id": [ - "557b9c54-6881-4fb5-983b-b8c1e6a51d8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:557b9c54-6881-4fb5-983b-b8c1e6a51d8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "de5e4b3559ac4db28636b7295dfb84e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c70b8dcf-7a81-4b20-90f9-9ad928f62bc1" - ], - "x-ms-correlation-request-id": [ - "c70b8dcf-7a81-4b20-90f9-9ad928f62bc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:c70b8dcf-7a81-4b20-90f9-9ad928f62bc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "eadbde988a7c48feb18656e32c56f953" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0463be1-9fa8-425f-a98c-596487836b06" - ], - "x-ms-correlation-request-id": [ - "d0463be1-9fa8-425f-a98c-596487836b06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:d0463be1-9fa8-425f-a98c-596487836b06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "04680bf210cf47b58ddfaa4ff00841d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc94a12d-8d4c-455d-a8ca-9c47c4cce93d" - ], - "x-ms-correlation-request-id": [ - "fc94a12d-8d4c-455d-a8ca-9c47c4cce93d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:fc94a12d-8d4c-455d-a8ca-9c47c4cce93d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "3f4645a752dd47318afae071d6b8bbb7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4224e532-9134-4f98-a2a6-d4cdea7c0b65" - ], - "x-ms-correlation-request-id": [ - "4224e532-9134-4f98-a2a6-d4cdea7c0b65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183035Z:4224e532-9134-4f98-a2a6-d4cdea7c0b65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "d3ade797cda44036a84f34fe064525b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79f1a0d8-5e9c-4a5d-82ce-781c5e168fb5" - ], - "x-ms-correlation-request-id": [ - "79f1a0d8-5e9c-4a5d-82ce-781c5e168fb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:79f1a0d8-5e9c-4a5d-82ce-781c5e168fb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "92ea58b13925460c88b9d72b6c704231" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa1d0e92-5e94-4df1-b0a8-eff2fafbc0c4" - ], - "x-ms-correlation-request-id": [ - "aa1d0e92-5e94-4df1-b0a8-eff2fafbc0c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:aa1d0e92-5e94-4df1-b0a8-eff2fafbc0c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "73485c9c4aef48e287c8ef3cdb4969df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12afe64e-aa5e-4887-9c37-4e22d58f4e73" - ], - "x-ms-correlation-request-id": [ - "12afe64e-aa5e-4887-9c37-4e22d58f4e73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:12afe64e-aa5e-4887-9c37-4e22d58f4e73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "56a72e18b48c4a8abcfedb3ed5d2902c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e24e7e82-b85c-4bf5-9cc3-f6c8bb4e0ccb" - ], - "x-ms-correlation-request-id": [ - "e24e7e82-b85c-4bf5-9cc3-f6c8bb4e0ccb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:e24e7e82-b85c-4bf5-9cc3-f6c8bb4e0ccb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "3ea9295cbe884c9e8860b685cd9be22f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36ca28d6-a63c-47f8-ad11-b1725671e04e" - ], - "x-ms-correlation-request-id": [ - "36ca28d6-a63c-47f8-ad11-b1725671e04e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:36ca28d6-a63c-47f8-ad11-b1725671e04e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "a4922d531ca24dd4923f526034965503" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a383df83-7ad5-4f69-8c15-bc42de5354fa" - ], - "x-ms-correlation-request-id": [ - "a383df83-7ad5-4f69-8c15-bc42de5354fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:a383df83-7ad5-4f69-8c15-bc42de5354fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "a4460ecb6d29404584795512aed81a48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe61f414-61c2-4049-a5b0-738f6f324586" - ], - "x-ms-correlation-request-id": [ - "fe61f414-61c2-4049-a5b0-738f6f324586" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:fe61f414-61c2-4049-a5b0-738f6f324586" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "57d179ee5a13468ab791343de41188b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14ade797-0fec-471a-913a-7c4bf2968eb0" - ], - "x-ms-correlation-request-id": [ - "14ade797-0fec-471a-913a-7c4bf2968eb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183036Z:14ade797-0fec-471a-913a-7c4bf2968eb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "fdc7d16bceb846449791f99aa94587ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "865de942-635b-4acc-9796-385c9c930c6c" - ], - "x-ms-correlation-request-id": [ - "865de942-635b-4acc-9796-385c9c930c6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183037Z:865de942-635b-4acc-9796-385c9c930c6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "b4c9e3dfff704001a34e347e3799b3b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb1de527-2f3f-4c0d-b101-6d1f366065db" - ], - "x-ms-correlation-request-id": [ - "bb1de527-2f3f-4c0d-b101-6d1f366065db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183037Z:bb1de527-2f3f-4c0d-b101-6d1f366065db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "88143550dcd24ebb8336a4a750038168" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa208df6-b9ce-4cd6-bf46-6508c647bb26" - ], - "x-ms-correlation-request-id": [ - "aa208df6-b9ce-4cd6-bf46-6508c647bb26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183037Z:aa208df6-b9ce-4cd6-bf46-6508c647bb26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "44b6e1f6c9464f60ae0493d9d7961062" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe665cb1-9b58-4bb4-bf0b-c09a1799b2fd" - ], - "x-ms-correlation-request-id": [ - "fe665cb1-9b58-4bb4-bf0b-c09a1799b2fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183037Z:fe665cb1-9b58-4bb4-bf0b-c09a1799b2fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "91769e10ae8846f2ab85844aed53d30e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04521593-2c80-4ca1-ba80-1a0311892bcb" - ], - "x-ms-correlation-request-id": [ - "04521593-2c80-4ca1-ba80-1a0311892bcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183037Z:04521593-2c80-4ca1-ba80-1a0311892bcb" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "3952412f9ccf42a1a92b6dd23cad919d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38b39ee2-259b-4616-af43-bbb235aa4c85" - ], - "x-ms-correlation-request-id": [ - "38b39ee2-259b-4616-af43-bbb235aa4c85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183038Z:38b39ee2-259b-4616-af43-bbb235aa4c85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "e2162e2904aa44c1a6929084ad33c9d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8acfc7fb-2acf-4dea-888c-d0ffd0f5b45b" - ], - "x-ms-correlation-request-id": [ - "8acfc7fb-2acf-4dea-888c-d0ffd0f5b45b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183038Z:8acfc7fb-2acf-4dea-888c-d0ffd0f5b45b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "6f96312244d5472284569c981f5aef22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "348ba9f6-3f0b-47a3-82b0-b2e06b0df2fb" - ], - "x-ms-correlation-request-id": [ - "348ba9f6-3f0b-47a3-82b0-b2e06b0df2fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183038Z:348ba9f6-3f0b-47a3-82b0-b2e06b0df2fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "2f78298153684d7f969f632255763bea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8895e04e-50aa-4e23-9a29-ac2999c88288" - ], - "x-ms-correlation-request-id": [ - "8895e04e-50aa-4e23-9a29-ac2999c88288" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183038Z:8895e04e-50aa-4e23-9a29-ac2999c88288" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "1fda044ea1d84e158996fad366b0d44a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "532e9b0b-db66-452c-9ed1-e22af407e67d" - ], - "x-ms-correlation-request-id": [ - "532e9b0b-db66-452c-9ed1-e22af407e67d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183038Z:532e9b0b-db66-452c-9ed1-e22af407e67d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "1a93d5f02f214722b9475faee70509be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09131053-2452-4d98-acdc-d8a45443a8df" - ], - "x-ms-correlation-request-id": [ - "09131053-2452-4d98-acdc-d8a45443a8df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:09131053-2452-4d98-acdc-d8a45443a8df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "2f04d9cccc1a43b1966edfb5986f4148" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdbaf198-88f1-45f7-a46d-c3ec147749e0" - ], - "x-ms-correlation-request-id": [ - "cdbaf198-88f1-45f7-a46d-c3ec147749e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:cdbaf198-88f1-45f7-a46d-c3ec147749e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "d10c1345ba9f438eb4cf13dc50f927b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0be8901-d977-4893-860b-aa14e45ea560" - ], - "x-ms-correlation-request-id": [ - "c0be8901-d977-4893-860b-aa14e45ea560" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:c0be8901-d977-4893-860b-aa14e45ea560" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "89553339e8254fb6ad15f4de22da08bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe5f313d-03ee-46de-9937-ae734e6e32a0" - ], - "x-ms-correlation-request-id": [ - "fe5f313d-03ee-46de-9937-ae734e6e32a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:fe5f313d-03ee-46de-9937-ae734e6e32a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "6204f58ddf1b45c78ac1d2a8f1ed9c8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a06ce08e-cd32-49e2-babc-c47933cf449a" - ], - "x-ms-correlation-request-id": [ - "a06ce08e-cd32-49e2-babc-c47933cf449a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:a06ce08e-cd32-49e2-babc-c47933cf449a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "9d39a132f5b841ad9d1d12201c5109e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54306531-543b-4296-95d6-716530031736" - ], - "x-ms-correlation-request-id": [ - "54306531-543b-4296-95d6-716530031736" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:54306531-543b-4296-95d6-716530031736" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "317db535af1f4e5386fdf5efcc82813d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54664599-8a5a-44f4-8a9b-12cd8ce2f2f0" - ], - "x-ms-correlation-request-id": [ - "54664599-8a5a-44f4-8a9b-12cd8ce2f2f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:54664599-8a5a-44f4-8a9b-12cd8ce2f2f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "edfc5288db584032b312700d9671f8f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "227bde98-3b1b-4729-8c97-c43463129664" - ], - "x-ms-correlation-request-id": [ - "227bde98-3b1b-4729-8c97-c43463129664" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183039Z:227bde98-3b1b-4729-8c97-c43463129664" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "89e536c97b504c6b988dce9e9a2f2e3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc87040b-1711-41b4-bdfa-3e40148c0339" - ], - "x-ms-correlation-request-id": [ - "fc87040b-1711-41b4-bdfa-3e40148c0339" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183040Z:fc87040b-1711-41b4-bdfa-3e40148c0339" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "9b4f944ae790400bad85de52c5b91e22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04b9fbb6-40d0-462c-94f3-096aa0b14dc7" - ], - "x-ms-correlation-request-id": [ - "04b9fbb6-40d0-462c-94f3-096aa0b14dc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183040Z:04b9fbb6-40d0-462c-94f3-096aa0b14dc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "e3cc71421ba549ca984782200550d6d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5599ae2-27f7-4567-a818-6b443cd3ee77" - ], - "x-ms-correlation-request-id": [ - "d5599ae2-27f7-4567-a818-6b443cd3ee77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183040Z:d5599ae2-27f7-4567-a818-6b443cd3ee77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "c537d847d1ce487f854ba91e5400dff8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2218c362-de99-4fb8-9f50-be903e3c7981" - ], - "x-ms-correlation-request-id": [ - "2218c362-de99-4fb8-9f50-be903e3c7981" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183040Z:2218c362-de99-4fb8-9f50-be903e3c7981" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "204ad2324b264445820f434fd8116013" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d07cf94-39d9-4158-a5f8-abc4fa006b4f" - ], - "x-ms-correlation-request-id": [ - "5d07cf94-39d9-4158-a5f8-abc4fa006b4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183040Z:5d07cf94-39d9-4158-a5f8-abc4fa006b4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "90330e4b5407439391e76494ac464ea3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb4ffcbc-e924-4e3c-b68e-11a0924965e2" - ], - "x-ms-correlation-request-id": [ - "eb4ffcbc-e924-4e3c-b68e-11a0924965e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183040Z:eb4ffcbc-e924-4e3c-b68e-11a0924965e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "f821abd598814ffe9b1afb2d455405d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8418f6a-7d8f-4058-8fae-3198bc16d0ff" - ], - "x-ms-correlation-request-id": [ - "c8418f6a-7d8f-4058-8fae-3198bc16d0ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:c8418f6a-7d8f-4058-8fae-3198bc16d0ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "04819f8351324999ab8b0b2be827117b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6df88e80-1a98-4452-a678-7adcac43c364" - ], - "x-ms-correlation-request-id": [ - "6df88e80-1a98-4452-a678-7adcac43c364" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:6df88e80-1a98-4452-a678-7adcac43c364" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "382e0d1d8e5d4b7986686a143998c46e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5155d3a-4ac8-4069-b424-8ffcc0c4a378" - ], - "x-ms-correlation-request-id": [ - "b5155d3a-4ac8-4069-b424-8ffcc0c4a378" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:b5155d3a-4ac8-4069-b424-8ffcc0c4a378" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "3c5d433655934937b17127afa8676292" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "675b4ab1-8291-4f03-8130-3923bbbef7cd" - ], - "x-ms-correlation-request-id": [ - "675b4ab1-8291-4f03-8130-3923bbbef7cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:675b4ab1-8291-4f03-8130-3923bbbef7cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "924fcec74b63455e881be586a64b13d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccd7b3ac-83ce-4cf8-8596-80a5f909965f" - ], - "x-ms-correlation-request-id": [ - "ccd7b3ac-83ce-4cf8-8596-80a5f909965f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:ccd7b3ac-83ce-4cf8-8596-80a5f909965f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "802e0d5a70f149969377733deb0a8021" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fb560f2-ed22-456e-bf03-8b0ccb3b7f36" - ], - "x-ms-correlation-request-id": [ - "7fb560f2-ed22-456e-bf03-8b0ccb3b7f36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:7fb560f2-ed22-456e-bf03-8b0ccb3b7f36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "7f09a77c96a14d70b291ed1fd664c724" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fd712e3-82ff-468a-ad8f-a4fb9de6e0d1" - ], - "x-ms-correlation-request-id": [ - "9fd712e3-82ff-468a-ad8f-a4fb9de6e0d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:9fd712e3-82ff-468a-ad8f-a4fb9de6e0d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "2892c16ee2994224b0ff31341715264c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9d05ccf-4780-4938-b5e6-3d548e16309d" - ], - "x-ms-correlation-request-id": [ - "e9d05ccf-4780-4938-b5e6-3d548e16309d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:e9d05ccf-4780-4938-b5e6-3d548e16309d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "853f0c6d75ca4036b8bd0d41fb049f2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fb7ab7b-ac2e-4fd3-89e6-62a8cd372072" - ], - "x-ms-correlation-request-id": [ - "3fb7ab7b-ac2e-4fd3-89e6-62a8cd372072" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:3fb7ab7b-ac2e-4fd3-89e6-62a8cd372072" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "a3eb949c67654b3f9512def13ea125e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5de50c4d-8689-44eb-8e14-115017dad246" - ], - "x-ms-correlation-request-id": [ - "5de50c4d-8689-44eb-8e14-115017dad246" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183041Z:5de50c4d-8689-44eb-8e14-115017dad246" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "8d33c5784c514cefa3f1489ad0488893" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ec74f39-bb9a-4605-ad0e-f0e004332a67" - ], - "x-ms-correlation-request-id": [ - "7ec74f39-bb9a-4605-ad0e-f0e004332a67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183042Z:7ec74f39-bb9a-4605-ad0e-f0e004332a67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "ca04a0a4061e4c61b2ce47fb8e3d5b00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e79afb5-516c-4ede-b7f6-79efe96cf8d6" - ], - "x-ms-correlation-request-id": [ - "1e79afb5-516c-4ede-b7f6-79efe96cf8d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183042Z:1e79afb5-516c-4ede-b7f6-79efe96cf8d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "8c74734044f046b790dc2b7703192df8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9dd5043b-ffb0-4c90-bf18-20ef71187df0" - ], - "x-ms-correlation-request-id": [ - "9dd5043b-ffb0-4c90-bf18-20ef71187df0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183042Z:9dd5043b-ffb0-4c90-bf18-20ef71187df0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "a390d70bc8fd4468addabe9a45f3450e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4705ad25-b24c-46b3-bfb9-00fa4f22a899" - ], - "x-ms-correlation-request-id": [ - "4705ad25-b24c-46b3-bfb9-00fa4f22a899" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183042Z:4705ad25-b24c-46b3-bfb9-00fa4f22a899" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "0cbee4900466431db4b92937ec37a9ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4646ef00-55d0-4e9e-90a1-370c304e4115" - ], - "x-ms-correlation-request-id": [ - "4646ef00-55d0-4e9e-90a1-370c304e4115" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183042Z:4646ef00-55d0-4e9e-90a1-370c304e4115" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "96c8cd0bc3144ddc96d13daf4ba16a1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e909cee2-b269-4af5-9e69-64a4fc5004aa" - ], - "x-ms-correlation-request-id": [ - "e909cee2-b269-4af5-9e69-64a4fc5004aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183042Z:e909cee2-b269-4af5-9e69-64a4fc5004aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "1d749e735ece49f4bff971a61b533e6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19293a8d-e71b-49ec-91e0-8dcf2e7f7608" - ], - "x-ms-correlation-request-id": [ - "19293a8d-e71b-49ec-91e0-8dcf2e7f7608" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183043Z:19293a8d-e71b-49ec-91e0-8dcf2e7f7608" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "1138ba67d67641bbb6ce65e785903b8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2df4fae-56f6-48e0-8ad2-501d9182ea07" - ], - "x-ms-correlation-request-id": [ - "a2df4fae-56f6-48e0-8ad2-501d9182ea07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183043Z:a2df4fae-56f6-48e0-8ad2-501d9182ea07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "f273913181ac4e92bd16b778da424293" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb3bd1bb-3237-4e54-81bc-2ade06c33f01" - ], - "x-ms-correlation-request-id": [ - "fb3bd1bb-3237-4e54-81bc-2ade06c33f01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183043Z:fb3bd1bb-3237-4e54-81bc-2ade06c33f01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "87f49aa82f714d9085eb80e03592da74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f58c7a5-bbad-400b-9648-4484a9545112" - ], - "x-ms-correlation-request-id": [ - "9f58c7a5-bbad-400b-9648-4484a9545112" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183043Z:9f58c7a5-bbad-400b-9648-4484a9545112" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "f3ce57fc7fd84b959e8fd2aa05688845" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24f04945-99c6-4b21-878c-df7fde742c81" - ], - "x-ms-correlation-request-id": [ - "24f04945-99c6-4b21-878c-df7fde742c81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183044Z:24f04945-99c6-4b21-878c-df7fde742c81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "444a586c51ec412eb04fced8edccdc96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90128348-7707-4152-9b97-f19ff4f189b8" - ], - "x-ms-correlation-request-id": [ - "90128348-7707-4152-9b97-f19ff4f189b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183044Z:90128348-7707-4152-9b97-f19ff4f189b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "96385de8503b4d9daebf16d1609ece6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4683787b-503f-4cf5-9593-026aeda7ed56" - ], - "x-ms-correlation-request-id": [ - "4683787b-503f-4cf5-9593-026aeda7ed56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183044Z:4683787b-503f-4cf5-9593-026aeda7ed56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "09be1e1d45c1480ab36b6466ddd6d176" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2b54ec1-10c3-4b08-91c3-62bc58089605" - ], - "x-ms-correlation-request-id": [ - "a2b54ec1-10c3-4b08-91c3-62bc58089605" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183044Z:a2b54ec1-10c3-4b08-91c3-62bc58089605" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "ca0dbb85dd9f499cbd5903af16f269c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a06110f4-6613-4bf6-bb31-5de3981e1d9c" - ], - "x-ms-correlation-request-id": [ - "a06110f4-6613-4bf6-bb31-5de3981e1d9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183044Z:a06110f4-6613-4bf6-bb31-5de3981e1d9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "cd283f45346147adbcc649d2cca7384a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b38d9223-ce3a-4276-9595-a6241b7b6830" - ], - "x-ms-correlation-request-id": [ - "b38d9223-ce3a-4276-9595-a6241b7b6830" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183044Z:b38d9223-ce3a-4276-9595-a6241b7b6830" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "b92cce61d914462299561c3cc008c371" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f0f0dcd-7d9f-45f0-8cc6-5867922c422a" - ], - "x-ms-correlation-request-id": [ - "3f0f0dcd-7d9f-45f0-8cc6-5867922c422a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183044Z:3f0f0dcd-7d9f-45f0-8cc6-5867922c422a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "33ec98908ab349b4bf98298939cec55b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d52c74e-112d-471e-ab8d-e958937ae10f" - ], - "x-ms-correlation-request-id": [ - "6d52c74e-112d-471e-ab8d-e958937ae10f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:6d52c74e-112d-471e-ab8d-e958937ae10f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "3b31023d393347088118e1cf20a9ddff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78f4eb31-662c-4939-be1f-90b3a9c9235c" - ], - "x-ms-correlation-request-id": [ - "78f4eb31-662c-4939-be1f-90b3a9c9235c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:78f4eb31-662c-4939-be1f-90b3a9c9235c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "77c3f5d1f01c48b7a5e3013c4da1791c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71843512-466d-4c3a-a997-05122445e656" - ], - "x-ms-correlation-request-id": [ - "71843512-466d-4c3a-a997-05122445e656" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:71843512-466d-4c3a-a997-05122445e656" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "714444d4128047169baf6feea8d63b07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bb03f3a-335e-4df9-8237-4612d2189be8" - ], - "x-ms-correlation-request-id": [ - "2bb03f3a-335e-4df9-8237-4612d2189be8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:2bb03f3a-335e-4df9-8237-4612d2189be8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "c69fd403643d45d2830395bf962739f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1ea31fc-8ee5-4c68-b5e0-cc90e7886991" - ], - "x-ms-correlation-request-id": [ - "a1ea31fc-8ee5-4c68-b5e0-cc90e7886991" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:a1ea31fc-8ee5-4c68-b5e0-cc90e7886991" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "c8f6995f1fd24d04b7a271f157372cad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89d1bd11-b0fc-4a6d-9300-b73eaf91b84a" - ], - "x-ms-correlation-request-id": [ - "89d1bd11-b0fc-4a6d-9300-b73eaf91b84a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:89d1bd11-b0fc-4a6d-9300-b73eaf91b84a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "0d9e50a053fd4f998e5f42e1ce9fd980" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b7bec56-ba5c-4925-a37c-80fac08c8cbc" - ], - "x-ms-correlation-request-id": [ - "2b7bec56-ba5c-4925-a37c-80fac08c8cbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:2b7bec56-ba5c-4925-a37c-80fac08c8cbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "9a800b088bb04768bcf5c38e1245b818" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd0e5086-c176-4b56-adba-6c961c895b45" - ], - "x-ms-correlation-request-id": [ - "dd0e5086-c176-4b56-adba-6c961c895b45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183045Z:dd0e5086-c176-4b56-adba-6c961c895b45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "65300e4f30834566a49e587ee077c76e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8fb202cb-f888-4a8e-ad6c-cea08297ee96" - ], - "x-ms-correlation-request-id": [ - "8fb202cb-f888-4a8e-ad6c-cea08297ee96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183046Z:8fb202cb-f888-4a8e-ad6c-cea08297ee96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "1e46444f7cd644329e4ce953f2c244a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baad59f5-c7d4-4bad-8be8-4104fdff30c3" - ], - "x-ms-correlation-request-id": [ - "baad59f5-c7d4-4bad-8be8-4104fdff30c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183046Z:baad59f5-c7d4-4bad-8be8-4104fdff30c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "fdff6974f1ae4fbaab06101875f010ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2cbf00c-39ea-4591-867f-e6e66a53fc89" - ], - "x-ms-correlation-request-id": [ - "c2cbf00c-39ea-4591-867f-e6e66a53fc89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183046Z:c2cbf00c-39ea-4591-867f-e6e66a53fc89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "c4a75d6447694c03aa0bf65c1b42dd7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12cf7fb8-45f4-447a-83aa-48c9f5ba74ab" - ], - "x-ms-correlation-request-id": [ - "12cf7fb8-45f4-447a-83aa-48c9f5ba74ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183046Z:12cf7fb8-45f4-447a-83aa-48c9f5ba74ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "e237e8daa3d74631989be247a84e2e14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d8785fc-106b-4185-a325-a4352595a1e3" - ], - "x-ms-correlation-request-id": [ - "3d8785fc-106b-4185-a325-a4352595a1e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183046Z:3d8785fc-106b-4185-a325-a4352595a1e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "4d6915dc0e9c47f8834b2a5b1506053c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ee065f4-2f32-4381-8446-fa8be2e0b357" - ], - "x-ms-correlation-request-id": [ - "4ee065f4-2f32-4381-8446-fa8be2e0b357" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183046Z:4ee065f4-2f32-4381-8446-fa8be2e0b357" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "06db401f5fdb4d779b756ef7ca58432e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67829c34-780b-4949-aa1b-c8f52e6b1e43" - ], - "x-ms-correlation-request-id": [ - "67829c34-780b-4949-aa1b-c8f52e6b1e43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:67829c34-780b-4949-aa1b-c8f52e6b1e43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "3d9eaa62b58343379e2c0a60e35f447e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1905628e-201d-4d83-b8fb-6829d264761b" - ], - "x-ms-correlation-request-id": [ - "1905628e-201d-4d83-b8fb-6829d264761b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:1905628e-201d-4d83-b8fb-6829d264761b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "1a368bf6a17245e2918fae0b8c13937b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73cee375-818f-42f2-9a4a-7eda906562f3" - ], - "x-ms-correlation-request-id": [ - "73cee375-818f-42f2-9a4a-7eda906562f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:73cee375-818f-42f2-9a4a-7eda906562f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "cad8d6ba088d46a19a3f5c6a888db72a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a5cc547-ae80-4d8b-9ca2-7ab06012c9ab" - ], - "x-ms-correlation-request-id": [ - "2a5cc547-ae80-4d8b-9ca2-7ab06012c9ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:2a5cc547-ae80-4d8b-9ca2-7ab06012c9ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "39beb831b4e34bee977966109a0d7752" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "409cca26-6061-4d73-9da6-e835f154ee82" - ], - "x-ms-correlation-request-id": [ - "409cca26-6061-4d73-9da6-e835f154ee82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:409cca26-6061-4d73-9da6-e835f154ee82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "40923a94272e48b1b888377a1f7b0492" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37ceaad7-f099-4c47-ab1f-432a93c4a4a2" - ], - "x-ms-correlation-request-id": [ - "37ceaad7-f099-4c47-ab1f-432a93c4a4a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:37ceaad7-f099-4c47-ab1f-432a93c4a4a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "19d96ba4e2254d63978558fc9f7bff51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4266e43d-6bc1-45b3-9496-753203068a4b" - ], - "x-ms-correlation-request-id": [ - "4266e43d-6bc1-45b3-9496-753203068a4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:4266e43d-6bc1-45b3-9496-753203068a4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "d0bd13f1e4c24f999511e3dfc840ed34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d2bedb1-70e4-4451-9c03-6a8561d19984" - ], - "x-ms-correlation-request-id": [ - "5d2bedb1-70e4-4451-9c03-6a8561d19984" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183047Z:5d2bedb1-70e4-4451-9c03-6a8561d19984" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "ca1a38dac2b149cfacae2f87362179f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f44533e6-73d6-41f9-a08f-94ed38f76fc3" - ], - "x-ms-correlation-request-id": [ - "f44533e6-73d6-41f9-a08f-94ed38f76fc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:f44533e6-73d6-41f9-a08f-94ed38f76fc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "3fcab37c63554619846b6874122ef341" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7574aa5-dfa0-4ea5-88c7-f88bbc647dcf" - ], - "x-ms-correlation-request-id": [ - "a7574aa5-dfa0-4ea5-88c7-f88bbc647dcf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:a7574aa5-dfa0-4ea5-88c7-f88bbc647dcf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "6006eca009864dde822a99935e5bd70a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e58b86c-2e3e-4176-bcfd-de8e8606789a" - ], - "x-ms-correlation-request-id": [ - "7e58b86c-2e3e-4176-bcfd-de8e8606789a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:7e58b86c-2e3e-4176-bcfd-de8e8606789a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "eef03af426ea41c78d26439b6b61b4ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50c33d9b-e57e-4adf-8284-740b1a960224" - ], - "x-ms-correlation-request-id": [ - "50c33d9b-e57e-4adf-8284-740b1a960224" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:50c33d9b-e57e-4adf-8284-740b1a960224" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "4673e85fbe4d4cb988a7a70636b9cb7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e6e2524-ad12-468f-9ae7-1ee37e870a4b" - ], - "x-ms-correlation-request-id": [ - "3e6e2524-ad12-468f-9ae7-1ee37e870a4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:3e6e2524-ad12-468f-9ae7-1ee37e870a4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "eefe59a5b2f148c1936f2f30f4930f57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7cceeb5-02a4-41c1-ab89-6cab96099ee8" - ], - "x-ms-correlation-request-id": [ - "e7cceeb5-02a4-41c1-ab89-6cab96099ee8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:e7cceeb5-02a4-41c1-ab89-6cab96099ee8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "1dadd46016e940839e93e9ddd1cbe215" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "948d88c9-93a1-44bc-934f-8e42ca20781b" - ], - "x-ms-correlation-request-id": [ - "948d88c9-93a1-44bc-934f-8e42ca20781b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:948d88c9-93a1-44bc-934f-8e42ca20781b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "c158261e0ec147a2a9023e0deacb2463" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6e5f74e-6299-470e-b72a-603dc121345c" - ], - "x-ms-correlation-request-id": [ - "f6e5f74e-6299-470e-b72a-603dc121345c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183048Z:f6e5f74e-6299-470e-b72a-603dc121345c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "26db0aea1c224f9ab93fc868f90899ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37c602f6-24d7-4e6e-aa4e-230683571071" - ], - "x-ms-correlation-request-id": [ - "37c602f6-24d7-4e6e-aa4e-230683571071" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:37c602f6-24d7-4e6e-aa4e-230683571071" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "716490b9835e4fa38489954255c0cc68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1a56f31-072b-489d-ae60-5908a2a546c6" - ], - "x-ms-correlation-request-id": [ - "b1a56f31-072b-489d-ae60-5908a2a546c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:b1a56f31-072b-489d-ae60-5908a2a546c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "007c45ca61bf4dab947ac29aa0c8ac57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "813d9a4a-d583-4658-85e2-51a1f72d6947" - ], - "x-ms-correlation-request-id": [ - "813d9a4a-d583-4658-85e2-51a1f72d6947" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:813d9a4a-d583-4658-85e2-51a1f72d6947" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "18aee58fe02c4c138a06bc1177b4fc59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c37c2c44-b8a3-4103-8d26-66b95184a186" - ], - "x-ms-correlation-request-id": [ - "c37c2c44-b8a3-4103-8d26-66b95184a186" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:c37c2c44-b8a3-4103-8d26-66b95184a186" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "ce451c777cbb4028ad2d73f3da6deef0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f843216-fec7-4761-a19d-16225a9762e9" - ], - "x-ms-correlation-request-id": [ - "7f843216-fec7-4761-a19d-16225a9762e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:7f843216-fec7-4761-a19d-16225a9762e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "a4dc0f7adfee40d69e5753871ee91331" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4b91669-8f35-4476-8a9a-b9dc48f233a7" - ], - "x-ms-correlation-request-id": [ - "f4b91669-8f35-4476-8a9a-b9dc48f233a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:f4b91669-8f35-4476-8a9a-b9dc48f233a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "1db3dc5eb25c43bea1bcda9996d13db9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96223be0-f28a-44d8-a014-e28069ff6a6f" - ], - "x-ms-correlation-request-id": [ - "96223be0-f28a-44d8-a014-e28069ff6a6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:96223be0-f28a-44d8-a014-e28069ff6a6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "e77e50192f564dba8c84fa313125e483" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c43d5e71-1d1c-4fbc-a4f4-4fc2e6231f9a" - ], - "x-ms-correlation-request-id": [ - "c43d5e71-1d1c-4fbc-a4f4-4fc2e6231f9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:c43d5e71-1d1c-4fbc-a4f4-4fc2e6231f9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "980baeba0fac4eb6beb2fc77d7b0eccf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54995b49-596a-459c-821c-d85390942d97" - ], - "x-ms-correlation-request-id": [ - "54995b49-596a-459c-821c-d85390942d97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183049Z:54995b49-596a-459c-821c-d85390942d97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "2b33393c2e4a4e4fb96806ee4c33446a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baf71996-42c4-48ad-a12d-f2064ea2d3c6" - ], - "x-ms-correlation-request-id": [ - "baf71996-42c4-48ad-a12d-f2064ea2d3c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183050Z:baf71996-42c4-48ad-a12d-f2064ea2d3c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "f1d6de7d981143259dbb58fe6177de88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cc343cf-633b-40af-a46f-003e9006b4c7" - ], - "x-ms-correlation-request-id": [ - "9cc343cf-633b-40af-a46f-003e9006b4c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183050Z:9cc343cf-633b-40af-a46f-003e9006b4c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "0c21dec501a841568e02de9849236349" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "607f47ac-9f3e-4848-b625-b509cf0d376b" - ], - "x-ms-correlation-request-id": [ - "607f47ac-9f3e-4848-b625-b509cf0d376b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183050Z:607f47ac-9f3e-4848-b625-b509cf0d376b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "b9700a3ba4294696a684a590eeeac8f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c68e0b7b-0d63-4034-9ea3-864042dc8750" - ], - "x-ms-correlation-request-id": [ - "c68e0b7b-0d63-4034-9ea3-864042dc8750" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183050Z:c68e0b7b-0d63-4034-9ea3-864042dc8750" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "152d6aa4f76b4292aa82402baa5a5989" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b305ec16-8300-416e-b09d-4a120594b427" - ], - "x-ms-correlation-request-id": [ - "b305ec16-8300-416e-b09d-4a120594b427" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183050Z:b305ec16-8300-416e-b09d-4a120594b427" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "49e2998e750041c7a2fdc3af3404d217" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f4942f7-de8a-439e-b7b6-fc90c36f48d7" - ], - "x-ms-correlation-request-id": [ - "9f4942f7-de8a-439e-b7b6-fc90c36f48d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183051Z:9f4942f7-de8a-439e-b7b6-fc90c36f48d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "3a7f864b520a489db07a08bf81a2bcb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c17ef45-bdff-4321-91a3-ed6b1b33c183" - ], - "x-ms-correlation-request-id": [ - "8c17ef45-bdff-4321-91a3-ed6b1b33c183" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183051Z:8c17ef45-bdff-4321-91a3-ed6b1b33c183" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "09835da92d9a424a855d02ff55fb353c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8fc7b1d-8db4-4a97-a4d9-e77006c60081" - ], - "x-ms-correlation-request-id": [ - "a8fc7b1d-8db4-4a97-a4d9-e77006c60081" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183051Z:a8fc7b1d-8db4-4a97-a4d9-e77006c60081" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "a66221bd89324b2bb4b82e6ef1043628" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b09abbe-528a-4ef0-b09b-87388d7f16cf" - ], - "x-ms-correlation-request-id": [ - "8b09abbe-528a-4ef0-b09b-87388d7f16cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183051Z:8b09abbe-528a-4ef0-b09b-87388d7f16cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "77c37abe4d24478f9ae77da9f72b4733" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4f904c3-49c8-4bd2-8387-d68a257d1f1b" - ], - "x-ms-correlation-request-id": [ - "b4f904c3-49c8-4bd2-8387-d68a257d1f1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183051Z:b4f904c3-49c8-4bd2-8387-d68a257d1f1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "449b8783e18e43509e0d53394bdb8569" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39ce8220-b09c-4a53-b2da-a1a5ebe3f6a5" - ], - "x-ms-correlation-request-id": [ - "39ce8220-b09c-4a53-b2da-a1a5ebe3f6a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183052Z:39ce8220-b09c-4a53-b2da-a1a5ebe3f6a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "ff2122a3afd84be79bb2209c6c7b89a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0af277d7-2e2e-40ed-83da-ea952d2586f0" - ], - "x-ms-correlation-request-id": [ - "0af277d7-2e2e-40ed-83da-ea952d2586f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183052Z:0af277d7-2e2e-40ed-83da-ea952d2586f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "1c1239672c384ffdb443475048bd5108" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22da8a82-0013-4704-a4df-bcc65e330fba" - ], - "x-ms-correlation-request-id": [ - "22da8a82-0013-4704-a4df-bcc65e330fba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183052Z:22da8a82-0013-4704-a4df-bcc65e330fba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "b838a88662604dda8ebc45ea110e72da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2896ff3-eca0-40bf-917b-99c92ac1606e" - ], - "x-ms-correlation-request-id": [ - "a2896ff3-eca0-40bf-917b-99c92ac1606e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183052Z:a2896ff3-eca0-40bf-917b-99c92ac1606e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "ff9fff579c084f438027c40ab43a5df5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad008a79-6275-4ada-aadd-5b1471f9bd99" - ], - "x-ms-correlation-request-id": [ - "ad008a79-6275-4ada-aadd-5b1471f9bd99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183052Z:ad008a79-6275-4ada-aadd-5b1471f9bd99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "d4b76d1319084c4cbc08df9273556b38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b068a973-ec4c-439a-bf47-a5ce8eb3bea5" - ], - "x-ms-correlation-request-id": [ - "b068a973-ec4c-439a-bf47-a5ce8eb3bea5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183052Z:b068a973-ec4c-439a-bf47-a5ce8eb3bea5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "40cfe819828c4b63bb79216b1c3d4955" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08aba2f3-6654-4a3e-9e61-57f6caf127b3" - ], - "x-ms-correlation-request-id": [ - "08aba2f3-6654-4a3e-9e61-57f6caf127b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183052Z:08aba2f3-6654-4a3e-9e61-57f6caf127b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "f3d02fbe4de445ada025608a709de5f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f82cc83-1195-4c9c-af58-645a9e8bfcf1" - ], - "x-ms-correlation-request-id": [ - "7f82cc83-1195-4c9c-af58-645a9e8bfcf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183053Z:7f82cc83-1195-4c9c-af58-645a9e8bfcf1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "971a7703cc9748a59de73e154aa0b4fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6fe6e3e8-645e-4c46-a832-98b6b7f305af" - ], - "x-ms-correlation-request-id": [ - "6fe6e3e8-645e-4c46-a832-98b6b7f305af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183053Z:6fe6e3e8-645e-4c46-a832-98b6b7f305af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "d30e6081ae8b4d95ab4c3aa565972b5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cf8558a-1ed0-4c1e-898d-0af15fc28880" - ], - "x-ms-correlation-request-id": [ - "9cf8558a-1ed0-4c1e-898d-0af15fc28880" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183053Z:9cf8558a-1ed0-4c1e-898d-0af15fc28880" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "f5c0a480656a4dca991fbc74ec206b31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da88c20d-d049-4e2b-b355-0bc9e317a9c0" - ], - "x-ms-correlation-request-id": [ - "da88c20d-d049-4e2b-b355-0bc9e317a9c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183053Z:da88c20d-d049-4e2b-b355-0bc9e317a9c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "7d57d4b40b0d4690a1994422f9a40419" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f28cfc1-6886-4eda-ad49-35ff695d76e7" - ], - "x-ms-correlation-request-id": [ - "6f28cfc1-6886-4eda-ad49-35ff695d76e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183053Z:6f28cfc1-6886-4eda-ad49-35ff695d76e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "4ace0ec0e4684d0291fe53fa7742077e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bd00f5e-00e9-4af8-a86f-cea7e7d1db91" - ], - "x-ms-correlation-request-id": [ - "9bd00f5e-00e9-4af8-a86f-cea7e7d1db91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:9bd00f5e-00e9-4af8-a86f-cea7e7d1db91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "8faaf27a63dd4ae58ed87ee427eba9dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aab13946-88cb-4bbc-9a98-2748ba4b056d" - ], - "x-ms-correlation-request-id": [ - "aab13946-88cb-4bbc-9a98-2748ba4b056d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:aab13946-88cb-4bbc-9a98-2748ba4b056d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "65130d86143e428581f9b3983d19572b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3577e0b-010b-4672-8c28-a4107c59e798" - ], - "x-ms-correlation-request-id": [ - "a3577e0b-010b-4672-8c28-a4107c59e798" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:a3577e0b-010b-4672-8c28-a4107c59e798" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "d5a50c084edc41ee97a97046d6634528" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0101a5a1-104e-40a0-ad48-a279ade6e2a1" - ], - "x-ms-correlation-request-id": [ - "0101a5a1-104e-40a0-ad48-a279ade6e2a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:0101a5a1-104e-40a0-ad48-a279ade6e2a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "0d46251401ee44928c15ab1832d16984" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd926f53-674d-4c3d-9675-9861f68284ae" - ], - "x-ms-correlation-request-id": [ - "bd926f53-674d-4c3d-9675-9861f68284ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:bd926f53-674d-4c3d-9675-9861f68284ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "a96c729781ff429aa8e98c7047888db4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b49dbec5-6c45-4da0-8d95-c6fed05e2fe0" - ], - "x-ms-correlation-request-id": [ - "b49dbec5-6c45-4da0-8d95-c6fed05e2fe0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:b49dbec5-6c45-4da0-8d95-c6fed05e2fe0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "16bd766e11dd4f3483d49156a6bce186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16e2df55-0c75-42ae-b764-5571183abf9f" - ], - "x-ms-correlation-request-id": [ - "16e2df55-0c75-42ae-b764-5571183abf9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:16e2df55-0c75-42ae-b764-5571183abf9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "942ec1c7127f4c439060fb20e1a38721" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54430888-5f14-4719-b5f9-9059ce908ed9" - ], - "x-ms-correlation-request-id": [ - "54430888-5f14-4719-b5f9-9059ce908ed9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:54430888-5f14-4719-b5f9-9059ce908ed9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "556d37ab4c0546b6a6c5a7c144b3617c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63ba04f3-6fa4-49f0-908d-f299e3d8b596" - ], - "x-ms-correlation-request-id": [ - "63ba04f3-6fa4-49f0-908d-f299e3d8b596" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183054Z:63ba04f3-6fa4-49f0-908d-f299e3d8b596" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "3c88e811fc114e7c9e3f011ef14d4e1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c93e319e-6d43-491f-a65e-891cc7422e02" - ], - "x-ms-correlation-request-id": [ - "c93e319e-6d43-491f-a65e-891cc7422e02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183055Z:c93e319e-6d43-491f-a65e-891cc7422e02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "1316b72528e849fba881f70e75312d42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5ed08a1-eddf-4480-93bd-3886a8a3b273" - ], - "x-ms-correlation-request-id": [ - "c5ed08a1-eddf-4480-93bd-3886a8a3b273" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183055Z:c5ed08a1-eddf-4480-93bd-3886a8a3b273" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "56fc777ad6744380bb6895745da29687" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4d0cf7e-fe4f-4e94-8d18-ca8a0f2a9976" - ], - "x-ms-correlation-request-id": [ - "e4d0cf7e-fe4f-4e94-8d18-ca8a0f2a9976" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183055Z:e4d0cf7e-fe4f-4e94-8d18-ca8a0f2a9976" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "358486e027984cd285668e28d476714f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da0fe1b1-e46f-4ea0-a020-59a3c8a69bc5" - ], - "x-ms-correlation-request-id": [ - "da0fe1b1-e46f-4ea0-a020-59a3c8a69bc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183055Z:da0fe1b1-e46f-4ea0-a020-59a3c8a69bc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "a080de9cee114048aa501dfac958052b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b4abccd-c989-4ca0-a79f-6bc2fbb5d47d" - ], - "x-ms-correlation-request-id": [ - "4b4abccd-c989-4ca0-a79f-6bc2fbb5d47d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183055Z:4b4abccd-c989-4ca0-a79f-6bc2fbb5d47d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "99328807c88c47ff887a82490c6f9fbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "698785da-bc6b-492e-8f53-cd93761f934d" - ], - "x-ms-correlation-request-id": [ - "698785da-bc6b-492e-8f53-cd93761f934d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183055Z:698785da-bc6b-492e-8f53-cd93761f934d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "81204d16883040eebcb140ddfa6673bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7ce53fb-fde3-4607-9424-71fb26d7ecc8" - ], - "x-ms-correlation-request-id": [ - "c7ce53fb-fde3-4607-9424-71fb26d7ecc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183056Z:c7ce53fb-fde3-4607-9424-71fb26d7ecc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "7dfc93772aad496788f3ea679432c608" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5bc4174-10f6-40a0-94b8-1bfc3d46a869" - ], - "x-ms-correlation-request-id": [ - "c5bc4174-10f6-40a0-94b8-1bfc3d46a869" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183056Z:c5bc4174-10f6-40a0-94b8-1bfc3d46a869" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "f2e52a34b65b447a846e526c27ad2b24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92d24dbd-3048-4fcf-942a-e03c2d2f1129" - ], - "x-ms-correlation-request-id": [ - "92d24dbd-3048-4fcf-942a-e03c2d2f1129" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183056Z:92d24dbd-3048-4fcf-942a-e03c2d2f1129" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "0c7e8115465c440c8a3d365c2ccb7d7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45ea77ee-0b20-41a9-8f7f-e45ef393ded0" - ], - "x-ms-correlation-request-id": [ - "45ea77ee-0b20-41a9-8f7f-e45ef393ded0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183056Z:45ea77ee-0b20-41a9-8f7f-e45ef393ded0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "356e9279ec09416794846cf6c136d1a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e68148e-a635-4285-a9b2-144b4e7a73c3" - ], - "x-ms-correlation-request-id": [ - "2e68148e-a635-4285-a9b2-144b4e7a73c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183056Z:2e68148e-a635-4285-a9b2-144b4e7a73c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "8c8e756096ae47d78babf3329bb159ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18cb9664-cd02-4a26-86e9-758514a29df8" - ], - "x-ms-correlation-request-id": [ - "18cb9664-cd02-4a26-86e9-758514a29df8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183056Z:18cb9664-cd02-4a26-86e9-758514a29df8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "d9fa2447124f4c35b6f6f5db15cda7fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af8af310-9364-422a-9873-3328838b4b8a" - ], - "x-ms-correlation-request-id": [ - "af8af310-9364-422a-9873-3328838b4b8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183056Z:af8af310-9364-422a-9873-3328838b4b8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "d48996b4f80549d29b403e0fcddd2618" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "685a3740-f8e4-4a8c-a717-d42fa24516fd" - ], - "x-ms-correlation-request-id": [ - "685a3740-f8e4-4a8c-a717-d42fa24516fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183057Z:685a3740-f8e4-4a8c-a717-d42fa24516fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "83b00b075b83485da683d6b4cabd35f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1689878f-2a49-4fa9-9b77-ba02c64f68b5" - ], - "x-ms-correlation-request-id": [ - "1689878f-2a49-4fa9-9b77-ba02c64f68b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183057Z:1689878f-2a49-4fa9-9b77-ba02c64f68b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "623082e13451414eb2acadeae6196014" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "557d36ba-dea9-4862-90a2-75d5beb23d76" - ], - "x-ms-correlation-request-id": [ - "557d36ba-dea9-4862-90a2-75d5beb23d76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183057Z:557d36ba-dea9-4862-90a2-75d5beb23d76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "ff8587764b8c439c93e5c91a23cf6947" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63b8e0ac-5cd4-48e2-aab0-6bf4e79161d8" - ], - "x-ms-correlation-request-id": [ - "63b8e0ac-5cd4-48e2-aab0-6bf4e79161d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183057Z:63b8e0ac-5cd4-48e2-aab0-6bf4e79161d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "97511f2b21344d7f97ea4bf78a957ad9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3bdd72f-3203-4196-9614-852c4424ec3c" - ], - "x-ms-correlation-request-id": [ - "c3bdd72f-3203-4196-9614-852c4424ec3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183057Z:c3bdd72f-3203-4196-9614-852c4424ec3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "a7bca6092c36416b92ac16d31ea16476" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "675ac61f-8a7d-40fa-9245-d74f44395a3e" - ], - "x-ms-correlation-request-id": [ - "675ac61f-8a7d-40fa-9245-d74f44395a3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183057Z:675ac61f-8a7d-40fa-9245-d74f44395a3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "d163cb7e380a4197b05b40adecf7fdbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a4f5141-f97c-4bbb-ae3a-f7681e3f8003" - ], - "x-ms-correlation-request-id": [ - "9a4f5141-f97c-4bbb-ae3a-f7681e3f8003" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183057Z:9a4f5141-f97c-4bbb-ae3a-f7681e3f8003" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "835aa30145244962b1a823e6c6919273" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2c68344-34ba-4a3a-8e28-ac28ca753bfe" - ], - "x-ms-correlation-request-id": [ - "e2c68344-34ba-4a3a-8e28-ac28ca753bfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183058Z:e2c68344-34ba-4a3a-8e28-ac28ca753bfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "61b8c88e14ea48e49eb2404736f607ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8eb81dfa-da38-4b01-9e94-24fd0697d7c0" - ], - "x-ms-correlation-request-id": [ - "8eb81dfa-da38-4b01-9e94-24fd0697d7c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183058Z:8eb81dfa-da38-4b01-9e94-24fd0697d7c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "9b7e6c1953054fe8828af1fcf8ef888f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1c9aa31-8658-4998-a436-206b4aa7d5a4" - ], - "x-ms-correlation-request-id": [ - "a1c9aa31-8658-4998-a436-206b4aa7d5a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183058Z:a1c9aa31-8658-4998-a436-206b4aa7d5a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "e425b96f17b74ff2b67cc3d2a1ae1537" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "822d2110-03c3-43cf-9d43-c9982cac8ffb" - ], - "x-ms-correlation-request-id": [ - "822d2110-03c3-43cf-9d43-c9982cac8ffb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183058Z:822d2110-03c3-43cf-9d43-c9982cac8ffb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "9f3fdd6039374ab394660f2a32505a04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eae05810-f4e6-4e9b-9066-55513be2fbae" - ], - "x-ms-correlation-request-id": [ - "eae05810-f4e6-4e9b-9066-55513be2fbae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183058Z:eae05810-f4e6-4e9b-9066-55513be2fbae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "febe82d99d034b1192b2921ecb7b1cf4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa81a8f8-e5ba-4468-b1c0-d6e2bdf5358a" - ], - "x-ms-correlation-request-id": [ - "fa81a8f8-e5ba-4468-b1c0-d6e2bdf5358a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:fa81a8f8-e5ba-4468-b1c0-d6e2bdf5358a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "6ead2b73c5c747349fcc9b8d06b26761" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ef319a2-d5eb-455e-9f01-9f1b2bbed446" - ], - "x-ms-correlation-request-id": [ - "9ef319a2-d5eb-455e-9f01-9f1b2bbed446" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:9ef319a2-d5eb-455e-9f01-9f1b2bbed446" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "9ca19b8d83fa4e3b82604aeb23f0a574" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee50d87b-65ae-4d9d-b74c-bcc06f5e908e" - ], - "x-ms-correlation-request-id": [ - "ee50d87b-65ae-4d9d-b74c-bcc06f5e908e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:ee50d87b-65ae-4d9d-b74c-bcc06f5e908e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "d444da904a9f4220a2af5d1fa26c13dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15add7b1-eb35-4f62-8973-dc1ea9bb68f2" - ], - "x-ms-correlation-request-id": [ - "15add7b1-eb35-4f62-8973-dc1ea9bb68f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:15add7b1-eb35-4f62-8973-dc1ea9bb68f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "3899495011504c15ad5e82b029aa0d88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "708f2c52-9acf-4618-97f9-50c1d0bb9485" - ], - "x-ms-correlation-request-id": [ - "708f2c52-9acf-4618-97f9-50c1d0bb9485" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:708f2c52-9acf-4618-97f9-50c1d0bb9485" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "ce7b3a5aa0e0408b99773f809a065c5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dfc7b592-15d8-4723-8abb-fe08f1d2d66c" - ], - "x-ms-correlation-request-id": [ - "dfc7b592-15d8-4723-8abb-fe08f1d2d66c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:dfc7b592-15d8-4723-8abb-fe08f1d2d66c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "6b22269f91d44e599626f4e9eb2794a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c20d8df-2efe-4be3-ac46-3569aa9851cd" - ], - "x-ms-correlation-request-id": [ - "7c20d8df-2efe-4be3-ac46-3569aa9851cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:7c20d8df-2efe-4be3-ac46-3569aa9851cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "8788cf6efc5e407ab593c695ba20a115" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a293c709-a3de-4c40-ad62-f60cf725557a" - ], - "x-ms-correlation-request-id": [ - "a293c709-a3de-4c40-ad62-f60cf725557a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:a293c709-a3de-4c40-ad62-f60cf725557a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "28157aaa23ea43daa329fedfb36514f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3a83087-faac-42ad-8de2-ad6b08c1dcbb" - ], - "x-ms-correlation-request-id": [ - "c3a83087-faac-42ad-8de2-ad6b08c1dcbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183059Z:c3a83087-faac-42ad-8de2-ad6b08c1dcbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "0e8f50cb11a448179a8df877b475ff2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb69f8d0-a098-4223-acaa-4daea1e8ef33" - ], - "x-ms-correlation-request-id": [ - "fb69f8d0-a098-4223-acaa-4daea1e8ef33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183100Z:fb69f8d0-a098-4223-acaa-4daea1e8ef33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "7817119bb2354a65932c849b920cc14a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76fdeaba-a665-4b13-9556-1b13e1b077a2" - ], - "x-ms-correlation-request-id": [ - "76fdeaba-a665-4b13-9556-1b13e1b077a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183100Z:76fdeaba-a665-4b13-9556-1b13e1b077a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:30:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "f99f25368d75418e90ad2269d70bb5be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89adc529-1650-46a5-864f-f4715e77622d" - ], - "x-ms-correlation-request-id": [ - "89adc529-1650-46a5-864f-f4715e77622d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183100Z:89adc529-1650-46a5-864f-f4715e77622d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "f78cd202ce6b4418994663452c83d6f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f9566f3-3fbd-4e23-b89e-53c6071b4a1f" - ], - "x-ms-correlation-request-id": [ - "1f9566f3-3fbd-4e23-b89e-53c6071b4a1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183100Z:1f9566f3-3fbd-4e23-b89e-53c6071b4a1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "c8bb1475497141d0ad20a2485b5837cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89c224a4-a359-47dd-b021-b6ee25e0eca6" - ], - "x-ms-correlation-request-id": [ - "89c224a4-a359-47dd-b021-b6ee25e0eca6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183100Z:89c224a4-a359-47dd-b021-b6ee25e0eca6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "22c7fee9e39549c8a7008564ac5bb3c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bcf489b-84bd-45e1-9c8f-34ff86117909" - ], - "x-ms-correlation-request-id": [ - "6bcf489b-84bd-45e1-9c8f-34ff86117909" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183100Z:6bcf489b-84bd-45e1-9c8f-34ff86117909" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "ac0e9381d32c40e2822b8d91ea3dddc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2af166d7-29ce-4bb7-bcb4-da0a44a75ca0" - ], - "x-ms-correlation-request-id": [ - "2af166d7-29ce-4bb7-bcb4-da0a44a75ca0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183100Z:2af166d7-29ce-4bb7-bcb4-da0a44a75ca0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "4c83485271b745ed8e833e7bc05d9fe9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e504e09f-d2d9-403c-8085-5dc263f33efe" - ], - "x-ms-correlation-request-id": [ - "e504e09f-d2d9-403c-8085-5dc263f33efe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183101Z:e504e09f-d2d9-403c-8085-5dc263f33efe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "875982356c07409490128d622d717100" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "321e23c3-cea0-4ef4-8e42-e0cd20ca0af7" - ], - "x-ms-correlation-request-id": [ - "321e23c3-cea0-4ef4-8e42-e0cd20ca0af7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183101Z:321e23c3-cea0-4ef4-8e42-e0cd20ca0af7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "ef0593220ac64a98b57d1e1494726d39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d8ca1a9-0e9a-4e37-af14-89d2fe636e51" - ], - "x-ms-correlation-request-id": [ - "6d8ca1a9-0e9a-4e37-af14-89d2fe636e51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183101Z:6d8ca1a9-0e9a-4e37-af14-89d2fe636e51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "86248b57de9a4cd499f97294f448e098" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48181311-5497-47e4-8083-45b04dec2066" - ], - "x-ms-correlation-request-id": [ - "48181311-5497-47e4-8083-45b04dec2066" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183101Z:48181311-5497-47e4-8083-45b04dec2066" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "aecc0314570c474392d7a7ddb5ad431c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f86a7f8-26f3-41a1-814d-6913d884488b" - ], - "x-ms-correlation-request-id": [ - "7f86a7f8-26f3-41a1-814d-6913d884488b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183101Z:7f86a7f8-26f3-41a1-814d-6913d884488b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "0f79ca0a64f44967929e662419dde6cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c840319-7fe1-4118-85fc-5e2f14d291ec" - ], - "x-ms-correlation-request-id": [ - "5c840319-7fe1-4118-85fc-5e2f14d291ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183101Z:5c840319-7fe1-4118-85fc-5e2f14d291ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "017ef9cfdf014db394c2311697a1b879" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b41c9f59-bb59-47db-927c-76156093ea64" - ], - "x-ms-correlation-request-id": [ - "b41c9f59-bb59-47db-927c-76156093ea64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183101Z:b41c9f59-bb59-47db-927c-76156093ea64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "9f08763553ee4955aa4f992fc9b64da7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ecd2a8f-49d3-4cdc-bbc0-eff9f9c12f2d" - ], - "x-ms-correlation-request-id": [ - "4ecd2a8f-49d3-4cdc-bbc0-eff9f9c12f2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:4ecd2a8f-49d3-4cdc-bbc0-eff9f9c12f2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "c8ec60429a754567bc107b411a379251" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85d7624e-dc38-47af-821b-44e925654ae2" - ], - "x-ms-correlation-request-id": [ - "85d7624e-dc38-47af-821b-44e925654ae2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:85d7624e-dc38-47af-821b-44e925654ae2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "66b9b87bed84492dbd57f4eecfdd8946" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1317ce3-34fa-40be-802c-9b21ef8dd70b" - ], - "x-ms-correlation-request-id": [ - "c1317ce3-34fa-40be-802c-9b21ef8dd70b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:c1317ce3-34fa-40be-802c-9b21ef8dd70b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "23b466a9cf5b42b28417ba862dc77c30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee246e75-2aea-4cde-8e65-162d481db4ea" - ], - "x-ms-correlation-request-id": [ - "ee246e75-2aea-4cde-8e65-162d481db4ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:ee246e75-2aea-4cde-8e65-162d481db4ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "f107055a9a9747958b260e61d6b697f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95d72535-08fc-4b20-8b92-f95741b77526" - ], - "x-ms-correlation-request-id": [ - "95d72535-08fc-4b20-8b92-f95741b77526" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:95d72535-08fc-4b20-8b92-f95741b77526" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "146c4fc99da14538acd1d07857f2921f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bed45c3-e3be-4d17-9b03-05c8b57593da" - ], - "x-ms-correlation-request-id": [ - "9bed45c3-e3be-4d17-9b03-05c8b57593da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:9bed45c3-e3be-4d17-9b03-05c8b57593da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "e851e30edf3a408c8fa6503a37ffcd7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a273f0e6-3196-4455-bd30-ea44a197a085" - ], - "x-ms-correlation-request-id": [ - "a273f0e6-3196-4455-bd30-ea44a197a085" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:a273f0e6-3196-4455-bd30-ea44a197a085" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "6f2d0c816ace42baa334221b4ad65245" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "160110ad-14a0-4212-b7ec-20c8f501480e" - ], - "x-ms-correlation-request-id": [ - "160110ad-14a0-4212-b7ec-20c8f501480e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183102Z:160110ad-14a0-4212-b7ec-20c8f501480e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "b3398e3d73364367b1123558abe19ad1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7e8dc5e-0e1e-43f5-9e84-a788daad12e3" - ], - "x-ms-correlation-request-id": [ - "f7e8dc5e-0e1e-43f5-9e84-a788daad12e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183103Z:f7e8dc5e-0e1e-43f5-9e84-a788daad12e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "cff131888f71435f9d00ade1d9415953" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c261e09-ca19-4be2-b174-8652473ec369" - ], - "x-ms-correlation-request-id": [ - "6c261e09-ca19-4be2-b174-8652473ec369" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183103Z:6c261e09-ca19-4be2-b174-8652473ec369" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "ffba6a953d274fae9b0e019523df7418" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29f06b10-362a-4e9c-82d9-d1fa1b2f438d" - ], - "x-ms-correlation-request-id": [ - "29f06b10-362a-4e9c-82d9-d1fa1b2f438d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183103Z:29f06b10-362a-4e9c-82d9-d1fa1b2f438d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "04b4bab56dd541dfbcd70ab0f9fcc44b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "229a29c3-c4e4-4852-bbc0-f3ed9f56b107" - ], - "x-ms-correlation-request-id": [ - "229a29c3-c4e4-4852-bbc0-f3ed9f56b107" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183103Z:229a29c3-c4e4-4852-bbc0-f3ed9f56b107" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "523c3d29a7234c8da3323d5ceaf426d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d59ef257-538d-4511-a84c-71e0bf3c4128" - ], - "x-ms-correlation-request-id": [ - "d59ef257-538d-4511-a84c-71e0bf3c4128" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183103Z:d59ef257-538d-4511-a84c-71e0bf3c4128" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "cb9d25a1f71341989d7698637cc9cc5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21775935-eb38-4cad-ba7b-89eea2e68e39" - ], - "x-ms-correlation-request-id": [ - "21775935-eb38-4cad-ba7b-89eea2e68e39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183103Z:21775935-eb38-4cad-ba7b-89eea2e68e39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "2395ccd01f084bcba7cf8e5ddabe4266" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87a7272b-224b-46cc-a083-ffaa1598baf4" - ], - "x-ms-correlation-request-id": [ - "87a7272b-224b-46cc-a083-ffaa1598baf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183104Z:87a7272b-224b-46cc-a083-ffaa1598baf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "7c79eac7022e4993a7de19b04082dcc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fac252ee-70a3-44c0-99bf-88bfe00f4fb7" - ], - "x-ms-correlation-request-id": [ - "fac252ee-70a3-44c0-99bf-88bfe00f4fb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183104Z:fac252ee-70a3-44c0-99bf-88bfe00f4fb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "478b871dfe4d4122a689578fe362ed4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3f0fa67-63c2-4f33-8605-d334eb3a61b0" - ], - "x-ms-correlation-request-id": [ - "d3f0fa67-63c2-4f33-8605-d334eb3a61b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183104Z:d3f0fa67-63c2-4f33-8605-d334eb3a61b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "570f125dc63f405d9d6a7c2078fc3a16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbcb7096-03f4-4cee-a7aa-314fbc5ab4f9" - ], - "x-ms-correlation-request-id": [ - "fbcb7096-03f4-4cee-a7aa-314fbc5ab4f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183104Z:fbcb7096-03f4-4cee-a7aa-314fbc5ab4f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "f7bf25cf528e424f9ad44e40ec9e0bb8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa2f82f4-d510-4af0-bf76-6d4711a1b845" - ], - "x-ms-correlation-request-id": [ - "aa2f82f4-d510-4af0-bf76-6d4711a1b845" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183104Z:aa2f82f4-d510-4af0-bf76-6d4711a1b845" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "ce47c91a2f7a41b79d208137509881f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45a75504-4353-4baa-a86c-50251ee72de5" - ], - "x-ms-correlation-request-id": [ - "45a75504-4353-4baa-a86c-50251ee72de5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183104Z:45a75504-4353-4baa-a86c-50251ee72de5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "7c1c4feab3b44f49b9916ff1bd0a3378" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c20c190-76e9-4682-9981-464d860f9fd1" - ], - "x-ms-correlation-request-id": [ - "4c20c190-76e9-4682-9981-464d860f9fd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183104Z:4c20c190-76e9-4682-9981-464d860f9fd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "ae4edc3d14fe4d7ab8cc8d47c2374333" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96b8bb86-9742-49fa-af64-3f6b3ace42dc" - ], - "x-ms-correlation-request-id": [ - "96b8bb86-9742-49fa-af64-3f6b3ace42dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183105Z:96b8bb86-9742-49fa-af64-3f6b3ace42dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "b9130e5a46d34d579a1835eef1540a5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "677c4230-7669-43da-92f1-d08d477063cb" - ], - "x-ms-correlation-request-id": [ - "677c4230-7669-43da-92f1-d08d477063cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183105Z:677c4230-7669-43da-92f1-d08d477063cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "90e29e18e909468199e8ef938326a3b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "465c4859-5528-408f-af98-8fc9af290f09" - ], - "x-ms-correlation-request-id": [ - "465c4859-5528-408f-af98-8fc9af290f09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183105Z:465c4859-5528-408f-af98-8fc9af290f09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "e8ed997cadc74c3ca17e5e34fda26734" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d96d7455-8e7b-46f4-ab57-59a1c6428f11" - ], - "x-ms-correlation-request-id": [ - "d96d7455-8e7b-46f4-ab57-59a1c6428f11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183105Z:d96d7455-8e7b-46f4-ab57-59a1c6428f11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "6c255057cc324762ab83c04937ad10a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19945a21-da3e-44b5-936d-7cca27beade9" - ], - "x-ms-correlation-request-id": [ - "19945a21-da3e-44b5-936d-7cca27beade9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183105Z:19945a21-da3e-44b5-936d-7cca27beade9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "bc30fd098a984261af1213b25880f946" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecf01aba-d07a-4079-823d-6b9bde7cecac" - ], - "x-ms-correlation-request-id": [ - "ecf01aba-d07a-4079-823d-6b9bde7cecac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183105Z:ecf01aba-d07a-4079-823d-6b9bde7cecac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "3c83f04ef0504de2ad8a27d289a5a074" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e53ca7b-9da7-4218-ba41-bde31846c6bb" - ], - "x-ms-correlation-request-id": [ - "5e53ca7b-9da7-4218-ba41-bde31846c6bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183106Z:5e53ca7b-9da7-4218-ba41-bde31846c6bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "632e9e10187248b6a2e7c368fafbf925" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad547366-2d05-4cd4-8958-c31cdf73a9ee" - ], - "x-ms-correlation-request-id": [ - "ad547366-2d05-4cd4-8958-c31cdf73a9ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183106Z:ad547366-2d05-4cd4-8958-c31cdf73a9ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "28ad6376fbc948d0b66cede090a62aec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a315527-d3a2-4232-955c-2cef7a011636" - ], - "x-ms-correlation-request-id": [ - "9a315527-d3a2-4232-955c-2cef7a011636" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183106Z:9a315527-d3a2-4232-955c-2cef7a011636" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" - ], - "x-ms-client-request-id": [ - "10b7446d4a474bdea72dba4c755cb3b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e66f4f7-938a-45ae-b80a-92ce37a2076e" - ], - "x-ms-correlation-request-id": [ - "1e66f4f7-938a-45ae-b80a-92ce37a2076e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183106Z:1e66f4f7-938a-45ae-b80a-92ce37a2076e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" - ], - "x-ms-client-request-id": [ - "54443121899743de8e9d8af94d3df6af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b317e2e-5b28-4c69-b562-2f278dfc9684" - ], - "x-ms-correlation-request-id": [ - "0b317e2e-5b28-4c69-b562-2f278dfc9684" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183107Z:0b317e2e-5b28-4c69-b562-2f278dfc9684" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" - ], - "x-ms-client-request-id": [ - "71f163278a1f44aa9231bcc7c86e7a01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdde6833-59f8-4cd7-8bd3-d386406b7012" - ], - "x-ms-correlation-request-id": [ - "fdde6833-59f8-4cd7-8bd3-d386406b7012" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183107Z:fdde6833-59f8-4cd7-8bd3-d386406b7012" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-client-request-id": [ - "ce18519d530848d3befda88010ea6d33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab5e5e73-5fab-4ae2-8472-2a00f85ff0a4" - ], - "x-ms-correlation-request-id": [ - "ab5e5e73-5fab-4ae2-8472-2a00f85ff0a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183107Z:ab5e5e73-5fab-4ae2-8472-2a00f85ff0a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-client-request-id": [ - "53eb5720c74748859ca3d75e86450634" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "489020e0-1a0a-4982-b172-7c5e0a4e62d6" - ], - "x-ms-correlation-request-id": [ - "489020e0-1a0a-4982-b172-7c5e0a4e62d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183107Z:489020e0-1a0a-4982-b172-7c5e0a4e62d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-client-request-id": [ - "5298654668d34f18965e758d577824ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa953b3b-d41a-49e0-ba3a-6988a0a8eb0e" - ], - "x-ms-correlation-request-id": [ - "fa953b3b-d41a-49e0-ba3a-6988a0a8eb0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183107Z:fa953b3b-d41a-49e0-ba3a-6988a0a8eb0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "3d0fce6869394bcf84bb28672c6463dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b60a71db-67ef-4c26-af34-937293e2d424" - ], - "x-ms-correlation-request-id": [ - "b60a71db-67ef-4c26-af34-937293e2d424" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183107Z:b60a71db-67ef-4c26-af34-937293e2d424" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "4dedc2c027d2401c9921a690dcec2722" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f9cde2e-5343-4ee8-8128-026e03081d70" - ], - "x-ms-correlation-request-id": [ - "5f9cde2e-5343-4ee8-8128-026e03081d70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183107Z:5f9cde2e-5343-4ee8-8128-026e03081d70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "f21ecc258d2f455a9cea4e5917e3c6f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7d94f3d-c1df-4939-bb66-5339c5915ac0" - ], - "x-ms-correlation-request-id": [ - "a7d94f3d-c1df-4939-bb66-5339c5915ac0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:a7d94f3d-c1df-4939-bb66-5339c5915ac0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "4369785b1977455c904c90a5bd00945d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "350d1ddf-b4fc-4631-a47e-7b515a1efa47" - ], - "x-ms-correlation-request-id": [ - "350d1ddf-b4fc-4631-a47e-7b515a1efa47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:350d1ddf-b4fc-4631-a47e-7b515a1efa47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "0f5c54afabb44bdbaa4cfdf433d42c2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05fe5173-4acb-43d0-8736-a0d4bc0e2096" - ], - "x-ms-correlation-request-id": [ - "05fe5173-4acb-43d0-8736-a0d4bc0e2096" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:05fe5173-4acb-43d0-8736-a0d4bc0e2096" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "b35378ab729c4e17be4c570c4f8116bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "904832a1-bf87-4a0c-8779-f73553df9441" - ], - "x-ms-correlation-request-id": [ - "904832a1-bf87-4a0c-8779-f73553df9441" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:904832a1-bf87-4a0c-8779-f73553df9441" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "f9eca2b7d01c4fd1936b382aba6577f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da6640d5-e3ca-42e4-9446-8ddf53ebbf95" - ], - "x-ms-correlation-request-id": [ - "da6640d5-e3ca-42e4-9446-8ddf53ebbf95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:da6640d5-e3ca-42e4-9446-8ddf53ebbf95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "c5553cdbea344f629eb16b1faf475ca9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1ea5a51-d7bd-4f50-a136-b2c9c8a1df8c" - ], - "x-ms-correlation-request-id": [ - "a1ea5a51-d7bd-4f50-a136-b2c9c8a1df8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:a1ea5a51-d7bd-4f50-a136-b2c9c8a1df8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "bd0fc228f14844869fd51bad6372149b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b6cf636-3e9e-4896-9fc2-d7cfe203ca89" - ], - "x-ms-correlation-request-id": [ - "2b6cf636-3e9e-4896-9fc2-d7cfe203ca89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:2b6cf636-3e9e-4896-9fc2-d7cfe203ca89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "f6a2b8fb59c142f4ae7957ab3482eefe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ef3774b-fb98-4cf9-99ba-b75fb62f4e77" - ], - "x-ms-correlation-request-id": [ - "6ef3774b-fb98-4cf9-99ba-b75fb62f4e77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183108Z:6ef3774b-fb98-4cf9-99ba-b75fb62f4e77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "9de7197254be4ef5a419feed71c1f564" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "119a795a-fecb-46b8-a906-947e0365076f" - ], - "x-ms-correlation-request-id": [ - "119a795a-fecb-46b8-a906-947e0365076f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:119a795a-fecb-46b8-a906-947e0365076f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "0ebc0ab3ae4344549f0c00bf470c4bfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f77db62-8c3e-4f45-b870-d4e346a3f162" - ], - "x-ms-correlation-request-id": [ - "6f77db62-8c3e-4f45-b870-d4e346a3f162" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:6f77db62-8c3e-4f45-b870-d4e346a3f162" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "32dbd965ebec4a9d8eee8795a8be1ee9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1b0aaf6-8f45-40e1-a311-39497a42261d" - ], - "x-ms-correlation-request-id": [ - "a1b0aaf6-8f45-40e1-a311-39497a42261d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:a1b0aaf6-8f45-40e1-a311-39497a42261d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "f8279ea0efa54262b08c25686d7d495a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f30cea5-b913-4db6-8fc9-5c24e16186b0" - ], - "x-ms-correlation-request-id": [ - "0f30cea5-b913-4db6-8fc9-5c24e16186b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:0f30cea5-b913-4db6-8fc9-5c24e16186b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "3024966af6ab4998953eac0f94a1e38e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccebe438-8fa9-4479-bdfc-85b56df0f732" - ], - "x-ms-correlation-request-id": [ - "ccebe438-8fa9-4479-bdfc-85b56df0f732" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:ccebe438-8fa9-4479-bdfc-85b56df0f732" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "6be69b6b40e140a7ab105aaf2847407a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa596238-73b1-4fb2-8fed-8521c2a51843" - ], - "x-ms-correlation-request-id": [ - "fa596238-73b1-4fb2-8fed-8521c2a51843" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:fa596238-73b1-4fb2-8fed-8521c2a51843" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "53b92081a32b483993fd470ef1502b83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "944dd6f8-c5bb-461c-b62f-b157faef71f9" - ], - "x-ms-correlation-request-id": [ - "944dd6f8-c5bb-461c-b62f-b157faef71f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:944dd6f8-c5bb-461c-b62f-b157faef71f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "e68388362c024b758d697bc490ed887e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "118dec88-ad9d-4aa9-8437-ef2731500e10" - ], - "x-ms-correlation-request-id": [ - "118dec88-ad9d-4aa9-8437-ef2731500e10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183109Z:118dec88-ad9d-4aa9-8437-ef2731500e10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "bb51275f6c5e4e188bfb9785ac2d82ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39fab436-99c0-4982-a7f6-e5865eeb5cf2" - ], - "x-ms-correlation-request-id": [ - "39fab436-99c0-4982-a7f6-e5865eeb5cf2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:39fab436-99c0-4982-a7f6-e5865eeb5cf2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "b7c9774b305b4f11a2944450d8df6d47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f320c32e-ae2d-4c0b-9689-177d0587e840" - ], - "x-ms-correlation-request-id": [ - "f320c32e-ae2d-4c0b-9689-177d0587e840" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:f320c32e-ae2d-4c0b-9689-177d0587e840" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "3863f98bc5ea47118e9ac5954ddcf1d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02181009-68b7-4460-b6f3-281c260ef840" - ], - "x-ms-correlation-request-id": [ - "02181009-68b7-4460-b6f3-281c260ef840" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:02181009-68b7-4460-b6f3-281c260ef840" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "7a8f2d97c8ae4b329fba65780083723a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d8442ac-5b38-4230-93fa-5efb3023d5cf" - ], - "x-ms-correlation-request-id": [ - "3d8442ac-5b38-4230-93fa-5efb3023d5cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:3d8442ac-5b38-4230-93fa-5efb3023d5cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "a7b58c2e4db24f0fa268838bab1117f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea56a9f8-0a6f-4dc2-8413-7230a1a67fcc" - ], - "x-ms-correlation-request-id": [ - "ea56a9f8-0a6f-4dc2-8413-7230a1a67fcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:ea56a9f8-0a6f-4dc2-8413-7230a1a67fcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "d11029ce720442d68035542d72cd7e7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51c9bd92-effd-4b5e-a977-df2512746c69" - ], - "x-ms-correlation-request-id": [ - "51c9bd92-effd-4b5e-a977-df2512746c69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:51c9bd92-effd-4b5e-a977-df2512746c69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "1f4fcf5019bf4d16a1f9f0a4fb0639d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69b27628-442d-46c4-882c-5ab2c1d21410" - ], - "x-ms-correlation-request-id": [ - "69b27628-442d-46c4-882c-5ab2c1d21410" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:69b27628-442d-46c4-882c-5ab2c1d21410" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "30e04ea645e8454b8adceeed087d91f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0e801b6-53ce-4abc-a9bc-0d80cd79fa08" - ], - "x-ms-correlation-request-id": [ - "b0e801b6-53ce-4abc-a9bc-0d80cd79fa08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:b0e801b6-53ce-4abc-a9bc-0d80cd79fa08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "d06f746c630443f7b6283f2069f225ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ba15c27-3a9e-4770-b2cb-2030ee95468b" - ], - "x-ms-correlation-request-id": [ - "6ba15c27-3a9e-4770-b2cb-2030ee95468b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183110Z:6ba15c27-3a9e-4770-b2cb-2030ee95468b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "e004495c3dfe465384fe33b542a6170f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0cf97344-4d68-4a93-87e7-33e21c05a2c5" - ], - "x-ms-correlation-request-id": [ - "0cf97344-4d68-4a93-87e7-33e21c05a2c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183111Z:0cf97344-4d68-4a93-87e7-33e21c05a2c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "cebff0957c8746f1ae46626a7e87b536" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11235c69-8738-4203-8c7b-58b5f59dbb47" - ], - "x-ms-correlation-request-id": [ - "11235c69-8738-4203-8c7b-58b5f59dbb47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183111Z:11235c69-8738-4203-8c7b-58b5f59dbb47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "f3041f0bd8e444eb891f1b140551c7c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09d3f8cb-7540-4133-9217-7ae4c802064c" - ], - "x-ms-correlation-request-id": [ - "09d3f8cb-7540-4133-9217-7ae4c802064c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183111Z:09d3f8cb-7540-4133-9217-7ae4c802064c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "0f22a0e026a44eb2b9fdb260fcdee438" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7f9b1c6-f6a7-403b-86c4-b450f2377b50" - ], - "x-ms-correlation-request-id": [ - "b7f9b1c6-f6a7-403b-86c4-b450f2377b50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183111Z:b7f9b1c6-f6a7-403b-86c4-b450f2377b50" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "a09cc4a6717c4a90b5876c9e34bf8aa4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "142856ee-1a2d-4903-9a7c-3b1e5025fb25" - ], - "x-ms-correlation-request-id": [ - "142856ee-1a2d-4903-9a7c-3b1e5025fb25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183111Z:142856ee-1a2d-4903-9a7c-3b1e5025fb25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "2cf8855ffb91484dbb134ff6d7014237" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "495a583d-9ce2-4bef-9b4a-d72d7073f6fc" - ], - "x-ms-correlation-request-id": [ - "495a583d-9ce2-4bef-9b4a-d72d7073f6fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183111Z:495a583d-9ce2-4bef-9b4a-d72d7073f6fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "40eb047b58344306b9dfdbe1ab45fecc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef206157-f955-4e07-8743-3d9bf89c3a3a" - ], - "x-ms-correlation-request-id": [ - "ef206157-f955-4e07-8743-3d9bf89c3a3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:ef206157-f955-4e07-8743-3d9bf89c3a3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "abbfc6618fc74846958205cdf6fe0f53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8dc989a6-d535-4ed2-b906-7988f21c0b4c" - ], - "x-ms-correlation-request-id": [ - "8dc989a6-d535-4ed2-b906-7988f21c0b4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:8dc989a6-d535-4ed2-b906-7988f21c0b4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "ea3e0e224bbf4f2eabc0659e12af7fff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1898429b-f82c-489f-ae63-656ca42895fd" - ], - "x-ms-correlation-request-id": [ - "1898429b-f82c-489f-ae63-656ca42895fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:1898429b-f82c-489f-ae63-656ca42895fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "ba2f701ef3ce4de0a8accca038e08128" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b077a2fb-8ebb-4184-be26-37e4d499af9a" - ], - "x-ms-correlation-request-id": [ - "b077a2fb-8ebb-4184-be26-37e4d499af9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:b077a2fb-8ebb-4184-be26-37e4d499af9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "fcdc1bd0d75046bb878546cf6cc190a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a368e34-a20b-4e1c-a159-758746464fdf" - ], - "x-ms-correlation-request-id": [ - "7a368e34-a20b-4e1c-a159-758746464fdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:7a368e34-a20b-4e1c-a159-758746464fdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "4ace5c848e4d49e789cdd4740d388e92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa811319-e2fa-461c-a3c2-c9378f936454" - ], - "x-ms-correlation-request-id": [ - "fa811319-e2fa-461c-a3c2-c9378f936454" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:fa811319-e2fa-461c-a3c2-c9378f936454" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "f74262cc1987410a83b7418c78e447d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82097058-0e35-4930-970b-c9a1aa589c15" - ], - "x-ms-correlation-request-id": [ - "82097058-0e35-4930-970b-c9a1aa589c15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:82097058-0e35-4930-970b-c9a1aa589c15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "069801ea78044eb39a2c444cfb54dfca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b98a78c3-3771-496a-8122-2787f32fae3b" - ], - "x-ms-correlation-request-id": [ - "b98a78c3-3771-496a-8122-2787f32fae3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:b98a78c3-3771-496a-8122-2787f32fae3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "25786f3723314148b830375e6b71b6a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ad2c732-9a68-4036-8e59-632b068be7ca" - ], - "x-ms-correlation-request-id": [ - "6ad2c732-9a68-4036-8e59-632b068be7ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183112Z:6ad2c732-9a68-4036-8e59-632b068be7ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "84f0f2d07d1745a4b4c896bc1fa2aee5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c524db75-ffee-4ac3-9baa-8751302bde31" - ], - "x-ms-correlation-request-id": [ - "c524db75-ffee-4ac3-9baa-8751302bde31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183113Z:c524db75-ffee-4ac3-9baa-8751302bde31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "3848de75489a4fa2b8166d819c012066" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82760012-c474-436f-8d4c-a1911cf30db8" - ], - "x-ms-correlation-request-id": [ - "82760012-c474-436f-8d4c-a1911cf30db8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183113Z:82760012-c474-436f-8d4c-a1911cf30db8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "31578020988a40b58df64489cb24ea4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "709a1549-31ba-497c-b4e6-3700c7aea06b" - ], - "x-ms-correlation-request-id": [ - "709a1549-31ba-497c-b4e6-3700c7aea06b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183113Z:709a1549-31ba-497c-b4e6-3700c7aea06b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "68e2ae538a414e8f8446251a1597ce70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4639d544-917f-446b-bd29-f25881d48ae4" - ], - "x-ms-correlation-request-id": [ - "4639d544-917f-446b-bd29-f25881d48ae4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183113Z:4639d544-917f-446b-bd29-f25881d48ae4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "71840ca7263746dfbe9df938be1ad303" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d5d8b16-8db5-4b8d-bfb4-bfcf8927506f" - ], - "x-ms-correlation-request-id": [ - "8d5d8b16-8db5-4b8d-bfb4-bfcf8927506f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183113Z:8d5d8b16-8db5-4b8d-bfb4-bfcf8927506f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "2b1e3976ba704989b6046d906f522dad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89e6a15c-280b-4c97-9ec6-5bd8bc999404" - ], - "x-ms-correlation-request-id": [ - "89e6a15c-280b-4c97-9ec6-5bd8bc999404" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183113Z:89e6a15c-280b-4c97-9ec6-5bd8bc999404" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "538bdca5bd184952b425ecdffb1d35c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c6a6556-8593-4672-b6c3-893cb95ba426" - ], - "x-ms-correlation-request-id": [ - "1c6a6556-8593-4672-b6c3-893cb95ba426" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183115Z:1c6a6556-8593-4672-b6c3-893cb95ba426" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "14fca2849b914756aa69a8b3ff176239" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "764d788e-ba9a-4cde-b9fe-0449fb1ef265" - ], - "x-ms-correlation-request-id": [ - "764d788e-ba9a-4cde-b9fe-0449fb1ef265" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183115Z:764d788e-ba9a-4cde-b9fe-0449fb1ef265" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "f33d13db23b64e169fbc3625ec983499" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20cc5114-fd8b-4a19-a903-f684a1aeb1c3" - ], - "x-ms-correlation-request-id": [ - "20cc5114-fd8b-4a19-a903-f684a1aeb1c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183116Z:20cc5114-fd8b-4a19-a903-f684a1aeb1c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f98a60c5c5a741bc838bb03472028c4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ca372a1-3c42-437b-8351-0ec019c9a8ca" - ], - "x-ms-correlation-request-id": [ - "3ca372a1-3c42-437b-8351-0ec019c9a8ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183116Z:3ca372a1-3c42-437b-8351-0ec019c9a8ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "06d59a3452c74249b83c53c5c79e3ff5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f19a235a-71eb-48e2-a8ef-6d334907db5b" - ], - "x-ms-correlation-request-id": [ - "f19a235a-71eb-48e2-a8ef-6d334907db5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183116Z:f19a235a-71eb-48e2-a8ef-6d334907db5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "df7d0d3861484796909eb6878cb328f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afe0cf4a-79e7-45b8-a8d7-7778952e6677" - ], - "x-ms-correlation-request-id": [ - "afe0cf4a-79e7-45b8-a8d7-7778952e6677" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183116Z:afe0cf4a-79e7-45b8-a8d7-7778952e6677" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "b2997850400d4ae2b161a8a3edcfad1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79808c0e-c81b-484f-a1f4-6b87266b1f6e" - ], - "x-ms-correlation-request-id": [ - "79808c0e-c81b-484f-a1f4-6b87266b1f6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183116Z:79808c0e-c81b-484f-a1f4-6b87266b1f6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "9266baac61a3444fa91b3b31046bc08f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41c056c7-ba73-4a2b-86f9-37b2b1e11456" - ], - "x-ms-correlation-request-id": [ - "41c056c7-ba73-4a2b-86f9-37b2b1e11456" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183117Z:41c056c7-ba73-4a2b-86f9-37b2b1e11456" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "8b5dd1bdfa1c4770b489179e7cf973d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8d30a26-8bbd-45ad-9ea3-11c532eaccfb" - ], - "x-ms-correlation-request-id": [ - "a8d30a26-8bbd-45ad-9ea3-11c532eaccfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183117Z:a8d30a26-8bbd-45ad-9ea3-11c532eaccfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "80c4b894d8e04dd1ae2a4282ae88c106" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d64f213-6461-4ae9-b2ab-4330ddaa36aa" - ], - "x-ms-correlation-request-id": [ - "1d64f213-6461-4ae9-b2ab-4330ddaa36aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183117Z:1d64f213-6461-4ae9-b2ab-4330ddaa36aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "0be3d6f7f7b14492993b75637e1f1488" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92068b8e-27b9-4d25-9cdb-bdf6bb5a3a08" - ], - "x-ms-correlation-request-id": [ - "92068b8e-27b9-4d25-9cdb-bdf6bb5a3a08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183117Z:92068b8e-27b9-4d25-9cdb-bdf6bb5a3a08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "b5fa8c8e358b4f668997b6cd753a91ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08ce4b75-3403-4074-b546-f6703a2ce3b7" - ], - "x-ms-correlation-request-id": [ - "08ce4b75-3403-4074-b546-f6703a2ce3b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183117Z:08ce4b75-3403-4074-b546-f6703a2ce3b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "f26779d2e79a416b9e98f5e0ec64671b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23a609e6-b801-4257-be5a-523d5419e0bf" - ], - "x-ms-correlation-request-id": [ - "23a609e6-b801-4257-be5a-523d5419e0bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183117Z:23a609e6-b801-4257-be5a-523d5419e0bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "28ea7ee15e864b14ab711ff405382c9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93a2ceb1-70b8-46c1-9e7d-388faaee5297" - ], - "x-ms-correlation-request-id": [ - "93a2ceb1-70b8-46c1-9e7d-388faaee5297" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183117Z:93a2ceb1-70b8-46c1-9e7d-388faaee5297" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "1d5f9276ced14788ac2bf7c299f6432b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95f4c5fd-3d72-4c2f-b28f-8098a8a65b36" - ], - "x-ms-correlation-request-id": [ - "95f4c5fd-3d72-4c2f-b28f-8098a8a65b36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183118Z:95f4c5fd-3d72-4c2f-b28f-8098a8a65b36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "9ca796e2758c4b48a319b402e0bfe74e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2377f196-992f-4bb2-810d-ad6048c84b27" - ], - "x-ms-correlation-request-id": [ - "2377f196-992f-4bb2-810d-ad6048c84b27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183118Z:2377f196-992f-4bb2-810d-ad6048c84b27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "4b33ed7cceb34421be1ca03177be64a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d24f0c26-8ed9-4f08-aa44-caf17311c98d" - ], - "x-ms-correlation-request-id": [ - "d24f0c26-8ed9-4f08-aa44-caf17311c98d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183118Z:d24f0c26-8ed9-4f08-aa44-caf17311c98d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "be93b810db0846f09ab6a1494d4decf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b35805d3-45f1-4c47-b467-02c68cf503f8" - ], - "x-ms-correlation-request-id": [ - "b35805d3-45f1-4c47-b467-02c68cf503f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183118Z:b35805d3-45f1-4c47-b467-02c68cf503f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "d49bd174b9914a36bd4d82ee71ca8205" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "caaef7a8-86ee-4d9d-96b9-e84be6a682a9" - ], - "x-ms-correlation-request-id": [ - "caaef7a8-86ee-4d9d-96b9-e84be6a682a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183118Z:caaef7a8-86ee-4d9d-96b9-e84be6a682a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "c65e3cafa042426fbb229448a5f4cd45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a23d9c2-45b2-47cf-9c70-c9a4c9bc9146" - ], - "x-ms-correlation-request-id": [ - "3a23d9c2-45b2-47cf-9c70-c9a4c9bc9146" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183119Z:3a23d9c2-45b2-47cf-9c70-c9a4c9bc9146" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "101ef6e01d5345db92576c3881577987" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f70f934b-a3ba-4faf-8dd5-852834d3fd48" - ], - "x-ms-correlation-request-id": [ - "f70f934b-a3ba-4faf-8dd5-852834d3fd48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183119Z:f70f934b-a3ba-4faf-8dd5-852834d3fd48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "083b4374b6aa4ddca8062e1e07ae633f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fe9cac2-deee-48e5-9dff-d0f1de6ec4b0" - ], - "x-ms-correlation-request-id": [ - "9fe9cac2-deee-48e5-9dff-d0f1de6ec4b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183119Z:9fe9cac2-deee-48e5-9dff-d0f1de6ec4b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "0f4c3dc72f644891a23f39e38c008dfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9c11156-7f3f-4d59-bcbe-53028475b14c" - ], - "x-ms-correlation-request-id": [ - "c9c11156-7f3f-4d59-bcbe-53028475b14c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183119Z:c9c11156-7f3f-4d59-bcbe-53028475b14c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "66c9aa5439504eda96491c92b2fb5872" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee997ab2-8d49-4829-9cd0-1f4b763680dd" - ], - "x-ms-correlation-request-id": [ - "ee997ab2-8d49-4829-9cd0-1f4b763680dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183119Z:ee997ab2-8d49-4829-9cd0-1f4b763680dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "9af5748895a64747872b722131eec460" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "005e292b-7975-4ea1-b438-1bb19021970f" - ], - "x-ms-correlation-request-id": [ - "005e292b-7975-4ea1-b438-1bb19021970f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183120Z:005e292b-7975-4ea1-b438-1bb19021970f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "cd7b1066665a489f9f1c49f521d57ef6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ea09838-0d25-4b9f-85cd-d96d107b937b" - ], - "x-ms-correlation-request-id": [ - "8ea09838-0d25-4b9f-85cd-d96d107b937b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183120Z:8ea09838-0d25-4b9f-85cd-d96d107b937b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "ed2bbc3e9a9840b6a3d444f33adfb75f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2df44978-06b9-42e1-9618-138bad49ce48" - ], - "x-ms-correlation-request-id": [ - "2df44978-06b9-42e1-9618-138bad49ce48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183120Z:2df44978-06b9-42e1-9618-138bad49ce48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "25673081f1d24cef90003b81a5157d4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b02a0edd-ad09-4ed7-bb3d-c73673d2e99e" - ], - "x-ms-correlation-request-id": [ - "b02a0edd-ad09-4ed7-bb3d-c73673d2e99e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183120Z:b02a0edd-ad09-4ed7-bb3d-c73673d2e99e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "cd7513dd428e440290908e90d9315240" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de297214-fbf3-45a9-9196-ceb98e0e4497" - ], - "x-ms-correlation-request-id": [ - "de297214-fbf3-45a9-9196-ceb98e0e4497" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183120Z:de297214-fbf3-45a9-9196-ceb98e0e4497" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "cd66cd8a294a4b9a8da9c9729ceba210" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40cf5fb4-065b-4b16-9465-15b4ad763252" - ], - "x-ms-correlation-request-id": [ - "40cf5fb4-065b-4b16-9465-15b4ad763252" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183120Z:40cf5fb4-065b-4b16-9465-15b4ad763252" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "38b0e339e61f4bfa9cd860f5d6d3d2e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40700996-1367-4387-9523-1b8696a816cb" - ], - "x-ms-correlation-request-id": [ - "40700996-1367-4387-9523-1b8696a816cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:40700996-1367-4387-9523-1b8696a816cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "688edff573fe4612a711f04c9b6e82fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2fa1f4b-fe71-4dbf-b048-7138c5456d1f" - ], - "x-ms-correlation-request-id": [ - "c2fa1f4b-fe71-4dbf-b048-7138c5456d1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:c2fa1f4b-fe71-4dbf-b048-7138c5456d1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "081affaabe9f49f492737d155491a16b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24b07ae0-e436-433b-bb47-5179781b8eb8" - ], - "x-ms-correlation-request-id": [ - "24b07ae0-e436-433b-bb47-5179781b8eb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:24b07ae0-e436-433b-bb47-5179781b8eb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "c422fe61ee274d21a50cf551f752f031" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e09e0312-ea5c-496b-b6db-b7ee92df93e7" - ], - "x-ms-correlation-request-id": [ - "e09e0312-ea5c-496b-b6db-b7ee92df93e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:e09e0312-ea5c-496b-b6db-b7ee92df93e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "34d455d0af7048d997dcf36239a06081" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddc91f02-e527-4f83-8636-9597efc2895e" - ], - "x-ms-correlation-request-id": [ - "ddc91f02-e527-4f83-8636-9597efc2895e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:ddc91f02-e527-4f83-8636-9597efc2895e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "1195c8a369cc4983be420de423cc3106" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b208a94-869f-4bb3-800d-6ac6024ba216" - ], - "x-ms-correlation-request-id": [ - "2b208a94-869f-4bb3-800d-6ac6024ba216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:2b208a94-869f-4bb3-800d-6ac6024ba216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "fe131d4b160f4d61a8f87f8756bee5c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47042f11-f0af-4484-be7f-e68ec7d8a344" - ], - "x-ms-correlation-request-id": [ - "47042f11-f0af-4484-be7f-e68ec7d8a344" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:47042f11-f0af-4484-be7f-e68ec7d8a344" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "462e07a4db104243a371c5b4f9da94b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f83f2da-3aa4-4ccb-9782-daf6b0c41b04" - ], - "x-ms-correlation-request-id": [ - "9f83f2da-3aa4-4ccb-9782-daf6b0c41b04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183121Z:9f83f2da-3aa4-4ccb-9782-daf6b0c41b04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "ce3373a8a7d7487b9aaa4c8f91ffc565" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7227e29a-b972-4bc1-b5d8-fd7471b13410" - ], - "x-ms-correlation-request-id": [ - "7227e29a-b972-4bc1-b5d8-fd7471b13410" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183122Z:7227e29a-b972-4bc1-b5d8-fd7471b13410" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "c796478866564f5a84956ba76fbdcac3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42f2d5bd-e505-4971-858a-a7ae1c256864" - ], - "x-ms-correlation-request-id": [ - "42f2d5bd-e505-4971-858a-a7ae1c256864" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183122Z:42f2d5bd-e505-4971-858a-a7ae1c256864" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "d9cd411f53b044e5ba73f51b79abae15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d764b54b-3214-43bf-b382-abb667fd66a6" - ], - "x-ms-correlation-request-id": [ - "d764b54b-3214-43bf-b382-abb667fd66a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183122Z:d764b54b-3214-43bf-b382-abb667fd66a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "cdabcae97c744d4cbc68ad4869a39199" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb7a6f00-ff2e-4e9f-83b8-39461f33341e" - ], - "x-ms-correlation-request-id": [ - "eb7a6f00-ff2e-4e9f-83b8-39461f33341e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183122Z:eb7a6f00-ff2e-4e9f-83b8-39461f33341e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "e49c3a7cc8634599b5af73dec4e11fa6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2e42ef8-d68e-4de2-99e9-8a7e9b8b4731" - ], - "x-ms-correlation-request-id": [ - "a2e42ef8-d68e-4de2-99e9-8a7e9b8b4731" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183122Z:a2e42ef8-d68e-4de2-99e9-8a7e9b8b4731" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "4486a3bd56864d70b780d4271f9b678b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91641b01-0ed9-451e-b7f3-450e0c4fdcf5" - ], - "x-ms-correlation-request-id": [ - "91641b01-0ed9-451e-b7f3-450e0c4fdcf5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183122Z:91641b01-0ed9-451e-b7f3-450e0c4fdcf5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "be45a5832d6d43ac9c4ac4d6e9a5524e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e801df91-7e7d-4227-94dd-93530dee6409" - ], - "x-ms-correlation-request-id": [ - "e801df91-7e7d-4227-94dd-93530dee6409" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183123Z:e801df91-7e7d-4227-94dd-93530dee6409" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "64d35f38ee82466a8b70441f8d4e4137" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77943933-0ab5-4c43-8514-ae6bb7ea9f39" - ], - "x-ms-correlation-request-id": [ - "77943933-0ab5-4c43-8514-ae6bb7ea9f39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183123Z:77943933-0ab5-4c43-8514-ae6bb7ea9f39" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "1bfbb8fc51f2478985f4eb68e1c670fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d84aaca-68a1-427f-b01f-409ef39de23f" - ], - "x-ms-correlation-request-id": [ - "1d84aaca-68a1-427f-b01f-409ef39de23f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183123Z:1d84aaca-68a1-427f-b01f-409ef39de23f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "f3276cebfa6c428a8aa7b65358058665" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c66aac4d-dee2-463d-af0f-4aa4607d1584" - ], - "x-ms-correlation-request-id": [ - "c66aac4d-dee2-463d-af0f-4aa4607d1584" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183123Z:c66aac4d-dee2-463d-af0f-4aa4607d1584" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "7bd9b34ac1eb4709b7c41a975f45712b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d531236-b21f-47f7-9e11-77464849dffe" - ], - "x-ms-correlation-request-id": [ - "9d531236-b21f-47f7-9e11-77464849dffe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183124Z:9d531236-b21f-47f7-9e11-77464849dffe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "e7d37f3d5b674231b91eeb055981fd25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47c4176c-a56e-4c1e-8d3f-fbde6b636d37" - ], - "x-ms-correlation-request-id": [ - "47c4176c-a56e-4c1e-8d3f-fbde6b636d37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183124Z:47c4176c-a56e-4c1e-8d3f-fbde6b636d37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "e96d9c8fd86e4aaeaaa5965725254b5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5abd9faf-08c2-4329-af19-0046750e51d5" - ], - "x-ms-correlation-request-id": [ - "5abd9faf-08c2-4329-af19-0046750e51d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183124Z:5abd9faf-08c2-4329-af19-0046750e51d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "e9fed39ab7df42889edc0279a2d387d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e25ff8fa-6d3e-4cba-b5b2-40df7b0c3b2e" - ], - "x-ms-correlation-request-id": [ - "e25ff8fa-6d3e-4cba-b5b2-40df7b0c3b2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183124Z:e25ff8fa-6d3e-4cba-b5b2-40df7b0c3b2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "d033c65db63349bd866f5f5cb034fcb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04369a01-844f-4bd1-9f2e-9f591ce365e5" - ], - "x-ms-correlation-request-id": [ - "04369a01-844f-4bd1-9f2e-9f591ce365e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183124Z:04369a01-844f-4bd1-9f2e-9f591ce365e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "b09e847ab4ab47a08ab52383988bc48e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0006397a-6d00-478a-8317-414ec6f31ad5" - ], - "x-ms-correlation-request-id": [ - "0006397a-6d00-478a-8317-414ec6f31ad5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183124Z:0006397a-6d00-478a-8317-414ec6f31ad5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "95300f845ad546578913ed4de8497ec9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99e3265b-e909-4df0-80ad-085f28b1c43d" - ], - "x-ms-correlation-request-id": [ - "99e3265b-e909-4df0-80ad-085f28b1c43d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:99e3265b-e909-4df0-80ad-085f28b1c43d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "1851410fe6504774bbe990753a836673" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36f653c9-7ceb-4061-9d74-4d600c958b91" - ], - "x-ms-correlation-request-id": [ - "36f653c9-7ceb-4061-9d74-4d600c958b91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:36f653c9-7ceb-4061-9d74-4d600c958b91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "0a42398e013645f1a1afa0c2d9eeb937" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "653e74eb-2ed1-44b9-ab8a-977fec5beba5" - ], - "x-ms-correlation-request-id": [ - "653e74eb-2ed1-44b9-ab8a-977fec5beba5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:653e74eb-2ed1-44b9-ab8a-977fec5beba5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "cbe8dd1fc5a3477c888a5f3fda6839b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25c76605-c996-4bf3-9b7a-6c60ccb5fac8" - ], - "x-ms-correlation-request-id": [ - "25c76605-c996-4bf3-9b7a-6c60ccb5fac8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:25c76605-c996-4bf3-9b7a-6c60ccb5fac8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "a2accc547bd9490dba1062fb5ac47a90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c4b2ea5-2b54-48d3-bd79-f59d65a6c2d4" - ], - "x-ms-correlation-request-id": [ - "4c4b2ea5-2b54-48d3-bd79-f59d65a6c2d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:4c4b2ea5-2b54-48d3-bd79-f59d65a6c2d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "e64fcf9222f5487892afcaf7a1dc8747" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bc11923-9618-4c76-a4d0-9fec6479cab7" - ], - "x-ms-correlation-request-id": [ - "0bc11923-9618-4c76-a4d0-9fec6479cab7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:0bc11923-9618-4c76-a4d0-9fec6479cab7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "dc8dd891b6ac43b39abb0fa73014ebb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02277ff6-8477-450b-890c-54acc06aac9f" - ], - "x-ms-correlation-request-id": [ - "02277ff6-8477-450b-890c-54acc06aac9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:02277ff6-8477-450b-890c-54acc06aac9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "8a608da2e21a4771a52d61a28031281b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa58a934-a0f0-425f-8a3e-40a30a0b6c88" - ], - "x-ms-correlation-request-id": [ - "aa58a934-a0f0-425f-8a3e-40a30a0b6c88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183125Z:aa58a934-a0f0-425f-8a3e-40a30a0b6c88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "b3861eb018624d56a4a831032f8d5415" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d98baae6-4f16-4a58-862d-ec7911555d1b" - ], - "x-ms-correlation-request-id": [ - "d98baae6-4f16-4a58-862d-ec7911555d1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:d98baae6-4f16-4a58-862d-ec7911555d1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "4969443a04c844f0b2729c1f28dee141" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83d424fe-5edf-4c37-95d9-9b26c2d08a98" - ], - "x-ms-correlation-request-id": [ - "83d424fe-5edf-4c37-95d9-9b26c2d08a98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:83d424fe-5edf-4c37-95d9-9b26c2d08a98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "a861e0fa729b4d72977cb68e451a97a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5682795c-cc22-4c2a-8bc5-98192789fd4b" - ], - "x-ms-correlation-request-id": [ - "5682795c-cc22-4c2a-8bc5-98192789fd4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:5682795c-cc22-4c2a-8bc5-98192789fd4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "ef102da61a514777ba54f075511bddb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78505d2b-0f98-4f14-8f5e-94cdde23637b" - ], - "x-ms-correlation-request-id": [ - "78505d2b-0f98-4f14-8f5e-94cdde23637b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:78505d2b-0f98-4f14-8f5e-94cdde23637b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "f6490b2b867643f0aaddbf194e36e4a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bbf8509-ec23-40f9-97d1-8756a93150e1" - ], - "x-ms-correlation-request-id": [ - "5bbf8509-ec23-40f9-97d1-8756a93150e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:5bbf8509-ec23-40f9-97d1-8756a93150e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "f62a6608107c470eb8a9a6cbdc6a6a9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76a39598-2412-441e-bad9-9c71165813d2" - ], - "x-ms-correlation-request-id": [ - "76a39598-2412-441e-bad9-9c71165813d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:76a39598-2412-441e-bad9-9c71165813d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "8d95de1b98e64d02b6ac242f949db32d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6de26e92-070e-4c68-9f14-3b80b140f997" - ], - "x-ms-correlation-request-id": [ - "6de26e92-070e-4c68-9f14-3b80b140f997" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:6de26e92-070e-4c68-9f14-3b80b140f997" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "ea5728b696eb4332940c59f7cffb2843" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08c27164-f388-408d-b3bc-c742731e98e2" - ], - "x-ms-correlation-request-id": [ - "08c27164-f388-408d-b3bc-c742731e98e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:08c27164-f388-408d-b3bc-c742731e98e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "71accb5f27ab47a0986d41860bf58bbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3f91d41-3240-45f0-93f1-db4a45bae771" - ], - "x-ms-correlation-request-id": [ - "a3f91d41-3240-45f0-93f1-db4a45bae771" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183126Z:a3f91d41-3240-45f0-93f1-db4a45bae771" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "8efa7a1447534a0480ba281c43312d44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bdd742c-654f-4049-8019-a70c8b9780c3" - ], - "x-ms-correlation-request-id": [ - "9bdd742c-654f-4049-8019-a70c8b9780c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183127Z:9bdd742c-654f-4049-8019-a70c8b9780c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "49169a2d5c254e0da540d71af4bffac8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "628417af-05dc-487c-aaca-c95ceb8d06c2" - ], - "x-ms-correlation-request-id": [ - "628417af-05dc-487c-aaca-c95ceb8d06c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183127Z:628417af-05dc-487c-aaca-c95ceb8d06c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "d3bdef61f667496aa7cca5c0a4e003a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4f56f33-3353-4340-a59e-fa985b7a5de7" - ], - "x-ms-correlation-request-id": [ - "b4f56f33-3353-4340-a59e-fa985b7a5de7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183127Z:b4f56f33-3353-4340-a59e-fa985b7a5de7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "0d6fda70c59842828791bddc83dac619" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f514034d-eacd-4a39-8a2d-bf4b3ddbce26" - ], - "x-ms-correlation-request-id": [ - "f514034d-eacd-4a39-8a2d-bf4b3ddbce26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183127Z:f514034d-eacd-4a39-8a2d-bf4b3ddbce26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "05ee0530a87545e1b5f8a83460f8a37b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "604bbd33-a6d8-4e54-85b9-2b50bcf58fd8" - ], - "x-ms-correlation-request-id": [ - "604bbd33-a6d8-4e54-85b9-2b50bcf58fd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183127Z:604bbd33-a6d8-4e54-85b9-2b50bcf58fd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "27f7f0671e894c4b8e6471837abdf08d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93125c84-b435-413b-883d-07f11ec0371d" - ], - "x-ms-correlation-request-id": [ - "93125c84-b435-413b-883d-07f11ec0371d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183127Z:93125c84-b435-413b-883d-07f11ec0371d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "c697744c6be241a0b0507bc2df477532" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d52daf02-1dee-4888-a9d4-2ca355e7c74b" - ], - "x-ms-correlation-request-id": [ - "d52daf02-1dee-4888-a9d4-2ca355e7c74b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:d52daf02-1dee-4888-a9d4-2ca355e7c74b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "b2539dff3cb64733b7fba63bee0f9e5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4bb94e8-effc-496f-86eb-a028308ffb09" - ], - "x-ms-correlation-request-id": [ - "b4bb94e8-effc-496f-86eb-a028308ffb09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:b4bb94e8-effc-496f-86eb-a028308ffb09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "d785552d5634412ab395dd622a7ea2cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9037fe36-5dff-4923-953c-46e3921c6ec4" - ], - "x-ms-correlation-request-id": [ - "9037fe36-5dff-4923-953c-46e3921c6ec4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:9037fe36-5dff-4923-953c-46e3921c6ec4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "e2d8a5bef1e5462297f0e2832c17182f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bf448fa-f269-4b1a-8746-da308588a58a" - ], - "x-ms-correlation-request-id": [ - "7bf448fa-f269-4b1a-8746-da308588a58a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:7bf448fa-f269-4b1a-8746-da308588a58a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "cd8c871f498b4bbe8667e88c3871a6a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c54b1a59-e656-4941-8d15-eac635d54f6e" - ], - "x-ms-correlation-request-id": [ - "c54b1a59-e656-4941-8d15-eac635d54f6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:c54b1a59-e656-4941-8d15-eac635d54f6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "292d0e62d023457aba8c548462c93b5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1211488d-e952-46d6-862e-0b1a35e2c920" - ], - "x-ms-correlation-request-id": [ - "1211488d-e952-46d6-862e-0b1a35e2c920" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:1211488d-e952-46d6-862e-0b1a35e2c920" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "6fee5dae346c4e2ba42954ce49ea7725" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbf2544c-48da-4574-98b0-46b977a90815" - ], - "x-ms-correlation-request-id": [ - "fbf2544c-48da-4574-98b0-46b977a90815" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:fbf2544c-48da-4574-98b0-46b977a90815" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "6ce995dc979040129a00cbb4d1650363" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c197361-c82f-4d2d-a8bc-0912ae353c30" - ], - "x-ms-correlation-request-id": [ - "7c197361-c82f-4d2d-a8bc-0912ae353c30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183128Z:7c197361-c82f-4d2d-a8bc-0912ae353c30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "a2749ab2eea343b6baa733a5cf885bcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fe5c6c7-4568-451b-aed9-7f8c9fc0c0b5" - ], - "x-ms-correlation-request-id": [ - "4fe5c6c7-4568-451b-aed9-7f8c9fc0c0b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:4fe5c6c7-4568-451b-aed9-7f8c9fc0c0b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "963f99c6938c4282931fd6816b46a763" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b943dfd-521e-42d6-8473-cd084e89a4c8" - ], - "x-ms-correlation-request-id": [ - "5b943dfd-521e-42d6-8473-cd084e89a4c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:5b943dfd-521e-42d6-8473-cd084e89a4c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "c1c069626af34e36ac28f77b9d727266" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "845d20c3-44dd-48d7-a45e-b053b0b61fb5" - ], - "x-ms-correlation-request-id": [ - "845d20c3-44dd-48d7-a45e-b053b0b61fb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:845d20c3-44dd-48d7-a45e-b053b0b61fb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "9fdb22e77c7746ef88d01937e96d2129" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8f434d7-75f7-413d-a87a-a4d42493520d" - ], - "x-ms-correlation-request-id": [ - "e8f434d7-75f7-413d-a87a-a4d42493520d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:e8f434d7-75f7-413d-a87a-a4d42493520d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "6d8122ba1abf4da592ffc05560a73df2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "222f6942-6c54-44d5-9f71-4569cfe8365a" - ], - "x-ms-correlation-request-id": [ - "222f6942-6c54-44d5-9f71-4569cfe8365a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:222f6942-6c54-44d5-9f71-4569cfe8365a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "674de18664f1461abbd54d6e2f6fd3c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6d269f1-a566-441a-8abf-b8b9be4cb5af" - ], - "x-ms-correlation-request-id": [ - "b6d269f1-a566-441a-8abf-b8b9be4cb5af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:b6d269f1-a566-441a-8abf-b8b9be4cb5af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "a2344af41a0847b19686f392edcbd8a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bd6bf8a-2b99-4dbd-bbb2-464c783b6a84" - ], - "x-ms-correlation-request-id": [ - "9bd6bf8a-2b99-4dbd-bbb2-464c783b6a84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:9bd6bf8a-2b99-4dbd-bbb2-464c783b6a84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "b0ae76a9e9fe4395a039e4787d48bfaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47dd5f48-0fea-491f-9cd4-2bfafda843f2" - ], - "x-ms-correlation-request-id": [ - "47dd5f48-0fea-491f-9cd4-2bfafda843f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183129Z:47dd5f48-0fea-491f-9cd4-2bfafda843f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "176de1aece9b4a36b57b6e26551c3e0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f3deec1-9243-4db6-81f2-cf4980f88fea" - ], - "x-ms-correlation-request-id": [ - "7f3deec1-9243-4db6-81f2-cf4980f88fea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:7f3deec1-9243-4db6-81f2-cf4980f88fea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "8254d7b56184423887b495fadfd4368e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ae0d6e9-0acf-42a5-af96-4181be9998bb" - ], - "x-ms-correlation-request-id": [ - "9ae0d6e9-0acf-42a5-af96-4181be9998bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:9ae0d6e9-0acf-42a5-af96-4181be9998bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "99a2fefc2b2c42d8af9d76beea4c3726" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb1cc198-da04-403f-961c-901ff0c854ec" - ], - "x-ms-correlation-request-id": [ - "fb1cc198-da04-403f-961c-901ff0c854ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:fb1cc198-da04-403f-961c-901ff0c854ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "b2d05a4708a64c9aa673f84712c729b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1fe0b207-57f4-4ac0-ba2b-4697f2159d85" - ], - "x-ms-correlation-request-id": [ - "1fe0b207-57f4-4ac0-ba2b-4697f2159d85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:1fe0b207-57f4-4ac0-ba2b-4697f2159d85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "2b6a5d43d00a4aa5ae08bb6dfebf5900" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8678e442-90c4-45c9-bed5-97c25546f255" - ], - "x-ms-correlation-request-id": [ - "8678e442-90c4-45c9-bed5-97c25546f255" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:8678e442-90c4-45c9-bed5-97c25546f255" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "5f9315daa848450aa8aeafedb3cb3471" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3efc4d9-343e-4a6a-b4e1-02f2926a8e18" - ], - "x-ms-correlation-request-id": [ - "b3efc4d9-343e-4a6a-b4e1-02f2926a8e18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:b3efc4d9-343e-4a6a-b4e1-02f2926a8e18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "2fdd0d8af4a947448ec55547a3d9f75c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f18468f4-f83e-40b5-af30-11080f5ceea7" - ], - "x-ms-correlation-request-id": [ - "f18468f4-f83e-40b5-af30-11080f5ceea7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:f18468f4-f83e-40b5-af30-11080f5ceea7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "0ce2635d72d94bcc8210486123eb1c2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d25596b-1bd0-4541-bd63-c3fa707c6af7" - ], - "x-ms-correlation-request-id": [ - "1d25596b-1bd0-4541-bd63-c3fa707c6af7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:1d25596b-1bd0-4541-bd63-c3fa707c6af7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "cbf4b9f92a034472b987229d55f7e040" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f214f70-616d-4c33-b6dc-be9fbfb31f73" - ], - "x-ms-correlation-request-id": [ - "0f214f70-616d-4c33-b6dc-be9fbfb31f73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183130Z:0f214f70-616d-4c33-b6dc-be9fbfb31f73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "b58d19a4df064b4db55c6e07984ddcb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e257799a-8a8b-4e59-a3ff-cc925362345e" - ], - "x-ms-correlation-request-id": [ - "e257799a-8a8b-4e59-a3ff-cc925362345e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183131Z:e257799a-8a8b-4e59-a3ff-cc925362345e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "04563ed71f7d4f77801894a10ec3d054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "126a9492-5344-4fc0-a90f-582fbc589cd6" - ], - "x-ms-correlation-request-id": [ - "126a9492-5344-4fc0-a90f-582fbc589cd6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183131Z:126a9492-5344-4fc0-a90f-582fbc589cd6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "096ef67e27964bcc959c02319bd9baed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2f307e9-efe7-46d3-9a25-769bb4e5af21" - ], - "x-ms-correlation-request-id": [ - "e2f307e9-efe7-46d3-9a25-769bb4e5af21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183131Z:e2f307e9-efe7-46d3-9a25-769bb4e5af21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "b49b1705642f43debd5e996847d75820" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6c085fe-5522-4039-969c-b06646e660ac" - ], - "x-ms-correlation-request-id": [ - "f6c085fe-5522-4039-969c-b06646e660ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:f6c085fe-5522-4039-969c-b06646e660ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "44258e19bc534331bbd91fcc4b49ed2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3af07f0b-371d-470d-90a9-f30e5219fa2a" - ], - "x-ms-correlation-request-id": [ - "3af07f0b-371d-470d-90a9-f30e5219fa2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:3af07f0b-371d-470d-90a9-f30e5219fa2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "27a5fb1644dc4ac9b895165f722e8a5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37506829-9837-47c0-8381-f6cda4da966f" - ], - "x-ms-correlation-request-id": [ - "37506829-9837-47c0-8381-f6cda4da966f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:37506829-9837-47c0-8381-f6cda4da966f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "988b1840ea0642c8abe3d5cc79bf4e48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e130847-d350-4f99-8479-4b710a783518" - ], - "x-ms-correlation-request-id": [ - "1e130847-d350-4f99-8479-4b710a783518" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:1e130847-d350-4f99-8479-4b710a783518" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "9edccda4667643f38a9c306a08fa6e3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9605ac25-fce0-49ac-a281-f4de9ca5cf88" - ], - "x-ms-correlation-request-id": [ - "9605ac25-fce0-49ac-a281-f4de9ca5cf88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:9605ac25-fce0-49ac-a281-f4de9ca5cf88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "245a26cf7e0841a08287989288e09cf2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "407d9432-f12d-48f8-b2c5-cb607eb77083" - ], - "x-ms-correlation-request-id": [ - "407d9432-f12d-48f8-b2c5-cb607eb77083" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:407d9432-f12d-48f8-b2c5-cb607eb77083" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "7a2f6413a5f3467aad55c70216d740ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "267f1221-569a-48d6-8a2a-ee39b82c48d2" - ], - "x-ms-correlation-request-id": [ - "267f1221-569a-48d6-8a2a-ee39b82c48d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:267f1221-569a-48d6-8a2a-ee39b82c48d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "698eb688296d4a6990d5c42bde85982a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8735772e-bbd6-4fcd-b86f-f1cfc8eb9d50" - ], - "x-ms-correlation-request-id": [ - "8735772e-bbd6-4fcd-b86f-f1cfc8eb9d50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:8735772e-bbd6-4fcd-b86f-f1cfc8eb9d50" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "552da853811f4db7aa87e95decf49772" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa9ebe53-0bac-42c9-8dd7-864bc35fb1c8" - ], - "x-ms-correlation-request-id": [ - "aa9ebe53-0bac-42c9-8dd7-864bc35fb1c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:aa9ebe53-0bac-42c9-8dd7-864bc35fb1c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "7867a6a603234ec88d8fa52a69aa9045" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2da188e3-0796-4098-b743-e22b51c5be53" - ], - "x-ms-correlation-request-id": [ - "2da188e3-0796-4098-b743-e22b51c5be53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183132Z:2da188e3-0796-4098-b743-e22b51c5be53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "5c80d382149c48b2858d0bfa9def31c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c63289a5-d0c2-4580-8f19-e86bb426fd6d" - ], - "x-ms-correlation-request-id": [ - "c63289a5-d0c2-4580-8f19-e86bb426fd6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183133Z:c63289a5-d0c2-4580-8f19-e86bb426fd6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "dcfbcb70bdb54cfc9dbafe6ed35a81ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65774e09-20dc-43f4-a4da-8885df3537ad" - ], - "x-ms-correlation-request-id": [ - "65774e09-20dc-43f4-a4da-8885df3537ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183133Z:65774e09-20dc-43f4-a4da-8885df3537ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "0dd4dd0b4b0a4a1888eeecbc05984193" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "edeae2f4-c56e-463a-9cf5-aaf0d3db8076" - ], - "x-ms-correlation-request-id": [ - "edeae2f4-c56e-463a-9cf5-aaf0d3db8076" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183133Z:edeae2f4-c56e-463a-9cf5-aaf0d3db8076" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "b26c0ee5c45c4056b9b5296e9f3af291" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af50cc6c-90da-498b-801f-c38ce4a2d8bc" - ], - "x-ms-correlation-request-id": [ - "af50cc6c-90da-498b-801f-c38ce4a2d8bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183137Z:af50cc6c-90da-498b-801f-c38ce4a2d8bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "03f82339898a40aba3492675c31c4cbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddc19809-4eea-4dea-8c78-74bdc0a36d11" - ], - "x-ms-correlation-request-id": [ - "ddc19809-4eea-4dea-8c78-74bdc0a36d11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183138Z:ddc19809-4eea-4dea-8c78-74bdc0a36d11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "534b2454eca84287919fbc32ce910a07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "895f4f5b-da88-4afd-a058-caddfc51d376" - ], - "x-ms-correlation-request-id": [ - "895f4f5b-da88-4afd-a058-caddfc51d376" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183138Z:895f4f5b-da88-4afd-a058-caddfc51d376" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "59a16ffde1364dcdbd4c4df5a1296c7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba6788cd-6ea8-43ba-8415-ed201c204f51" - ], - "x-ms-correlation-request-id": [ - "ba6788cd-6ea8-43ba-8415-ed201c204f51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183138Z:ba6788cd-6ea8-43ba-8415-ed201c204f51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "0a9466eb5ea2477eb1a536bd6b682837" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02eda74d-2d53-4233-a649-1ccae9b6d87e" - ], - "x-ms-correlation-request-id": [ - "02eda74d-2d53-4233-a649-1ccae9b6d87e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183138Z:02eda74d-2d53-4233-a649-1ccae9b6d87e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "237e831e5dda44e890c113d78b8d2523" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "160e78d9-a579-4592-acf5-cc4be52ded0d" - ], - "x-ms-correlation-request-id": [ - "160e78d9-a579-4592-acf5-cc4be52ded0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183138Z:160e78d9-a579-4592-acf5-cc4be52ded0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "bb6ac178afa54aaab71515c2f075d804" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3749ef5a-455e-448e-b583-5245d2acb0b9" - ], - "x-ms-correlation-request-id": [ - "3749ef5a-455e-448e-b583-5245d2acb0b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:3749ef5a-455e-448e-b583-5245d2acb0b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "7793a4100971471bb8a5e082fb9a65a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ea29013-f560-47cb-b88c-74e7018262fa" - ], - "x-ms-correlation-request-id": [ - "4ea29013-f560-47cb-b88c-74e7018262fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:4ea29013-f560-47cb-b88c-74e7018262fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "48a8e19cc0824c1c94350c396897b1a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d936b970-77a3-4989-af29-fa75c9ab8ac7" - ], - "x-ms-correlation-request-id": [ - "d936b970-77a3-4989-af29-fa75c9ab8ac7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:d936b970-77a3-4989-af29-fa75c9ab8ac7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "d2bfa050bbd14db8b4408bf55b76c098" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "095c93d3-e422-4fac-ac09-320d1c0070dd" - ], - "x-ms-correlation-request-id": [ - "095c93d3-e422-4fac-ac09-320d1c0070dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:095c93d3-e422-4fac-ac09-320d1c0070dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "90298ec63b92418fa3870c359259996d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa96fb4c-b662-4643-83c1-a0152313b740" - ], - "x-ms-correlation-request-id": [ - "aa96fb4c-b662-4643-83c1-a0152313b740" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:aa96fb4c-b662-4643-83c1-a0152313b740" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "ba8cbed479aa4d2ebb3fd4d25bf8bfff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0a84dcb-8855-486c-8b5d-fd6fd0a3d997" - ], - "x-ms-correlation-request-id": [ - "a0a84dcb-8855-486c-8b5d-fd6fd0a3d997" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:a0a84dcb-8855-486c-8b5d-fd6fd0a3d997" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "1690edcf61514fabb99e71b0221dfcc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8197d4cf-6191-4e87-a67b-86fe427bf169" - ], - "x-ms-correlation-request-id": [ - "8197d4cf-6191-4e87-a67b-86fe427bf169" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:8197d4cf-6191-4e87-a67b-86fe427bf169" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "efc7899d3aec42eaa45a2164627df895" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "917b730b-33a7-41fb-9fec-6c030764f0a6" - ], - "x-ms-correlation-request-id": [ - "917b730b-33a7-41fb-9fec-6c030764f0a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183139Z:917b730b-33a7-41fb-9fec-6c030764f0a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "4801c2ef09294a3ea28929d239a63527" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43d3df52-7d4f-43a6-839b-9be6e1189d53" - ], - "x-ms-correlation-request-id": [ - "43d3df52-7d4f-43a6-839b-9be6e1189d53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:43d3df52-7d4f-43a6-839b-9be6e1189d53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "acaca4120ba7495cb39323fb0b566d6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "353d2456-5649-4ddc-a548-d12d5b322961" - ], - "x-ms-correlation-request-id": [ - "353d2456-5649-4ddc-a548-d12d5b322961" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:353d2456-5649-4ddc-a548-d12d5b322961" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "48d337366e8245468d46d9c60b1f98b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "106b094c-2d4c-4b1b-bbd4-2dbe24c898a8" - ], - "x-ms-correlation-request-id": [ - "106b094c-2d4c-4b1b-bbd4-2dbe24c898a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:106b094c-2d4c-4b1b-bbd4-2dbe24c898a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "b766b7eaa3a84054ad1c5ec660c4a234" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5d74033-d239-492e-8dfd-933cc992b5ff" - ], - "x-ms-correlation-request-id": [ - "d5d74033-d239-492e-8dfd-933cc992b5ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:d5d74033-d239-492e-8dfd-933cc992b5ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "20ad1dcd9f4440fbb1f6042db76922c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb1cd17a-b6f5-4923-a246-bde0884cd710" - ], - "x-ms-correlation-request-id": [ - "eb1cd17a-b6f5-4923-a246-bde0884cd710" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:eb1cd17a-b6f5-4923-a246-bde0884cd710" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "a42c11629a8e4ac999fdb0b3301b17a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae87fef9-8c40-494f-bbf1-17b75af4250e" - ], - "x-ms-correlation-request-id": [ - "ae87fef9-8c40-494f-bbf1-17b75af4250e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:ae87fef9-8c40-494f-bbf1-17b75af4250e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "cd4dfe6fc2994318ac9770d35b3dba64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48aaf09c-1039-4d38-9f57-e03989030551" - ], - "x-ms-correlation-request-id": [ - "48aaf09c-1039-4d38-9f57-e03989030551" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:48aaf09c-1039-4d38-9f57-e03989030551" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "fa4a7b8e7332410a8e6f22602db4c562" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52c83357-5cce-4e44-8092-5f2388d94fd3" - ], - "x-ms-correlation-request-id": [ - "52c83357-5cce-4e44-8092-5f2388d94fd3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:52c83357-5cce-4e44-8092-5f2388d94fd3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "15d2425be9404423b6983c627ec07645" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7aa84ff-1b70-41c6-8599-c28d20722cf6" - ], - "x-ms-correlation-request-id": [ - "e7aa84ff-1b70-41c6-8599-c28d20722cf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:e7aa84ff-1b70-41c6-8599-c28d20722cf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "032477ea10f24c2ba990daa676360741" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c40c378f-01a7-43ce-bc07-1a44d1a6cf17" - ], - "x-ms-correlation-request-id": [ - "c40c378f-01a7-43ce-bc07-1a44d1a6cf17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183140Z:c40c378f-01a7-43ce-bc07-1a44d1a6cf17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "1f1f0b0601e44c25a52f4237484a0aab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcf4e33f-3057-4444-b1fe-9b71b953d47b" - ], - "x-ms-correlation-request-id": [ - "dcf4e33f-3057-4444-b1fe-9b71b953d47b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183141Z:dcf4e33f-3057-4444-b1fe-9b71b953d47b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "e249f44135da474bb0bb57bd03f34389" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4529c553-cbf3-47e3-88be-07dddeef042b" - ], - "x-ms-correlation-request-id": [ - "4529c553-cbf3-47e3-88be-07dddeef042b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183141Z:4529c553-cbf3-47e3-88be-07dddeef042b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "7a1fb66df701482a9feabdbf066cf42f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e661be03-78ab-4d3e-bde3-54ec4565de69" - ], - "x-ms-correlation-request-id": [ - "e661be03-78ab-4d3e-bde3-54ec4565de69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183141Z:e661be03-78ab-4d3e-bde3-54ec4565de69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "44298925dda547cab07409df635343ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "652380d4-f5bd-407b-83c8-7de365cca7e2" - ], - "x-ms-correlation-request-id": [ - "652380d4-f5bd-407b-83c8-7de365cca7e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183141Z:652380d4-f5bd-407b-83c8-7de365cca7e2" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "b49eb74e64954f089ceebf86cc7fd5f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2999cdc-7403-4d00-95df-70210b1e703a" - ], - "x-ms-correlation-request-id": [ - "e2999cdc-7403-4d00-95df-70210b1e703a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183142Z:e2999cdc-7403-4d00-95df-70210b1e703a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "3d08d7454b224c4fa099f128c2639cc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "407e5f34-fe27-4d69-ac54-676f07be3f0c" - ], - "x-ms-correlation-request-id": [ - "407e5f34-fe27-4d69-ac54-676f07be3f0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183142Z:407e5f34-fe27-4d69-ac54-676f07be3f0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "ee5fc848ea5f40518ad0ce21c84b1e84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a887d22-4edf-43ac-b279-ce16a31a8548" - ], - "x-ms-correlation-request-id": [ - "2a887d22-4edf-43ac-b279-ce16a31a8548" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183142Z:2a887d22-4edf-43ac-b279-ce16a31a8548" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "195c7eb699c4404189aec381164f91f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f486a981-f359-4b9e-9616-ebaab2634d7e" - ], - "x-ms-correlation-request-id": [ - "f486a981-f359-4b9e-9616-ebaab2634d7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183142Z:f486a981-f359-4b9e-9616-ebaab2634d7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "2e07a0240d134938927ea1f43890f67e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eed937e1-4164-435d-bb5d-aff368101058" - ], - "x-ms-correlation-request-id": [ - "eed937e1-4164-435d-bb5d-aff368101058" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:eed937e1-4164-435d-bb5d-aff368101058" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "91c1e5df667a40a9bfa3f2026091144a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7394cbc-e55c-47b7-a5b9-783182978b48" - ], - "x-ms-correlation-request-id": [ - "a7394cbc-e55c-47b7-a5b9-783182978b48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:a7394cbc-e55c-47b7-a5b9-783182978b48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "1efde13085814181892025ecb09881b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aeb7aeb8-966f-4580-bffd-e55333ffa192" - ], - "x-ms-correlation-request-id": [ - "aeb7aeb8-966f-4580-bffd-e55333ffa192" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:aeb7aeb8-966f-4580-bffd-e55333ffa192" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "dbed6d5cd5e1444abb8d5fc234790a8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be26005e-b4a4-4f63-a7d4-56136fb5f931" - ], - "x-ms-correlation-request-id": [ - "be26005e-b4a4-4f63-a7d4-56136fb5f931" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:be26005e-b4a4-4f63-a7d4-56136fb5f931" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "387a81a959724a49961a3deedb902c44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b8593c5-658f-42a9-a1c9-f60739f41e41" - ], - "x-ms-correlation-request-id": [ - "8b8593c5-658f-42a9-a1c9-f60739f41e41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:8b8593c5-658f-42a9-a1c9-f60739f41e41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "904e1721559841e58d004ccf726218d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "364f09b6-52f3-43dc-8bbc-7c96e2d90ba1" - ], - "x-ms-correlation-request-id": [ - "364f09b6-52f3-43dc-8bbc-7c96e2d90ba1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:364f09b6-52f3-43dc-8bbc-7c96e2d90ba1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "988fa373db7c439bb4cf8acdb0e4bba3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50de5197-1fa9-4cad-93e3-ffbbe091bed3" - ], - "x-ms-correlation-request-id": [ - "50de5197-1fa9-4cad-93e3-ffbbe091bed3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:50de5197-1fa9-4cad-93e3-ffbbe091bed3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "13cebfb0683c49f68890bbfb50aede00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28b494ed-a688-4458-8c5e-a3d3ae58bf49" - ], - "x-ms-correlation-request-id": [ - "28b494ed-a688-4458-8c5e-a3d3ae58bf49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:28b494ed-a688-4458-8c5e-a3d3ae58bf49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "8cb2f9c49f964fbebd523a941cf83119" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "106fe226-8c87-4010-a89b-6f903fd2361a" - ], - "x-ms-correlation-request-id": [ - "106fe226-8c87-4010-a89b-6f903fd2361a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183143Z:106fe226-8c87-4010-a89b-6f903fd2361a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b6eee8148c294323b38600ce2176d496" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0eb23226-836b-4ff2-a583-a8523abbfaed" - ], - "x-ms-correlation-request-id": [ - "0eb23226-836b-4ff2-a583-a8523abbfaed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:0eb23226-836b-4ff2-a583-a8523abbfaed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "30fabc39967b411396400eedba93a9ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e64bc58-829f-4fde-9a77-133cfdcbf7df" - ], - "x-ms-correlation-request-id": [ - "8e64bc58-829f-4fde-9a77-133cfdcbf7df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:8e64bc58-829f-4fde-9a77-133cfdcbf7df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "f8da321277d640578dd02a498e3879ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "411114d0-066c-49c4-95c8-b2f00c6cd129" - ], - "x-ms-correlation-request-id": [ - "411114d0-066c-49c4-95c8-b2f00c6cd129" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:411114d0-066c-49c4-95c8-b2f00c6cd129" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "0f55396028f641ec9fea05e4c1860587" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41de6aa3-2786-4c83-ad9e-58045b58d609" - ], - "x-ms-correlation-request-id": [ - "41de6aa3-2786-4c83-ad9e-58045b58d609" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:41de6aa3-2786-4c83-ad9e-58045b58d609" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "f1eae7283fbd48eab9cd7cc56a163847" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "470d69fc-a676-4b87-9dc0-364768644bea" - ], - "x-ms-correlation-request-id": [ - "470d69fc-a676-4b87-9dc0-364768644bea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:470d69fc-a676-4b87-9dc0-364768644bea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "18540c84f9074cc2a222182a1b61655b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "478feab7-d4bf-4b61-a790-028945914e2f" - ], - "x-ms-correlation-request-id": [ - "478feab7-d4bf-4b61-a790-028945914e2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:478feab7-d4bf-4b61-a790-028945914e2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "79548449fd6c4b469fc3d1fe8442b987" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ef59c01-dbeb-47ee-8fbe-43a0b4430a99" - ], - "x-ms-correlation-request-id": [ - "6ef59c01-dbeb-47ee-8fbe-43a0b4430a99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:6ef59c01-dbeb-47ee-8fbe-43a0b4430a99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "c9125fc5906f454ea57f706c994be731" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "964fdab2-f348-415c-afbe-f48b4a836521" - ], - "x-ms-correlation-request-id": [ - "964fdab2-f348-415c-afbe-f48b4a836521" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183144Z:964fdab2-f348-415c-afbe-f48b4a836521" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "b22a0e5632e64c7aa3a7f1c5dc358f29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e910db9-0e05-4592-a51b-bb0156e081ac" - ], - "x-ms-correlation-request-id": [ - "3e910db9-0e05-4592-a51b-bb0156e081ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:3e910db9-0e05-4592-a51b-bb0156e081ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "7fbbb5f9993845a78c9b3b5895195200" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8091291-279b-42c8-9892-6d0f1256e5a3" - ], - "x-ms-correlation-request-id": [ - "f8091291-279b-42c8-9892-6d0f1256e5a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:f8091291-279b-42c8-9892-6d0f1256e5a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "a8f4bd1a98d648ef9e411ba68efd1693" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82c7103c-3965-47ef-bda2-156f84520b10" - ], - "x-ms-correlation-request-id": [ - "82c7103c-3965-47ef-bda2-156f84520b10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:82c7103c-3965-47ef-bda2-156f84520b10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "476a55f4c2cf472ba627150d38595670" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7aa41bd5-2b8e-4b09-a1e4-9d56a048bc4f" - ], - "x-ms-correlation-request-id": [ - "7aa41bd5-2b8e-4b09-a1e4-9d56a048bc4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:7aa41bd5-2b8e-4b09-a1e4-9d56a048bc4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "471a0275d4ed40528f8d0b239811e492" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d1efb5b-aaa1-4b0f-b0fd-e5af82f768e9" - ], - "x-ms-correlation-request-id": [ - "0d1efb5b-aaa1-4b0f-b0fd-e5af82f768e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:0d1efb5b-aaa1-4b0f-b0fd-e5af82f768e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "34b490903cd946e981d3ed8559565cbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afc31ee1-540a-45ea-9ae3-02d32c2a24db" - ], - "x-ms-correlation-request-id": [ - "afc31ee1-540a-45ea-9ae3-02d32c2a24db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:afc31ee1-540a-45ea-9ae3-02d32c2a24db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "4da20bb12d264db99036f0aa6b8f13ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aea7cd8f-5a42-4cb2-a0f4-67860756d958" - ], - "x-ms-correlation-request-id": [ - "aea7cd8f-5a42-4cb2-a0f4-67860756d958" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:aea7cd8f-5a42-4cb2-a0f4-67860756d958" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "3309633fc00b47dbaea53c9fe86cc7f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c019e52-e180-4aeb-8e50-2f14bab4d912" - ], - "x-ms-correlation-request-id": [ - "5c019e52-e180-4aeb-8e50-2f14bab4d912" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183145Z:5c019e52-e180-4aeb-8e50-2f14bab4d912" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "95e4c3b796b14954bfc740bf40e4c2ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d880fefe-c20e-4c5c-8761-61678aeb4534" - ], - "x-ms-correlation-request-id": [ - "d880fefe-c20e-4c5c-8761-61678aeb4534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183146Z:d880fefe-c20e-4c5c-8761-61678aeb4534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "6a50342ed71646e2bb57907adc4f8dca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58f8c40a-dab9-4d43-8858-c982c2f6529a" - ], - "x-ms-correlation-request-id": [ - "58f8c40a-dab9-4d43-8858-c982c2f6529a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183146Z:58f8c40a-dab9-4d43-8858-c982c2f6529a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "2092118bc34c41ce8316f8fb69ef3ae3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48872cd8-b4ce-476b-ac07-a42d4d6a902c" - ], - "x-ms-correlation-request-id": [ - "48872cd8-b4ce-476b-ac07-a42d4d6a902c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183146Z:48872cd8-b4ce-476b-ac07-a42d4d6a902c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "a2bcea9e55f4422ea80af1da3c2518a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57b91578-579a-41ec-9809-e43454ec426f" - ], - "x-ms-correlation-request-id": [ - "57b91578-579a-41ec-9809-e43454ec426f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183146Z:57b91578-579a-41ec-9809-e43454ec426f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "25cfc8d55e03449fa98cfafe44ccdcab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eed79352-29e1-4139-ad4d-26118986413c" - ], - "x-ms-correlation-request-id": [ - "eed79352-29e1-4139-ad4d-26118986413c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183146Z:eed79352-29e1-4139-ad4d-26118986413c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "2a663941b5054f299920a37b007d5e0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c99a9f9-9ab7-4676-95ac-b7066930cefd" - ], - "x-ms-correlation-request-id": [ - "6c99a9f9-9ab7-4676-95ac-b7066930cefd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183146Z:6c99a9f9-9ab7-4676-95ac-b7066930cefd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "6ee9b0a7ca204759866de5edd5dc32c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71b171f6-0b1b-44d6-be70-5a88a64ce6d6" - ], - "x-ms-correlation-request-id": [ - "71b171f6-0b1b-44d6-be70-5a88a64ce6d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:71b171f6-0b1b-44d6-be70-5a88a64ce6d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "a683d59b79a44e66b2c7b3a7bba5f2d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8f7fe90-518d-4e39-b38a-def76a2af3cb" - ], - "x-ms-correlation-request-id": [ - "d8f7fe90-518d-4e39-b38a-def76a2af3cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:d8f7fe90-518d-4e39-b38a-def76a2af3cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "40d16f4d92e54bf6a2c5f1adbae51dc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5088ed1-f397-4cad-a52c-853386c01358" - ], - "x-ms-correlation-request-id": [ - "b5088ed1-f397-4cad-a52c-853386c01358" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:b5088ed1-f397-4cad-a52c-853386c01358" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "c4aa338cb1904b2ebdcc8802eae29ea1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4250164e-c4a9-4dbc-b8b7-601eb19fe78c" - ], - "x-ms-correlation-request-id": [ - "4250164e-c4a9-4dbc-b8b7-601eb19fe78c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:4250164e-c4a9-4dbc-b8b7-601eb19fe78c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "e1f6067e5668474bb83f24f33060ffdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "562aca0b-7623-4465-a9a2-3af65c073923" - ], - "x-ms-correlation-request-id": [ - "562aca0b-7623-4465-a9a2-3af65c073923" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:562aca0b-7623-4465-a9a2-3af65c073923" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "1eea15ecc6bd4a87b58ebc88b6da6d11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6b8f918-87fb-4b33-85a5-c8eddda60430" - ], - "x-ms-correlation-request-id": [ - "a6b8f918-87fb-4b33-85a5-c8eddda60430" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:a6b8f918-87fb-4b33-85a5-c8eddda60430" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "32f1a71f30644686a94a204e587d8409" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c797edd-e397-4784-af8d-a7852cd87279" - ], - "x-ms-correlation-request-id": [ - "6c797edd-e397-4784-af8d-a7852cd87279" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:6c797edd-e397-4784-af8d-a7852cd87279" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "fef837512b9d47a5a71e129b600a3aa3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6e30c43-130e-4027-95c0-58572e0dd9fe" - ], - "x-ms-correlation-request-id": [ - "f6e30c43-130e-4027-95c0-58572e0dd9fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183147Z:f6e30c43-130e-4027-95c0-58572e0dd9fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "936c586d50ac49eba7022fba251e255e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f062762-f407-4717-a417-178120e593ac" - ], - "x-ms-correlation-request-id": [ - "9f062762-f407-4717-a417-178120e593ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:9f062762-f407-4717-a417-178120e593ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "41b832fca2514f4faa9cee6c94ac2fa1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8197632a-8f6c-4cb1-a2e7-0dd1ca918eda" - ], - "x-ms-correlation-request-id": [ - "8197632a-8f6c-4cb1-a2e7-0dd1ca918eda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:8197632a-8f6c-4cb1-a2e7-0dd1ca918eda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "5d1a260db9ae48d0ba0d04e8f7f1d377" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00f9b5fd-7e29-4d55-b765-ce8f2ff8fbb7" - ], - "x-ms-correlation-request-id": [ - "00f9b5fd-7e29-4d55-b765-ce8f2ff8fbb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:00f9b5fd-7e29-4d55-b765-ce8f2ff8fbb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "2a19c85298884681badbf5257aa35774" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a3bfef6-ebd8-4f17-af4f-d20507633b97" - ], - "x-ms-correlation-request-id": [ - "0a3bfef6-ebd8-4f17-af4f-d20507633b97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:0a3bfef6-ebd8-4f17-af4f-d20507633b97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "4b9a83dddd5a472abfbf778f5c8521c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19f8a0c6-11bf-4b4a-a51d-47079b8a5b1e" - ], - "x-ms-correlation-request-id": [ - "19f8a0c6-11bf-4b4a-a51d-47079b8a5b1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:19f8a0c6-11bf-4b4a-a51d-47079b8a5b1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "091e670dc031409fac96f4071158f6e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9a3ef9f-5517-4244-8ce5-b11037a80b59" - ], - "x-ms-correlation-request-id": [ - "f9a3ef9f-5517-4244-8ce5-b11037a80b59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:f9a3ef9f-5517-4244-8ce5-b11037a80b59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "92c4c92d58624aaf955b343c7aa0c73c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63cf8108-7317-4d3d-81ff-7d5b242683b4" - ], - "x-ms-correlation-request-id": [ - "63cf8108-7317-4d3d-81ff-7d5b242683b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:63cf8108-7317-4d3d-81ff-7d5b242683b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "5ba9fee8d07748aebba2d6e42f610a3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64520dbd-ffa1-4fb1-82c4-fc94b2b9f7e9" - ], - "x-ms-correlation-request-id": [ - "64520dbd-ffa1-4fb1-82c4-fc94b2b9f7e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:64520dbd-ffa1-4fb1-82c4-fc94b2b9f7e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "fc1a21216b1648beabee70985d671f05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48c1358f-b927-4653-87fb-b5afe33fe5a6" - ], - "x-ms-correlation-request-id": [ - "48c1358f-b927-4653-87fb-b5afe33fe5a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183148Z:48c1358f-b927-4653-87fb-b5afe33fe5a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "8b2974424f8b40deab9c4066c257670d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09505e20-2fe9-450d-b65d-7967cfae6ea8" - ], - "x-ms-correlation-request-id": [ - "09505e20-2fe9-450d-b65d-7967cfae6ea8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183149Z:09505e20-2fe9-450d-b65d-7967cfae6ea8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "5b6bd2e741414921bbf0805c030869ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12c4b032-85fe-4f18-ac74-22f294b2cc7a" - ], - "x-ms-correlation-request-id": [ - "12c4b032-85fe-4f18-ac74-22f294b2cc7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183149Z:12c4b032-85fe-4f18-ac74-22f294b2cc7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "8a9f6b2956d648babc8d12afc3172d52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1481d66-01c8-4277-a353-35ea56cbb318" - ], - "x-ms-correlation-request-id": [ - "b1481d66-01c8-4277-a353-35ea56cbb318" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183149Z:b1481d66-01c8-4277-a353-35ea56cbb318" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "541cb7a6047b44489e01b5fcd099ec7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "756cf793-8e54-40d8-8b1a-92437a307026" - ], - "x-ms-correlation-request-id": [ - "756cf793-8e54-40d8-8b1a-92437a307026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183149Z:756cf793-8e54-40d8-8b1a-92437a307026" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "3eb46b248fe54ddd8431ed86a6f638e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61d2f2f1-3152-451a-a230-febe83357148" - ], - "x-ms-correlation-request-id": [ - "61d2f2f1-3152-451a-a230-febe83357148" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183149Z:61d2f2f1-3152-451a-a230-febe83357148" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "582a065ed74e47329106af233b96dc55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aec6a3c0-7f2a-4c8b-b44b-a93706142758" - ], - "x-ms-correlation-request-id": [ - "aec6a3c0-7f2a-4c8b-b44b-a93706142758" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183149Z:aec6a3c0-7f2a-4c8b-b44b-a93706142758" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "87b9c879a9e847c9a95ba7d03772e6ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62cf8c38-7f71-45aa-bb2b-cf2c123f6d78" - ], - "x-ms-correlation-request-id": [ - "62cf8c38-7f71-45aa-bb2b-cf2c123f6d78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183149Z:62cf8c38-7f71-45aa-bb2b-cf2c123f6d78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "6083d1fcceb249a5bf1e679d72a9a8b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f8b55d1-9dc7-48cc-9b26-377d66e90122" - ], - "x-ms-correlation-request-id": [ - "6f8b55d1-9dc7-48cc-9b26-377d66e90122" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183150Z:6f8b55d1-9dc7-48cc-9b26-377d66e90122" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "faa858ff478d4a81ae5f0910ddf03a9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "266c85e1-5f00-4909-865b-b578bdfd62d8" - ], - "x-ms-correlation-request-id": [ - "266c85e1-5f00-4909-865b-b578bdfd62d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183150Z:266c85e1-5f00-4909-865b-b578bdfd62d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "d2dbc994824142dd8243af7def5df9e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c1addbf-9df9-4fab-a7f6-14559932e77e" - ], - "x-ms-correlation-request-id": [ - "1c1addbf-9df9-4fab-a7f6-14559932e77e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183150Z:1c1addbf-9df9-4fab-a7f6-14559932e77e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "aba1fd7c4e1c4381850ab38fc756d0ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8665fe2e-3a2f-4f6e-9ad3-c49d4a9d6a2d" - ], - "x-ms-correlation-request-id": [ - "8665fe2e-3a2f-4f6e-9ad3-c49d4a9d6a2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183150Z:8665fe2e-3a2f-4f6e-9ad3-c49d4a9d6a2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "484927ede1b64828b7e4f362e050e743" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01d7d641-5f8f-42ae-93d6-e17704d0df2d" - ], - "x-ms-correlation-request-id": [ - "01d7d641-5f8f-42ae-93d6-e17704d0df2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183150Z:01d7d641-5f8f-42ae-93d6-e17704d0df2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "b20886b243844730a68a6d24d1f1fe0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40b8d44a-0cdf-48f1-9507-cb30cd69e736" - ], - "x-ms-correlation-request-id": [ - "40b8d44a-0cdf-48f1-9507-cb30cd69e736" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183150Z:40b8d44a-0cdf-48f1-9507-cb30cd69e736" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "9e21f57993b349ef884b3cdef0624ad2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af5c4eaf-63eb-44c2-9323-b33b1d9bb363" - ], - "x-ms-correlation-request-id": [ - "af5c4eaf-63eb-44c2-9323-b33b1d9bb363" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183150Z:af5c4eaf-63eb-44c2-9323-b33b1d9bb363" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "480e87c2f1f3424ca93a6f21ede19dc4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9027547f-68b2-4a3f-946d-087ae2b98010" - ], - "x-ms-correlation-request-id": [ - "9027547f-68b2-4a3f-946d-087ae2b98010" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183151Z:9027547f-68b2-4a3f-946d-087ae2b98010" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "95ec5fb95678417dbf60f4343fdaa87d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4131ef0-8e59-423a-9c2d-2d835b122601" - ], - "x-ms-correlation-request-id": [ - "c4131ef0-8e59-423a-9c2d-2d835b122601" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183151Z:c4131ef0-8e59-423a-9c2d-2d835b122601" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "854b552b2baa4130b4eaa7b7a007bd77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c972817a-11dd-4aa5-89af-39cad3342bb7" - ], - "x-ms-correlation-request-id": [ - "c972817a-11dd-4aa5-89af-39cad3342bb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183151Z:c972817a-11dd-4aa5-89af-39cad3342bb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "cc651b8c95864f07a2d576257d9c7da5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e74b0cf0-707d-4af6-b729-5c583f0aba5a" - ], - "x-ms-correlation-request-id": [ - "e74b0cf0-707d-4af6-b729-5c583f0aba5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183151Z:e74b0cf0-707d-4af6-b729-5c583f0aba5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "8a3c24f8759143d694125844e63a7693" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a06da240-7d0e-4596-aa5c-1cb6ef8326b3" - ], - "x-ms-correlation-request-id": [ - "a06da240-7d0e-4596-aa5c-1cb6ef8326b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:a06da240-7d0e-4596-aa5c-1cb6ef8326b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "fb17bf185fce40139da41a791aba02f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "611d9bf3-7805-4462-bd9b-3ce188b1795a" - ], - "x-ms-correlation-request-id": [ - "611d9bf3-7805-4462-bd9b-3ce188b1795a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:611d9bf3-7805-4462-bd9b-3ce188b1795a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "9cd2b68dadfe4c8d9903264b495d791c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c9e6652-cb63-4850-ac82-feafb83611da" - ], - "x-ms-correlation-request-id": [ - "3c9e6652-cb63-4850-ac82-feafb83611da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:3c9e6652-cb63-4850-ac82-feafb83611da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "9febaaaaf70d4aa38d530553aa351b12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6652bc4-f48e-4c37-9557-ae712114f912" - ], - "x-ms-correlation-request-id": [ - "d6652bc4-f48e-4c37-9557-ae712114f912" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:d6652bc4-f48e-4c37-9557-ae712114f912" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "505d0e7e8d0947beaeb612815034b1b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dccc8dd9-84c4-4808-bb4d-3388697dbc55" - ], - "x-ms-correlation-request-id": [ - "dccc8dd9-84c4-4808-bb4d-3388697dbc55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:dccc8dd9-84c4-4808-bb4d-3388697dbc55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "1094ad124b4642f197616ba2b18d8e7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c17c04b8-32bb-4538-a1e4-e9c8b9cc873c" - ], - "x-ms-correlation-request-id": [ - "c17c04b8-32bb-4538-a1e4-e9c8b9cc873c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:c17c04b8-32bb-4538-a1e4-e9c8b9cc873c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "fad71bc47a17454991a2b72717f494b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "191b58f4-d3b7-4146-bba7-a3c554d69c68" - ], - "x-ms-correlation-request-id": [ - "191b58f4-d3b7-4146-bba7-a3c554d69c68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:191b58f4-d3b7-4146-bba7-a3c554d69c68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "11ee89b179ca4632864abbaa39a307e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87d2df98-7e0e-435f-b4e6-b4b5ffd4eece" - ], - "x-ms-correlation-request-id": [ - "87d2df98-7e0e-435f-b4e6-b4b5ffd4eece" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183152Z:87d2df98-7e0e-435f-b4e6-b4b5ffd4eece" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "c992e1c65c6c429b818e1775f1bedf24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6b6e12e-b1d7-4236-8db9-df525b2aeda8" - ], - "x-ms-correlation-request-id": [ - "a6b6e12e-b1d7-4236-8db9-df525b2aeda8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:a6b6e12e-b1d7-4236-8db9-df525b2aeda8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "f62fb2c78a3441beac2e77acea1dee47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3be5de50-47d0-4290-9fba-f1655ec1bf1b" - ], - "x-ms-correlation-request-id": [ - "3be5de50-47d0-4290-9fba-f1655ec1bf1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:3be5de50-47d0-4290-9fba-f1655ec1bf1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "6ee901ab967446568774957997e049a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "922ca031-736c-4851-b5f1-350a4c7c03d9" - ], - "x-ms-correlation-request-id": [ - "922ca031-736c-4851-b5f1-350a4c7c03d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:922ca031-736c-4851-b5f1-350a4c7c03d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "09b53dfd98d54c52b99154a19ad9a612" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07102d8a-892f-495f-9325-dc10c133dd15" - ], - "x-ms-correlation-request-id": [ - "07102d8a-892f-495f-9325-dc10c133dd15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:07102d8a-892f-495f-9325-dc10c133dd15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "bd062225b0184219af9b6d3cfb310241" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74092866-3398-4ef3-b141-05d3ce8e631e" - ], - "x-ms-correlation-request-id": [ - "74092866-3398-4ef3-b141-05d3ce8e631e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:74092866-3398-4ef3-b141-05d3ce8e631e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "17d22ce2b3664b59a36803f66fd3bc96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fbcc28b-3280-405b-99fa-9143b31fd9fb" - ], - "x-ms-correlation-request-id": [ - "0fbcc28b-3280-405b-99fa-9143b31fd9fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:0fbcc28b-3280-405b-99fa-9143b31fd9fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "b054e1f0dedc4d37b77550d694f06b10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7075c5b4-b8f4-45be-a97d-71782d9581e4" - ], - "x-ms-correlation-request-id": [ - "7075c5b4-b8f4-45be-a97d-71782d9581e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:7075c5b4-b8f4-45be-a97d-71782d9581e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "066b12219b1049a4abd7146ba5d8a4dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49735038-9b6c-4b72-b693-9a5142469dbb" - ], - "x-ms-correlation-request-id": [ - "49735038-9b6c-4b72-b693-9a5142469dbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183153Z:49735038-9b6c-4b72-b693-9a5142469dbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "baa01bea66d143148cfe9d89fdc32766" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f67d9d0-afc3-4e6a-a010-de5d9d479a5f" - ], - "x-ms-correlation-request-id": [ - "5f67d9d0-afc3-4e6a-a010-de5d9d479a5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183154Z:5f67d9d0-afc3-4e6a-a010-de5d9d479a5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "c02306633b7b420c957f2d68cd431778" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75598b43-7874-4166-9f7b-4fdfa988fb79" - ], - "x-ms-correlation-request-id": [ - "75598b43-7874-4166-9f7b-4fdfa988fb79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183154Z:75598b43-7874-4166-9f7b-4fdfa988fb79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "0502870f1c7e4e12b839d8cd8ea04162" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65b72726-82db-4a8a-9604-1a52ccfe98d9" - ], - "x-ms-correlation-request-id": [ - "65b72726-82db-4a8a-9604-1a52ccfe98d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183154Z:65b72726-82db-4a8a-9604-1a52ccfe98d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "06625761116e4a0da3841c89b6ab460b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08d5fa7f-bf03-4d79-8957-cc9c43cf3121" - ], - "x-ms-correlation-request-id": [ - "08d5fa7f-bf03-4d79-8957-cc9c43cf3121" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183154Z:08d5fa7f-bf03-4d79-8957-cc9c43cf3121" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "3579d3fab6af48cd879d8960c71b87eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0256706-e7bc-43ab-ad5b-1bc3a2f8efd8" - ], - "x-ms-correlation-request-id": [ - "c0256706-e7bc-43ab-ad5b-1bc3a2f8efd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183154Z:c0256706-e7bc-43ab-ad5b-1bc3a2f8efd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "e809ba6294724cf29d61dc97ebd3642f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5db55088-8ea4-4e64-b329-f211e6ac8086" - ], - "x-ms-correlation-request-id": [ - "5db55088-8ea4-4e64-b329-f211e6ac8086" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183154Z:5db55088-8ea4-4e64-b329-f211e6ac8086" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "a253ff96a0c8447b9c64448a08e3b69c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22c33794-f4c8-4f75-8115-4cae8ae52ddd" - ], - "x-ms-correlation-request-id": [ - "22c33794-f4c8-4f75-8115-4cae8ae52ddd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183155Z:22c33794-f4c8-4f75-8115-4cae8ae52ddd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "009c83bdc70a4ad8aecc29128ab256ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40169994-a3dd-47dd-8add-4e37e82c43fa" - ], - "x-ms-correlation-request-id": [ - "40169994-a3dd-47dd-8add-4e37e82c43fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183155Z:40169994-a3dd-47dd-8add-4e37e82c43fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "089ff5e95e9a46dbabfa51a4e70e84a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3b441c1-e17e-442a-8467-fb470ec8db01" - ], - "x-ms-correlation-request-id": [ - "f3b441c1-e17e-442a-8467-fb470ec8db01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183155Z:f3b441c1-e17e-442a-8467-fb470ec8db01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "45dc7dd05ee94718a8399b8b7bcf3694" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dfa3bd2-1014-41ba-a4e1-b00fed002a8a" - ], - "x-ms-correlation-request-id": [ - "3dfa3bd2-1014-41ba-a4e1-b00fed002a8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183155Z:3dfa3bd2-1014-41ba-a4e1-b00fed002a8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "50825917ae2a472bafab3a9d9824f265" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef3540e0-732e-4b36-bbe6-48b6b5cedebd" - ], - "x-ms-correlation-request-id": [ - "ef3540e0-732e-4b36-bbe6-48b6b5cedebd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183155Z:ef3540e0-732e-4b36-bbe6-48b6b5cedebd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "82b66016f4c743bbb22f59ea327c51fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2df2047b-6c5d-4efc-a377-e0bf97679380" - ], - "x-ms-correlation-request-id": [ - "2df2047b-6c5d-4efc-a377-e0bf97679380" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183156Z:2df2047b-6c5d-4efc-a377-e0bf97679380" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "a84a93b609cb4625ac0e9e3cecd8d2fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5f301f0-7a99-4dde-a37d-a6f02a1db4af" - ], - "x-ms-correlation-request-id": [ - "a5f301f0-7a99-4dde-a37d-a6f02a1db4af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183156Z:a5f301f0-7a99-4dde-a37d-a6f02a1db4af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "1c7767e2d9e94028acc8d8662931026f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b918606-4f19-4d83-a3a7-99175b06c5e5" - ], - "x-ms-correlation-request-id": [ - "2b918606-4f19-4d83-a3a7-99175b06c5e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183156Z:2b918606-4f19-4d83-a3a7-99175b06c5e5" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "a105f1657af94850a1d924da5a20ee8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3adae588-54be-4a2d-9d59-16e9bdc6ca62" - ], - "x-ms-correlation-request-id": [ - "3adae588-54be-4a2d-9d59-16e9bdc6ca62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183157Z:3adae588-54be-4a2d-9d59-16e9bdc6ca62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "1f0b41f4ba1f42e99a52d96c2660a6cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "657b40ce-0d6c-4f57-9573-25f5346d702a" - ], - "x-ms-correlation-request-id": [ - "657b40ce-0d6c-4f57-9573-25f5346d702a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183157Z:657b40ce-0d6c-4f57-9573-25f5346d702a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "e6cb70fe43014ab19bbdc586136432dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c48f445-51d8-437d-831a-bb917232db54" - ], - "x-ms-correlation-request-id": [ - "8c48f445-51d8-437d-831a-bb917232db54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183157Z:8c48f445-51d8-437d-831a-bb917232db54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "95713579ee184c3ba5fa38f621387760" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07e8aa79-0ff1-47a1-9fca-d6b63105b40a" - ], - "x-ms-correlation-request-id": [ - "07e8aa79-0ff1-47a1-9fca-d6b63105b40a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183157Z:07e8aa79-0ff1-47a1-9fca-d6b63105b40a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "5c1a43c89778490783deda8bb58206a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3d1d091-7750-4f19-8200-67409cd6a4d4" - ], - "x-ms-correlation-request-id": [ - "c3d1d091-7750-4f19-8200-67409cd6a4d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183157Z:c3d1d091-7750-4f19-8200-67409cd6a4d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "dce3bed385504bb1b14adabb0a727091" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfd93214-60f6-4be7-9dcf-46116416a93a" - ], - "x-ms-correlation-request-id": [ - "cfd93214-60f6-4be7-9dcf-46116416a93a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183157Z:cfd93214-60f6-4be7-9dcf-46116416a93a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "0debc55c4dae4b4db373a87d03337180" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0f9bd3a-dcd2-43e7-be26-f56edee11448" - ], - "x-ms-correlation-request-id": [ - "c0f9bd3a-dcd2-43e7-be26-f56edee11448" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:c0f9bd3a-dcd2-43e7-be26-f56edee11448" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "559ec790398c40ddb9c22dca86df446d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b8c9666-4e9a-45b8-bc8e-db64212e8d2a" - ], - "x-ms-correlation-request-id": [ - "4b8c9666-4e9a-45b8-bc8e-db64212e8d2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:4b8c9666-4e9a-45b8-bc8e-db64212e8d2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "6ad4bd7069ea4056b9444b5da6110d4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7de0feb7-d743-488c-94bf-ecf81e3ed0a7" - ], - "x-ms-correlation-request-id": [ - "7de0feb7-d743-488c-94bf-ecf81e3ed0a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:7de0feb7-d743-488c-94bf-ecf81e3ed0a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "3ef6863b60134c4399d8719c956a6a3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8b35713-3746-44ee-a97a-0ab332a75f19" - ], - "x-ms-correlation-request-id": [ - "f8b35713-3746-44ee-a97a-0ab332a75f19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:f8b35713-3746-44ee-a97a-0ab332a75f19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "177745aba3b3405db2c0351f69b6a399" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dae14068-eb88-4440-9ee9-92621e04bc77" - ], - "x-ms-correlation-request-id": [ - "dae14068-eb88-4440-9ee9-92621e04bc77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:dae14068-eb88-4440-9ee9-92621e04bc77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "47708057e2c2407e88ce35baa384e6da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e9092a6-208e-40d1-97a0-14bddd7c19a2" - ], - "x-ms-correlation-request-id": [ - "2e9092a6-208e-40d1-97a0-14bddd7c19a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:2e9092a6-208e-40d1-97a0-14bddd7c19a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "784bdd8d74da4a76935638aa81755268" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "caef2946-138f-40ab-92a7-d192086e2726" - ], - "x-ms-correlation-request-id": [ - "caef2946-138f-40ab-92a7-d192086e2726" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:caef2946-138f-40ab-92a7-d192086e2726" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "abd241632e834ea48c6a9a8342de6f7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87273f71-a4b4-4c4d-a763-330c9a238ece" - ], - "x-ms-correlation-request-id": [ - "87273f71-a4b4-4c4d-a763-330c9a238ece" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:87273f71-a4b4-4c4d-a763-330c9a238ece" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "568eb8b7573949c48e3ed0630cef033a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4dd2cbea-c916-4bee-b45a-29f146f15c75" - ], - "x-ms-correlation-request-id": [ - "4dd2cbea-c916-4bee-b45a-29f146f15c75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183158Z:4dd2cbea-c916-4bee-b45a-29f146f15c75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "e7412ce2ff8242af941a41e23d56179e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39f1816c-403d-4687-9b3a-bdf95a1b37fa" - ], - "x-ms-correlation-request-id": [ - "39f1816c-403d-4687-9b3a-bdf95a1b37fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183159Z:39f1816c-403d-4687-9b3a-bdf95a1b37fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "aae2839cd6504331b775b74c465d5ce5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3739c2e-66ca-4d8a-bff4-70571aed12df" - ], - "x-ms-correlation-request-id": [ - "a3739c2e-66ca-4d8a-bff4-70571aed12df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183159Z:a3739c2e-66ca-4d8a-bff4-70571aed12df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "e5730dd8dbfb4b2cbbf00ba9352daf1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20367db2-ae1e-48ce-9320-5b2c0a15a4cf" - ], - "x-ms-correlation-request-id": [ - "20367db2-ae1e-48ce-9320-5b2c0a15a4cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183159Z:20367db2-ae1e-48ce-9320-5b2c0a15a4cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "d8664a38c297410581072da4a259e5f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "129afb23-eb34-4974-9c0e-57757df85ce9" - ], - "x-ms-correlation-request-id": [ - "129afb23-eb34-4974-9c0e-57757df85ce9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183159Z:129afb23-eb34-4974-9c0e-57757df85ce9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "803ef0266dbf4fb98bb323ba41cda17c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3aa24f86-4ba5-42bd-8827-b8435e4a0bfe" - ], - "x-ms-correlation-request-id": [ - "3aa24f86-4ba5-42bd-8827-b8435e4a0bfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183159Z:3aa24f86-4ba5-42bd-8827-b8435e4a0bfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "6d798fabfd2245f292a488afa421edf5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1129e28-aa31-4895-b81f-45f1172e06bc" - ], - "x-ms-correlation-request-id": [ - "c1129e28-aa31-4895-b81f-45f1172e06bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183159Z:c1129e28-aa31-4895-b81f-45f1172e06bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "5235b7fb22614565b20830ddbf5986a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ceac0b4a-c250-4bd6-929f-ed98741a9b66" - ], - "x-ms-correlation-request-id": [ - "ceac0b4a-c250-4bd6-929f-ed98741a9b66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183159Z:ceac0b4a-c250-4bd6-929f-ed98741a9b66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "7a1059c8c3ed45e4a660e6a2c532556b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f658b5f-34b3-458a-bb75-fe636aa34c79" - ], - "x-ms-correlation-request-id": [ - "4f658b5f-34b3-458a-bb75-fe636aa34c79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:4f658b5f-34b3-458a-bb75-fe636aa34c79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "7aff4ace42db422eaa07b21e21bd03a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f804b6f1-7fb1-4f5d-b1b5-aa0bcf475498" - ], - "x-ms-correlation-request-id": [ - "f804b6f1-7fb1-4f5d-b1b5-aa0bcf475498" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:f804b6f1-7fb1-4f5d-b1b5-aa0bcf475498" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "a7f4cf32e7d64da18527a91518dcece1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bdbdccc0-9e6a-4e85-9106-c0a63fe18ac2" - ], - "x-ms-correlation-request-id": [ - "bdbdccc0-9e6a-4e85-9106-c0a63fe18ac2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:bdbdccc0-9e6a-4e85-9106-c0a63fe18ac2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "fdfa0ecb34e74e978e6c3f192668d087" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccae3518-367e-4799-af7a-dd0b9ff56749" - ], - "x-ms-correlation-request-id": [ - "ccae3518-367e-4799-af7a-dd0b9ff56749" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:ccae3518-367e-4799-af7a-dd0b9ff56749" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "66b14fedfcf241b884443bccef820a4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b2acab8-ba6f-4529-a072-3332b880e918" - ], - "x-ms-correlation-request-id": [ - "1b2acab8-ba6f-4529-a072-3332b880e918" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:1b2acab8-ba6f-4529-a072-3332b880e918" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "26f143a47bae44f2b47c63b0fbca77fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79e5f5b0-9e49-4fcb-a433-c59479aa51e7" - ], - "x-ms-correlation-request-id": [ - "79e5f5b0-9e49-4fcb-a433-c59479aa51e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:79e5f5b0-9e49-4fcb-a433-c59479aa51e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "adc09eb376d04898a79ff289f09ae80b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3312178-b9c7-4b1e-bfe4-342de6dbfdd9" - ], - "x-ms-correlation-request-id": [ - "a3312178-b9c7-4b1e-bfe4-342de6dbfdd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:a3312178-b9c7-4b1e-bfe4-342de6dbfdd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:31:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "a050c947290249029a45134f4c4751f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "481b9a06-96cc-4df5-86e4-af3a4989cf2f" - ], - "x-ms-correlation-request-id": [ - "481b9a06-96cc-4df5-86e4-af3a4989cf2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183200Z:481b9a06-96cc-4df5-86e4-af3a4989cf2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "3cc015ffbb1c4dc69b8d3527b2ea236c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15743c6f-459d-4933-b3b9-53a75ca702c3" - ], - "x-ms-correlation-request-id": [ - "15743c6f-459d-4933-b3b9-53a75ca702c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183201Z:15743c6f-459d-4933-b3b9-53a75ca702c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "e98ed98b7c1845ae8a675661ab090999" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74e1fe5a-8f95-4743-9048-13886a71b516" - ], - "x-ms-correlation-request-id": [ - "74e1fe5a-8f95-4743-9048-13886a71b516" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183201Z:74e1fe5a-8f95-4743-9048-13886a71b516" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "2b988d712bf347a798fa3f2b67d553f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b3d4285-6600-4a6c-9f47-6d1935c8c85a" - ], - "x-ms-correlation-request-id": [ - "5b3d4285-6600-4a6c-9f47-6d1935c8c85a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183201Z:5b3d4285-6600-4a6c-9f47-6d1935c8c85a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "b83651807f9d4626bab704df15294a5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94ea0730-cab7-40ba-9a8e-f8eb70e26d38" - ], - "x-ms-correlation-request-id": [ - "94ea0730-cab7-40ba-9a8e-f8eb70e26d38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183201Z:94ea0730-cab7-40ba-9a8e-f8eb70e26d38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "cee145b6a49d452db421e8abde40263e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8918bf5e-3e08-4bcc-ac3c-ced8f4021cb8" - ], - "x-ms-correlation-request-id": [ - "8918bf5e-3e08-4bcc-ac3c-ced8f4021cb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183201Z:8918bf5e-3e08-4bcc-ac3c-ced8f4021cb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "8cd50fc39f6647bb954676570e4a22a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f52975ed-40b7-473d-8009-877c91b53ad0" - ], - "x-ms-correlation-request-id": [ - "f52975ed-40b7-473d-8009-877c91b53ad0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183201Z:f52975ed-40b7-473d-8009-877c91b53ad0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "f98da5d4637f438ebd40dc32226f4a11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39d4d39d-929d-4410-9d04-ee379805a01e" - ], - "x-ms-correlation-request-id": [ - "39d4d39d-929d-4410-9d04-ee379805a01e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183201Z:39d4d39d-929d-4410-9d04-ee379805a01e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "01d3042f93734f7c9c40c399bdcdef42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0be2301a-b83d-4657-b021-cd7159c7b139" - ], - "x-ms-correlation-request-id": [ - "0be2301a-b83d-4657-b021-cd7159c7b139" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183202Z:0be2301a-b83d-4657-b021-cd7159c7b139" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "b1e26adc21dc4213bed17fd7f7113211" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae6fd69e-5a2f-4c38-8536-d2ac86f405e9" - ], - "x-ms-correlation-request-id": [ - "ae6fd69e-5a2f-4c38-8536-d2ac86f405e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183202Z:ae6fd69e-5a2f-4c38-8536-d2ac86f405e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "2d7562c109a84753ae409a37562f3a77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8228c982-3a58-4e41-addd-d38515b2ace5" - ], - "x-ms-correlation-request-id": [ - "8228c982-3a58-4e41-addd-d38515b2ace5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183202Z:8228c982-3a58-4e41-addd-d38515b2ace5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "5359ccd981be4b00bd9134e3079f4f3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7512df1-546d-45b8-bd4d-29fc7474c457" - ], - "x-ms-correlation-request-id": [ - "b7512df1-546d-45b8-bd4d-29fc7474c457" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183202Z:b7512df1-546d-45b8-bd4d-29fc7474c457" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "8e8f62f394c24fb88bd700267dcac469" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1fc86b51-1ada-4e98-8551-7a7911146ad9" - ], - "x-ms-correlation-request-id": [ - "1fc86b51-1ada-4e98-8551-7a7911146ad9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183202Z:1fc86b51-1ada-4e98-8551-7a7911146ad9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "719c3826d20f4f8ab203ded593f4129c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b54feab-6c53-48e8-adad-ba8ba57cee52" - ], - "x-ms-correlation-request-id": [ - "0b54feab-6c53-48e8-adad-ba8ba57cee52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183202Z:0b54feab-6c53-48e8-adad-ba8ba57cee52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "6c166991d3a047febf89962633f19aa3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1b8c067-6fab-469d-8116-53360424cab8" - ], - "x-ms-correlation-request-id": [ - "b1b8c067-6fab-469d-8116-53360424cab8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183202Z:b1b8c067-6fab-469d-8116-53360424cab8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "11be032ab361467886837b751aa7b9dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a972bb8c-db7f-4552-805d-002eeb1f7305" - ], - "x-ms-correlation-request-id": [ - "a972bb8c-db7f-4552-805d-002eeb1f7305" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183203Z:a972bb8c-db7f-4552-805d-002eeb1f7305" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "8a2f32a0f60c4f9b95c13032c4dcadb5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1fa8461-902b-44b7-a7ec-a8f279df8714" - ], - "x-ms-correlation-request-id": [ - "c1fa8461-902b-44b7-a7ec-a8f279df8714" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183203Z:c1fa8461-902b-44b7-a7ec-a8f279df8714" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "8ae43a3263e945d2967340f9a6775423" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cc5dbc9-4093-4aa9-9ff7-204d8c1efd10" - ], - "x-ms-correlation-request-id": [ - "8cc5dbc9-4093-4aa9-9ff7-204d8c1efd10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183203Z:8cc5dbc9-4093-4aa9-9ff7-204d8c1efd10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "f588f50339894632a53b59a117156f80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7f03a7b-7019-46c3-8479-cf2667777d73" - ], - "x-ms-correlation-request-id": [ - "c7f03a7b-7019-46c3-8479-cf2667777d73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183203Z:c7f03a7b-7019-46c3-8479-cf2667777d73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "1539c7cec63f44c0a0e625ce334fc499" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b548957-57e2-4dbc-bef6-c3957d409141" - ], - "x-ms-correlation-request-id": [ - "3b548957-57e2-4dbc-bef6-c3957d409141" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183203Z:3b548957-57e2-4dbc-bef6-c3957d409141" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "fccdaad31b034eba93b77e726925c86a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aba00bef-c0fd-4f62-b38a-c33a53a2e7f6" - ], - "x-ms-correlation-request-id": [ - "aba00bef-c0fd-4f62-b38a-c33a53a2e7f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183203Z:aba00bef-c0fd-4f62-b38a-c33a53a2e7f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "d9bf222ba07e4309b2e711fd5cc02236" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c06189ff-be99-4c3b-8f85-a9201d2f108b" - ], - "x-ms-correlation-request-id": [ - "c06189ff-be99-4c3b-8f85-a9201d2f108b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183203Z:c06189ff-be99-4c3b-8f85-a9201d2f108b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "18970b65d0d34b6294f0fa4681b750cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee0b16cf-3f6b-4426-a89b-af2d9a9e4954" - ], - "x-ms-correlation-request-id": [ - "ee0b16cf-3f6b-4426-a89b-af2d9a9e4954" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183204Z:ee0b16cf-3f6b-4426-a89b-af2d9a9e4954" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "ec8dac8d453544f7997c08768341872f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9161e30-3830-4e5a-a2d8-2a7e520abc97" - ], - "x-ms-correlation-request-id": [ - "c9161e30-3830-4e5a-a2d8-2a7e520abc97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183204Z:c9161e30-3830-4e5a-a2d8-2a7e520abc97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "f923567389ca4cf2b1185d51ed2992c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04f1237f-69ba-4bbd-a40b-7b8876d6743a" - ], - "x-ms-correlation-request-id": [ - "04f1237f-69ba-4bbd-a40b-7b8876d6743a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183204Z:04f1237f-69ba-4bbd-a40b-7b8876d6743a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "c1c3339724d44102a99c4ae67e22be7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2e90ec5-724f-42f2-a2a0-e2241d9815c3" - ], - "x-ms-correlation-request-id": [ - "d2e90ec5-724f-42f2-a2a0-e2241d9815c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183204Z:d2e90ec5-724f-42f2-a2a0-e2241d9815c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "81b4a2eb1db7455b8733e36be64c9c3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca714d27-452c-4e5a-bc4c-5fdd8032e524" - ], - "x-ms-correlation-request-id": [ - "ca714d27-452c-4e5a-bc4c-5fdd8032e524" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183204Z:ca714d27-452c-4e5a-bc4c-5fdd8032e524" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "5f1be4809f6d47739b6e7cdb7872ba0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1881714-4371-4b51-b5d4-d22723c37b89" - ], - "x-ms-correlation-request-id": [ - "f1881714-4371-4b51-b5d4-d22723c37b89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183204Z:f1881714-4371-4b51-b5d4-d22723c37b89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "0ab4de43fbfe4753b58499f6612a4c14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fefe27e1-6f09-4d21-be57-b69f09a9f2dd" - ], - "x-ms-correlation-request-id": [ - "fefe27e1-6f09-4d21-be57-b69f09a9f2dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183204Z:fefe27e1-6f09-4d21-be57-b69f09a9f2dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "e735bc0e618e4833b9740be47eeb00c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f94bb6b-f4b8-4a88-ade4-71a20a20b5d0" - ], - "x-ms-correlation-request-id": [ - "3f94bb6b-f4b8-4a88-ade4-71a20a20b5d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183205Z:3f94bb6b-f4b8-4a88-ade4-71a20a20b5d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "a3801846fd244149b902f025f13c43e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49db3866-7e74-418e-852d-4fdf72234fca" - ], - "x-ms-correlation-request-id": [ - "49db3866-7e74-418e-852d-4fdf72234fca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183205Z:49db3866-7e74-418e-852d-4fdf72234fca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "594302691fee4d3991b4074c8c3feff0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0c4b562-3766-4b55-83a2-d858d55bb953" - ], - "x-ms-correlation-request-id": [ - "a0c4b562-3766-4b55-83a2-d858d55bb953" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183205Z:a0c4b562-3766-4b55-83a2-d858d55bb953" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "6c3ef3b8a91f462ba638954cf9597c9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d9ad566-fb50-4f7b-b1cf-109a24b63ffa" - ], - "x-ms-correlation-request-id": [ - "0d9ad566-fb50-4f7b-b1cf-109a24b63ffa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183205Z:0d9ad566-fb50-4f7b-b1cf-109a24b63ffa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "a097b4c4d9024740a27dc3a7e10e0a54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "763e5e95-3ac9-48f4-b68e-7f0fd05effe3" - ], - "x-ms-correlation-request-id": [ - "763e5e95-3ac9-48f4-b68e-7f0fd05effe3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183205Z:763e5e95-3ac9-48f4-b68e-7f0fd05effe3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "3c24e86bfd0644ae8f819bc9694c6cf9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5488771a-b202-45cf-a883-918897811c29" - ], - "x-ms-correlation-request-id": [ - "5488771a-b202-45cf-a883-918897811c29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183205Z:5488771a-b202-45cf-a883-918897811c29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "5fa4e59adc56478987ac6594a2bde8ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0735d731-962c-4a9a-9b19-7c5a8fbf84c3" - ], - "x-ms-correlation-request-id": [ - "0735d731-962c-4a9a-9b19-7c5a8fbf84c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183206Z:0735d731-962c-4a9a-9b19-7c5a8fbf84c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "038b6fdbe5cb475093f948acb183f7d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "431755a0-a2f4-4143-a9a2-2f8362677ce5" - ], - "x-ms-correlation-request-id": [ - "431755a0-a2f4-4143-a9a2-2f8362677ce5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183206Z:431755a0-a2f4-4143-a9a2-2f8362677ce5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "b1c0dd8d95054df1b9ca75ae21cb8c08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08cc1a5b-8970-4624-baa9-0181abc34f5c" - ], - "x-ms-correlation-request-id": [ - "08cc1a5b-8970-4624-baa9-0181abc34f5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183206Z:08cc1a5b-8970-4624-baa9-0181abc34f5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "bd5c3213b26b41b5b0376c384dee98f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9047a900-256a-47a1-81ff-8673074b9d86" - ], - "x-ms-correlation-request-id": [ - "9047a900-256a-47a1-81ff-8673074b9d86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183206Z:9047a900-256a-47a1-81ff-8673074b9d86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "b2baa56fb40d4d25bfbb0e42c6541476" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "148e9ea0-3f07-4070-8b3c-1e60f759b382" - ], - "x-ms-correlation-request-id": [ - "148e9ea0-3f07-4070-8b3c-1e60f759b382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183206Z:148e9ea0-3f07-4070-8b3c-1e60f759b382" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "4ecde1ea6ca84c33bc1a796a5ff33d0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c54df9f-2ee0-442c-8462-59047184cb09" - ], - "x-ms-correlation-request-id": [ - "4c54df9f-2ee0-442c-8462-59047184cb09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183206Z:4c54df9f-2ee0-442c-8462-59047184cb09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "5f14da8f9f0245358370475d9ee82ca0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95d1f8a8-8f8a-4561-a96d-b5772cdd3a93" - ], - "x-ms-correlation-request-id": [ - "95d1f8a8-8f8a-4561-a96d-b5772cdd3a93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183207Z:95d1f8a8-8f8a-4561-a96d-b5772cdd3a93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "40d65f1873154e96bf91dc82b114b8fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7201e679-cb8a-4db0-9f00-332ae5f3a041" - ], - "x-ms-correlation-request-id": [ - "7201e679-cb8a-4db0-9f00-332ae5f3a041" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183207Z:7201e679-cb8a-4db0-9f00-332ae5f3a041" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "da48200cb34648458ac4316243837857" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1134e021-3f0b-4ea0-a87c-f6151bd5737f" - ], - "x-ms-correlation-request-id": [ - "1134e021-3f0b-4ea0-a87c-f6151bd5737f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183207Z:1134e021-3f0b-4ea0-a87c-f6151bd5737f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "b30fac5f034e415bb931fa02984a8cc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "782cc0b7-43e3-4353-8f64-ba6b4c193be3" - ], - "x-ms-correlation-request-id": [ - "782cc0b7-43e3-4353-8f64-ba6b4c193be3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183207Z:782cc0b7-43e3-4353-8f64-ba6b4c193be3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "2fdc8947054a45a1a6cbdbe85b9c858e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b80defe-4591-4928-9862-37d96cf65772" - ], - "x-ms-correlation-request-id": [ - "7b80defe-4591-4928-9862-37d96cf65772" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183207Z:7b80defe-4591-4928-9862-37d96cf65772" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "417637197e1e4d5f83c07514e7f09881" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ab14d93-1e48-4ef7-94b8-8305a2324310" - ], - "x-ms-correlation-request-id": [ - "4ab14d93-1e48-4ef7-94b8-8305a2324310" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183207Z:4ab14d93-1e48-4ef7-94b8-8305a2324310" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "d4e8684e5660451f949d45a696c65132" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ed7521b-cbf7-47be-a973-bbdbd607967d" - ], - "x-ms-correlation-request-id": [ - "6ed7521b-cbf7-47be-a973-bbdbd607967d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183208Z:6ed7521b-cbf7-47be-a973-bbdbd607967d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "5d7d2cd7a0db40c3a09db36a6532d201" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66697867-566b-44f5-bb88-d15e32d01953" - ], - "x-ms-correlation-request-id": [ - "66697867-566b-44f5-bb88-d15e32d01953" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183208Z:66697867-566b-44f5-bb88-d15e32d01953" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "e02727f162304727b11e2bf0d5295f61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22c9ea62-ac4e-4a65-986c-3b3d0ea48b5e" - ], - "x-ms-correlation-request-id": [ - "22c9ea62-ac4e-4a65-986c-3b3d0ea48b5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183208Z:22c9ea62-ac4e-4a65-986c-3b3d0ea48b5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "a6daaa69db2f434c92ba2918b49a997f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf4231ba-5d70-415b-9f6d-1ab01f357727" - ], - "x-ms-correlation-request-id": [ - "bf4231ba-5d70-415b-9f6d-1ab01f357727" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183208Z:bf4231ba-5d70-415b-9f6d-1ab01f357727" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "89372adf572846598288e85c1d1ad389" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4720e89-4d9a-48a6-9e0e-271130d1ede2" - ], - "x-ms-correlation-request-id": [ - "f4720e89-4d9a-48a6-9e0e-271130d1ede2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183208Z:f4720e89-4d9a-48a6-9e0e-271130d1ede2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "880db7bd41b94469903650153222201c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a73f96cd-3155-4463-882f-f6cd0781df9c" - ], - "x-ms-correlation-request-id": [ - "a73f96cd-3155-4463-882f-f6cd0781df9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183208Z:a73f96cd-3155-4463-882f-f6cd0781df9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "fff7a7d5a3e84174b873d1af718a1776" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43697e49-6439-4a88-a2af-a3709e54c676" - ], - "x-ms-correlation-request-id": [ - "43697e49-6439-4a88-a2af-a3709e54c676" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183208Z:43697e49-6439-4a88-a2af-a3709e54c676" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "532d4c79a2b842fb885c43a21e26c56c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c53ed95-f40f-472c-9d3a-8d47465175aa" - ], - "x-ms-correlation-request-id": [ - "0c53ed95-f40f-472c-9d3a-8d47465175aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183209Z:0c53ed95-f40f-472c-9d3a-8d47465175aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "e7758e4899d549b0abeb436ef5b874e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13d51c41-e89f-4dfd-bf42-c211f2290cac" - ], - "x-ms-correlation-request-id": [ - "13d51c41-e89f-4dfd-bf42-c211f2290cac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183209Z:13d51c41-e89f-4dfd-bf42-c211f2290cac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "b9ead3a3c7954e17966c7d2ac66d5cfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c49372d-5605-4a32-a3cf-34da0f5e5032" - ], - "x-ms-correlation-request-id": [ - "2c49372d-5605-4a32-a3cf-34da0f5e5032" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183209Z:2c49372d-5605-4a32-a3cf-34da0f5e5032" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "c45e801123c14def9ce1daca2216ce52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e71e0b6b-0352-4b07-97b2-535c8cfbaf44" - ], - "x-ms-correlation-request-id": [ - "e71e0b6b-0352-4b07-97b2-535c8cfbaf44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183209Z:e71e0b6b-0352-4b07-97b2-535c8cfbaf44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "729bf65e15484716a5b31fcb595af7b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1129487-b8a3-4194-9057-850f3140f6ab" - ], - "x-ms-correlation-request-id": [ - "c1129487-b8a3-4194-9057-850f3140f6ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183209Z:c1129487-b8a3-4194-9057-850f3140f6ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "54d20c34818645ae88493c567b1d01ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfd4bcba-7c0c-4f0c-8859-2fce7db2e94f" - ], - "x-ms-correlation-request-id": [ - "cfd4bcba-7c0c-4f0c-8859-2fce7db2e94f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183210Z:cfd4bcba-7c0c-4f0c-8859-2fce7db2e94f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "180714c990f04fdca27a8418dffbb943" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28398fd1-5f4c-478f-ab01-fcb37cdfe5f8" - ], - "x-ms-correlation-request-id": [ - "28398fd1-5f4c-478f-ab01-fcb37cdfe5f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183210Z:28398fd1-5f4c-478f-ab01-fcb37cdfe5f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "9231d9b8fa66468ea0fbd4e2356c0756" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bab8b19-9e66-490d-bb3e-a6e557033dbc" - ], - "x-ms-correlation-request-id": [ - "5bab8b19-9e66-490d-bb3e-a6e557033dbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183210Z:5bab8b19-9e66-490d-bb3e-a6e557033dbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "d9e0a52236f5479e9e6f4873b63bed2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "903094d2-7bc9-40ef-9f35-ca72e3af188a" - ], - "x-ms-correlation-request-id": [ - "903094d2-7bc9-40ef-9f35-ca72e3af188a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183210Z:903094d2-7bc9-40ef-9f35-ca72e3af188a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "d6ee904bf6be4c3193d978e70641bd45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "907477b1-22c2-4148-bd79-8806d4447a8c" - ], - "x-ms-correlation-request-id": [ - "907477b1-22c2-4148-bd79-8806d4447a8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183210Z:907477b1-22c2-4148-bd79-8806d4447a8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "96be16a62dd6470e9768012bb4d1579a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cf2485e-3959-4333-bbd0-a04324f61ae7" - ], - "x-ms-correlation-request-id": [ - "9cf2485e-3959-4333-bbd0-a04324f61ae7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183210Z:9cf2485e-3959-4333-bbd0-a04324f61ae7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "438216ef89de496f901011a05f92db20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd4a30f7-1b3c-4399-9ac4-03b6ed566ff8" - ], - "x-ms-correlation-request-id": [ - "cd4a30f7-1b3c-4399-9ac4-03b6ed566ff8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183210Z:cd4a30f7-1b3c-4399-9ac4-03b6ed566ff8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "5f852d73bfff478d88e819d86478bb24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26694553-8e12-425a-90a9-6a082d20e08b" - ], - "x-ms-correlation-request-id": [ - "26694553-8e12-425a-90a9-6a082d20e08b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183211Z:26694553-8e12-425a-90a9-6a082d20e08b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "7f044f6b26804001aa7b1cbbb1ca7fad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98de14c3-f219-44eb-affd-ef8875c0b235" - ], - "x-ms-correlation-request-id": [ - "98de14c3-f219-44eb-affd-ef8875c0b235" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183211Z:98de14c3-f219-44eb-affd-ef8875c0b235" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "bd40ceda824340b0afdf43dd9167b54c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa888ad0-be5c-441a-b777-109f100aaa92" - ], - "x-ms-correlation-request-id": [ - "fa888ad0-be5c-441a-b777-109f100aaa92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183211Z:fa888ad0-be5c-441a-b777-109f100aaa92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "68e73a73549c475e9041c3c7db8bf202" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "805a5f69-a8fd-4b8b-a4d6-114f24dcab84" - ], - "x-ms-correlation-request-id": [ - "805a5f69-a8fd-4b8b-a4d6-114f24dcab84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183211Z:805a5f69-a8fd-4b8b-a4d6-114f24dcab84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "98fb2e7260e649a1b257b4c62732418d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ece0265-f8e0-4db6-863c-e4d9307651e8" - ], - "x-ms-correlation-request-id": [ - "7ece0265-f8e0-4db6-863c-e4d9307651e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183211Z:7ece0265-f8e0-4db6-863c-e4d9307651e8" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "0ab6dd18caad4ae080bedcd325095458" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80e1a842-1b32-44d0-b287-670f2f3e1ed1" - ], - "x-ms-correlation-request-id": [ - "80e1a842-1b32-44d0-b287-670f2f3e1ed1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183212Z:80e1a842-1b32-44d0-b287-670f2f3e1ed1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "8091f350a14940dd8400e89fc8f27488" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d54daa82-2325-4984-9f2f-80877d8efe66" - ], - "x-ms-correlation-request-id": [ - "d54daa82-2325-4984-9f2f-80877d8efe66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183212Z:d54daa82-2325-4984-9f2f-80877d8efe66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "b2e7b3d238274d5ea7274ce8897d965c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b8bf4d2-5f8f-4e79-98aa-85cd808f1332" - ], - "x-ms-correlation-request-id": [ - "2b8bf4d2-5f8f-4e79-98aa-85cd808f1332" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183212Z:2b8bf4d2-5f8f-4e79-98aa-85cd808f1332" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "cebfead561b04117b7ef37904ca97968" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9824bd10-6df4-4151-9c60-35eb9b11df45" - ], - "x-ms-correlation-request-id": [ - "9824bd10-6df4-4151-9c60-35eb9b11df45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183212Z:9824bd10-6df4-4151-9c60-35eb9b11df45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "e6b160dad1c4472b884c5e2be9a08ded" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b08c4bf8-bb11-4d56-9dbb-be9a8055deb9" - ], - "x-ms-correlation-request-id": [ - "b08c4bf8-bb11-4d56-9dbb-be9a8055deb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183212Z:b08c4bf8-bb11-4d56-9dbb-be9a8055deb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "efc6962db3f142089e81d6a54cbed56c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69f5cb2c-6ff6-4b43-b07a-b70e71428f23" - ], - "x-ms-correlation-request-id": [ - "69f5cb2c-6ff6-4b43-b07a-b70e71428f23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:69f5cb2c-6ff6-4b43-b07a-b70e71428f23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "1cebd8e5335f4d6eb1529565c779eaca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8477707c-56c2-4683-b0fa-bdf5f3325b2b" - ], - "x-ms-correlation-request-id": [ - "8477707c-56c2-4683-b0fa-bdf5f3325b2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:8477707c-56c2-4683-b0fa-bdf5f3325b2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "b36e99a0e73a4887b2a01d851d5bae03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c2ed815-4178-47b5-955a-2a40803ef408" - ], - "x-ms-correlation-request-id": [ - "1c2ed815-4178-47b5-955a-2a40803ef408" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:1c2ed815-4178-47b5-955a-2a40803ef408" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "65288c70401140baaff6c21def56a994" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9175a919-227a-4175-b8a6-d2e0d14cfefe" - ], - "x-ms-correlation-request-id": [ - "9175a919-227a-4175-b8a6-d2e0d14cfefe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:9175a919-227a-4175-b8a6-d2e0d14cfefe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "b993f21baba0489ca6784227e2610c73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d30da67-0342-402f-8e31-30645b69dd1a" - ], - "x-ms-correlation-request-id": [ - "1d30da67-0342-402f-8e31-30645b69dd1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:1d30da67-0342-402f-8e31-30645b69dd1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "aaf375d5ec9343aa811a8e69aeff3b10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8856249-3ed9-4aaa-aad6-8061aa3d6f99" - ], - "x-ms-correlation-request-id": [ - "c8856249-3ed9-4aaa-aad6-8061aa3d6f99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:c8856249-3ed9-4aaa-aad6-8061aa3d6f99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "a6d3f5dce2bd4bb5a84930091d2cbdd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b91e5f7-a0f2-4a0b-ac7d-cc1d7de5b89a" - ], - "x-ms-correlation-request-id": [ - "2b91e5f7-a0f2-4a0b-ac7d-cc1d7de5b89a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:2b91e5f7-a0f2-4a0b-ac7d-cc1d7de5b89a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "a21a0d41917f4f00b0586184fb2924bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0fa6278-54a2-4cde-86a6-6cebf8979170" - ], - "x-ms-correlation-request-id": [ - "d0fa6278-54a2-4cde-86a6-6cebf8979170" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183213Z:d0fa6278-54a2-4cde-86a6-6cebf8979170" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "70c3915b30e945e9afb00b90c71b4168" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c9d671f-1731-4833-8947-b0174c290534" - ], - "x-ms-correlation-request-id": [ - "5c9d671f-1731-4833-8947-b0174c290534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183214Z:5c9d671f-1731-4833-8947-b0174c290534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "01dc6099be8d4837b5e1b5fcdd708dec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a1ab1ed-29ab-4af2-b004-32e828977854" - ], - "x-ms-correlation-request-id": [ - "3a1ab1ed-29ab-4af2-b004-32e828977854" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183214Z:3a1ab1ed-29ab-4af2-b004-32e828977854" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "eb0415ae52cf40fba4e0f4615c4eb071" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b385bc7f-9a70-467f-bc82-ad494611d011" - ], - "x-ms-correlation-request-id": [ - "b385bc7f-9a70-467f-bc82-ad494611d011" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183214Z:b385bc7f-9a70-467f-bc82-ad494611d011" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "2e1ad943417a41ddaea85007bb674fb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c00ea65-4a7e-4a07-ba86-3a9a765c5d97" - ], - "x-ms-correlation-request-id": [ - "9c00ea65-4a7e-4a07-ba86-3a9a765c5d97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183214Z:9c00ea65-4a7e-4a07-ba86-3a9a765c5d97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "5737c1eeef96427bb65c273b11dce247" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee613f0a-f0b2-4aad-8726-a180cbc96d03" - ], - "x-ms-correlation-request-id": [ - "ee613f0a-f0b2-4aad-8726-a180cbc96d03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183214Z:ee613f0a-f0b2-4aad-8726-a180cbc96d03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "dad899f5d35049b6b715976af0917605" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de309499-8541-4a1c-84c1-0b6dc101c81e" - ], - "x-ms-correlation-request-id": [ - "de309499-8541-4a1c-84c1-0b6dc101c81e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183214Z:de309499-8541-4a1c-84c1-0b6dc101c81e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "e8dc71d3bc4e4b8fba638feca28f25f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f645d682-d8a0-4f80-b0bf-190c190b4976" - ], - "x-ms-correlation-request-id": [ - "f645d682-d8a0-4f80-b0bf-190c190b4976" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183214Z:f645d682-d8a0-4f80-b0bf-190c190b4976" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "b98a101f70034fe2b9da0d062e0da1e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da836df5-4d62-4938-ac06-7557254b5acb" - ], - "x-ms-correlation-request-id": [ - "da836df5-4d62-4938-ac06-7557254b5acb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183215Z:da836df5-4d62-4938-ac06-7557254b5acb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "5c87882d55814a1182226797ae4ab390" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec8e86a6-8811-4fdd-bd10-354d22f69bb2" - ], - "x-ms-correlation-request-id": [ - "ec8e86a6-8811-4fdd-bd10-354d22f69bb2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183215Z:ec8e86a6-8811-4fdd-bd10-354d22f69bb2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "2cacef94dd134a40a68b47f922fc488f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2843b059-f716-46f6-aed5-3fca4d3fbe02" - ], - "x-ms-correlation-request-id": [ - "2843b059-f716-46f6-aed5-3fca4d3fbe02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183215Z:2843b059-f716-46f6-aed5-3fca4d3fbe02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "c03d330eae74462c98992696c31c7e0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ce34b1b-92ca-47cf-9808-04d65d465cc7" - ], - "x-ms-correlation-request-id": [ - "3ce34b1b-92ca-47cf-9808-04d65d465cc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183215Z:3ce34b1b-92ca-47cf-9808-04d65d465cc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "e8f2de6937e8411ca63d06ebdde14202" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78792e1e-1bf8-406e-99b4-33c27ce28c41" - ], - "x-ms-correlation-request-id": [ - "78792e1e-1bf8-406e-99b4-33c27ce28c41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183215Z:78792e1e-1bf8-406e-99b4-33c27ce28c41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "8b281b2c7dca4622a90567a2fe5d0e07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "471981ed-14ea-487c-8397-fd8b192a8ca8" - ], - "x-ms-correlation-request-id": [ - "471981ed-14ea-487c-8397-fd8b192a8ca8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183215Z:471981ed-14ea-487c-8397-fd8b192a8ca8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "dee3c96486f046dab7c69fd49ea90835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f009aa37-33d7-4c45-abd1-b9413d1b4099" - ], - "x-ms-correlation-request-id": [ - "f009aa37-33d7-4c45-abd1-b9413d1b4099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183215Z:f009aa37-33d7-4c45-abd1-b9413d1b4099" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "3e81737e694943a6923bb150791eb1db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97dd49c9-f0a2-446b-8d21-07350da5a96b" - ], - "x-ms-correlation-request-id": [ - "97dd49c9-f0a2-446b-8d21-07350da5a96b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:97dd49c9-f0a2-446b-8d21-07350da5a96b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "08bdda2d1fdf429399585fe7a4b2f586" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9678ba82-43ae-498d-9719-1016d5ff20fe" - ], - "x-ms-correlation-request-id": [ - "9678ba82-43ae-498d-9719-1016d5ff20fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:9678ba82-43ae-498d-9719-1016d5ff20fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "1c188ef139e041c2af5df9e1be8a6583" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d0cea0b-cdcd-4df2-85bc-8c9eff20afe2" - ], - "x-ms-correlation-request-id": [ - "4d0cea0b-cdcd-4df2-85bc-8c9eff20afe2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:4d0cea0b-cdcd-4df2-85bc-8c9eff20afe2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "970bd47df716400eadb311a6435ac265" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74b0ffd6-ef65-4602-8f66-8399788de424" - ], - "x-ms-correlation-request-id": [ - "74b0ffd6-ef65-4602-8f66-8399788de424" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:74b0ffd6-ef65-4602-8f66-8399788de424" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "78237232622845ffabec9cef5900f50c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f8219eb-0a50-4977-8362-814e68391505" - ], - "x-ms-correlation-request-id": [ - "6f8219eb-0a50-4977-8362-814e68391505" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:6f8219eb-0a50-4977-8362-814e68391505" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "3ee33356ad27405daa668007e2f625ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2cdfa90-7292-4e39-940b-6e878ebfebd8" - ], - "x-ms-correlation-request-id": [ - "c2cdfa90-7292-4e39-940b-6e878ebfebd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:c2cdfa90-7292-4e39-940b-6e878ebfebd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "a7650de8c31249d581196ac04b27b5bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f36b256-e91b-40ad-a029-2eadcfb554e7" - ], - "x-ms-correlation-request-id": [ - "9f36b256-e91b-40ad-a029-2eadcfb554e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:9f36b256-e91b-40ad-a029-2eadcfb554e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "1e17245de7af4b268809efb810e84ed1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "057eda28-4a95-4301-8716-933e1ee4e8d9" - ], - "x-ms-correlation-request-id": [ - "057eda28-4a95-4301-8716-933e1ee4e8d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183216Z:057eda28-4a95-4301-8716-933e1ee4e8d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "ce567bec17b84b46bde06d48c4785b92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1967c19b-bc0e-4ce8-9a28-7477a555f587" - ], - "x-ms-correlation-request-id": [ - "1967c19b-bc0e-4ce8-9a28-7477a555f587" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:1967c19b-bc0e-4ce8-9a28-7477a555f587" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "a3526531f697478d932def06b191ca3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df516e43-74e6-4dea-8cde-b1b4561253e9" - ], - "x-ms-correlation-request-id": [ - "df516e43-74e6-4dea-8cde-b1b4561253e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:df516e43-74e6-4dea-8cde-b1b4561253e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "cf1064a24e7f49eba36a3281239aae17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5f215d1-cfa7-4b3b-8ec6-2289c151ebce" - ], - "x-ms-correlation-request-id": [ - "c5f215d1-cfa7-4b3b-8ec6-2289c151ebce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:c5f215d1-cfa7-4b3b-8ec6-2289c151ebce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "5d996115c4fd4e96a5fde4fd149def19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a59b57f-332a-491d-83c0-2821bd01bf03" - ], - "x-ms-correlation-request-id": [ - "6a59b57f-332a-491d-83c0-2821bd01bf03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:6a59b57f-332a-491d-83c0-2821bd01bf03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "636c83c68fa242ebab19d650e7071a4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94670b5d-56fd-4ca3-ab1a-06cde5dfb821" - ], - "x-ms-correlation-request-id": [ - "94670b5d-56fd-4ca3-ab1a-06cde5dfb821" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:94670b5d-56fd-4ca3-ab1a-06cde5dfb821" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "bd20a8a5b38041178819bb3e6d408ff8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dbf324f-1d25-4390-8148-664e1a2aca03" - ], - "x-ms-correlation-request-id": [ - "5dbf324f-1d25-4390-8148-664e1a2aca03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:5dbf324f-1d25-4390-8148-664e1a2aca03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "f5a4173cf34740b683ddd2574618af8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44aacab0-98d8-4d11-9ca5-1223fa3dd318" - ], - "x-ms-correlation-request-id": [ - "44aacab0-98d8-4d11-9ca5-1223fa3dd318" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:44aacab0-98d8-4d11-9ca5-1223fa3dd318" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "a2d757d042ee4d828ceaf54fff3dcaf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "920c2fe0-aa91-480a-9e3e-20230926c617" - ], - "x-ms-correlation-request-id": [ - "920c2fe0-aa91-480a-9e3e-20230926c617" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183217Z:920c2fe0-aa91-480a-9e3e-20230926c617" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "40462562227b44ef834d261ef46934f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51c24bc4-3333-4868-b1ee-41ae6c7091ff" - ], - "x-ms-correlation-request-id": [ - "51c24bc4-3333-4868-b1ee-41ae6c7091ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183218Z:51c24bc4-3333-4868-b1ee-41ae6c7091ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "0df35274359540ea9301058c15fd595a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaa8843f-8ab8-4e23-a6c8-3cb7dd05553a" - ], - "x-ms-correlation-request-id": [ - "eaa8843f-8ab8-4e23-a6c8-3cb7dd05553a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183218Z:eaa8843f-8ab8-4e23-a6c8-3cb7dd05553a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "b1cde3b9de83419b8b7a98d6d128c182" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5556ebb2-8268-4431-8810-f8e02ec6fe6a" - ], - "x-ms-correlation-request-id": [ - "5556ebb2-8268-4431-8810-f8e02ec6fe6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183218Z:5556ebb2-8268-4431-8810-f8e02ec6fe6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "f20b9d0b02144c64adc7b187b749ad2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63fe4a90-f315-4232-ac2b-f1cc5bbaa7ad" - ], - "x-ms-correlation-request-id": [ - "63fe4a90-f315-4232-ac2b-f1cc5bbaa7ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183218Z:63fe4a90-f315-4232-ac2b-f1cc5bbaa7ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "a98b6901e87f42f4932735fe387b29ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32fc0487-cff7-4c61-8619-c67cb71a8c3e" - ], - "x-ms-correlation-request-id": [ - "32fc0487-cff7-4c61-8619-c67cb71a8c3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183218Z:32fc0487-cff7-4c61-8619-c67cb71a8c3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "bc04f7685e0844d5894d3d252a98dab4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f16a7e7e-e229-4375-b133-cfe647996516" - ], - "x-ms-correlation-request-id": [ - "f16a7e7e-e229-4375-b133-cfe647996516" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183218Z:f16a7e7e-e229-4375-b133-cfe647996516" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "ed1dd0cad18c41d7b2ef8f097d16ebfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe01f300-a83f-4528-8f74-ce8d731f02b4" - ], - "x-ms-correlation-request-id": [ - "fe01f300-a83f-4528-8f74-ce8d731f02b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183218Z:fe01f300-a83f-4528-8f74-ce8d731f02b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "dd84408e5b134855ae2ee5829f313bbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42778390-67ee-465e-88b1-278128d8d705" - ], - "x-ms-correlation-request-id": [ - "42778390-67ee-465e-88b1-278128d8d705" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183219Z:42778390-67ee-465e-88b1-278128d8d705" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "d1fcb7cd9d6a46b79971be152ed2ba46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd503df8-ceab-467d-b915-59bcacff95e9" - ], - "x-ms-correlation-request-id": [ - "dd503df8-ceab-467d-b915-59bcacff95e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183219Z:dd503df8-ceab-467d-b915-59bcacff95e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "9db6f68681a34fdb9d1c45b80a40ba20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "101b87db-26a1-462e-a3b0-b83fbc9a9530" - ], - "x-ms-correlation-request-id": [ - "101b87db-26a1-462e-a3b0-b83fbc9a9530" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183219Z:101b87db-26a1-462e-a3b0-b83fbc9a9530" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "c7696af1698d4102b5f7190e7b00e13c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7cd5129-d980-43fd-897d-dfa6bea25475" - ], - "x-ms-correlation-request-id": [ - "e7cd5129-d980-43fd-897d-dfa6bea25475" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183219Z:e7cd5129-d980-43fd-897d-dfa6bea25475" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "237005c3e03444faab83ee3f3696ac90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb97d674-33bb-4994-ab84-e5fb6a0577fb" - ], - "x-ms-correlation-request-id": [ - "fb97d674-33bb-4994-ab84-e5fb6a0577fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183219Z:fb97d674-33bb-4994-ab84-e5fb6a0577fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "16a488661b4c443384f85c99aa84e929" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef9de2dc-7a4d-420b-b098-6aa8d8f25d8a" - ], - "x-ms-correlation-request-id": [ - "ef9de2dc-7a4d-420b-b098-6aa8d8f25d8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183219Z:ef9de2dc-7a4d-420b-b098-6aa8d8f25d8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "2038251c5b804edda9567ec77ee4567d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b970e536-3b42-4b86-97d8-a14ff8ba62f6" - ], - "x-ms-correlation-request-id": [ - "b970e536-3b42-4b86-97d8-a14ff8ba62f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183219Z:b970e536-3b42-4b86-97d8-a14ff8ba62f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "afe60e438a4d4959a47e9ae166c9dce5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80185f1e-4337-4047-ad63-02e9bf170bf8" - ], - "x-ms-correlation-request-id": [ - "80185f1e-4337-4047-ad63-02e9bf170bf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183220Z:80185f1e-4337-4047-ad63-02e9bf170bf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "c5627b4a748a459898f350d40727a0a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2935f1c-1171-449c-939e-b736fd9ce399" - ], - "x-ms-correlation-request-id": [ - "d2935f1c-1171-449c-939e-b736fd9ce399" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183220Z:d2935f1c-1171-449c-939e-b736fd9ce399" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "02c7c21573194144939357e939a4bc6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4011561-e339-47fa-a789-f584470da73f" - ], - "x-ms-correlation-request-id": [ - "c4011561-e339-47fa-a789-f584470da73f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183220Z:c4011561-e339-47fa-a789-f584470da73f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "705f6d6038474b93bc8d89b8c6e680e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0df595fd-828c-4a35-aac4-e152c48decf6" - ], - "x-ms-correlation-request-id": [ - "0df595fd-828c-4a35-aac4-e152c48decf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183220Z:0df595fd-828c-4a35-aac4-e152c48decf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "38eba15637334ca7bc50a7faf882d9d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2358294-3419-485b-8293-a4ffddcf5632" - ], - "x-ms-correlation-request-id": [ - "f2358294-3419-485b-8293-a4ffddcf5632" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183220Z:f2358294-3419-485b-8293-a4ffddcf5632" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "c735c9d71e9d4086909c2596aa65c525" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fa45d80-7058-48f4-b474-d90a0f6d6c79" - ], - "x-ms-correlation-request-id": [ - "0fa45d80-7058-48f4-b474-d90a0f6d6c79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183220Z:0fa45d80-7058-48f4-b474-d90a0f6d6c79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "75f8a648544e44c28be8c75cf40163f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "718998c5-8899-4527-a550-95adf1a5a359" - ], - "x-ms-correlation-request-id": [ - "718998c5-8899-4527-a550-95adf1a5a359" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183220Z:718998c5-8899-4527-a550-95adf1a5a359" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "996d8e4c5bf54fdb8369e350f69820e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29c54b30-6747-4e6b-a831-c391bf5e198c" - ], - "x-ms-correlation-request-id": [ - "29c54b30-6747-4e6b-a831-c391bf5e198c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:29c54b30-6747-4e6b-a831-c391bf5e198c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "aa3252eb69ce4ffdbea0b8a8e3218abb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e69c3a0f-5305-4879-9eef-f2fcbda6b299" - ], - "x-ms-correlation-request-id": [ - "e69c3a0f-5305-4879-9eef-f2fcbda6b299" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:e69c3a0f-5305-4879-9eef-f2fcbda6b299" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "20594e6a4904448bae6ee44e639e4ffc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66ce2a1c-aa99-4ec5-b050-cc90cdf797c4" - ], - "x-ms-correlation-request-id": [ - "66ce2a1c-aa99-4ec5-b050-cc90cdf797c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:66ce2a1c-aa99-4ec5-b050-cc90cdf797c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "dff4803704764cd582917dae03765e40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a43a6434-dc94-4cc9-8044-98d67617ca5f" - ], - "x-ms-correlation-request-id": [ - "a43a6434-dc94-4cc9-8044-98d67617ca5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:a43a6434-dc94-4cc9-8044-98d67617ca5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "1ab3fe6f6ce04bcf9b2a1138e1136891" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29e4906b-4898-4459-97e9-013f32bff95d" - ], - "x-ms-correlation-request-id": [ - "29e4906b-4898-4459-97e9-013f32bff95d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:29e4906b-4898-4459-97e9-013f32bff95d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "c30d24eb74f54b04ad65e52c131b40ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b5737ef-930e-4ee4-988f-7cdc5d0d00c1" - ], - "x-ms-correlation-request-id": [ - "3b5737ef-930e-4ee4-988f-7cdc5d0d00c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:3b5737ef-930e-4ee4-988f-7cdc5d0d00c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "5c63230ffc2742b18ed16c78855258dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b641db49-e853-4e9c-826b-d3213cde589e" - ], - "x-ms-correlation-request-id": [ - "b641db49-e853-4e9c-826b-d3213cde589e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:b641db49-e853-4e9c-826b-d3213cde589e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "b32a245b67ed46338323db6e3439cb5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ddf2c0e-891e-419e-b538-4b40af4d176e" - ], - "x-ms-correlation-request-id": [ - "4ddf2c0e-891e-419e-b538-4b40af4d176e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183221Z:4ddf2c0e-891e-419e-b538-4b40af4d176e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "4aeba4a50614482594a495ed3782fb84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70437946-cf60-4f21-b4aa-3d56efcc8965" - ], - "x-ms-correlation-request-id": [ - "70437946-cf60-4f21-b4aa-3d56efcc8965" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183222Z:70437946-cf60-4f21-b4aa-3d56efcc8965" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "ae6800a6579042a1966474d03cc35a50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27d3d661-a9b3-4a72-a582-3ae28c7e3549" - ], - "x-ms-correlation-request-id": [ - "27d3d661-a9b3-4a72-a582-3ae28c7e3549" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183222Z:27d3d661-a9b3-4a72-a582-3ae28c7e3549" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "d3154eefdb754ffe90b885f7bd71addd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "426aa000-24ea-424b-9f96-b8145642d442" - ], - "x-ms-correlation-request-id": [ - "426aa000-24ea-424b-9f96-b8145642d442" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183223Z:426aa000-24ea-424b-9f96-b8145642d442" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "7eeb656644094cb2910a7121c162931c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "147b53bb-8b60-4fc5-97d6-c3ba615e7b2c" - ], - "x-ms-correlation-request-id": [ - "147b53bb-8b60-4fc5-97d6-c3ba615e7b2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183223Z:147b53bb-8b60-4fc5-97d6-c3ba615e7b2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "19328f29887a4a23b7c825f4b71c04da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "247647a6-5f2c-4697-a216-dd2474e08489" - ], - "x-ms-correlation-request-id": [ - "247647a6-5f2c-4697-a216-dd2474e08489" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183223Z:247647a6-5f2c-4697-a216-dd2474e08489" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "738b84ef0a484b0a984049c0c03e1516" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa5c04e7-9d4d-48df-b6f0-bc5b17fdcba0" - ], - "x-ms-correlation-request-id": [ - "fa5c04e7-9d4d-48df-b6f0-bc5b17fdcba0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183223Z:fa5c04e7-9d4d-48df-b6f0-bc5b17fdcba0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "f4fa1e136f394b1c827b7adde6ae4267" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd1838ce-37e0-4714-b5c9-46f00a4d5c06" - ], - "x-ms-correlation-request-id": [ - "bd1838ce-37e0-4714-b5c9-46f00a4d5c06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183223Z:bd1838ce-37e0-4714-b5c9-46f00a4d5c06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "53c2a489536b4b039a16990e80cbb1ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbcb9e2c-ab45-4f00-9755-c575aaae3fb5" - ], - "x-ms-correlation-request-id": [ - "dbcb9e2c-ab45-4f00-9755-c575aaae3fb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183223Z:dbcb9e2c-ab45-4f00-9755-c575aaae3fb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "9651d85fd539490fbcc3b8b554f60f31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f79efd6-f314-4cf7-beeb-fe17717a63c3" - ], - "x-ms-correlation-request-id": [ - "2f79efd6-f314-4cf7-beeb-fe17717a63c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183223Z:2f79efd6-f314-4cf7-beeb-fe17717a63c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "9497aee9693b40d7848f31dc9c81abd2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b5a5403-025c-487b-91b0-f7364510a8c5" - ], - "x-ms-correlation-request-id": [ - "9b5a5403-025c-487b-91b0-f7364510a8c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:9b5a5403-025c-487b-91b0-f7364510a8c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "72e6c16601564f44b74d8405cc465c62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c12af68e-94e5-423f-9566-831bb8d43910" - ], - "x-ms-correlation-request-id": [ - "c12af68e-94e5-423f-9566-831bb8d43910" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:c12af68e-94e5-423f-9566-831bb8d43910" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "7fcbfabd603343c086f124d48cf3356a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81326d2f-a428-4ec0-8ca1-3cde40faba90" - ], - "x-ms-correlation-request-id": [ - "81326d2f-a428-4ec0-8ca1-3cde40faba90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:81326d2f-a428-4ec0-8ca1-3cde40faba90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "bbb7fea84e5b4f6f9c955ec7f231aceb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "682f895c-a5e9-4259-a5a3-15df7c5b0e3b" - ], - "x-ms-correlation-request-id": [ - "682f895c-a5e9-4259-a5a3-15df7c5b0e3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:682f895c-a5e9-4259-a5a3-15df7c5b0e3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "f4029593fba04b9280da414d652ed488" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a6bcb6a-369e-4465-8a9b-d5b300ab4d82" - ], - "x-ms-correlation-request-id": [ - "1a6bcb6a-369e-4465-8a9b-d5b300ab4d82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:1a6bcb6a-369e-4465-8a9b-d5b300ab4d82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "75797a5a8bf34cf8b273233340116f3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6ce2003-fe76-4662-aa48-3dee98e0c714" - ], - "x-ms-correlation-request-id": [ - "c6ce2003-fe76-4662-aa48-3dee98e0c714" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:c6ce2003-fe76-4662-aa48-3dee98e0c714" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "4cd3a33f5f9546b48f11baa65c1377b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2efcea8-ad5b-4407-8a93-2395cd93a415" - ], - "x-ms-correlation-request-id": [ - "e2efcea8-ad5b-4407-8a93-2395cd93a415" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:e2efcea8-ad5b-4407-8a93-2395cd93a415" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "b40b2d883cd54d9c901266be95b9be0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "652ebd5a-350d-4fc7-a1ca-7a1a71d47816" - ], - "x-ms-correlation-request-id": [ - "652ebd5a-350d-4fc7-a1ca-7a1a71d47816" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183224Z:652ebd5a-350d-4fc7-a1ca-7a1a71d47816" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "da13cfbe1743488795e4a74888dff1aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c2c7d2e-9390-45bb-b13b-f2f277d9e54f" - ], - "x-ms-correlation-request-id": [ - "1c2c7d2e-9390-45bb-b13b-f2f277d9e54f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:1c2c7d2e-9390-45bb-b13b-f2f277d9e54f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "9995393a4a844c68ad312a6a58be6288" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27cbb39e-de5b-4b5a-b781-2b30d4652ea5" - ], - "x-ms-correlation-request-id": [ - "27cbb39e-de5b-4b5a-b781-2b30d4652ea5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:27cbb39e-de5b-4b5a-b781-2b30d4652ea5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "d47f053a0e2b4456aa38d062fc145154" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f2e5073-6310-487b-a92a-e5b329a4a7c7" - ], - "x-ms-correlation-request-id": [ - "8f2e5073-6310-487b-a92a-e5b329a4a7c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:8f2e5073-6310-487b-a92a-e5b329a4a7c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "d13d170d2dde466ab9f0c7e57322802b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ed72861-db04-4e63-8ad9-84e4e5796d58" - ], - "x-ms-correlation-request-id": [ - "2ed72861-db04-4e63-8ad9-84e4e5796d58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:2ed72861-db04-4e63-8ad9-84e4e5796d58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "429f6cb4622647968bc4b5d25b2eec9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88311461-5f58-4b23-a71e-fb7e92fe6e5a" - ], - "x-ms-correlation-request-id": [ - "88311461-5f58-4b23-a71e-fb7e92fe6e5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:88311461-5f58-4b23-a71e-fb7e92fe6e5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "5bc5ac3e8a534626a19703e4aaeed8bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfc69b1a-972a-48d8-b12b-34b35eda3e18" - ], - "x-ms-correlation-request-id": [ - "bfc69b1a-972a-48d8-b12b-34b35eda3e18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:bfc69b1a-972a-48d8-b12b-34b35eda3e18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "1265d13013a04fe69bead3baa60ec96a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15b15a33-0009-4328-8549-da7c81ebb322" - ], - "x-ms-correlation-request-id": [ - "15b15a33-0009-4328-8549-da7c81ebb322" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:15b15a33-0009-4328-8549-da7c81ebb322" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "c4c702b0b1c74a0caa8cf17fc6c24666" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa7b554c-5a78-4333-a225-b0bb4de761db" - ], - "x-ms-correlation-request-id": [ - "aa7b554c-5a78-4333-a225-b0bb4de761db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183225Z:aa7b554c-5a78-4333-a225-b0bb4de761db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "0a459c94f3ad42f6a11ddd913d269943" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29f46bb9-887c-4fb8-a1ed-262131417d23" - ], - "x-ms-correlation-request-id": [ - "29f46bb9-887c-4fb8-a1ed-262131417d23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183226Z:29f46bb9-887c-4fb8-a1ed-262131417d23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "b32aec60732c4622a8c13a202598657b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48f53693-90b0-4aa2-b752-f6f91ea6d9cf" - ], - "x-ms-correlation-request-id": [ - "48f53693-90b0-4aa2-b752-f6f91ea6d9cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183226Z:48f53693-90b0-4aa2-b752-f6f91ea6d9cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "958a382f9cc7455f8ea65484f198c9c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec08a1b7-5491-46fe-948c-0e46536d67fa" - ], - "x-ms-correlation-request-id": [ - "ec08a1b7-5491-46fe-948c-0e46536d67fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183226Z:ec08a1b7-5491-46fe-948c-0e46536d67fa" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "c179dec746a4404eb2ca170e8cd755ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e43f5ab0-786a-4700-a4da-70f4dcadc6c4" - ], - "x-ms-correlation-request-id": [ - "e43f5ab0-786a-4700-a4da-70f4dcadc6c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183226Z:e43f5ab0-786a-4700-a4da-70f4dcadc6c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "1ad189f0d3a54fc0ae223869b88e9c2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45e26279-0e5a-4eca-8937-7ee98fd99b9a" - ], - "x-ms-correlation-request-id": [ - "45e26279-0e5a-4eca-8937-7ee98fd99b9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:45e26279-0e5a-4eca-8937-7ee98fd99b9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "9f8026ed331440f785a0d6fb78f8a7eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a31dada1-4ae6-42c1-be2d-42857d8725d6" - ], - "x-ms-correlation-request-id": [ - "a31dada1-4ae6-42c1-be2d-42857d8725d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:a31dada1-4ae6-42c1-be2d-42857d8725d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "4be025341a134aea85c1d6951f052aba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10ef8075-7a76-45cd-9c19-db12df466f82" - ], - "x-ms-correlation-request-id": [ - "10ef8075-7a76-45cd-9c19-db12df466f82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:10ef8075-7a76-45cd-9c19-db12df466f82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "7480c04c6add4d6eb86f97686f080960" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27ec8853-6321-4688-b936-b963269f18ae" - ], - "x-ms-correlation-request-id": [ - "27ec8853-6321-4688-b936-b963269f18ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:27ec8853-6321-4688-b936-b963269f18ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "195d739ef18c46fc8a58c23f7f8045d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88fad408-083d-4099-960a-adf0d047cdd9" - ], - "x-ms-correlation-request-id": [ - "88fad408-083d-4099-960a-adf0d047cdd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:88fad408-083d-4099-960a-adf0d047cdd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "1b8b0a38637947318e072914a03c2cae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3ae7154-c0fb-436c-9fa4-df3a64794be3" - ], - "x-ms-correlation-request-id": [ - "a3ae7154-c0fb-436c-9fa4-df3a64794be3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:a3ae7154-c0fb-436c-9fa4-df3a64794be3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "f258b77fde1f4f6dafa2c603052a127c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e495b00e-d829-4318-a575-035c947af07f" - ], - "x-ms-correlation-request-id": [ - "e495b00e-d829-4318-a575-035c947af07f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:e495b00e-d829-4318-a575-035c947af07f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "c59d43b1dfbc480c86625374635b649a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a038de60-94ce-43c7-9149-38f22ff91d7a" - ], - "x-ms-correlation-request-id": [ - "a038de60-94ce-43c7-9149-38f22ff91d7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:a038de60-94ce-43c7-9149-38f22ff91d7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "23cfc0a9386b49488608cb5e524c7c0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5241fca8-57dc-4053-98ae-1f8f73f4bb58" - ], - "x-ms-correlation-request-id": [ - "5241fca8-57dc-4053-98ae-1f8f73f4bb58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:5241fca8-57dc-4053-98ae-1f8f73f4bb58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "63cfd7b005214188ad3c8517446f7a74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "352b0220-e270-4ab5-a488-7467c6520f9a" - ], - "x-ms-correlation-request-id": [ - "352b0220-e270-4ab5-a488-7467c6520f9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183227Z:352b0220-e270-4ab5-a488-7467c6520f9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "b5090c240d7d4ce38c8d58cf0dd14446" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0e7690d-17ba-4757-95e2-16b3f6284e8e" - ], - "x-ms-correlation-request-id": [ - "c0e7690d-17ba-4757-95e2-16b3f6284e8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183228Z:c0e7690d-17ba-4757-95e2-16b3f6284e8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "77d9c5cb129c4b91a55eceeb7afa4b98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bbef356-dbcc-4d88-8b28-bbc8a4781aae" - ], - "x-ms-correlation-request-id": [ - "5bbef356-dbcc-4d88-8b28-bbc8a4781aae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183228Z:5bbef356-dbcc-4d88-8b28-bbc8a4781aae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "9caa0e3f8bea4183a61eae94e33c921c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "056dd74c-9f38-4960-8dcb-d94e60b89768" - ], - "x-ms-correlation-request-id": [ - "056dd74c-9f38-4960-8dcb-d94e60b89768" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183228Z:056dd74c-9f38-4960-8dcb-d94e60b89768" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "79304804680b4d3b9c81d3b9cf2d328f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3e7f3d2-b395-46ff-b184-4759c3e3289c" - ], - "x-ms-correlation-request-id": [ - "c3e7f3d2-b395-46ff-b184-4759c3e3289c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183228Z:c3e7f3d2-b395-46ff-b184-4759c3e3289c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "31163dcb861f417abe1ed9ec3723b95b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c046669e-db58-4933-a7fb-b646835f8da7" - ], - "x-ms-correlation-request-id": [ - "c046669e-db58-4933-a7fb-b646835f8da7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183228Z:c046669e-db58-4933-a7fb-b646835f8da7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "7299081d42dc4dd8aa19bc3353f8d74e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bade72f-378f-4c03-b0f1-f228712eebeb" - ], - "x-ms-correlation-request-id": [ - "6bade72f-378f-4c03-b0f1-f228712eebeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183228Z:6bade72f-378f-4c03-b0f1-f228712eebeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "42c012c51d44469695ff23ab0383d587" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "871ec021-ee96-43af-8159-5d722abeeb06" - ], - "x-ms-correlation-request-id": [ - "871ec021-ee96-43af-8159-5d722abeeb06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183228Z:871ec021-ee96-43af-8159-5d722abeeb06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "275fc91e0dbd4be3b85817a372a1ad60" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8b88c54-ce40-470b-b006-0c3a62eda04b" - ], - "x-ms-correlation-request-id": [ - "d8b88c54-ce40-470b-b006-0c3a62eda04b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:d8b88c54-ce40-470b-b006-0c3a62eda04b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "f8e579e908db4bd5a8d1f7516af85db2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1d4ac73-a18e-4e1d-86d3-419dd1949e22" - ], - "x-ms-correlation-request-id": [ - "c1d4ac73-a18e-4e1d-86d3-419dd1949e22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:c1d4ac73-a18e-4e1d-86d3-419dd1949e22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "1a0816d32b2349ffb6b66e290059eea7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ef36d09-dd0a-46a7-a894-8dfb3184235e" - ], - "x-ms-correlation-request-id": [ - "3ef36d09-dd0a-46a7-a894-8dfb3184235e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:3ef36d09-dd0a-46a7-a894-8dfb3184235e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "2514eb997e4847449c4980b80f7946e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0bd13b4-152f-4820-9630-355368a55585" - ], - "x-ms-correlation-request-id": [ - "f0bd13b4-152f-4820-9630-355368a55585" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:f0bd13b4-152f-4820-9630-355368a55585" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "eb2f64191d8a4b1382f2e7f028e2d316" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "887e38cd-4abd-47d8-b6ae-49b4258ab6ae" - ], - "x-ms-correlation-request-id": [ - "887e38cd-4abd-47d8-b6ae-49b4258ab6ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:887e38cd-4abd-47d8-b6ae-49b4258ab6ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "e196f27e73aa4e90b1cad20ce95f1eaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41214467-2c66-47f6-9cf8-34906584cd56" - ], - "x-ms-correlation-request-id": [ - "41214467-2c66-47f6-9cf8-34906584cd56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:41214467-2c66-47f6-9cf8-34906584cd56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "373c935db60a4693983f6bdfab75d34d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b3f75dc-65e8-4eb9-b866-3751a9134bcd" - ], - "x-ms-correlation-request-id": [ - "3b3f75dc-65e8-4eb9-b866-3751a9134bcd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:3b3f75dc-65e8-4eb9-b866-3751a9134bcd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "68fb36c338394a9e86d018cc74907603" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d87afd77-5b3f-4e12-8d6b-c2eedaa15489" - ], - "x-ms-correlation-request-id": [ - "d87afd77-5b3f-4e12-8d6b-c2eedaa15489" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:d87afd77-5b3f-4e12-8d6b-c2eedaa15489" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "353e973d09a0461f88b3940ec7cf188c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6a575aa-60ef-402c-878b-a06f1dac0a17" - ], - "x-ms-correlation-request-id": [ - "e6a575aa-60ef-402c-878b-a06f1dac0a17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183229Z:e6a575aa-60ef-402c-878b-a06f1dac0a17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "d6af41075c6347d9ad6a79b4d2350df0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d0de27d-82db-4c8f-9b30-f74edc126f7e" - ], - "x-ms-correlation-request-id": [ - "7d0de27d-82db-4c8f-9b30-f74edc126f7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:7d0de27d-82db-4c8f-9b30-f74edc126f7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "630d5f8ebd21481aa0e2767f89903e2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3acb3b73-6ead-4399-806a-3f09d197fc42" - ], - "x-ms-correlation-request-id": [ - "3acb3b73-6ead-4399-806a-3f09d197fc42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:3acb3b73-6ead-4399-806a-3f09d197fc42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "a24d88b8c0154c4eb110bf13b37bfc6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea668ba7-35fd-456d-910c-88cfecf598fe" - ], - "x-ms-correlation-request-id": [ - "ea668ba7-35fd-456d-910c-88cfecf598fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:ea668ba7-35fd-456d-910c-88cfecf598fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "dd77bc3bb9ba45e69f9e08bd503f9a5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a735058b-b2dc-4661-b533-faf92f9e629e" - ], - "x-ms-correlation-request-id": [ - "a735058b-b2dc-4661-b533-faf92f9e629e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:a735058b-b2dc-4661-b533-faf92f9e629e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "c4c7091d838848b0ad9e37f82dd3318b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d382895-f355-4cfd-b270-92bf2321f249" - ], - "x-ms-correlation-request-id": [ - "7d382895-f355-4cfd-b270-92bf2321f249" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:7d382895-f355-4cfd-b270-92bf2321f249" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "8a4b0017ce8246d49864c092b3c2939f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "348226b5-ee5b-468e-ac52-ade6be3378a6" - ], - "x-ms-correlation-request-id": [ - "348226b5-ee5b-468e-ac52-ade6be3378a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:348226b5-ee5b-468e-ac52-ade6be3378a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "dc16ae05c6e74998a376ae12aa1711ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b6e1b85-bb90-45e9-9bfb-0c6dea84d2d4" - ], - "x-ms-correlation-request-id": [ - "1b6e1b85-bb90-45e9-9bfb-0c6dea84d2d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:1b6e1b85-bb90-45e9-9bfb-0c6dea84d2d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "9694d35735614a799fde6baefd6bb4a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6396325a-21a5-41b6-8048-9cc0ac0f7abe" - ], - "x-ms-correlation-request-id": [ - "6396325a-21a5-41b6-8048-9cc0ac0f7abe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183230Z:6396325a-21a5-41b6-8048-9cc0ac0f7abe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "d444a59b9dac43f582fddf6a3225702a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53f7d46d-e591-4e1d-b589-7ffc68f7c296" - ], - "x-ms-correlation-request-id": [ - "53f7d46d-e591-4e1d-b589-7ffc68f7c296" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:53f7d46d-e591-4e1d-b589-7ffc68f7c296" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "f0488d3e3f8241fdb911d397e15e36dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67ae014b-5841-4a5d-81d0-133213a379c0" - ], - "x-ms-correlation-request-id": [ - "67ae014b-5841-4a5d-81d0-133213a379c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:67ae014b-5841-4a5d-81d0-133213a379c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "827d5d5a4db94ac3a9bcef22016aa9a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f596ba3c-19b5-48fe-a8e5-1e558b009d22" - ], - "x-ms-correlation-request-id": [ - "f596ba3c-19b5-48fe-a8e5-1e558b009d22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:f596ba3c-19b5-48fe-a8e5-1e558b009d22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "a6919f137f31416cb5afc61583a14f93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6918c68c-9003-4fb1-a42d-048cefb68abc" - ], - "x-ms-correlation-request-id": [ - "6918c68c-9003-4fb1-a42d-048cefb68abc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:6918c68c-9003-4fb1-a42d-048cefb68abc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "f8b12f56f4994dcc87f91f05a3bbcdb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5db7f58e-3741-4f15-9c05-c6ca34f86723" - ], - "x-ms-correlation-request-id": [ - "5db7f58e-3741-4f15-9c05-c6ca34f86723" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:5db7f58e-3741-4f15-9c05-c6ca34f86723" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "4301110aef204ca2bf1f9c87aab5c3d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c23e4673-988a-4b91-98f1-6061ae0770ca" - ], - "x-ms-correlation-request-id": [ - "c23e4673-988a-4b91-98f1-6061ae0770ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:c23e4673-988a-4b91-98f1-6061ae0770ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "1bdd40da88e849c6b766c22d83f58d0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8f9744b-533e-400d-8c0a-b942fdfc56b8" - ], - "x-ms-correlation-request-id": [ - "e8f9744b-533e-400d-8c0a-b942fdfc56b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:e8f9744b-533e-400d-8c0a-b942fdfc56b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "1afeba16d0d74862b46029e82fd3f62e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d000fc03-f3ef-44dd-9f21-45f25e3d34b7" - ], - "x-ms-correlation-request-id": [ - "d000fc03-f3ef-44dd-9f21-45f25e3d34b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183231Z:d000fc03-f3ef-44dd-9f21-45f25e3d34b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "e52fedb85795452a941819c3404f61b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1917268-a8ea-4a91-9186-e7a303652c29" - ], - "x-ms-correlation-request-id": [ - "b1917268-a8ea-4a91-9186-e7a303652c29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:b1917268-a8ea-4a91-9186-e7a303652c29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "5f6dcf401bb34f9789a372f5bfb99ca6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1055e331-205e-4f46-b510-3ecdd6296bda" - ], - "x-ms-correlation-request-id": [ - "1055e331-205e-4f46-b510-3ecdd6296bda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:1055e331-205e-4f46-b510-3ecdd6296bda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "41ec8b8789f84784901852c21fdc5b2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4364d64f-7eef-4f78-9101-998d48b2bb7a" - ], - "x-ms-correlation-request-id": [ - "4364d64f-7eef-4f78-9101-998d48b2bb7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:4364d64f-7eef-4f78-9101-998d48b2bb7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "c66677330d6c4c03ac87cb08cf1dd06c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "750c893b-53ab-4282-b417-9c4c366c13eb" - ], - "x-ms-correlation-request-id": [ - "750c893b-53ab-4282-b417-9c4c366c13eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:750c893b-53ab-4282-b417-9c4c366c13eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "9438361301df4e5d8dfd02fd3d8658fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3d4e192-aa55-421f-9929-614cdccce96c" - ], - "x-ms-correlation-request-id": [ - "e3d4e192-aa55-421f-9929-614cdccce96c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:e3d4e192-aa55-421f-9929-614cdccce96c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "e24c5724b6e7476b81701a21c5ab7956" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad2a66e4-1d61-46f9-9ef1-cebf2ae64aae" - ], - "x-ms-correlation-request-id": [ - "ad2a66e4-1d61-46f9-9ef1-cebf2ae64aae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:ad2a66e4-1d61-46f9-9ef1-cebf2ae64aae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "da31b0328fdb4b9aad2b52a3fd0b50a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abf7d071-be9c-4704-9105-9c702fd0945a" - ], - "x-ms-correlation-request-id": [ - "abf7d071-be9c-4704-9105-9c702fd0945a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:abf7d071-be9c-4704-9105-9c702fd0945a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "593fccca92984d82934ead18ed5a19f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46a7058b-970e-44f8-9509-ffe9dc41ef07" - ], - "x-ms-correlation-request-id": [ - "46a7058b-970e-44f8-9509-ffe9dc41ef07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183232Z:46a7058b-970e-44f8-9509-ffe9dc41ef07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "7b87b613c358463b8dad8e4429935653" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb4c65e5-73ff-4a6a-b739-94c01b49ebeb" - ], - "x-ms-correlation-request-id": [ - "fb4c65e5-73ff-4a6a-b739-94c01b49ebeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183233Z:fb4c65e5-73ff-4a6a-b739-94c01b49ebeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "9f9f3d4ba1bd409cae5aab33c68d2e9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "882f3f98-e51f-4207-855f-904dc646c463" - ], - "x-ms-correlation-request-id": [ - "882f3f98-e51f-4207-855f-904dc646c463" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183233Z:882f3f98-e51f-4207-855f-904dc646c463" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "3d40aa38e99142f694a44d5916959502" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b199e904-2012-441a-b905-810364df7c61" - ], - "x-ms-correlation-request-id": [ - "b199e904-2012-441a-b905-810364df7c61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183233Z:b199e904-2012-441a-b905-810364df7c61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "4e74fd2f77bc403198224809f14c9824" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "480cc610-a873-4f4b-84a2-cc29362bd709" - ], - "x-ms-correlation-request-id": [ - "480cc610-a873-4f4b-84a2-cc29362bd709" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183233Z:480cc610-a873-4f4b-84a2-cc29362bd709" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "8bf2776f55484b1996cfdd6621416956" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "566cde64-b26f-45a2-95e4-0af80a80ee58" - ], - "x-ms-correlation-request-id": [ - "566cde64-b26f-45a2-95e4-0af80a80ee58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183233Z:566cde64-b26f-45a2-95e4-0af80a80ee58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "97d1c9d151a34213aa1d09b5287d7454" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab8ce88c-57dc-4a26-bea9-e6225cab27ae" - ], - "x-ms-correlation-request-id": [ - "ab8ce88c-57dc-4a26-bea9-e6225cab27ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:ab8ce88c-57dc-4a26-bea9-e6225cab27ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "3e1abe7c0f25409881f5722090d3bbe7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e8103e6-bffd-44dc-b756-21fc9d33a946" - ], - "x-ms-correlation-request-id": [ - "3e8103e6-bffd-44dc-b756-21fc9d33a946" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:3e8103e6-bffd-44dc-b756-21fc9d33a946" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "315a984a83c841a19b4b2a27dd8a4001" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f2ade61-fbf1-446d-8370-db59750de7ff" - ], - "x-ms-correlation-request-id": [ - "6f2ade61-fbf1-446d-8370-db59750de7ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:6f2ade61-fbf1-446d-8370-db59750de7ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "53403f4452654f1aa25bca55d6f2462a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1414ced7-f1ed-4151-8151-1d23a1d4213e" - ], - "x-ms-correlation-request-id": [ - "1414ced7-f1ed-4151-8151-1d23a1d4213e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:1414ced7-f1ed-4151-8151-1d23a1d4213e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "7460a495d376452dbf2d6d09c00f3c60" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bcd8101e-8cd2-46dc-861a-721f1c21589c" - ], - "x-ms-correlation-request-id": [ - "bcd8101e-8cd2-46dc-861a-721f1c21589c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:bcd8101e-8cd2-46dc-861a-721f1c21589c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "b0430fff83cf46498df91fa0adbf1d7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4dffb466-e8b2-4595-b6e5-8ebc07d9cb2e" - ], - "x-ms-correlation-request-id": [ - "4dffb466-e8b2-4595-b6e5-8ebc07d9cb2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:4dffb466-e8b2-4595-b6e5-8ebc07d9cb2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "ef10f9437316446dab76d3aff988c4e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a351b56-fc25-4bb3-b9b4-f9e6df3c3949" - ], - "x-ms-correlation-request-id": [ - "8a351b56-fc25-4bb3-b9b4-f9e6df3c3949" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:8a351b56-fc25-4bb3-b9b4-f9e6df3c3949" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "1dcde56b908b4826820c52f9529a86b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4564060-d193-42a7-b5df-6e066ad4c172" - ], - "x-ms-correlation-request-id": [ - "a4564060-d193-42a7-b5df-6e066ad4c172" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183234Z:a4564060-d193-42a7-b5df-6e066ad4c172" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "3f0ae0fd54484b0dadd26506e665fb7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4bc1a43-ab46-422c-9bd4-9131c40bbe2a" - ], - "x-ms-correlation-request-id": [ - "f4bc1a43-ab46-422c-9bd4-9131c40bbe2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183235Z:f4bc1a43-ab46-422c-9bd4-9131c40bbe2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "8eb2848fe4a74756b3940264ca2cedeb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9dd77533-2b61-401c-87c7-d157a4a76ba6" - ], - "x-ms-correlation-request-id": [ - "9dd77533-2b61-401c-87c7-d157a4a76ba6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183235Z:9dd77533-2b61-401c-87c7-d157a4a76ba6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "c0923dc871d6440eabc156fa8ece7dd5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17be2807-b76e-4c15-8476-0717c239eb8e" - ], - "x-ms-correlation-request-id": [ - "17be2807-b76e-4c15-8476-0717c239eb8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183235Z:17be2807-b76e-4c15-8476-0717c239eb8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "5defeb3b76fb4e568700a36fb13a1c97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "218b4594-6124-4c95-97a6-cd17e6650853" - ], - "x-ms-correlation-request-id": [ - "218b4594-6124-4c95-97a6-cd17e6650853" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183235Z:218b4594-6124-4c95-97a6-cd17e6650853" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "d15aba6827ed42b6ba4c08d31ac73941" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1fd203c3-02a9-45fd-b843-5b9101a18b21" - ], - "x-ms-correlation-request-id": [ - "1fd203c3-02a9-45fd-b843-5b9101a18b21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183235Z:1fd203c3-02a9-45fd-b843-5b9101a18b21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "fa1e63cbac4a4426896f7ea7a591fd90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c5dabab-2ca8-473e-ac3e-398467f58200" - ], - "x-ms-correlation-request-id": [ - "0c5dabab-2ca8-473e-ac3e-398467f58200" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183235Z:0c5dabab-2ca8-473e-ac3e-398467f58200" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "a12d1a4361e1471fad004e830efd7e40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26b6995d-a316-459a-95a6-aacb032fab12" - ], - "x-ms-correlation-request-id": [ - "26b6995d-a316-459a-95a6-aacb032fab12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183235Z:26b6995d-a316-459a-95a6-aacb032fab12" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "7684a76a31ec4897820b8ca55fba796f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "443ca51f-c2be-4239-aa24-f8147b7eea5b" - ], - "x-ms-correlation-request-id": [ - "443ca51f-c2be-4239-aa24-f8147b7eea5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:443ca51f-c2be-4239-aa24-f8147b7eea5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "a1b2fac52f95463f914b4d0c6ad4caa2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89029605-a1d2-48bc-b458-3c14c72fcb54" - ], - "x-ms-correlation-request-id": [ - "89029605-a1d2-48bc-b458-3c14c72fcb54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:89029605-a1d2-48bc-b458-3c14c72fcb54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "4dea1a18e25e47b48f76d9bbc8a6715e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2216491-d9d1-4b58-a703-da77bf24f928" - ], - "x-ms-correlation-request-id": [ - "d2216491-d9d1-4b58-a703-da77bf24f928" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:d2216491-d9d1-4b58-a703-da77bf24f928" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "3e42195d371449f9aedc7cf65568a16c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e58924b3-c3a0-4010-8209-760959dc8e2a" - ], - "x-ms-correlation-request-id": [ - "e58924b3-c3a0-4010-8209-760959dc8e2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:e58924b3-c3a0-4010-8209-760959dc8e2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "92391286018b41a2b91bfdeaa624da22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5723cad-a19e-4a62-9564-398a45fd2d29" - ], - "x-ms-correlation-request-id": [ - "e5723cad-a19e-4a62-9564-398a45fd2d29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:e5723cad-a19e-4a62-9564-398a45fd2d29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "a6d3c1eb22a74323a5b561d7f7ad17bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73c9cad0-2cd7-4656-9c18-dd7fbb7fbb7e" - ], - "x-ms-correlation-request-id": [ - "73c9cad0-2cd7-4656-9c18-dd7fbb7fbb7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:73c9cad0-2cd7-4656-9c18-dd7fbb7fbb7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "19ae8f5a1c4749baa179a33c80613384" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d1083c0-c7b6-4217-9774-e67e18029f45" - ], - "x-ms-correlation-request-id": [ - "4d1083c0-c7b6-4217-9774-e67e18029f45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:4d1083c0-c7b6-4217-9774-e67e18029f45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "6df298748c66465cba9b0b7ed12a47f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c9ed65d-3936-4db8-9d1a-c5efca7b6c88" - ], - "x-ms-correlation-request-id": [ - "7c9ed65d-3936-4db8-9d1a-c5efca7b6c88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:7c9ed65d-3936-4db8-9d1a-c5efca7b6c88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "24fdf3cc39c04ce1a6a07c5538774176" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06492f75-e7a9-42f3-9d84-0ec8e9d46da2" - ], - "x-ms-correlation-request-id": [ - "06492f75-e7a9-42f3-9d84-0ec8e9d46da2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183236Z:06492f75-e7a9-42f3-9d84-0ec8e9d46da2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "9893d0c26b8847a8ba5f6220ad9a1818" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4f13a0d-7419-4616-8a36-a8c5b4603166" - ], - "x-ms-correlation-request-id": [ - "b4f13a0d-7419-4616-8a36-a8c5b4603166" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:b4f13a0d-7419-4616-8a36-a8c5b4603166" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "b3fbe35b21ae484f89fdbfc9c88cb291" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8e85374-7c8e-49a4-ab1e-8d113a98b1a4" - ], - "x-ms-correlation-request-id": [ - "b8e85374-7c8e-49a4-ab1e-8d113a98b1a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:b8e85374-7c8e-49a4-ab1e-8d113a98b1a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "0d239f6be1254dfeb0759f58f92da179" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eae9a4ac-fcfb-4570-a7a1-3bb440ba62f8" - ], - "x-ms-correlation-request-id": [ - "eae9a4ac-fcfb-4570-a7a1-3bb440ba62f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:eae9a4ac-fcfb-4570-a7a1-3bb440ba62f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "1454e581f88544eb99a16fd4b8f78661" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7b629c6-6ead-43a0-93d8-3e1f6b27c0c9" - ], - "x-ms-correlation-request-id": [ - "b7b629c6-6ead-43a0-93d8-3e1f6b27c0c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:b7b629c6-6ead-43a0-93d8-3e1f6b27c0c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "706fa80afd294c3e9b4b19d130015ce8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51be24d0-e886-4c05-86e4-cee711d561f2" - ], - "x-ms-correlation-request-id": [ - "51be24d0-e886-4c05-86e4-cee711d561f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:51be24d0-e886-4c05-86e4-cee711d561f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "bf70068a7b894bd2a95f5e4b6c8f28ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11d3ab7a-8414-4381-94f5-c9164b5f15dc" - ], - "x-ms-correlation-request-id": [ - "11d3ab7a-8414-4381-94f5-c9164b5f15dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:11d3ab7a-8414-4381-94f5-c9164b5f15dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "0c0015cfcba34e53bac499a0a0596fc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48e54522-f767-4160-af8e-7e3835c335da" - ], - "x-ms-correlation-request-id": [ - "48e54522-f767-4160-af8e-7e3835c335da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:48e54522-f767-4160-af8e-7e3835c335da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "bf201be77eee432ca054d2cae7f7138a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2412957-d533-4c44-a1be-d26839f74198" - ], - "x-ms-correlation-request-id": [ - "a2412957-d533-4c44-a1be-d26839f74198" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183237Z:a2412957-d533-4c44-a1be-d26839f74198" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "c7101f14a52d440a919eabdb80b9c236" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6548f659-d4d4-41a6-9ce1-e7d4b2d8eda0" - ], - "x-ms-correlation-request-id": [ - "6548f659-d4d4-41a6-9ce1-e7d4b2d8eda0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:6548f659-d4d4-41a6-9ce1-e7d4b2d8eda0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "6cb23c5c6eb04ac491ed28b6db3076f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "086b62fd-3a6e-4404-8e6c-c8ad4863b3c3" - ], - "x-ms-correlation-request-id": [ - "086b62fd-3a6e-4404-8e6c-c8ad4863b3c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:086b62fd-3a6e-4404-8e6c-c8ad4863b3c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "f634a195fec2464eb060cb6cf23378d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ae7a009-f62e-4bef-ba1c-5fee3fe7feb0" - ], - "x-ms-correlation-request-id": [ - "4ae7a009-f62e-4bef-ba1c-5fee3fe7feb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:4ae7a009-f62e-4bef-ba1c-5fee3fe7feb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "4baae45452a04178aab472e1dc3903c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "883cd9d4-5d49-4a74-b605-8e9ec6671da2" - ], - "x-ms-correlation-request-id": [ - "883cd9d4-5d49-4a74-b605-8e9ec6671da2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:883cd9d4-5d49-4a74-b605-8e9ec6671da2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "1c9af02ea55845dcac8cee89672b505b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ec748ec-90dd-4a8d-ab59-737bbd279795" - ], - "x-ms-correlation-request-id": [ - "2ec748ec-90dd-4a8d-ab59-737bbd279795" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:2ec748ec-90dd-4a8d-ab59-737bbd279795" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "d9cae52c8df74f9aaf6f821bb4242763" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6941b853-9f62-482d-8050-bb60bb97a3a3" - ], - "x-ms-correlation-request-id": [ - "6941b853-9f62-482d-8050-bb60bb97a3a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:6941b853-9f62-482d-8050-bb60bb97a3a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "5a71fb373d314964b533e3814441e891" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2971f910-5ae3-4450-9c4d-90d232cde680" - ], - "x-ms-correlation-request-id": [ - "2971f910-5ae3-4450-9c4d-90d232cde680" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:2971f910-5ae3-4450-9c4d-90d232cde680" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "cd40473ae91e4fb59e6b5e42a629a794" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9328e4e4-1081-4021-810c-a131cc0bc2d0" - ], - "x-ms-correlation-request-id": [ - "9328e4e4-1081-4021-810c-a131cc0bc2d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:9328e4e4-1081-4021-810c-a131cc0bc2d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "706645f000ee4d5ba3eacffb7f04916e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8c98988-0ef7-46dc-a828-526da50347e8" - ], - "x-ms-correlation-request-id": [ - "c8c98988-0ef7-46dc-a828-526da50347e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183238Z:c8c98988-0ef7-46dc-a828-526da50347e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "f1d1165739e2406a8cde8099c5ff49e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f64fc1e-726d-497b-8696-48126a7f648a" - ], - "x-ms-correlation-request-id": [ - "1f64fc1e-726d-497b-8696-48126a7f648a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183239Z:1f64fc1e-726d-497b-8696-48126a7f648a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "3ebf40b820444b1c99e1f3b3e24f7f15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcde1880-e80a-44c0-9a15-d55c2c57a177" - ], - "x-ms-correlation-request-id": [ - "dcde1880-e80a-44c0-9a15-d55c2c57a177" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183239Z:dcde1880-e80a-44c0-9a15-d55c2c57a177" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "402cb37ba036473681b0c9d9dbe02230" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c05d33e-7995-43ac-bf57-93e1097a193e" - ], - "x-ms-correlation-request-id": [ - "8c05d33e-7995-43ac-bf57-93e1097a193e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183239Z:8c05d33e-7995-43ac-bf57-93e1097a193e" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-client-request-id": [ - "df4ed2a1ff6945fbb69b3e074b3c514a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd42b226-a9c6-4420-a673-e0088639bec6" - ], - "x-ms-correlation-request-id": [ - "bd42b226-a9c6-4420-a673-e0088639bec6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183241Z:bd42b226-a9c6-4420-a673-e0088639bec6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-client-request-id": [ - "2869a73a8ffd46b48671a373f5c09bee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "695dd722-a611-4e87-b07f-6a7e1a1e4935" - ], - "x-ms-correlation-request-id": [ - "695dd722-a611-4e87-b07f-6a7e1a1e4935" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183241Z:695dd722-a611-4e87-b07f-6a7e1a1e4935" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "e496def9ce46497db348a28428923017" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6eec1060-ad06-4ebd-a007-7c323f343ce1" - ], - "x-ms-correlation-request-id": [ - "6eec1060-ad06-4ebd-a007-7c323f343ce1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183241Z:6eec1060-ad06-4ebd-a007-7c323f343ce1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "d8d5a8dfb0ee4062849d2e68e44cf398" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86a8b699-9baa-4786-b692-c11c07f0b6d4" - ], - "x-ms-correlation-request-id": [ - "86a8b699-9baa-4786-b692-c11c07f0b6d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183241Z:86a8b699-9baa-4786-b692-c11c07f0b6d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "90d055c748954d378e6f16863019ead6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed7ddca5-3e96-40f4-af1f-1a9315a5b046" - ], - "x-ms-correlation-request-id": [ - "ed7ddca5-3e96-40f4-af1f-1a9315a5b046" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183241Z:ed7ddca5-3e96-40f4-af1f-1a9315a5b046" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "490460df562749dab6867e34be177d52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5556cf6-7256-4530-9778-5684405c2c86" - ], - "x-ms-correlation-request-id": [ - "a5556cf6-7256-4530-9778-5684405c2c86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183241Z:a5556cf6-7256-4530-9778-5684405c2c86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "601ca7ad34fa45fbaed73da4cd62f22b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f50628a9-0326-493e-ba25-b123b786445c" - ], - "x-ms-correlation-request-id": [ - "f50628a9-0326-493e-ba25-b123b786445c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183242Z:f50628a9-0326-493e-ba25-b123b786445c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "ae6db25d10db4535bc836d31208ecf21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d27add4e-2411-4d63-b684-475b5e796f40" - ], - "x-ms-correlation-request-id": [ - "d27add4e-2411-4d63-b684-475b5e796f40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183242Z:d27add4e-2411-4d63-b684-475b5e796f40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "8c16d0bbb0f14d4ea3229af56d1bea72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "175d91da-3d61-45d3-a401-df89bde1ba20" - ], - "x-ms-correlation-request-id": [ - "175d91da-3d61-45d3-a401-df89bde1ba20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183242Z:175d91da-3d61-45d3-a401-df89bde1ba20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "8281a6abb8fd43e791a7b11ca03c56fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "813ee7aa-9582-4a94-a077-73f9978e819f" - ], - "x-ms-correlation-request-id": [ - "813ee7aa-9582-4a94-a077-73f9978e819f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183242Z:813ee7aa-9582-4a94-a077-73f9978e819f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "e3154a9d0f4b4d9396d846f9aa97f882" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99875b18-8b31-41f5-b28c-76dfab6167e8" - ], - "x-ms-correlation-request-id": [ - "99875b18-8b31-41f5-b28c-76dfab6167e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183242Z:99875b18-8b31-41f5-b28c-76dfab6167e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "0faa3816e9024527bc8aba2ee201426a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7efcfab2-9086-4a13-a9ec-fecdd8bcedbf" - ], - "x-ms-correlation-request-id": [ - "7efcfab2-9086-4a13-a9ec-fecdd8bcedbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183242Z:7efcfab2-9086-4a13-a9ec-fecdd8bcedbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "648a363afd4f4a7eb637f50bfa4a5b33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62790b9e-3bad-421c-b453-1e27038e18fb" - ], - "x-ms-correlation-request-id": [ - "62790b9e-3bad-421c-b453-1e27038e18fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183242Z:62790b9e-3bad-421c-b453-1e27038e18fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "2897df7ea52c4de0839e68f8ff3278d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d642cb5-50fb-490d-8c3a-7357210eb926" - ], - "x-ms-correlation-request-id": [ - "4d642cb5-50fb-490d-8c3a-7357210eb926" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183243Z:4d642cb5-50fb-490d-8c3a-7357210eb926" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "67f3805a49984bb69488c6e06039b36a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1da6aded-2039-4c3d-b9d8-1627da348717" - ], - "x-ms-correlation-request-id": [ - "1da6aded-2039-4c3d-b9d8-1627da348717" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183243Z:1da6aded-2039-4c3d-b9d8-1627da348717" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "7339e49bef144b49aa4d186b49e25854" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fadeb413-83a1-47c9-a80d-cae7124c98b3" - ], - "x-ms-correlation-request-id": [ - "fadeb413-83a1-47c9-a80d-cae7124c98b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183243Z:fadeb413-83a1-47c9-a80d-cae7124c98b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "ae1a559012f7488c8bf01992221ac3dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9caedc40-ea17-4f75-ad5b-b982871b6e33" - ], - "x-ms-correlation-request-id": [ - "9caedc40-ea17-4f75-ad5b-b982871b6e33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183243Z:9caedc40-ea17-4f75-ad5b-b982871b6e33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "3fa34ef8d9264ed28904e6d74fa6e803" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08bf6a35-d9bd-42d1-835e-ea37249a33e5" - ], - "x-ms-correlation-request-id": [ - "08bf6a35-d9bd-42d1-835e-ea37249a33e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183243Z:08bf6a35-d9bd-42d1-835e-ea37249a33e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "a568c5c5625445d88fd40908cd28ae64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0d58a68-875a-4e34-9ccd-2e13017a5d78" - ], - "x-ms-correlation-request-id": [ - "f0d58a68-875a-4e34-9ccd-2e13017a5d78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183243Z:f0d58a68-875a-4e34-9ccd-2e13017a5d78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "e7a7561b48f146079a2077afa8de028a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55b5863a-4739-417e-be0f-0cf7f38ae933" - ], - "x-ms-correlation-request-id": [ - "55b5863a-4739-417e-be0f-0cf7f38ae933" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183243Z:55b5863a-4739-417e-be0f-0cf7f38ae933" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "b661e12469f541d7b24f7deb34f1ddd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "981f58e7-9b05-4c2d-933a-729b1ab81b15" - ], - "x-ms-correlation-request-id": [ - "981f58e7-9b05-4c2d-933a-729b1ab81b15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:981f58e7-9b05-4c2d-933a-729b1ab81b15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "f94934f5ce17440c8830418b6013c601" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "543ffeb7-450e-4563-b706-be41c85fa0a7" - ], - "x-ms-correlation-request-id": [ - "543ffeb7-450e-4563-b706-be41c85fa0a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:543ffeb7-450e-4563-b706-be41c85fa0a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "5d88fc3d26f34ddc9d042cd51d0ddf76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36343f72-cbd0-4c41-be97-af5a1316cb5b" - ], - "x-ms-correlation-request-id": [ - "36343f72-cbd0-4c41-be97-af5a1316cb5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:36343f72-cbd0-4c41-be97-af5a1316cb5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "dd2a6dc93e0c4b9da431e46e36cb0d55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eda636d8-4a9a-451a-8ab7-655a3d2e26db" - ], - "x-ms-correlation-request-id": [ - "eda636d8-4a9a-451a-8ab7-655a3d2e26db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:eda636d8-4a9a-451a-8ab7-655a3d2e26db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "e2a68b6b09fd4fce9a2a45ffc5197187" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13fafba0-7b82-447e-897f-f9f2be8b42a3" - ], - "x-ms-correlation-request-id": [ - "13fafba0-7b82-447e-897f-f9f2be8b42a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:13fafba0-7b82-447e-897f-f9f2be8b42a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "10d7de97e14a4b92bc436e5b1dc48de0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60a41766-c723-4124-999d-77bad8533b29" - ], - "x-ms-correlation-request-id": [ - "60a41766-c723-4124-999d-77bad8533b29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:60a41766-c723-4124-999d-77bad8533b29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "3142e7839130431aa1b1e476991e4cce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0bae319-249d-49fb-b6fc-2aa17741fb14" - ], - "x-ms-correlation-request-id": [ - "f0bae319-249d-49fb-b6fc-2aa17741fb14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:f0bae319-249d-49fb-b6fc-2aa17741fb14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "aa76fe69a67c43a5ae8b88c065af51b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c55887c-2622-4f0e-91fa-df9b9d03c41a" - ], - "x-ms-correlation-request-id": [ - "9c55887c-2622-4f0e-91fa-df9b9d03c41a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183244Z:9c55887c-2622-4f0e-91fa-df9b9d03c41a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "88aa445354a6480696ba65632dc962cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76c63495-d426-4d21-a1fe-20fcb8b6a427" - ], - "x-ms-correlation-request-id": [ - "76c63495-d426-4d21-a1fe-20fcb8b6a427" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:76c63495-d426-4d21-a1fe-20fcb8b6a427" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "bdb260e2f4a64a13ae0885f70c5e85d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7dd6ead-cd65-4ef6-8ed0-a4a16cd297aa" - ], - "x-ms-correlation-request-id": [ - "b7dd6ead-cd65-4ef6-8ed0-a4a16cd297aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:b7dd6ead-cd65-4ef6-8ed0-a4a16cd297aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "0eb1ba7371f4482ea651c20801c7e3d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7df733cf-e28c-480d-9493-036ea68b5874" - ], - "x-ms-correlation-request-id": [ - "7df733cf-e28c-480d-9493-036ea68b5874" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:7df733cf-e28c-480d-9493-036ea68b5874" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "dd681f94b10144cb8a6a8cd5a7dec5fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1d04b74-53df-4a1d-991c-d8c18f124d69" - ], - "x-ms-correlation-request-id": [ - "a1d04b74-53df-4a1d-991c-d8c18f124d69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:a1d04b74-53df-4a1d-991c-d8c18f124d69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "510a205c42644b9aac7d83ae07b3f544" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1a49dd7-6b67-4998-a8a7-78a9d1592446" - ], - "x-ms-correlation-request-id": [ - "b1a49dd7-6b67-4998-a8a7-78a9d1592446" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:b1a49dd7-6b67-4998-a8a7-78a9d1592446" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "f420b6f1ae794b41a1d7ad9bda512cc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b52d091-34d1-4b51-9a28-a72490a6642c" - ], - "x-ms-correlation-request-id": [ - "5b52d091-34d1-4b51-9a28-a72490a6642c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:5b52d091-34d1-4b51-9a28-a72490a6642c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "2846b50508c845bf96294008d0455456" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "def94cb2-37a9-46b5-ab23-f3530a1be2b6" - ], - "x-ms-correlation-request-id": [ - "def94cb2-37a9-46b5-ab23-f3530a1be2b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:def94cb2-37a9-46b5-ab23-f3530a1be2b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "41e75ab7ed704689b6af4bfe8c886c26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39a5a681-7330-491d-aa5e-d1bce19f2758" - ], - "x-ms-correlation-request-id": [ - "39a5a681-7330-491d-aa5e-d1bce19f2758" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183245Z:39a5a681-7330-491d-aa5e-d1bce19f2758" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "f981897366d74fd9a2576522f6aa5f9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fef2bad-3d22-45dd-92db-00b9400b8ed8" - ], - "x-ms-correlation-request-id": [ - "7fef2bad-3d22-45dd-92db-00b9400b8ed8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183246Z:7fef2bad-3d22-45dd-92db-00b9400b8ed8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "98ee760af7d145399190a7f39e6fb7c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2468cd68-50fa-48d8-90f9-cfba64140f97" - ], - "x-ms-correlation-request-id": [ - "2468cd68-50fa-48d8-90f9-cfba64140f97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183246Z:2468cd68-50fa-48d8-90f9-cfba64140f97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "11a4918badbf480a8271acc98054524c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e89c70b0-cc56-4d48-b9e0-294b950ec2d5" - ], - "x-ms-correlation-request-id": [ - "e89c70b0-cc56-4d48-b9e0-294b950ec2d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183246Z:e89c70b0-cc56-4d48-b9e0-294b950ec2d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "e80d49e1dc4543cdbbd929699966cc4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95ea1485-e6e1-4ea2-9a42-96ae6ef73ad7" - ], - "x-ms-correlation-request-id": [ - "95ea1485-e6e1-4ea2-9a42-96ae6ef73ad7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183246Z:95ea1485-e6e1-4ea2-9a42-96ae6ef73ad7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "213229c3197d495c917ec8fc1f3ed7f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d7cd29a-5ed6-40dd-9761-5a6d672d7655" - ], - "x-ms-correlation-request-id": [ - "7d7cd29a-5ed6-40dd-9761-5a6d672d7655" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183246Z:7d7cd29a-5ed6-40dd-9761-5a6d672d7655" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "02140415501b445d9521fd5aa7c39cfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9054d988-7631-42d6-bdd3-97dbbf036f30" - ], - "x-ms-correlation-request-id": [ - "9054d988-7631-42d6-bdd3-97dbbf036f30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183246Z:9054d988-7631-42d6-bdd3-97dbbf036f30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "ea43b6a4a972490b945111a78c013754" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6580d7e1-1223-4b79-808a-7a396a1a92a6" - ], - "x-ms-correlation-request-id": [ - "6580d7e1-1223-4b79-808a-7a396a1a92a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183247Z:6580d7e1-1223-4b79-808a-7a396a1a92a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "aafbfc5cf18e4dd4a3c0fe29f26325c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d4af031-8896-48d2-a346-1179ae222c82" - ], - "x-ms-correlation-request-id": [ - "6d4af031-8896-48d2-a346-1179ae222c82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183247Z:6d4af031-8896-48d2-a346-1179ae222c82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "a88e59f04ad6414ba2f71bccdb7f54e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9009663-e75b-4a22-9d2c-1d0263ecf062" - ], - "x-ms-correlation-request-id": [ - "a9009663-e75b-4a22-9d2c-1d0263ecf062" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183247Z:a9009663-e75b-4a22-9d2c-1d0263ecf062" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "d8abe015e9ff4dd99b5b3f7a9fa7e198" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02df5455-c9d3-44fb-83ff-7bd704a32bb6" - ], - "x-ms-correlation-request-id": [ - "02df5455-c9d3-44fb-83ff-7bd704a32bb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183247Z:02df5455-c9d3-44fb-83ff-7bd704a32bb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "9903f2c0803443cf8856cd6e139cdde6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "711ab856-47d9-4f23-b7e7-85b3d9625428" - ], - "x-ms-correlation-request-id": [ - "711ab856-47d9-4f23-b7e7-85b3d9625428" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183247Z:711ab856-47d9-4f23-b7e7-85b3d9625428" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "6edd230819734b1a8e6cf1f3bcc7e6e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8182e3a4-d550-4345-9610-dee8aa8ee1b4" - ], - "x-ms-correlation-request-id": [ - "8182e3a4-d550-4345-9610-dee8aa8ee1b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183247Z:8182e3a4-d550-4345-9610-dee8aa8ee1b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "24135af58dd040b18e5882c40f52c1e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33d95230-170c-4961-8d3a-c9bc7b6106d0" - ], - "x-ms-correlation-request-id": [ - "33d95230-170c-4961-8d3a-c9bc7b6106d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183247Z:33d95230-170c-4961-8d3a-c9bc7b6106d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "84d7066bd4b54d5aabe2291b57e497f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b288db8-eb54-4f4d-8db3-d4d89710b983" - ], - "x-ms-correlation-request-id": [ - "9b288db8-eb54-4f4d-8db3-d4d89710b983" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:9b288db8-eb54-4f4d-8db3-d4d89710b983" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "9cd0b8fe0d004e4c827586389eff0b17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6abda31b-eb8d-4ec0-b82e-96a11610206e" - ], - "x-ms-correlation-request-id": [ - "6abda31b-eb8d-4ec0-b82e-96a11610206e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:6abda31b-eb8d-4ec0-b82e-96a11610206e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "48184d93aaeb44ff8043dce581fc8b14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "567d76be-21ad-430d-b262-41feb2c614ab" - ], - "x-ms-correlation-request-id": [ - "567d76be-21ad-430d-b262-41feb2c614ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:567d76be-21ad-430d-b262-41feb2c614ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "fa87b88e9ca04705a6bc4a78ddde8493" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6403d26b-5060-478d-9954-f01242b1e26e" - ], - "x-ms-correlation-request-id": [ - "6403d26b-5060-478d-9954-f01242b1e26e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:6403d26b-5060-478d-9954-f01242b1e26e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "c179be6b47f8473c94f20919f444769f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fde894c4-0e5f-4e16-b233-d307e822fbbb" - ], - "x-ms-correlation-request-id": [ - "fde894c4-0e5f-4e16-b233-d307e822fbbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:fde894c4-0e5f-4e16-b233-d307e822fbbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "0bb5683af85745d798bfa3928d3a7cf2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4aa788d4-c3cc-4c68-9212-1881221c8e91" - ], - "x-ms-correlation-request-id": [ - "4aa788d4-c3cc-4c68-9212-1881221c8e91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:4aa788d4-c3cc-4c68-9212-1881221c8e91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "8e799738198a476783de7421ce8f032e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "696344c0-f969-4808-9989-b148b057709e" - ], - "x-ms-correlation-request-id": [ - "696344c0-f969-4808-9989-b148b057709e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:696344c0-f969-4808-9989-b148b057709e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "7cf9ed7633064a429d55f86de13cf7ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97e6edc2-6fdd-4996-8268-2493a6b1bf21" - ], - "x-ms-correlation-request-id": [ - "97e6edc2-6fdd-4996-8268-2493a6b1bf21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183248Z:97e6edc2-6fdd-4996-8268-2493a6b1bf21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "c1848b3ebd0f447aa89b092f57792e1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e810a14-f28a-461f-b822-d1623a467221" - ], - "x-ms-correlation-request-id": [ - "6e810a14-f28a-461f-b822-d1623a467221" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:6e810a14-f28a-461f-b822-d1623a467221" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "2b4fe7df71ae43fc8a2fca173a418478" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8669e0bb-37d8-4b34-8ffd-faecc67132ce" - ], - "x-ms-correlation-request-id": [ - "8669e0bb-37d8-4b34-8ffd-faecc67132ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:8669e0bb-37d8-4b34-8ffd-faecc67132ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "940adf6e4cc74c1f88f12b0daf780f33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "741d76b7-d6c6-4103-ba46-656f5b0f0e16" - ], - "x-ms-correlation-request-id": [ - "741d76b7-d6c6-4103-ba46-656f5b0f0e16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:741d76b7-d6c6-4103-ba46-656f5b0f0e16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "58af196a2df0456ea1de6b04b8fe12e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1997fb1a-77c6-4f70-b7b6-9516651f14f4" - ], - "x-ms-correlation-request-id": [ - "1997fb1a-77c6-4f70-b7b6-9516651f14f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:1997fb1a-77c6-4f70-b7b6-9516651f14f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "c80c15cff0bc45c8b9f079761293fa36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94ffa6a3-52bd-42a8-a1f9-8bd0af9ef7f5" - ], - "x-ms-correlation-request-id": [ - "94ffa6a3-52bd-42a8-a1f9-8bd0af9ef7f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:94ffa6a3-52bd-42a8-a1f9-8bd0af9ef7f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "818f61ccae5e42daad30775dfaae4b1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68db79ac-0962-447d-a099-51c20d1f8e5d" - ], - "x-ms-correlation-request-id": [ - "68db79ac-0962-447d-a099-51c20d1f8e5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:68db79ac-0962-447d-a099-51c20d1f8e5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "73964c175a154da7a2bc0804fa41cf08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "851ec1da-51ea-47ee-b158-8a8d6ea103fa" - ], - "x-ms-correlation-request-id": [ - "851ec1da-51ea-47ee-b158-8a8d6ea103fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:851ec1da-51ea-47ee-b158-8a8d6ea103fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "9432dbe1dd574455bce8efefed2c3ede" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "871bb20f-1117-4b9f-bab1-41f14058e1aa" - ], - "x-ms-correlation-request-id": [ - "871bb20f-1117-4b9f-bab1-41f14058e1aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183249Z:871bb20f-1117-4b9f-bab1-41f14058e1aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "0c0173b3aed04b31bf3a97fbba9b497f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97050915-3d48-477a-b3f0-6745e9feceb6" - ], - "x-ms-correlation-request-id": [ - "97050915-3d48-477a-b3f0-6745e9feceb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:97050915-3d48-477a-b3f0-6745e9feceb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "bbd2248d1bb14241aaaeda67930b1533" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4e8c347-b4fc-4c31-9bbf-48ae4476a762" - ], - "x-ms-correlation-request-id": [ - "f4e8c347-b4fc-4c31-9bbf-48ae4476a762" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:f4e8c347-b4fc-4c31-9bbf-48ae4476a762" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "d81bc6fb6cfd41feb9bd4dd1200f275d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa0c1f26-b31a-4bca-b955-79f45d7f434e" - ], - "x-ms-correlation-request-id": [ - "aa0c1f26-b31a-4bca-b955-79f45d7f434e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:aa0c1f26-b31a-4bca-b955-79f45d7f434e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "b7be4fc0201140d3bb8079fa25cba3f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa7fd840-fc85-4ae8-97f6-1846a1485b01" - ], - "x-ms-correlation-request-id": [ - "aa7fd840-fc85-4ae8-97f6-1846a1485b01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:aa7fd840-fc85-4ae8-97f6-1846a1485b01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "b5533e54cd3149548d3c006071f78e1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12f52303-8726-4892-92ce-67ce5994d76c" - ], - "x-ms-correlation-request-id": [ - "12f52303-8726-4892-92ce-67ce5994d76c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:12f52303-8726-4892-92ce-67ce5994d76c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "abcf18ad535a42d09fd06719dccfac15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30b96527-70c1-47a4-85b0-cdaff9bc9708" - ], - "x-ms-correlation-request-id": [ - "30b96527-70c1-47a4-85b0-cdaff9bc9708" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:30b96527-70c1-47a4-85b0-cdaff9bc9708" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "9a9c69bda6814804ba402effdccc5ea6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "224bd1bb-cfb8-4292-abd5-83e7367b4e09" - ], - "x-ms-correlation-request-id": [ - "224bd1bb-cfb8-4292-abd5-83e7367b4e09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:224bd1bb-cfb8-4292-abd5-83e7367b4e09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "5efc06d0e0b34117ab5ffbc71944dcaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee3cd3b6-b041-4cb2-ae38-a58d3759d565" - ], - "x-ms-correlation-request-id": [ - "ee3cd3b6-b041-4cb2-ae38-a58d3759d565" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183250Z:ee3cd3b6-b041-4cb2-ae38-a58d3759d565" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "4ee8547482f641a1994766a4ad316996" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28130c36-748d-40db-a08f-0632573fa91b" - ], - "x-ms-correlation-request-id": [ - "28130c36-748d-40db-a08f-0632573fa91b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183251Z:28130c36-748d-40db-a08f-0632573fa91b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "2ad73da942e44775ac93451c55e3f3ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a4c4944-b3c7-452a-8331-a33e303ad3cf" - ], - "x-ms-correlation-request-id": [ - "6a4c4944-b3c7-452a-8331-a33e303ad3cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183251Z:6a4c4944-b3c7-452a-8331-a33e303ad3cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "45ad8372e6a14bcca5ae16c2fa14f18e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d975c223-f056-4097-8a88-f700fcc644b7" - ], - "x-ms-correlation-request-id": [ - "d975c223-f056-4097-8a88-f700fcc644b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183251Z:d975c223-f056-4097-8a88-f700fcc644b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "335ba3bb0ef24e8bb09aa8654a26c856" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47558d58-7da2-4a4b-93c4-29211481514e" - ], - "x-ms-correlation-request-id": [ - "47558d58-7da2-4a4b-93c4-29211481514e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183251Z:47558d58-7da2-4a4b-93c4-29211481514e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "375624737b5e4151bc7c6088de713fd2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "664f23a1-1bc4-427c-a5c1-ddedc7a4805d" - ], - "x-ms-correlation-request-id": [ - "664f23a1-1bc4-427c-a5c1-ddedc7a4805d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183251Z:664f23a1-1bc4-427c-a5c1-ddedc7a4805d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "e861799952574ae5938d80ddd386481d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c269c6bc-0810-4e90-b600-776959349b6d" - ], - "x-ms-correlation-request-id": [ - "c269c6bc-0810-4e90-b600-776959349b6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183251Z:c269c6bc-0810-4e90-b600-776959349b6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "a10b632a037f45b195e30a41a514eaff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acf6313c-e119-4156-b329-e24ada521af9" - ], - "x-ms-correlation-request-id": [ - "acf6313c-e119-4156-b329-e24ada521af9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:acf6313c-e119-4156-b329-e24ada521af9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "0be49b8279f54a8a86935f6eaa69f3a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1089cc8b-fb75-492a-bff4-4cc0a13582da" - ], - "x-ms-correlation-request-id": [ - "1089cc8b-fb75-492a-bff4-4cc0a13582da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:1089cc8b-fb75-492a-bff4-4cc0a13582da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "0d7887d337ee4c50bc56b9e563823095" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e76382e-92d1-42af-b95c-0f4f76bf202f" - ], - "x-ms-correlation-request-id": [ - "2e76382e-92d1-42af-b95c-0f4f76bf202f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:2e76382e-92d1-42af-b95c-0f4f76bf202f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "a7531d73d7024b1b8a9519b97fe395a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0d473de-2545-4ea0-8382-72e669cbbb54" - ], - "x-ms-correlation-request-id": [ - "a0d473de-2545-4ea0-8382-72e669cbbb54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:a0d473de-2545-4ea0-8382-72e669cbbb54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "1fd630f2065e4385910d03bbf766e951" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f253404-e191-4ec5-9eb7-e4b8c076faa5" - ], - "x-ms-correlation-request-id": [ - "2f253404-e191-4ec5-9eb7-e4b8c076faa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:2f253404-e191-4ec5-9eb7-e4b8c076faa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "dc8c6fb0697d4e8f9e629913c7b37f37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a5ee379-2d53-4fa2-bc37-6f9c465df4d2" - ], - "x-ms-correlation-request-id": [ - "1a5ee379-2d53-4fa2-bc37-6f9c465df4d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:1a5ee379-2d53-4fa2-bc37-6f9c465df4d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "e361070fad3745148a1c2732e5ed2233" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51ced684-396d-4d72-9d16-14825c2731d5" - ], - "x-ms-correlation-request-id": [ - "51ced684-396d-4d72-9d16-14825c2731d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:51ced684-396d-4d72-9d16-14825c2731d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "1c2eeb305f59449f8930b2fb3a079aee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f1a2c62-2280-4fab-a316-68cb142567d5" - ], - "x-ms-correlation-request-id": [ - "1f1a2c62-2280-4fab-a316-68cb142567d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183252Z:1f1a2c62-2280-4fab-a316-68cb142567d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "1b43f2ec0df0499689a98f4ab3877732" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5afa1447-16d7-4b4e-9ef0-4edf4891f963" - ], - "x-ms-correlation-request-id": [ - "5afa1447-16d7-4b4e-9ef0-4edf4891f963" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:5afa1447-16d7-4b4e-9ef0-4edf4891f963" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "7f1ff7f425d14dbfb6517e8546a7c2cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c165723b-dc18-4592-8ccf-ee5a846ebee3" - ], - "x-ms-correlation-request-id": [ - "c165723b-dc18-4592-8ccf-ee5a846ebee3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:c165723b-dc18-4592-8ccf-ee5a846ebee3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "affcb19594454c7daa1d0427b7d83bab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ab834c4-0651-438b-8481-a56ce8aa3efd" - ], - "x-ms-correlation-request-id": [ - "6ab834c4-0651-438b-8481-a56ce8aa3efd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:6ab834c4-0651-438b-8481-a56ce8aa3efd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "78f66160a14c463aa540ff606861882c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55c3ea49-47d5-4e5f-83e0-4c43c9f141e2" - ], - "x-ms-correlation-request-id": [ - "55c3ea49-47d5-4e5f-83e0-4c43c9f141e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:55c3ea49-47d5-4e5f-83e0-4c43c9f141e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "9ef528d5469f43188a7835818b4bfa21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff5fb2d8-5130-4270-bdad-d5e63c868054" - ], - "x-ms-correlation-request-id": [ - "ff5fb2d8-5130-4270-bdad-d5e63c868054" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:ff5fb2d8-5130-4270-bdad-d5e63c868054" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "82b05f468e4b424db7b9e93a05e1a351" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b71aff6-ea00-42bc-9315-14e5e3de5758" - ], - "x-ms-correlation-request-id": [ - "6b71aff6-ea00-42bc-9315-14e5e3de5758" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:6b71aff6-ea00-42bc-9315-14e5e3de5758" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "7a03f30ab17f4b438c8eb1d90d4c5091" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ce0bc30-7ca2-4f3a-a960-b9480fb7dc11" - ], - "x-ms-correlation-request-id": [ - "8ce0bc30-7ca2-4f3a-a960-b9480fb7dc11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:8ce0bc30-7ca2-4f3a-a960-b9480fb7dc11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "6c08af7366044097a7c6bacb6b783095" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a4dd72f-bf3a-4eae-a2ef-9a4816513db6" - ], - "x-ms-correlation-request-id": [ - "8a4dd72f-bf3a-4eae-a2ef-9a4816513db6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183253Z:8a4dd72f-bf3a-4eae-a2ef-9a4816513db6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "66e48f0d8ec24fcfa406c23f12779ff1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e81a1b13-aa37-46d7-bf80-19e1b9c9940c" - ], - "x-ms-correlation-request-id": [ - "e81a1b13-aa37-46d7-bf80-19e1b9c9940c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183254Z:e81a1b13-aa37-46d7-bf80-19e1b9c9940c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "44780dc8947c42ac9a1e0280022eb358" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d37f2f5-d652-4ed7-a3e3-a1bde2a331e0" - ], - "x-ms-correlation-request-id": [ - "1d37f2f5-d652-4ed7-a3e3-a1bde2a331e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183254Z:1d37f2f5-d652-4ed7-a3e3-a1bde2a331e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "0016068b968d486fb72da07fd7cd7beb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be830639-bd52-44b7-9c4e-ae45940c3f76" - ], - "x-ms-correlation-request-id": [ - "be830639-bd52-44b7-9c4e-ae45940c3f76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183254Z:be830639-bd52-44b7-9c4e-ae45940c3f76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "024686a585a84c6b9067a927847b4ef1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62d47841-88cc-4d7b-a3ca-cdf0b7dfc21c" - ], - "x-ms-correlation-request-id": [ - "62d47841-88cc-4d7b-a3ca-cdf0b7dfc21c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183254Z:62d47841-88cc-4d7b-a3ca-cdf0b7dfc21c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "62227f4f23aa4149a09425f6c80cd3d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91aaa6de-4fbb-4626-b1e0-a76ca06ac0d5" - ], - "x-ms-correlation-request-id": [ - "91aaa6de-4fbb-4626-b1e0-a76ca06ac0d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183254Z:91aaa6de-4fbb-4626-b1e0-a76ca06ac0d5" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "9332e65d55a64a5488857fcf400bcb5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18b030ef-5313-4d78-8904-cb6a7f37b979" - ], - "x-ms-correlation-request-id": [ - "18b030ef-5313-4d78-8904-cb6a7f37b979" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:18b030ef-5313-4d78-8904-cb6a7f37b979" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "147c9e41545e4081ad4a36d8888bd384" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc69f5da-b899-4cdf-ae7e-ece9617e0d76" - ], - "x-ms-correlation-request-id": [ - "bc69f5da-b899-4cdf-ae7e-ece9617e0d76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:bc69f5da-b899-4cdf-ae7e-ece9617e0d76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "12bb0221b0e94adf82191beec3a642ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aadee935-7ba5-416b-9006-5b0785b3f3ae" - ], - "x-ms-correlation-request-id": [ - "aadee935-7ba5-416b-9006-5b0785b3f3ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:aadee935-7ba5-416b-9006-5b0785b3f3ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "ee3cb58a195543778c0ee852c17c2f2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7826619b-b3b1-4ac7-a136-e3c8e279dac7" - ], - "x-ms-correlation-request-id": [ - "7826619b-b3b1-4ac7-a136-e3c8e279dac7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:7826619b-b3b1-4ac7-a136-e3c8e279dac7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "e98efcf9e2be4eca9c6d49faf575d3fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "394f1967-234f-4b46-b133-01fdf5fe2881" - ], - "x-ms-correlation-request-id": [ - "394f1967-234f-4b46-b133-01fdf5fe2881" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:394f1967-234f-4b46-b133-01fdf5fe2881" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "d1a6a46433a246779c8a67d1fdafaaee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcffb61e-9ce3-499b-9443-b3865ac6c2c4" - ], - "x-ms-correlation-request-id": [ - "fcffb61e-9ce3-499b-9443-b3865ac6c2c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:fcffb61e-9ce3-499b-9443-b3865ac6c2c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "e04ff13f4d7648f6b68aa89bf4f8738e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fba9491c-c275-4d0f-90bf-bcbfd0eb78e6" - ], - "x-ms-correlation-request-id": [ - "fba9491c-c275-4d0f-90bf-bcbfd0eb78e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:fba9491c-c275-4d0f-90bf-bcbfd0eb78e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "409543d8d8a84f53ae6c9d727c4b85c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acc67343-19c8-43f9-b077-b278638c9507" - ], - "x-ms-correlation-request-id": [ - "acc67343-19c8-43f9-b077-b278638c9507" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183255Z:acc67343-19c8-43f9-b077-b278638c9507" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "302e0052864f4c7381295f1f3befc631" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e902f11-c2ae-4a44-b113-1081d072258d" - ], - "x-ms-correlation-request-id": [ - "6e902f11-c2ae-4a44-b113-1081d072258d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183256Z:6e902f11-c2ae-4a44-b113-1081d072258d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "25e689f21b574fd7970d9cf1922c0218" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3423ac73-19ac-46f7-8d7f-1fa421c4fa28" - ], - "x-ms-correlation-request-id": [ - "3423ac73-19ac-46f7-8d7f-1fa421c4fa28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183256Z:3423ac73-19ac-46f7-8d7f-1fa421c4fa28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "2ce200c423db4a45b50050f717f25307" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2927d5d-9bad-435e-95a9-9803f80fc935" - ], - "x-ms-correlation-request-id": [ - "e2927d5d-9bad-435e-95a9-9803f80fc935" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183256Z:e2927d5d-9bad-435e-95a9-9803f80fc935" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "91d65778f6fb476a8c0470d47870d886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3930ca35-4ff2-4688-a844-e5d63725ecf0" - ], - "x-ms-correlation-request-id": [ - "3930ca35-4ff2-4688-a844-e5d63725ecf0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183256Z:3930ca35-4ff2-4688-a844-e5d63725ecf0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "98d22cd714e5483fbc8cd3336cf04489" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "283afcd9-fc53-48a6-a7ad-5ab5573f8493" - ], - "x-ms-correlation-request-id": [ - "283afcd9-fc53-48a6-a7ad-5ab5573f8493" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183256Z:283afcd9-fc53-48a6-a7ad-5ab5573f8493" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "ad853e9ed8de4f2f9d3c56729933dfea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9bef768-2bfe-46ad-87e4-3cf78652e051" - ], - "x-ms-correlation-request-id": [ - "d9bef768-2bfe-46ad-87e4-3cf78652e051" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183256Z:d9bef768-2bfe-46ad-87e4-3cf78652e051" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "09dd51206765463ba63222877919b838" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "277a7f7d-6844-4e2c-91f2-5f57689b0c88" - ], - "x-ms-correlation-request-id": [ - "277a7f7d-6844-4e2c-91f2-5f57689b0c88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183257Z:277a7f7d-6844-4e2c-91f2-5f57689b0c88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "52006a071c2941c08db53c469da59090" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d24954dc-f0a2-4863-91f6-6ca1e2bcd161" - ], - "x-ms-correlation-request-id": [ - "d24954dc-f0a2-4863-91f6-6ca1e2bcd161" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183257Z:d24954dc-f0a2-4863-91f6-6ca1e2bcd161" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "c7868095db9940c1b4359ff44c3b6eab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60167937-10e8-4135-9fc9-144ce82bc56d" - ], - "x-ms-correlation-request-id": [ - "60167937-10e8-4135-9fc9-144ce82bc56d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183257Z:60167937-10e8-4135-9fc9-144ce82bc56d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "c6abf107630c4df088afc79f6edf459a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc09ec90-5fbe-4b18-a646-1de0dc17c725" - ], - "x-ms-correlation-request-id": [ - "bc09ec90-5fbe-4b18-a646-1de0dc17c725" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183257Z:bc09ec90-5fbe-4b18-a646-1de0dc17c725" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "3ac61a625ec1432bb38ad086a7381ff4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c79be1f-9d6c-4fbf-abf2-7ec29b30e6ca" - ], - "x-ms-correlation-request-id": [ - "2c79be1f-9d6c-4fbf-abf2-7ec29b30e6ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183257Z:2c79be1f-9d6c-4fbf-abf2-7ec29b30e6ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "e94f92a4dc5c4b40835081626ddb4957" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bad62d3-6a0c-489e-9a20-17dbf6325484" - ], - "x-ms-correlation-request-id": [ - "3bad62d3-6a0c-489e-9a20-17dbf6325484" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183257Z:3bad62d3-6a0c-489e-9a20-17dbf6325484" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "c70b78f2d6a744bb87752b71515b635a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6224b187-ef76-42ba-b29f-fc2cdee6dfc8" - ], - "x-ms-correlation-request-id": [ - "6224b187-ef76-42ba-b29f-fc2cdee6dfc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183257Z:6224b187-ef76-42ba-b29f-fc2cdee6dfc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "9987a0c370684d968f5d2a8def8df66f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "110f7821-dfc2-49c3-9752-12bb58786331" - ], - "x-ms-correlation-request-id": [ - "110f7821-dfc2-49c3-9752-12bb58786331" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:110f7821-dfc2-49c3-9752-12bb58786331" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "958c7b8aab674694a244f01af30bb90f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5f48c16-643f-401a-af2d-e53f48389764" - ], - "x-ms-correlation-request-id": [ - "a5f48c16-643f-401a-af2d-e53f48389764" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:a5f48c16-643f-401a-af2d-e53f48389764" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "a72cb3698ce043cb9c246d6429f9cec1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d842b6c1-af23-47b6-8bc5-3b67df79e23c" - ], - "x-ms-correlation-request-id": [ - "d842b6c1-af23-47b6-8bc5-3b67df79e23c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:d842b6c1-af23-47b6-8bc5-3b67df79e23c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "19fcda5328eb4d87adfb17149f0b0948" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fddb19d2-6906-426c-b113-865e07c9d5ae" - ], - "x-ms-correlation-request-id": [ - "fddb19d2-6906-426c-b113-865e07c9d5ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:fddb19d2-6906-426c-b113-865e07c9d5ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "38bf0ebfebb243a9aa52c42d219db788" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9ad0a59-a808-445f-b000-088e9d804078" - ], - "x-ms-correlation-request-id": [ - "f9ad0a59-a808-445f-b000-088e9d804078" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:f9ad0a59-a808-445f-b000-088e9d804078" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "936e4007f3a7445697635dfbebcf7d68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cceb3434-7c78-4b85-99ca-4f18370bcb18" - ], - "x-ms-correlation-request-id": [ - "cceb3434-7c78-4b85-99ca-4f18370bcb18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:cceb3434-7c78-4b85-99ca-4f18370bcb18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "c2c07b99b4ba4b179e319c6a72ffe408" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03184ec7-e246-4ae2-bcdb-d646e0710ba7" - ], - "x-ms-correlation-request-id": [ - "03184ec7-e246-4ae2-bcdb-d646e0710ba7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:03184ec7-e246-4ae2-bcdb-d646e0710ba7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "a75472a5fdc6479cb75aa6f9dfcded26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "491e3233-05a7-4a8f-a068-fc24cfb7dca4" - ], - "x-ms-correlation-request-id": [ - "491e3233-05a7-4a8f-a068-fc24cfb7dca4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:491e3233-05a7-4a8f-a068-fc24cfb7dca4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "0a4db1e212a4451f9c6f4d98f89dfde6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89580434-635e-4633-8f84-d684e8ecdb0d" - ], - "x-ms-correlation-request-id": [ - "89580434-635e-4633-8f84-d684e8ecdb0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183258Z:89580434-635e-4633-8f84-d684e8ecdb0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "4f193f18b8534727a5ea863307c76f24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b88950ea-c062-4c1f-a16a-693906e79ba3" - ], - "x-ms-correlation-request-id": [ - "b88950ea-c062-4c1f-a16a-693906e79ba3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183259Z:b88950ea-c062-4c1f-a16a-693906e79ba3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "4ef52e6bff6642e1b1b72d9d178c40ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97e1a791-abae-4767-9c27-0930c5ce8d8e" - ], - "x-ms-correlation-request-id": [ - "97e1a791-abae-4767-9c27-0930c5ce8d8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183259Z:97e1a791-abae-4767-9c27-0930c5ce8d8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "27cc98331cfc46d1a159010cdd85c97f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0da0bea8-a84d-4245-a72c-eb227b6a5d18" - ], - "x-ms-correlation-request-id": [ - "0da0bea8-a84d-4245-a72c-eb227b6a5d18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183259Z:0da0bea8-a84d-4245-a72c-eb227b6a5d18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "19cc958096114b11946eb5e012f4cf2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d699e971-954d-4808-a0a0-0997f9a1418f" - ], - "x-ms-correlation-request-id": [ - "d699e971-954d-4808-a0a0-0997f9a1418f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183259Z:d699e971-954d-4808-a0a0-0997f9a1418f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "9a81bc053f514557bc46066585379e39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cda08ae8-4659-4ade-bcc4-8d67bd5decca" - ], - "x-ms-correlation-request-id": [ - "cda08ae8-4659-4ade-bcc4-8d67bd5decca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183259Z:cda08ae8-4659-4ade-bcc4-8d67bd5decca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "98e572b4d17744e984656198c4874e53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd11636f-1baa-4969-8381-0b85318c937d" - ], - "x-ms-correlation-request-id": [ - "bd11636f-1baa-4969-8381-0b85318c937d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183259Z:bd11636f-1baa-4969-8381-0b85318c937d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "3d25f810336f49b8aa16da7d83d60f7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5eba56fd-2486-4eb7-9967-2d611734e105" - ], - "x-ms-correlation-request-id": [ - "5eba56fd-2486-4eb7-9967-2d611734e105" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183259Z:5eba56fd-2486-4eb7-9967-2d611734e105" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:32:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "608ee6341a304613b52f240ca77ced4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "896b5121-05dd-4f38-bd11-ceeb77f5f57e" - ], - "x-ms-correlation-request-id": [ - "896b5121-05dd-4f38-bd11-ceeb77f5f57e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:896b5121-05dd-4f38-bd11-ceeb77f5f57e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "7460a2b94e234c0c924ff7459c2c9e36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "942e1c5e-6331-44e3-8a88-95919aaf1cdf" - ], - "x-ms-correlation-request-id": [ - "942e1c5e-6331-44e3-8a88-95919aaf1cdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:942e1c5e-6331-44e3-8a88-95919aaf1cdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "0eded6af41f047a6bcee3be356e16642" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ddd2fa0-6788-49f4-872d-ec36a86ca43a" - ], - "x-ms-correlation-request-id": [ - "1ddd2fa0-6788-49f4-872d-ec36a86ca43a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:1ddd2fa0-6788-49f4-872d-ec36a86ca43a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "7e807aa562ec4c8bb6035a46f969c0c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d58b9794-5d7b-4216-9e4b-41fb6d00a456" - ], - "x-ms-correlation-request-id": [ - "d58b9794-5d7b-4216-9e4b-41fb6d00a456" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:d58b9794-5d7b-4216-9e4b-41fb6d00a456" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "a32f2aa09aab4e2caf7a2563d99725f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1cd5b228-43a2-44eb-a57f-3b53af27e497" - ], - "x-ms-correlation-request-id": [ - "1cd5b228-43a2-44eb-a57f-3b53af27e497" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:1cd5b228-43a2-44eb-a57f-3b53af27e497" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "4b78df2f1fab452b964c3c809f66b0bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d857db51-8a7d-48d1-b104-e7e3ed86e4d9" - ], - "x-ms-correlation-request-id": [ - "d857db51-8a7d-48d1-b104-e7e3ed86e4d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:d857db51-8a7d-48d1-b104-e7e3ed86e4d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "300aec5a962043b2b910b52291e8dfcc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abf285ba-c623-4322-b936-33e9e2902fc1" - ], - "x-ms-correlation-request-id": [ - "abf285ba-c623-4322-b936-33e9e2902fc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:abf285ba-c623-4322-b936-33e9e2902fc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "72b43748f72f4767bd4f589c6dbc2e40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32ae3b3f-8b9b-4fff-bf92-3647b748511c" - ], - "x-ms-correlation-request-id": [ - "32ae3b3f-8b9b-4fff-bf92-3647b748511c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183300Z:32ae3b3f-8b9b-4fff-bf92-3647b748511c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "b3b62e140ae448a0bbb0071c021e2fa7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7a957d5-b08d-40c7-9c1b-d05c5ca5ca2d" - ], - "x-ms-correlation-request-id": [ - "d7a957d5-b08d-40c7-9c1b-d05c5ca5ca2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:d7a957d5-b08d-40c7-9c1b-d05c5ca5ca2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "48e85a1f394c49a58d54a1baa4c85340" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ad9c9b1-7ebb-40c1-9430-29e9aa5c2043" - ], - "x-ms-correlation-request-id": [ - "8ad9c9b1-7ebb-40c1-9430-29e9aa5c2043" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:8ad9c9b1-7ebb-40c1-9430-29e9aa5c2043" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "dfd8d7faee0a4df488e2b13d49250a83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b45220ae-bb71-4972-87a5-237d829e17b1" - ], - "x-ms-correlation-request-id": [ - "b45220ae-bb71-4972-87a5-237d829e17b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:b45220ae-bb71-4972-87a5-237d829e17b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "f35c1a01fd3642f3bdb873d0e15d002e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54eda184-8cf0-4149-b799-39e3ea15b087" - ], - "x-ms-correlation-request-id": [ - "54eda184-8cf0-4149-b799-39e3ea15b087" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:54eda184-8cf0-4149-b799-39e3ea15b087" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "5f0744f5a3c34046b3a4f5620323561b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbbcecb9-b62a-4b02-82b3-1b863a428197" - ], - "x-ms-correlation-request-id": [ - "bbbcecb9-b62a-4b02-82b3-1b863a428197" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:bbbcecb9-b62a-4b02-82b3-1b863a428197" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "6d5e958ac2b74951890608d3f327effa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40d3109d-d2e0-457b-89bb-3eb119e94941" - ], - "x-ms-correlation-request-id": [ - "40d3109d-d2e0-457b-89bb-3eb119e94941" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:40d3109d-d2e0-457b-89bb-3eb119e94941" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "c65d878797f54214aa398a5edaf6ed23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee04dd8e-3c1c-4e8c-9f12-872b9421fa26" - ], - "x-ms-correlation-request-id": [ - "ee04dd8e-3c1c-4e8c-9f12-872b9421fa26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:ee04dd8e-3c1c-4e8c-9f12-872b9421fa26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "cacc3cf1fcad4454af9d6cf54d0ba4a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3264be55-7a74-4df7-a9bf-44338c2b0fdd" - ], - "x-ms-correlation-request-id": [ - "3264be55-7a74-4df7-a9bf-44338c2b0fdd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183301Z:3264be55-7a74-4df7-a9bf-44338c2b0fdd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "cc3ba93eb65a4db4af930bbf265cfe1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e5076f0-81d4-4fcd-808f-087d53eccc66" - ], - "x-ms-correlation-request-id": [ - "8e5076f0-81d4-4fcd-808f-087d53eccc66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183302Z:8e5076f0-81d4-4fcd-808f-087d53eccc66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "f109389fa61248f9a5121392f6827695" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c4934fe-7ebb-4534-ba78-9ab004c01f2a" - ], - "x-ms-correlation-request-id": [ - "8c4934fe-7ebb-4534-ba78-9ab004c01f2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183302Z:8c4934fe-7ebb-4534-ba78-9ab004c01f2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "16aac77ec88a4060b009eeb83bded84a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ca22ed1-4160-4690-ae9b-435d5cffb61b" - ], - "x-ms-correlation-request-id": [ - "9ca22ed1-4160-4690-ae9b-435d5cffb61b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183302Z:9ca22ed1-4160-4690-ae9b-435d5cffb61b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "f8d77769383c4ab7949b247f8e5dc923" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fcd20ff-1957-4b3b-b6e1-0d678488cd80" - ], - "x-ms-correlation-request-id": [ - "9fcd20ff-1957-4b3b-b6e1-0d678488cd80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183302Z:9fcd20ff-1957-4b3b-b6e1-0d678488cd80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "b720e4c31f944f409b00961ca87bc7d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31c87366-5932-4cd1-8354-6e4c2422e331" - ], - "x-ms-correlation-request-id": [ - "31c87366-5932-4cd1-8354-6e4c2422e331" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183302Z:31c87366-5932-4cd1-8354-6e4c2422e331" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "6fd79b948bcc4d7caa39dbfc8a4a8b5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ea843ee-71ec-490a-88eb-692fd247115f" - ], - "x-ms-correlation-request-id": [ - "1ea843ee-71ec-490a-88eb-692fd247115f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183302Z:1ea843ee-71ec-490a-88eb-692fd247115f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "cb8ce0ef1bf0448fbf74c1bcb3532ed5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e61b855-46b0-4411-a291-015d4859d95d" - ], - "x-ms-correlation-request-id": [ - "6e61b855-46b0-4411-a291-015d4859d95d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183302Z:6e61b855-46b0-4411-a291-015d4859d95d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "aa91bb6bb3d14587bf93f5032841d377" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2074bea7-9c87-4a10-95f8-ae7757aff05c" - ], - "x-ms-correlation-request-id": [ - "2074bea7-9c87-4a10-95f8-ae7757aff05c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183303Z:2074bea7-9c87-4a10-95f8-ae7757aff05c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "2eb35ff3beda4c6fab69848470bae9be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0636f955-e6a9-46c4-b928-4be8981308ef" - ], - "x-ms-correlation-request-id": [ - "0636f955-e6a9-46c4-b928-4be8981308ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183303Z:0636f955-e6a9-46c4-b928-4be8981308ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "969bcb1c997d47a5b7cd4eccdc06c542" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af79be70-0496-48ea-82d6-92c819c50093" - ], - "x-ms-correlation-request-id": [ - "af79be70-0496-48ea-82d6-92c819c50093" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183303Z:af79be70-0496-48ea-82d6-92c819c50093" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "6ece4e7c2f824dd6bcf53fd55818715a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bf4c434-e9e0-4d12-81e4-e9424f11b6c1" - ], - "x-ms-correlation-request-id": [ - "6bf4c434-e9e0-4d12-81e4-e9424f11b6c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183303Z:6bf4c434-e9e0-4d12-81e4-e9424f11b6c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "4039a331d2204e909c838a8e2c43fb61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbf5717e-ca5b-4235-adad-0e9beb7373c4" - ], - "x-ms-correlation-request-id": [ - "fbf5717e-ca5b-4235-adad-0e9beb7373c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183303Z:fbf5717e-ca5b-4235-adad-0e9beb7373c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "728e0169e0734ef3b0a9f1d72079cacb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4cb686a-6081-4090-beae-167c21e1d393" - ], - "x-ms-correlation-request-id": [ - "f4cb686a-6081-4090-beae-167c21e1d393" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183303Z:f4cb686a-6081-4090-beae-167c21e1d393" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "4ac46b46e32f4ac09add46f10b1d5d52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffa6be7b-050e-40cb-9302-f301a075f3cb" - ], - "x-ms-correlation-request-id": [ - "ffa6be7b-050e-40cb-9302-f301a075f3cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183303Z:ffa6be7b-050e-40cb-9302-f301a075f3cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "e0b86a335aed42c3bd1dc373d34a9b41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59b30cdf-a669-44b8-bcda-1b6ce9de5483" - ], - "x-ms-correlation-request-id": [ - "59b30cdf-a669-44b8-bcda-1b6ce9de5483" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:59b30cdf-a669-44b8-bcda-1b6ce9de5483" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "7f184b33271f460dbebe2a57d6953974" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b97ae039-fa49-4141-9fba-046acc6bec81" - ], - "x-ms-correlation-request-id": [ - "b97ae039-fa49-4141-9fba-046acc6bec81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:b97ae039-fa49-4141-9fba-046acc6bec81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "3bb373bc46f8433c8ca2b26cf83e9765" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df09ab6e-31bc-4621-8204-5f572044b2c8" - ], - "x-ms-correlation-request-id": [ - "df09ab6e-31bc-4621-8204-5f572044b2c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:df09ab6e-31bc-4621-8204-5f572044b2c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "ff34857ccfda4e84b0050a84dc3876e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01ce9a89-7205-43cd-bc50-42c2e432e624" - ], - "x-ms-correlation-request-id": [ - "01ce9a89-7205-43cd-bc50-42c2e432e624" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:01ce9a89-7205-43cd-bc50-42c2e432e624" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "2dc6210f92f046ad8a10262e177e408e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c03dd021-12d9-4935-9076-7d85b3d522f2" - ], - "x-ms-correlation-request-id": [ - "c03dd021-12d9-4935-9076-7d85b3d522f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:c03dd021-12d9-4935-9076-7d85b3d522f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "e6cdd287e76f4602b2c17fcd2182cc9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d85ff25-948f-4a82-9f43-7fb320a72f58" - ], - "x-ms-correlation-request-id": [ - "4d85ff25-948f-4a82-9f43-7fb320a72f58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:4d85ff25-948f-4a82-9f43-7fb320a72f58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "1fd6e9fa5e5d4e689fb93f5005acdab4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b41e7e20-640a-441b-9ff0-662bd4d3ee84" - ], - "x-ms-correlation-request-id": [ - "b41e7e20-640a-441b-9ff0-662bd4d3ee84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:b41e7e20-640a-441b-9ff0-662bd4d3ee84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "7bbcc58632e44fd9a4c166bdcb01e20b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd4b7468-5a0c-4f7b-93c8-5a1433e94c0a" - ], - "x-ms-correlation-request-id": [ - "cd4b7468-5a0c-4f7b-93c8-5a1433e94c0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183304Z:cd4b7468-5a0c-4f7b-93c8-5a1433e94c0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "babc06857de44afa9fa2c72b0df8867b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2841d2d8-9f7c-4ef5-bcb0-d4e9956d93e6" - ], - "x-ms-correlation-request-id": [ - "2841d2d8-9f7c-4ef5-bcb0-d4e9956d93e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183305Z:2841d2d8-9f7c-4ef5-bcb0-d4e9956d93e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "7014919e72a14878964186a2d6addd9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "206b2cb5-eb74-4811-9f0b-889e24a7ffe0" - ], - "x-ms-correlation-request-id": [ - "206b2cb5-eb74-4811-9f0b-889e24a7ffe0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183305Z:206b2cb5-eb74-4811-9f0b-889e24a7ffe0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "d5078d4a861d426d9b283693b3e5958e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "949d10ac-6a9f-4edf-ab0f-519d5eea9f25" - ], - "x-ms-correlation-request-id": [ - "949d10ac-6a9f-4edf-ab0f-519d5eea9f25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183305Z:949d10ac-6a9f-4edf-ab0f-519d5eea9f25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "b60a1a02829c41439f8d990bd61bc52e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ab20124-d9e5-4d0a-9ae4-cc6c2d76a204" - ], - "x-ms-correlation-request-id": [ - "2ab20124-d9e5-4d0a-9ae4-cc6c2d76a204" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183305Z:2ab20124-d9e5-4d0a-9ae4-cc6c2d76a204" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "4b8f8d7ac4e6499c9f1ac49921e86324" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f623a5cb-a73b-4e8a-bbf2-94efdbc07f26" - ], - "x-ms-correlation-request-id": [ - "f623a5cb-a73b-4e8a-bbf2-94efdbc07f26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183305Z:f623a5cb-a73b-4e8a-bbf2-94efdbc07f26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "94e60fa29f764f059a48cc115fae4139" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dc7df56-81ca-48df-8e90-fa6a46e2af38" - ], - "x-ms-correlation-request-id": [ - "3dc7df56-81ca-48df-8e90-fa6a46e2af38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183305Z:3dc7df56-81ca-48df-8e90-fa6a46e2af38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "aa7ef2c9af814afa957154aef6df8501" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2eb26281-9fcd-45ba-a6c3-3e449318a9d8" - ], - "x-ms-correlation-request-id": [ - "2eb26281-9fcd-45ba-a6c3-3e449318a9d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:2eb26281-9fcd-45ba-a6c3-3e449318a9d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "a09a21c0d296479584800945d72c3cc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc1fe40c-f42e-43c3-9f57-1efb50240e2d" - ], - "x-ms-correlation-request-id": [ - "cc1fe40c-f42e-43c3-9f57-1efb50240e2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:cc1fe40c-f42e-43c3-9f57-1efb50240e2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "4ea5693211e143898b7d0aee339d37b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f539739-b9a9-480b-9b47-c41c89392794" - ], - "x-ms-correlation-request-id": [ - "6f539739-b9a9-480b-9b47-c41c89392794" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:6f539739-b9a9-480b-9b47-c41c89392794" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "b1a60fd1a9b740a487c736818892a12d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9e09d6e-7706-46ed-be71-1ee522b8d026" - ], - "x-ms-correlation-request-id": [ - "f9e09d6e-7706-46ed-be71-1ee522b8d026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:f9e09d6e-7706-46ed-be71-1ee522b8d026" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "5f1478687c5d47e3acbc33bba238d261" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec4cf55f-a4b8-4e92-bb75-484edeba9807" - ], - "x-ms-correlation-request-id": [ - "ec4cf55f-a4b8-4e92-bb75-484edeba9807" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:ec4cf55f-a4b8-4e92-bb75-484edeba9807" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "cf8d4e10c3c34708802fc97099b16732" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0d53703-516f-468f-93bb-1bec37ed54dd" - ], - "x-ms-correlation-request-id": [ - "c0d53703-516f-468f-93bb-1bec37ed54dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:c0d53703-516f-468f-93bb-1bec37ed54dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "8bd5e3170c8842fb8f61a63f25ef5402" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c9eb46f-42c7-494a-85f6-a214bbf246b1" - ], - "x-ms-correlation-request-id": [ - "6c9eb46f-42c7-494a-85f6-a214bbf246b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:6c9eb46f-42c7-494a-85f6-a214bbf246b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "4e827623ec9a4394a3524a237b5c0bf6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "166a2c1e-fbe5-4a1a-836f-bb345318ca47" - ], - "x-ms-correlation-request-id": [ - "166a2c1e-fbe5-4a1a-836f-bb345318ca47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:166a2c1e-fbe5-4a1a-836f-bb345318ca47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "f03feebf3d214ca08680a0a999cba2e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa375a5e-43ca-4ce2-95cc-ef2c23e90f3d" - ], - "x-ms-correlation-request-id": [ - "aa375a5e-43ca-4ce2-95cc-ef2c23e90f3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183306Z:aa375a5e-43ca-4ce2-95cc-ef2c23e90f3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "1ab74466626c495f832ad37a45f67af5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77e428dc-b95b-4ebb-b9c3-47be93db8d27" - ], - "x-ms-correlation-request-id": [ - "77e428dc-b95b-4ebb-b9c3-47be93db8d27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183307Z:77e428dc-b95b-4ebb-b9c3-47be93db8d27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "8f116f455c6d4837ab0b913e27c85e35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3ba6a7d-16a2-48da-89e6-2d99894fb14a" - ], - "x-ms-correlation-request-id": [ - "e3ba6a7d-16a2-48da-89e6-2d99894fb14a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183307Z:e3ba6a7d-16a2-48da-89e6-2d99894fb14a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "2cb3478b3a4a48199523f9192b53681b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c877c105-7ea6-44d3-898b-6d45c725ea28" - ], - "x-ms-correlation-request-id": [ - "c877c105-7ea6-44d3-898b-6d45c725ea28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183307Z:c877c105-7ea6-44d3-898b-6d45c725ea28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "223542bc370b4a2fa9bc71ffeb45db82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76dda8f9-e7b9-4b91-b6e1-6de8711be914" - ], - "x-ms-correlation-request-id": [ - "76dda8f9-e7b9-4b91-b6e1-6de8711be914" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183307Z:76dda8f9-e7b9-4b91-b6e1-6de8711be914" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "4638c4f419964d5eb008cd3137c4942c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "164c2e70-3c49-49a8-8e9c-dadfeda8e144" - ], - "x-ms-correlation-request-id": [ - "164c2e70-3c49-49a8-8e9c-dadfeda8e144" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183308Z:164c2e70-3c49-49a8-8e9c-dadfeda8e144" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "9e36e6af1d754453810daa22dea91ee1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82615b84-a3fe-4811-af6a-b0ce31d6350c" - ], - "x-ms-correlation-request-id": [ - "82615b84-a3fe-4811-af6a-b0ce31d6350c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183308Z:82615b84-a3fe-4811-af6a-b0ce31d6350c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "c87453199bb749a580859d8b83b9624d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c144945-307a-434f-8e67-6951545909d4" - ], - "x-ms-correlation-request-id": [ - "6c144945-307a-434f-8e67-6951545909d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183308Z:6c144945-307a-434f-8e67-6951545909d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "83a8a3765697483f87e91886bc015cbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9549170-eab9-4787-bccc-a1ca710e3df1" - ], - "x-ms-correlation-request-id": [ - "c9549170-eab9-4787-bccc-a1ca710e3df1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183308Z:c9549170-eab9-4787-bccc-a1ca710e3df1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "b29bda83fcb34a7f8684a1c49307f74b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a865fad-66fc-42db-85d9-e55d740f97bf" - ], - "x-ms-correlation-request-id": [ - "4a865fad-66fc-42db-85d9-e55d740f97bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183308Z:4a865fad-66fc-42db-85d9-e55d740f97bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "42e52471a453492a8d2649588b4640d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d4c9b57-af00-4cf2-850a-5743c26bfd2e" - ], - "x-ms-correlation-request-id": [ - "1d4c9b57-af00-4cf2-850a-5743c26bfd2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183308Z:1d4c9b57-af00-4cf2-850a-5743c26bfd2e" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "d6504bbec71b4345a3a584e01253fab4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a873bd4-8caf-419d-b21b-8212fd064a95" - ], - "x-ms-correlation-request-id": [ - "1a873bd4-8caf-419d-b21b-8212fd064a95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183309Z:1a873bd4-8caf-419d-b21b-8212fd064a95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "c837c2aad6564f55b1d9c20b8a013b17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccd79c8e-0ced-442d-9fb0-c6526398a2d0" - ], - "x-ms-correlation-request-id": [ - "ccd79c8e-0ced-442d-9fb0-c6526398a2d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183309Z:ccd79c8e-0ced-442d-9fb0-c6526398a2d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "e73aa9d534ec4e2893c60b770f7bf9ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8201d69-2f0b-4af7-b6ca-684cac837f8f" - ], - "x-ms-correlation-request-id": [ - "b8201d69-2f0b-4af7-b6ca-684cac837f8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183309Z:b8201d69-2f0b-4af7-b6ca-684cac837f8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "5f6936fa06654d7ca9780986f92be054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7f2dbf0-67d6-4f5d-b95d-5d3e5f03d993" - ], - "x-ms-correlation-request-id": [ - "f7f2dbf0-67d6-4f5d-b95d-5d3e5f03d993" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183309Z:f7f2dbf0-67d6-4f5d-b95d-5d3e5f03d993" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "0c2b1ccae27742d2931aa3a0f4588eed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0c3254f-6cd8-47d3-bd24-62ab64fb68b4" - ], - "x-ms-correlation-request-id": [ - "e0c3254f-6cd8-47d3-bd24-62ab64fb68b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:e0c3254f-6cd8-47d3-bd24-62ab64fb68b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "26b3bc4de88b42a8ab888707af91c36d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe296214-6e5a-4307-be8d-8873a0a67cd5" - ], - "x-ms-correlation-request-id": [ - "fe296214-6e5a-4307-be8d-8873a0a67cd5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:fe296214-6e5a-4307-be8d-8873a0a67cd5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "26c5b7a73ba240989f864d037929b25b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cfd70e8-7e71-4ac1-af54-cedb4bb4abb8" - ], - "x-ms-correlation-request-id": [ - "4cfd70e8-7e71-4ac1-af54-cedb4bb4abb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:4cfd70e8-7e71-4ac1-af54-cedb4bb4abb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "dd46ccdf10594deab940fe23d61e4f98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2bb8157-65b9-4403-a2d4-bd6512556149" - ], - "x-ms-correlation-request-id": [ - "b2bb8157-65b9-4403-a2d4-bd6512556149" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:b2bb8157-65b9-4403-a2d4-bd6512556149" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "2985d994aa7f49c1a7c360011b27564e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4727d0c0-9169-4e73-929b-b6ddb27746bd" - ], - "x-ms-correlation-request-id": [ - "4727d0c0-9169-4e73-929b-b6ddb27746bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:4727d0c0-9169-4e73-929b-b6ddb27746bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "655f232f8fa54fceb0ffd586458ca65e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "461d8208-69e5-49b7-ae40-4ef9d77859fe" - ], - "x-ms-correlation-request-id": [ - "461d8208-69e5-49b7-ae40-4ef9d77859fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:461d8208-69e5-49b7-ae40-4ef9d77859fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "a530939c31d6406c907a6b3c0a33d780" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaa38a74-4f44-432e-a4cd-31c8aa0407d1" - ], - "x-ms-correlation-request-id": [ - "eaa38a74-4f44-432e-a4cd-31c8aa0407d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:eaa38a74-4f44-432e-a4cd-31c8aa0407d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "c24fdcb8dda64efa9e1aa2f098d749ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17b21702-2e01-4e8f-9273-24a04c3b77f6" - ], - "x-ms-correlation-request-id": [ - "17b21702-2e01-4e8f-9273-24a04c3b77f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183310Z:17b21702-2e01-4e8f-9273-24a04c3b77f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "281b3c12b11747d29e7e1526e07596fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c01bc10-7d8f-46f0-b6b6-63831ec94da4" - ], - "x-ms-correlation-request-id": [ - "4c01bc10-7d8f-46f0-b6b6-63831ec94da4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:4c01bc10-7d8f-46f0-b6b6-63831ec94da4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "cb14e0117fff44d1925b7bb64a5b869f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1247b50-945e-47ec-9294-3e2dee393eba" - ], - "x-ms-correlation-request-id": [ - "d1247b50-945e-47ec-9294-3e2dee393eba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:d1247b50-945e-47ec-9294-3e2dee393eba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "ea37c69dbec347999cf67bf476eab153" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7c96603-4d43-45c1-b700-dc4f0e970dd6" - ], - "x-ms-correlation-request-id": [ - "e7c96603-4d43-45c1-b700-dc4f0e970dd6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:e7c96603-4d43-45c1-b700-dc4f0e970dd6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "a754159df68a4e62978afe6235a0f723" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11cdd5e9-687c-41dd-988f-ea7bee3f9e89" - ], - "x-ms-correlation-request-id": [ - "11cdd5e9-687c-41dd-988f-ea7bee3f9e89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:11cdd5e9-687c-41dd-988f-ea7bee3f9e89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "60bc0e5d26c24f1f858d440f4dc35874" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d45b4fd1-f55e-4525-a79a-3f46397106bf" - ], - "x-ms-correlation-request-id": [ - "d45b4fd1-f55e-4525-a79a-3f46397106bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:d45b4fd1-f55e-4525-a79a-3f46397106bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "8002c53492574a62aa2d4a03af583893" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe0bfd0f-2d0a-46f3-b323-f804224200b7" - ], - "x-ms-correlation-request-id": [ - "fe0bfd0f-2d0a-46f3-b323-f804224200b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:fe0bfd0f-2d0a-46f3-b323-f804224200b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "f7ff6fb079ae477e9b830867b11157a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c5db191-61b7-4360-a5cd-d2d76733e1e9" - ], - "x-ms-correlation-request-id": [ - "5c5db191-61b7-4360-a5cd-d2d76733e1e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:5c5db191-61b7-4360-a5cd-d2d76733e1e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "d0b4288008294943aa3fba7c4061d5b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d8d9382-cc87-4a3f-b6c1-c6b21c77861f" - ], - "x-ms-correlation-request-id": [ - "4d8d9382-cc87-4a3f-b6c1-c6b21c77861f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183311Z:4d8d9382-cc87-4a3f-b6c1-c6b21c77861f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "05234d78d9274023a1bbfd9ab5dbfc74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63a9470d-3c66-474d-bd4e-3615d5beafc3" - ], - "x-ms-correlation-request-id": [ - "63a9470d-3c66-474d-bd4e-3615d5beafc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183312Z:63a9470d-3c66-474d-bd4e-3615d5beafc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "a9e9d5dd99d34cfc8e1257043545c0f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaf7f133-cc71-48a8-99d3-0440ea15bc62" - ], - "x-ms-correlation-request-id": [ - "eaf7f133-cc71-48a8-99d3-0440ea15bc62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183312Z:eaf7f133-cc71-48a8-99d3-0440ea15bc62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "882b2f147a204dd9be38747c3b5e6ff4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9b9cb3a-7898-480d-ad0c-5cc70c974fa1" - ], - "x-ms-correlation-request-id": [ - "e9b9cb3a-7898-480d-ad0c-5cc70c974fa1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183312Z:e9b9cb3a-7898-480d-ad0c-5cc70c974fa1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "4794141dae9142b8a35676ec5175edb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24d1cd7a-6ad7-444a-9a23-e137992e9ed2" - ], - "x-ms-correlation-request-id": [ - "24d1cd7a-6ad7-444a-9a23-e137992e9ed2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183312Z:24d1cd7a-6ad7-444a-9a23-e137992e9ed2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "94791a090b424b6483a674308bec9f18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bafaa3b0-0aea-4dc7-a7b5-182680034675" - ], - "x-ms-correlation-request-id": [ - "bafaa3b0-0aea-4dc7-a7b5-182680034675" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183312Z:bafaa3b0-0aea-4dc7-a7b5-182680034675" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "7594170cc5e04868837623268e44a579" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "833ae636-06ef-430e-867a-def5f530d62b" - ], - "x-ms-correlation-request-id": [ - "833ae636-06ef-430e-867a-def5f530d62b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183312Z:833ae636-06ef-430e-867a-def5f530d62b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "831369700a2e4fb7a88239187fa5a1d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "247f6e28-ec60-48c7-bd6b-0cbd990da7b2" - ], - "x-ms-correlation-request-id": [ - "247f6e28-ec60-48c7-bd6b-0cbd990da7b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183312Z:247f6e28-ec60-48c7-bd6b-0cbd990da7b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "4f9deea746714f7c9f4333c3fcce796d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70b24fb9-19d7-403b-a960-5d92d2fa3528" - ], - "x-ms-correlation-request-id": [ - "70b24fb9-19d7-403b-a960-5d92d2fa3528" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183313Z:70b24fb9-19d7-403b-a960-5d92d2fa3528" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "996f4c2853894a6c9dfd177d1df38a84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16207f37-b582-4bba-bc58-560f904905b0" - ], - "x-ms-correlation-request-id": [ - "16207f37-b582-4bba-bc58-560f904905b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183313Z:16207f37-b582-4bba-bc58-560f904905b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "d5a57fc5bc574de5b37068ac3b43ee6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da6f99f2-c20b-4898-a02b-cc05dcc8387f" - ], - "x-ms-correlation-request-id": [ - "da6f99f2-c20b-4898-a02b-cc05dcc8387f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183313Z:da6f99f2-c20b-4898-a02b-cc05dcc8387f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "6a8db9e4042443dbba73eecd51349a17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "602ac42b-11e5-4d4f-be55-057b053040b5" - ], - "x-ms-correlation-request-id": [ - "602ac42b-11e5-4d4f-be55-057b053040b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183313Z:602ac42b-11e5-4d4f-be55-057b053040b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "3b494647eef64c0f89fac5f3f7fd5ca5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfe7b90f-32c9-4158-980b-4a23f6ef2a1f" - ], - "x-ms-correlation-request-id": [ - "bfe7b90f-32c9-4158-980b-4a23f6ef2a1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183313Z:bfe7b90f-32c9-4158-980b-4a23f6ef2a1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "0d425d9bc84d45858d00f837a14e6423" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12920175-b670-4291-8b37-44e545e78470" - ], - "x-ms-correlation-request-id": [ - "12920175-b670-4291-8b37-44e545e78470" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183313Z:12920175-b670-4291-8b37-44e545e78470" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "d6ad5fb7259747068c750f4052a40e7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d64ae6c2-eb9f-4b62-876f-ca76e5c92ba3" - ], - "x-ms-correlation-request-id": [ - "d64ae6c2-eb9f-4b62-876f-ca76e5c92ba3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183313Z:d64ae6c2-eb9f-4b62-876f-ca76e5c92ba3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "00592f6f5112408d868c2e4e494fb572" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1be7e62b-f807-4753-a810-49de68001509" - ], - "x-ms-correlation-request-id": [ - "1be7e62b-f807-4753-a810-49de68001509" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183314Z:1be7e62b-f807-4753-a810-49de68001509" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "b328f882a3ac4c30a44d10b3554d63df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7ef424d-216f-4560-9e06-c278fd50483c" - ], - "x-ms-correlation-request-id": [ - "e7ef424d-216f-4560-9e06-c278fd50483c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183314Z:e7ef424d-216f-4560-9e06-c278fd50483c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "3f4ec275a3cd4d2ab2952af7febcdadf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f430646b-4849-457b-8f45-877ebd3a597d" - ], - "x-ms-correlation-request-id": [ - "f430646b-4849-457b-8f45-877ebd3a597d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183314Z:f430646b-4849-457b-8f45-877ebd3a597d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "7454c36872404fe1b6f79607ac4eea94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58a01d73-1f27-45e7-8c96-b7ea20302cd2" - ], - "x-ms-correlation-request-id": [ - "58a01d73-1f27-45e7-8c96-b7ea20302cd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183314Z:58a01d73-1f27-45e7-8c96-b7ea20302cd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "4a085fbfb06e4f53909f033b9e7854f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8ec6c6b-d2d7-41d5-a4b1-7f149999a21f" - ], - "x-ms-correlation-request-id": [ - "a8ec6c6b-d2d7-41d5-a4b1-7f149999a21f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183314Z:a8ec6c6b-d2d7-41d5-a4b1-7f149999a21f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "71ad40fd59a6413181721c297ac59b37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d48086b-9ca2-4e7f-b475-73c8cf6b3a41" - ], - "x-ms-correlation-request-id": [ - "7d48086b-9ca2-4e7f-b475-73c8cf6b3a41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183314Z:7d48086b-9ca2-4e7f-b475-73c8cf6b3a41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "e15e6e400a9444b7857a65cc3c577922" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc1e84b1-b377-4e04-be1e-7b3e736e75e9" - ], - "x-ms-correlation-request-id": [ - "dc1e84b1-b377-4e04-be1e-7b3e736e75e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183314Z:dc1e84b1-b377-4e04-be1e-7b3e736e75e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "2fabc5d1400e400ba100cc72943bc0ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12e895de-dad7-46d9-b334-e07986025552" - ], - "x-ms-correlation-request-id": [ - "12e895de-dad7-46d9-b334-e07986025552" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:12e895de-dad7-46d9-b334-e07986025552" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "cf28e54d49e74289bf4e27590592e8f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfd38d54-3b43-4c54-87fc-572172715b26" - ], - "x-ms-correlation-request-id": [ - "cfd38d54-3b43-4c54-87fc-572172715b26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:cfd38d54-3b43-4c54-87fc-572172715b26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "49c6ba5b28094c42a6af17a61ee67060" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c84e73ca-c496-4300-a38b-9c6265a7d233" - ], - "x-ms-correlation-request-id": [ - "c84e73ca-c496-4300-a38b-9c6265a7d233" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:c84e73ca-c496-4300-a38b-9c6265a7d233" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "0ee157b876df4a71892bfe6f94e0f27b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e979b83c-96b2-4d8d-96a1-a5d2c08547cc" - ], - "x-ms-correlation-request-id": [ - "e979b83c-96b2-4d8d-96a1-a5d2c08547cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:e979b83c-96b2-4d8d-96a1-a5d2c08547cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "1927a2848ba2409d8474ab6e4c0590f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b821807-44e9-4ba5-9dd9-0588e2052db9" - ], - "x-ms-correlation-request-id": [ - "7b821807-44e9-4ba5-9dd9-0588e2052db9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:7b821807-44e9-4ba5-9dd9-0588e2052db9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "8ebb893c4eae4021ada9db9daf0efb0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "574da509-2c14-4d30-b0e6-2529eebee515" - ], - "x-ms-correlation-request-id": [ - "574da509-2c14-4d30-b0e6-2529eebee515" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:574da509-2c14-4d30-b0e6-2529eebee515" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "018208f4e81146069c5441e12a83be9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa087a11-7fe3-4710-bf73-dc7232e0717c" - ], - "x-ms-correlation-request-id": [ - "fa087a11-7fe3-4710-bf73-dc7232e0717c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:fa087a11-7fe3-4710-bf73-dc7232e0717c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "aa78abf2895e4bd0b88f047fc3076465" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2202fbfa-6ec8-4870-9b21-a0afc519636a" - ], - "x-ms-correlation-request-id": [ - "2202fbfa-6ec8-4870-9b21-a0afc519636a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183315Z:2202fbfa-6ec8-4870-9b21-a0afc519636a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "695f17a217094c50b90d2cd41198f4a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94f157da-1b4f-43c5-bc83-b430b6f743e1" - ], - "x-ms-correlation-request-id": [ - "94f157da-1b4f-43c5-bc83-b430b6f743e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:94f157da-1b4f-43c5-bc83-b430b6f743e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "e5a8479d40ca422ba2cbebbfd3df9e61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "127bfa07-8026-45a5-9615-3e7697deddff" - ], - "x-ms-correlation-request-id": [ - "127bfa07-8026-45a5-9615-3e7697deddff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:127bfa07-8026-45a5-9615-3e7697deddff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "6a2ecedc29f4496c8d0b83a84230e434" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "627e0cf8-cb9a-4dbc-891a-c99795ef4686" - ], - "x-ms-correlation-request-id": [ - "627e0cf8-cb9a-4dbc-891a-c99795ef4686" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:627e0cf8-cb9a-4dbc-891a-c99795ef4686" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "f5860df4baca4f7dab100728067933ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "328515a9-112d-487c-bca9-4ab567e814d2" - ], - "x-ms-correlation-request-id": [ - "328515a9-112d-487c-bca9-4ab567e814d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:328515a9-112d-487c-bca9-4ab567e814d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "9775291bea54478b89b3f1cfe98cc9a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f421dfd-c92a-42c8-a9c8-5c1669f26b97" - ], - "x-ms-correlation-request-id": [ - "0f421dfd-c92a-42c8-a9c8-5c1669f26b97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:0f421dfd-c92a-42c8-a9c8-5c1669f26b97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "8985dbf28a9948dc9fa58e7c5966eaeb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52bbf3d5-b32f-4c37-bac5-90ddb7af747d" - ], - "x-ms-correlation-request-id": [ - "52bbf3d5-b32f-4c37-bac5-90ddb7af747d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:52bbf3d5-b32f-4c37-bac5-90ddb7af747d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "718f819ec84a4f84a8aef083c773f5e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efced774-b888-4e05-addd-0035ab840a77" - ], - "x-ms-correlation-request-id": [ - "efced774-b888-4e05-addd-0035ab840a77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:efced774-b888-4e05-addd-0035ab840a77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "72085d0cf50e4394a7f009cd89c59c1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6295e800-276a-488a-b472-f2f7c0e276b0" - ], - "x-ms-correlation-request-id": [ - "6295e800-276a-488a-b472-f2f7c0e276b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183316Z:6295e800-276a-488a-b472-f2f7c0e276b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "8b63b3ec16ae4f588b0503d3ae46d08d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1a5173c-4af0-42ad-845f-3c88e94996cb" - ], - "x-ms-correlation-request-id": [ - "d1a5173c-4af0-42ad-845f-3c88e94996cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183317Z:d1a5173c-4af0-42ad-845f-3c88e94996cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "225dfa3bf298439cb1f3f7ed8f47ed6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a9d50d1-62e2-439f-bdc4-3b1ed4dfa637" - ], - "x-ms-correlation-request-id": [ - "7a9d50d1-62e2-439f-bdc4-3b1ed4dfa637" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183317Z:7a9d50d1-62e2-439f-bdc4-3b1ed4dfa637" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "37daa3e424cc434c901457703e1612e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ebcf040-0d4b-4121-8818-2fa0847bb0e2" - ], - "x-ms-correlation-request-id": [ - "3ebcf040-0d4b-4121-8818-2fa0847bb0e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183317Z:3ebcf040-0d4b-4121-8818-2fa0847bb0e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "d3d02b3eab13436fb0191e8bf4df7ee8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9e5649a-129d-493d-bd7b-322522aef1a0" - ], - "x-ms-correlation-request-id": [ - "d9e5649a-129d-493d-bd7b-322522aef1a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183317Z:d9e5649a-129d-493d-bd7b-322522aef1a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "8f2ffad64dd5409fb33e284db2f822d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbc96744-44fc-43e3-b394-33f279486829" - ], - "x-ms-correlation-request-id": [ - "bbc96744-44fc-43e3-b394-33f279486829" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183317Z:bbc96744-44fc-43e3-b394-33f279486829" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "17d9b2d15fe14551b7a04a7df3b72bf2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "262642e6-afd8-4bc8-a415-21d759dbc581" - ], - "x-ms-correlation-request-id": [ - "262642e6-afd8-4bc8-a415-21d759dbc581" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:262642e6-afd8-4bc8-a415-21d759dbc581" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "e51c9fd19a55491287d2cb7066d57d95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e319147-9689-4d76-ab5f-c3a7520e4acc" - ], - "x-ms-correlation-request-id": [ - "8e319147-9689-4d76-ab5f-c3a7520e4acc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:8e319147-9689-4d76-ab5f-c3a7520e4acc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "f71e7155dc1d481f9987c34e6e05a9bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09777093-f608-4f94-a375-836b49825371" - ], - "x-ms-correlation-request-id": [ - "09777093-f608-4f94-a375-836b49825371" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:09777093-f608-4f94-a375-836b49825371" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "9778f4f9856c445182cf0e628893abaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "759334e8-f64d-48a2-873a-1673be2bda56" - ], - "x-ms-correlation-request-id": [ - "759334e8-f64d-48a2-873a-1673be2bda56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:759334e8-f64d-48a2-873a-1673be2bda56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "5ddf73a3527846a6986997c56e1f472e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41cae2c2-7cf2-4c86-b412-6e819d7be54d" - ], - "x-ms-correlation-request-id": [ - "41cae2c2-7cf2-4c86-b412-6e819d7be54d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:41cae2c2-7cf2-4c86-b412-6e819d7be54d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "da3ba4d4fed746e795311c40f78ffe34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65f33719-e538-4e3e-a975-515bc393d561" - ], - "x-ms-correlation-request-id": [ - "65f33719-e538-4e3e-a975-515bc393d561" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:65f33719-e538-4e3e-a975-515bc393d561" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "fce1ace7933e42d298b40cbc2de8bad4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd4c9bb9-8993-4310-a5ce-784454a0d4eb" - ], - "x-ms-correlation-request-id": [ - "dd4c9bb9-8993-4310-a5ce-784454a0d4eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:dd4c9bb9-8993-4310-a5ce-784454a0d4eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "9d5a977d1e6b4c33aa60f445d2fe407f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b3cea00-13a2-4111-8435-1c8ef5f43a06" - ], - "x-ms-correlation-request-id": [ - "6b3cea00-13a2-4111-8435-1c8ef5f43a06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183318Z:6b3cea00-13a2-4111-8435-1c8ef5f43a06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "0e08aa874bd84f79a9ae9fd47a225bbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b88cbbd-f881-4aa4-a699-b372a474d4e5" - ], - "x-ms-correlation-request-id": [ - "7b88cbbd-f881-4aa4-a699-b372a474d4e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:7b88cbbd-f881-4aa4-a699-b372a474d4e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "82f08011671b4cf5a1cdca3aa4e99d4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9aa81fc9-72c5-4efc-aa34-b9193b6345ca" - ], - "x-ms-correlation-request-id": [ - "9aa81fc9-72c5-4efc-aa34-b9193b6345ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:9aa81fc9-72c5-4efc-aa34-b9193b6345ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "9c008233072348159e5baa340883999a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6aafd26e-d0db-4c91-926c-2c89b61e63e1" - ], - "x-ms-correlation-request-id": [ - "6aafd26e-d0db-4c91-926c-2c89b61e63e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:6aafd26e-d0db-4c91-926c-2c89b61e63e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "0253ed53fa424c63a95b43a8067e6eae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f84da977-2807-4f52-9764-f67e029aa853" - ], - "x-ms-correlation-request-id": [ - "f84da977-2807-4f52-9764-f67e029aa853" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:f84da977-2807-4f52-9764-f67e029aa853" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "66449d91c6954cd2ac003c61dbf8fb74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9aec7ed1-258c-4098-aba7-d0ca0203bad6" - ], - "x-ms-correlation-request-id": [ - "9aec7ed1-258c-4098-aba7-d0ca0203bad6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:9aec7ed1-258c-4098-aba7-d0ca0203bad6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "e6ee5602d9ec447eacaaffde383fe7ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "746b508b-a80c-4b5b-aa76-386dbab24820" - ], - "x-ms-correlation-request-id": [ - "746b508b-a80c-4b5b-aa76-386dbab24820" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:746b508b-a80c-4b5b-aa76-386dbab24820" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "2de72c63d87f4fa1be5a0fb3435b08ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "770ba673-e11e-4484-bb79-c8afdbc37fda" - ], - "x-ms-correlation-request-id": [ - "770ba673-e11e-4484-bb79-c8afdbc37fda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:770ba673-e11e-4484-bb79-c8afdbc37fda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "d342883497434c559a099318f2aeb6b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f20cc39-0cdb-49d3-8a43-f57e334c2adc" - ], - "x-ms-correlation-request-id": [ - "5f20cc39-0cdb-49d3-8a43-f57e334c2adc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183319Z:5f20cc39-0cdb-49d3-8a43-f57e334c2adc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "6266e30db4bc4cab9ea2dcc0c7294cd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d029e74-2d28-4571-b65e-8904dec5a750" - ], - "x-ms-correlation-request-id": [ - "1d029e74-2d28-4571-b65e-8904dec5a750" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:1d029e74-2d28-4571-b65e-8904dec5a750" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "8261c81d3c1445219ddfdabca2305f14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a92ea4e8-69bc-4f9c-bd11-630f5cb966be" - ], - "x-ms-correlation-request-id": [ - "a92ea4e8-69bc-4f9c-bd11-630f5cb966be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:a92ea4e8-69bc-4f9c-bd11-630f5cb966be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "5f8253debc9443b79563b47104d92f5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9743898-e685-4a96-b30d-8a8f6a5d16bc" - ], - "x-ms-correlation-request-id": [ - "f9743898-e685-4a96-b30d-8a8f6a5d16bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:f9743898-e685-4a96-b30d-8a8f6a5d16bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "a806627d275a4bae868d0062f6dd82a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "756ac156-41af-4dcc-ac4a-76160b490793" - ], - "x-ms-correlation-request-id": [ - "756ac156-41af-4dcc-ac4a-76160b490793" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:756ac156-41af-4dcc-ac4a-76160b490793" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "0ccf3e461212492c8d50b70891e01872" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "607da112-a083-4e6f-a5bb-b768513eb4ff" - ], - "x-ms-correlation-request-id": [ - "607da112-a083-4e6f-a5bb-b768513eb4ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:607da112-a083-4e6f-a5bb-b768513eb4ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "f95ec871504c4cd5afa98271c74057b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff35baad-6818-46e4-adce-f09d7e1c09b0" - ], - "x-ms-correlation-request-id": [ - "ff35baad-6818-46e4-adce-f09d7e1c09b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:ff35baad-6818-46e4-adce-f09d7e1c09b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "3aa1a404be0d4db7a6361784b1a44334" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afbf09dd-714e-47f9-adb9-e588a1d3a4f8" - ], - "x-ms-correlation-request-id": [ - "afbf09dd-714e-47f9-adb9-e588a1d3a4f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:afbf09dd-714e-47f9-adb9-e588a1d3a4f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "4930e7cf1abb4c6c9311caff4547782c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c5fc5d1-63de-4ca7-abfd-d132d3489f66" - ], - "x-ms-correlation-request-id": [ - "9c5fc5d1-63de-4ca7-abfd-d132d3489f66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:9c5fc5d1-63de-4ca7-abfd-d132d3489f66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "712c886859074f2eabecc5872aafd9a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dea3b8cc-b479-4f74-ac98-90f57973e5c7" - ], - "x-ms-correlation-request-id": [ - "dea3b8cc-b479-4f74-ac98-90f57973e5c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:dea3b8cc-b479-4f74-ac98-90f57973e5c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "946df3656ed1468abaface8323ad6788" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8252189c-2618-4dad-b925-cd3f7cd983ca" - ], - "x-ms-correlation-request-id": [ - "8252189c-2618-4dad-b925-cd3f7cd983ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183320Z:8252189c-2618-4dad-b925-cd3f7cd983ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "58e6507c16974ec4b9414cc1a839352c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22d94351-c95b-4a43-89c2-7d5b30ef5a4c" - ], - "x-ms-correlation-request-id": [ - "22d94351-c95b-4a43-89c2-7d5b30ef5a4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:22d94351-c95b-4a43-89c2-7d5b30ef5a4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "5e5bf7c958c444809918dd90c009fd80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74a8a99e-7a58-4af8-b801-3e8ada592550" - ], - "x-ms-correlation-request-id": [ - "74a8a99e-7a58-4af8-b801-3e8ada592550" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:74a8a99e-7a58-4af8-b801-3e8ada592550" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "58eaf789ccd840baa2b69c19053589b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "026d9586-114d-494a-949e-1babf76907f4" - ], - "x-ms-correlation-request-id": [ - "026d9586-114d-494a-949e-1babf76907f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:026d9586-114d-494a-949e-1babf76907f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "ef075a77dcb84214a7a83d375e01a371" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba08ee5f-d0ad-47a7-b334-05b9d7460a25" - ], - "x-ms-correlation-request-id": [ - "ba08ee5f-d0ad-47a7-b334-05b9d7460a25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:ba08ee5f-d0ad-47a7-b334-05b9d7460a25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "ecfabe12cec84c4cb5e39c2d17fb58f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bb49b21-f499-4595-9a99-d9918770d80a" - ], - "x-ms-correlation-request-id": [ - "6bb49b21-f499-4595-9a99-d9918770d80a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:6bb49b21-f499-4595-9a99-d9918770d80a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "69968ac63f464d04b1984d650f9cd9f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e791afb1-3af2-4ff8-9aa9-8192708e5945" - ], - "x-ms-correlation-request-id": [ - "e791afb1-3af2-4ff8-9aa9-8192708e5945" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:e791afb1-3af2-4ff8-9aa9-8192708e5945" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "9b03294e1ebb4df583b6d1319b97a232" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5602aa0d-ced5-42d2-b888-fe686bb438a4" - ], - "x-ms-correlation-request-id": [ - "5602aa0d-ced5-42d2-b888-fe686bb438a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:5602aa0d-ced5-42d2-b888-fe686bb438a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "44a642761ba24bacbcc1ad5df7a524e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c69aacc-5934-42ea-a72f-ac0e2f9407b4" - ], - "x-ms-correlation-request-id": [ - "4c69aacc-5934-42ea-a72f-ac0e2f9407b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183321Z:4c69aacc-5934-42ea-a72f-ac0e2f9407b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "b0e5720ed7684f6f9b31804ffee178f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1122196f-63ca-4e73-b5be-2450f32b87f6" - ], - "x-ms-correlation-request-id": [ - "1122196f-63ca-4e73-b5be-2450f32b87f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183322Z:1122196f-63ca-4e73-b5be-2450f32b87f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "28b7b854d08a47118a242240fb5a17ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a91be34-ef01-409e-87b5-96268698880b" - ], - "x-ms-correlation-request-id": [ - "3a91be34-ef01-409e-87b5-96268698880b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183322Z:3a91be34-ef01-409e-87b5-96268698880b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "92bec8a25cb045f68be2bb91db401bcc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bd84fcc-4182-49ac-b09b-5bddbb5b95a1" - ], - "x-ms-correlation-request-id": [ - "2bd84fcc-4182-49ac-b09b-5bddbb5b95a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183322Z:2bd84fcc-4182-49ac-b09b-5bddbb5b95a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "8a3cea261eeb4ca7ba4b70644f7c4020" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c24e6f2-a40b-4d58-a5ff-b440d77f4060" - ], - "x-ms-correlation-request-id": [ - "9c24e6f2-a40b-4d58-a5ff-b440d77f4060" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183322Z:9c24e6f2-a40b-4d58-a5ff-b440d77f4060" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "b571f4d994d64b66955d274918f2d6c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84f29c2a-0eb1-426a-a224-dccd100c3678" - ], - "x-ms-correlation-request-id": [ - "84f29c2a-0eb1-426a-a224-dccd100c3678" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183323Z:84f29c2a-0eb1-426a-a224-dccd100c3678" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "d4b2137c42824f9181af7ebbc458d2f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab75bf9a-2326-462c-9270-3f8366ec13a7" - ], - "x-ms-correlation-request-id": [ - "ab75bf9a-2326-462c-9270-3f8366ec13a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183323Z:ab75bf9a-2326-462c-9270-3f8366ec13a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "66d19f0c40524ccd9c42dfb0d1618be5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e7a56c2-2ce4-4252-9b96-dc175e371300" - ], - "x-ms-correlation-request-id": [ - "8e7a56c2-2ce4-4252-9b96-dc175e371300" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183323Z:8e7a56c2-2ce4-4252-9b96-dc175e371300" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "eb9958f4bd534091abc06ba165a8f3ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09597584-b36a-477b-94a1-93ac3d73e8ed" - ], - "x-ms-correlation-request-id": [ - "09597584-b36a-477b-94a1-93ac3d73e8ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183323Z:09597584-b36a-477b-94a1-93ac3d73e8ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "54e7920ee3644caebc4966cc40d677d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42e33a29-82ae-41e5-bc56-6813cadbd536" - ], - "x-ms-correlation-request-id": [ - "42e33a29-82ae-41e5-bc56-6813cadbd536" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183323Z:42e33a29-82ae-41e5-bc56-6813cadbd536" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "f4433a9434d0476da7020e0a1a567b55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5bb75a1-0d54-4d61-8cad-46fbbb0e35d4" - ], - "x-ms-correlation-request-id": [ - "a5bb75a1-0d54-4d61-8cad-46fbbb0e35d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183323Z:a5bb75a1-0d54-4d61-8cad-46fbbb0e35d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "6ca4dbf086e44def8bb752cd6cb0b580" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "037a5921-a2b9-41d8-b241-c2ffad5a4bf9" - ], - "x-ms-correlation-request-id": [ - "037a5921-a2b9-41d8-b241-c2ffad5a4bf9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183324Z:037a5921-a2b9-41d8-b241-c2ffad5a4bf9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "805eb33a70e7479fbc07a09d80e2027d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e3d5c39-cd65-4118-a0fe-c45658696fa5" - ], - "x-ms-correlation-request-id": [ - "9e3d5c39-cd65-4118-a0fe-c45658696fa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183324Z:9e3d5c39-cd65-4118-a0fe-c45658696fa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "3feeb84a1ef74b19b9f64fb81226289b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26e3641f-b099-4513-bef2-5a2ef33bd1fd" - ], - "x-ms-correlation-request-id": [ - "26e3641f-b099-4513-bef2-5a2ef33bd1fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183324Z:26e3641f-b099-4513-bef2-5a2ef33bd1fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "f6d7393509f84abbb434c936b8b6b1a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7554c3ac-051d-4e1f-89d0-ca333464c2f6" - ], - "x-ms-correlation-request-id": [ - "7554c3ac-051d-4e1f-89d0-ca333464c2f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:7554c3ac-051d-4e1f-89d0-ca333464c2f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "6354b84755794b51ba270a27aaa37518" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b280bb0-fc6a-4f75-967f-ed4e5444b50f" - ], - "x-ms-correlation-request-id": [ - "4b280bb0-fc6a-4f75-967f-ed4e5444b50f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:4b280bb0-fc6a-4f75-967f-ed4e5444b50f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "e7f92e27cdee418184d152e2dc57a170" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ecf1f54-9c4d-4933-a93e-a60886e88c0b" - ], - "x-ms-correlation-request-id": [ - "5ecf1f54-9c4d-4933-a93e-a60886e88c0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:5ecf1f54-9c4d-4933-a93e-a60886e88c0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "894ba3fe6f83479d9c7253215da7ba4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9aabf96d-34b0-49e4-87fe-b611d97cb817" - ], - "x-ms-correlation-request-id": [ - "9aabf96d-34b0-49e4-87fe-b611d97cb817" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:9aabf96d-34b0-49e4-87fe-b611d97cb817" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "4fdca45d96e848f88540dc292ce8122e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "076df483-757b-41c3-87b0-ae0fd5f054e5" - ], - "x-ms-correlation-request-id": [ - "076df483-757b-41c3-87b0-ae0fd5f054e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:076df483-757b-41c3-87b0-ae0fd5f054e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "3d5e4eee1fb24f01a2082c3fff4e8ec6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45fceaa2-07ea-4016-9351-4121b2390583" - ], - "x-ms-correlation-request-id": [ - "45fceaa2-07ea-4016-9351-4121b2390583" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:45fceaa2-07ea-4016-9351-4121b2390583" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "22abb13f14ff4c9d9013b8347c905cb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df2a4b6d-d920-48f9-af1a-3edefa1db1ae" - ], - "x-ms-correlation-request-id": [ - "df2a4b6d-d920-48f9-af1a-3edefa1db1ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:df2a4b6d-d920-48f9-af1a-3edefa1db1ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "2b1a541c3a524cd097a9ad2ffee91093" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb4ad48e-568c-491c-a800-25ac1d095eb9" - ], - "x-ms-correlation-request-id": [ - "fb4ad48e-568c-491c-a800-25ac1d095eb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183325Z:fb4ad48e-568c-491c-a800-25ac1d095eb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "4c9c0e79a4d04275bbbb103c8c027f40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9034020d-6395-4fdf-bd70-21f78e70f412" - ], - "x-ms-correlation-request-id": [ - "9034020d-6395-4fdf-bd70-21f78e70f412" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183329Z:9034020d-6395-4fdf-bd70-21f78e70f412" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "c71a47de7c45404cbeaa6b767e56cb38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea7e0892-2e72-4484-b930-932381d3f13f" - ], - "x-ms-correlation-request-id": [ - "ea7e0892-2e72-4484-b930-932381d3f13f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183329Z:ea7e0892-2e72-4484-b930-932381d3f13f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "6148f84e60c444aeb97aa9b048c5705c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5759f39a-651a-4650-9b9a-edc47b94b346" - ], - "x-ms-correlation-request-id": [ - "5759f39a-651a-4650-9b9a-edc47b94b346" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183330Z:5759f39a-651a-4650-9b9a-edc47b94b346" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "440a3b014b504813811436cf6252246f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65cc91b3-8587-4b44-bebd-cee86f34c494" - ], - "x-ms-correlation-request-id": [ - "65cc91b3-8587-4b44-bebd-cee86f34c494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183330Z:65cc91b3-8587-4b44-bebd-cee86f34c494" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "08412298543b465fa694bc43a350bc76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddc98fa0-ca4f-45c1-bbdb-dd7ed902e017" - ], - "x-ms-correlation-request-id": [ - "ddc98fa0-ca4f-45c1-bbdb-dd7ed902e017" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183330Z:ddc98fa0-ca4f-45c1-bbdb-dd7ed902e017" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "8debfe07f22442af988125700074df53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81efc735-818f-4548-9cdc-152f129530ab" - ], - "x-ms-correlation-request-id": [ - "81efc735-818f-4548-9cdc-152f129530ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183330Z:81efc735-818f-4548-9cdc-152f129530ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "c7f4e104826549b28d36e2ef797fb9ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d951387-b469-4dc3-b090-ce3d12e16314" - ], - "x-ms-correlation-request-id": [ - "4d951387-b469-4dc3-b090-ce3d12e16314" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183330Z:4d951387-b469-4dc3-b090-ce3d12e16314" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "56844b2b815742f4aa1e2763d1801d0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7cba232-3bf4-4122-9939-1368a8c6d957" - ], - "x-ms-correlation-request-id": [ - "c7cba232-3bf4-4122-9939-1368a8c6d957" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183330Z:c7cba232-3bf4-4122-9939-1368a8c6d957" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "727992ff9e3145729bd086ea90b2f1f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09674561-c7ca-44bc-be69-b362360846ee" - ], - "x-ms-correlation-request-id": [ - "09674561-c7ca-44bc-be69-b362360846ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:09674561-c7ca-44bc-be69-b362360846ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "8a80d3215087488fa60f25035a2d4be5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "174dbdd7-540d-4152-b510-0327f2c9b016" - ], - "x-ms-correlation-request-id": [ - "174dbdd7-540d-4152-b510-0327f2c9b016" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:174dbdd7-540d-4152-b510-0327f2c9b016" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "2d60895569854dd39d48b869a4224a4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f9b47f1-b5ee-4175-b59c-18b349cec1ff" - ], - "x-ms-correlation-request-id": [ - "7f9b47f1-b5ee-4175-b59c-18b349cec1ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:7f9b47f1-b5ee-4175-b59c-18b349cec1ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "c3d108a18c4d46848e8b275f999e60ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ca905ad-71ed-403c-910c-511c0f1d27c8" - ], - "x-ms-correlation-request-id": [ - "2ca905ad-71ed-403c-910c-511c0f1d27c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:2ca905ad-71ed-403c-910c-511c0f1d27c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "c338f8caf1ae489da07f1d08e60e92ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1391b238-26e6-4775-bdab-e7114416b340" - ], - "x-ms-correlation-request-id": [ - "1391b238-26e6-4775-bdab-e7114416b340" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:1391b238-26e6-4775-bdab-e7114416b340" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "ff80331c0a4048a9a9d48ba235ad331a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d30d52ff-9979-4e4f-b664-ee671f5e95ed" - ], - "x-ms-correlation-request-id": [ - "d30d52ff-9979-4e4f-b664-ee671f5e95ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:d30d52ff-9979-4e4f-b664-ee671f5e95ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "a03c9c30b75148e69e37cfd9207c2653" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85ff23b8-6972-4dd3-90f4-9b62397d8532" - ], - "x-ms-correlation-request-id": [ - "85ff23b8-6972-4dd3-90f4-9b62397d8532" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:85ff23b8-6972-4dd3-90f4-9b62397d8532" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "7985cadb73dd44b3a560f81da07f8a48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d778b2fd-8ef1-4949-ba38-5d283995ea7a" - ], - "x-ms-correlation-request-id": [ - "d778b2fd-8ef1-4949-ba38-5d283995ea7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:d778b2fd-8ef1-4949-ba38-5d283995ea7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "542a9e89aab748fda2cafb414ab3739a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5eb3ac1-01d8-4fca-ac95-cb259b1c2868" - ], - "x-ms-correlation-request-id": [ - "c5eb3ac1-01d8-4fca-ac95-cb259b1c2868" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183331Z:c5eb3ac1-01d8-4fca-ac95-cb259b1c2868" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "9420f9d447a643fa94607f8d5ebd991e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b8c9055-b39e-4dbe-be14-d2c3f5a9e366" - ], - "x-ms-correlation-request-id": [ - "1b8c9055-b39e-4dbe-be14-d2c3f5a9e366" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183332Z:1b8c9055-b39e-4dbe-be14-d2c3f5a9e366" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "f76987ad94004a4ebde248e53b91fd23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77338233-6185-4636-a336-8a8bf56e9e03" - ], - "x-ms-correlation-request-id": [ - "77338233-6185-4636-a336-8a8bf56e9e03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183332Z:77338233-6185-4636-a336-8a8bf56e9e03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "6762c314afa248e296f5bf445bd28f47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47cccb66-d148-4eb5-a3d2-de40d57f63bd" - ], - "x-ms-correlation-request-id": [ - "47cccb66-d148-4eb5-a3d2-de40d57f63bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183332Z:47cccb66-d148-4eb5-a3d2-de40d57f63bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "f5cee787a75d4e5cb6d0964da24431ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e915bbf5-8f4e-4466-8b29-6b66f4176c96" - ], - "x-ms-correlation-request-id": [ - "e915bbf5-8f4e-4466-8b29-6b66f4176c96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183332Z:e915bbf5-8f4e-4466-8b29-6b66f4176c96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "fd66443159f041a087a91b3c3059040c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4dc3019c-6f98-4ce9-b087-636973bc6786" - ], - "x-ms-correlation-request-id": [ - "4dc3019c-6f98-4ce9-b087-636973bc6786" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183332Z:4dc3019c-6f98-4ce9-b087-636973bc6786" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "8f1e4ea5dcd245ae959727c60c33814e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "699037bd-38bb-4026-8a78-668467b38856" - ], - "x-ms-correlation-request-id": [ - "699037bd-38bb-4026-8a78-668467b38856" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183332Z:699037bd-38bb-4026-8a78-668467b38856" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "b005f0a1c7a7430ca89139c9ad621f51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10109575-a737-427d-b3f4-734e89708267" - ], - "x-ms-correlation-request-id": [ - "10109575-a737-427d-b3f4-734e89708267" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183332Z:10109575-a737-427d-b3f4-734e89708267" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "d1a2eebb255a4b8293371ec5d0fbd4df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8200c20-0102-4b9d-84dd-bc3f30373bd1" - ], - "x-ms-correlation-request-id": [ - "d8200c20-0102-4b9d-84dd-bc3f30373bd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:d8200c20-0102-4b9d-84dd-bc3f30373bd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "3532890d149e4469a01e8c6397e86317" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eae33394-7cba-4d12-b574-9ffd48b96b23" - ], - "x-ms-correlation-request-id": [ - "eae33394-7cba-4d12-b574-9ffd48b96b23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:eae33394-7cba-4d12-b574-9ffd48b96b23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "d305a4164c914368ad3e1debd777dfd2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7b737fb-bb58-44c3-aec7-97aae95fc149" - ], - "x-ms-correlation-request-id": [ - "c7b737fb-bb58-44c3-aec7-97aae95fc149" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:c7b737fb-bb58-44c3-aec7-97aae95fc149" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "0886bb6444b24b2b8a4313d8fbda6206" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53351e8c-527a-40aa-85f0-1e23e051b494" - ], - "x-ms-correlation-request-id": [ - "53351e8c-527a-40aa-85f0-1e23e051b494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:53351e8c-527a-40aa-85f0-1e23e051b494" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "4cd6155c86b04ab798647065560eec3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2d93b4f-b7d2-4fa6-8230-b5668e00d5bf" - ], - "x-ms-correlation-request-id": [ - "a2d93b4f-b7d2-4fa6-8230-b5668e00d5bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:a2d93b4f-b7d2-4fa6-8230-b5668e00d5bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "6433d0e49664444998a9f8a5dc16fd81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e329ffc9-b633-4cee-b69a-b4057589aa26" - ], - "x-ms-correlation-request-id": [ - "e329ffc9-b633-4cee-b69a-b4057589aa26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:e329ffc9-b633-4cee-b69a-b4057589aa26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "9625fb08b5c7459eb2d380e766a99a23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0729a351-5fd6-4519-a930-93bcb038465f" - ], - "x-ms-correlation-request-id": [ - "0729a351-5fd6-4519-a930-93bcb038465f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:0729a351-5fd6-4519-a930-93bcb038465f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "70354a4f6da244fc8e680040ef827e7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f5b4b2b-9977-4aa7-815a-336fe5f646f8" - ], - "x-ms-correlation-request-id": [ - "6f5b4b2b-9977-4aa7-815a-336fe5f646f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:6f5b4b2b-9977-4aa7-815a-336fe5f646f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "fbfd6f17bf024cb895e6b9fd136c3cb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1577afef-b847-4276-8b0b-3a44771141d5" - ], - "x-ms-correlation-request-id": [ - "1577afef-b847-4276-8b0b-3a44771141d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183333Z:1577afef-b847-4276-8b0b-3a44771141d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "48e30c20a28145d6aa65b3d245f14441" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90e9af56-8cc2-498b-96bd-faea0d7c6e46" - ], - "x-ms-correlation-request-id": [ - "90e9af56-8cc2-498b-96bd-faea0d7c6e46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:90e9af56-8cc2-498b-96bd-faea0d7c6e46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "e8a89e5a85a54e428185287176bf1186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e638dd14-8f1c-4b3f-8803-843e5b71d25e" - ], - "x-ms-correlation-request-id": [ - "e638dd14-8f1c-4b3f-8803-843e5b71d25e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:e638dd14-8f1c-4b3f-8803-843e5b71d25e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "2b7c8e92b809432980d28fe7d1e4e7a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c93341c-da42-4710-9ad8-dd1f6070c701" - ], - "x-ms-correlation-request-id": [ - "6c93341c-da42-4710-9ad8-dd1f6070c701" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:6c93341c-da42-4710-9ad8-dd1f6070c701" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "3645204b5e804cd7b489adaaafbc7634" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "990f00ce-9df9-4029-a7f2-2c007be9c792" - ], - "x-ms-correlation-request-id": [ - "990f00ce-9df9-4029-a7f2-2c007be9c792" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:990f00ce-9df9-4029-a7f2-2c007be9c792" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "dbe22ef2676e41f09b1d5b6581312efd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80b10ef0-601c-43ee-a888-74c3239c8b4a" - ], - "x-ms-correlation-request-id": [ - "80b10ef0-601c-43ee-a888-74c3239c8b4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:80b10ef0-601c-43ee-a888-74c3239c8b4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "6046c09d1e544a6eacf8169dcdf31bb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b026d16-edc6-495d-9e11-fb54e9d3ea7f" - ], - "x-ms-correlation-request-id": [ - "5b026d16-edc6-495d-9e11-fb54e9d3ea7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:5b026d16-edc6-495d-9e11-fb54e9d3ea7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "76a780637e8b4b21815ab25c357a5d7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "444379a3-cee7-41c4-80ba-c23f5a9011ab" - ], - "x-ms-correlation-request-id": [ - "444379a3-cee7-41c4-80ba-c23f5a9011ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:444379a3-cee7-41c4-80ba-c23f5a9011ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "3174d57608c84dd1931a96b1bead91ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef2cb1b6-1af9-4188-8e72-a3a492a32326" - ], - "x-ms-correlation-request-id": [ - "ef2cb1b6-1af9-4188-8e72-a3a492a32326" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183334Z:ef2cb1b6-1af9-4188-8e72-a3a492a32326" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "1fbfb85fd045428195900ed2f00fe108" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "219d51ba-4598-41ec-8619-d9d7120e16bd" - ], - "x-ms-correlation-request-id": [ - "219d51ba-4598-41ec-8619-d9d7120e16bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183335Z:219d51ba-4598-41ec-8619-d9d7120e16bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "4f0c8dd4863949a1aecf36aa69af82b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6468fd68-4b2d-4c3e-b58a-194a045aa959" - ], - "x-ms-correlation-request-id": [ - "6468fd68-4b2d-4c3e-b58a-194a045aa959" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183335Z:6468fd68-4b2d-4c3e-b58a-194a045aa959" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "4b9053c3bdf841b0bd13de8be8b99f1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b033865c-50f9-4064-bac3-168397826992" - ], - "x-ms-correlation-request-id": [ - "b033865c-50f9-4064-bac3-168397826992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183335Z:b033865c-50f9-4064-bac3-168397826992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "773c2305a5494a4596b26588ab7447b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5e80f72-4278-4844-a001-5fcf5314fa7c" - ], - "x-ms-correlation-request-id": [ - "c5e80f72-4278-4844-a001-5fcf5314fa7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183335Z:c5e80f72-4278-4844-a001-5fcf5314fa7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "5723645788ca4bf984447360bde1745f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f2dbecc-4046-441b-ad21-b61e5e456b53" - ], - "x-ms-correlation-request-id": [ - "1f2dbecc-4046-441b-ad21-b61e5e456b53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183335Z:1f2dbecc-4046-441b-ad21-b61e5e456b53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "8306a51c40d34b30a0fb83f2fdc479e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f26d9beb-221e-41f2-b726-dd4f0ced2539" - ], - "x-ms-correlation-request-id": [ - "f26d9beb-221e-41f2-b726-dd4f0ced2539" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183335Z:f26d9beb-221e-41f2-b726-dd4f0ced2539" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "d88467cfaa014820902d58a9374dd400" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a770900-34ca-49be-be28-c72d85850332" - ], - "x-ms-correlation-request-id": [ - "7a770900-34ca-49be-be28-c72d85850332" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:7a770900-34ca-49be-be28-c72d85850332" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "378c1cd2920549d9aa85e0e91c7a4fbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27488111-ab10-4e23-bb5f-c8e5ff942dda" - ], - "x-ms-correlation-request-id": [ - "27488111-ab10-4e23-bb5f-c8e5ff942dda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:27488111-ab10-4e23-bb5f-c8e5ff942dda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "301407f4de7f4b7cab1edafe5f5b44fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "130cf7b8-e8cb-4108-8998-f408aa07279c" - ], - "x-ms-correlation-request-id": [ - "130cf7b8-e8cb-4108-8998-f408aa07279c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:130cf7b8-e8cb-4108-8998-f408aa07279c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "b04ab22012c44d3ab2e45e900986a6f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b9d1e6b-15dc-4cc6-9110-785a6d5fc031" - ], - "x-ms-correlation-request-id": [ - "5b9d1e6b-15dc-4cc6-9110-785a6d5fc031" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:5b9d1e6b-15dc-4cc6-9110-785a6d5fc031" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "cf02b1c1d75f40c595c2855863851982" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d03c3b33-0800-4d09-92d6-ec9e50f66439" - ], - "x-ms-correlation-request-id": [ - "d03c3b33-0800-4d09-92d6-ec9e50f66439" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:d03c3b33-0800-4d09-92d6-ec9e50f66439" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "338e606745fd407ca515b5d9c6d6a6c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "414022ef-ff1a-4f5a-a5fb-4a33d1182b6c" - ], - "x-ms-correlation-request-id": [ - "414022ef-ff1a-4f5a-a5fb-4a33d1182b6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:414022ef-ff1a-4f5a-a5fb-4a33d1182b6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "0e0cfc99983c4a1287ab481f13fe9bd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8553202-d676-468a-8bdb-5e493c7957bb" - ], - "x-ms-correlation-request-id": [ - "e8553202-d676-468a-8bdb-5e493c7957bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:e8553202-d676-468a-8bdb-5e493c7957bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "d10b3eb6d1794e54bcb18821252e571b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c5f8fa3-f674-4819-b462-4eb972e8f4ee" - ], - "x-ms-correlation-request-id": [ - "4c5f8fa3-f674-4819-b462-4eb972e8f4ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183336Z:4c5f8fa3-f674-4819-b462-4eb972e8f4ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "6f0405ce92424ba1af89b8c701174569" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6038d0c-1e56-43ae-85bf-54b973aa1f8b" - ], - "x-ms-correlation-request-id": [ - "c6038d0c-1e56-43ae-85bf-54b973aa1f8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:c6038d0c-1e56-43ae-85bf-54b973aa1f8b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "fb0aab7d1139489f8be6a5a75abe8eb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6595bd9-e739-467c-9db1-5fda2313b38c" - ], - "x-ms-correlation-request-id": [ - "f6595bd9-e739-467c-9db1-5fda2313b38c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:f6595bd9-e739-467c-9db1-5fda2313b38c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "11fed5e480234467bc0f121dc936ae5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eee5a406-87db-4826-bc3f-19cceef20807" - ], - "x-ms-correlation-request-id": [ - "eee5a406-87db-4826-bc3f-19cceef20807" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:eee5a406-87db-4826-bc3f-19cceef20807" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "4ecdd6685cc44732bfb96eaacbc98ee7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e10472e-e7ff-4bc6-bacd-e379eee2aeb6" - ], - "x-ms-correlation-request-id": [ - "4e10472e-e7ff-4bc6-bacd-e379eee2aeb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:4e10472e-e7ff-4bc6-bacd-e379eee2aeb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "f4ff12a98fd545a1866075302788f3c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19871ced-4dfd-46af-8d3b-7c671e1cca7b" - ], - "x-ms-correlation-request-id": [ - "19871ced-4dfd-46af-8d3b-7c671e1cca7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:19871ced-4dfd-46af-8d3b-7c671e1cca7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "fb5b8072bbaa486e887d58ce3eff5371" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11815277-411a-4c74-80fe-c126d0615aa3" - ], - "x-ms-correlation-request-id": [ - "11815277-411a-4c74-80fe-c126d0615aa3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:11815277-411a-4c74-80fe-c126d0615aa3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "df676444e1dc4eeaa8605c3d20924213" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e9cb1f2-485f-46c6-acfd-8ac5937df0f2" - ], - "x-ms-correlation-request-id": [ - "4e9cb1f2-485f-46c6-acfd-8ac5937df0f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:4e9cb1f2-485f-46c6-acfd-8ac5937df0f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "e20405f805754d79a91724428eb5f60b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb2e28fa-8351-441c-ab53-c6b545d02b1a" - ], - "x-ms-correlation-request-id": [ - "bb2e28fa-8351-441c-ab53-c6b545d02b1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183337Z:bb2e28fa-8351-441c-ab53-c6b545d02b1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "90363ed35f9d433da8cf3301fa2b5d6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "122ff074-435a-4a01-b5db-96e4b47cef66" - ], - "x-ms-correlation-request-id": [ - "122ff074-435a-4a01-b5db-96e4b47cef66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183338Z:122ff074-435a-4a01-b5db-96e4b47cef66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "e586d0ad405941d3b1ada2f6d40aea74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24fde54d-423e-4b39-9015-70fdefd9385f" - ], - "x-ms-correlation-request-id": [ - "24fde54d-423e-4b39-9015-70fdefd9385f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183338Z:24fde54d-423e-4b39-9015-70fdefd9385f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "2accb3a463e945b5a8894b3fd7fdaad4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "807a3d94-daf1-4dd6-aa6a-da217b804827" - ], - "x-ms-correlation-request-id": [ - "807a3d94-daf1-4dd6-aa6a-da217b804827" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183338Z:807a3d94-daf1-4dd6-aa6a-da217b804827" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "310861461a2b459cbf55c6da3ba31838" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c847cc06-7a2b-43d9-ad22-d2d095b7c473" - ], - "x-ms-correlation-request-id": [ - "c847cc06-7a2b-43d9-ad22-d2d095b7c473" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183338Z:c847cc06-7a2b-43d9-ad22-d2d095b7c473" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "7cd7d992d66f46e281f16aba07ace980" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "179d7298-f44f-41d4-beeb-e8005ccf971f" - ], - "x-ms-correlation-request-id": [ - "179d7298-f44f-41d4-beeb-e8005ccf971f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183338Z:179d7298-f44f-41d4-beeb-e8005ccf971f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "d68538562d4342f7b5bdb851ad6e7d67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f08e191d-b662-4a8d-a1bf-4e71dc93180d" - ], - "x-ms-correlation-request-id": [ - "f08e191d-b662-4a8d-a1bf-4e71dc93180d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:f08e191d-b662-4a8d-a1bf-4e71dc93180d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "3c14f68720b243bf9e3a1588ab697b43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f9d24ff-7ae5-47f0-a041-8370eb6591a4" - ], - "x-ms-correlation-request-id": [ - "6f9d24ff-7ae5-47f0-a041-8370eb6591a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:6f9d24ff-7ae5-47f0-a041-8370eb6591a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "085084e65d874a2ead1bba07f4c3974d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee7ccc8c-924b-4758-b74d-b07e39f926ae" - ], - "x-ms-correlation-request-id": [ - "ee7ccc8c-924b-4758-b74d-b07e39f926ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:ee7ccc8c-924b-4758-b74d-b07e39f926ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "ae360cbfe0b94fd990f7cf9997b2b773" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0515190b-6b6f-4087-83d5-9add6faf5e99" - ], - "x-ms-correlation-request-id": [ - "0515190b-6b6f-4087-83d5-9add6faf5e99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:0515190b-6b6f-4087-83d5-9add6faf5e99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "d42a4fabcdba4c419c76ec9fa9de9454" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "823c261d-768c-40e5-8739-6f75276979bd" - ], - "x-ms-correlation-request-id": [ - "823c261d-768c-40e5-8739-6f75276979bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:823c261d-768c-40e5-8739-6f75276979bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "9c1c5738742640b1846dc5684437cf80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e879ed6-7a25-49b3-9c7b-fa91b1d9c4b7" - ], - "x-ms-correlation-request-id": [ - "0e879ed6-7a25-49b3-9c7b-fa91b1d9c4b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:0e879ed6-7a25-49b3-9c7b-fa91b1d9c4b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "36374178e4ad4a8aa5401973555b816b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "960ba6be-6fca-445e-9b13-bfcdc0f59b1f" - ], - "x-ms-correlation-request-id": [ - "960ba6be-6fca-445e-9b13-bfcdc0f59b1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:960ba6be-6fca-445e-9b13-bfcdc0f59b1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "6cca80493e804cbdbed1f2119cb87b09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f7f53c5-6b22-4651-9621-f6c78577b970" - ], - "x-ms-correlation-request-id": [ - "1f7f53c5-6b22-4651-9621-f6c78577b970" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183339Z:1f7f53c5-6b22-4651-9621-f6c78577b970" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "0cf73abfb30146afb77591218b19f9bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "157676af-90a7-4a55-95a2-e0d626cd829d" - ], - "x-ms-correlation-request-id": [ - "157676af-90a7-4a55-95a2-e0d626cd829d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183340Z:157676af-90a7-4a55-95a2-e0d626cd829d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "136ca02d40834d1fbe2b676e70c46653" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ae12fd7-38ef-4161-be0f-3a5be11a6649" - ], - "x-ms-correlation-request-id": [ - "6ae12fd7-38ef-4161-be0f-3a5be11a6649" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183340Z:6ae12fd7-38ef-4161-be0f-3a5be11a6649" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "b0daec07dc4d4eda88320e19ceb55802" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7d1235b-3f00-41e0-9a71-2dff77a4b8e8" - ], - "x-ms-correlation-request-id": [ - "a7d1235b-3f00-41e0-9a71-2dff77a4b8e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183340Z:a7d1235b-3f00-41e0-9a71-2dff77a4b8e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "1c8cc20c62464bd39725074757c701f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b00fb7c2-52e3-49ca-afb9-417bd340cd86" - ], - "x-ms-correlation-request-id": [ - "b00fb7c2-52e3-49ca-afb9-417bd340cd86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183340Z:b00fb7c2-52e3-49ca-afb9-417bd340cd86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "45c9e41264354e19b5ad3363c4ff6d7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72e980b2-4e62-42ca-a091-02eefc6d95c9" - ], - "x-ms-correlation-request-id": [ - "72e980b2-4e62-42ca-a091-02eefc6d95c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183340Z:72e980b2-4e62-42ca-a091-02eefc6d95c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "d06f36f7b488409fa907ba0ba22c1fc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f900d606-e205-4a4a-ba6b-d8f5885abdbf" - ], - "x-ms-correlation-request-id": [ - "f900d606-e205-4a4a-ba6b-d8f5885abdbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183340Z:f900d606-e205-4a4a-ba6b-d8f5885abdbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "83af65e4c7cf4712a9df0748cae7c1ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a90b0b8-d152-49b1-93b8-dff3cc383307" - ], - "x-ms-correlation-request-id": [ - "4a90b0b8-d152-49b1-93b8-dff3cc383307" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183340Z:4a90b0b8-d152-49b1-93b8-dff3cc383307" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "bbfe3976b227416bbf86653112696a10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71290fd2-e3db-474f-81b2-a1708baca716" - ], - "x-ms-correlation-request-id": [ - "71290fd2-e3db-474f-81b2-a1708baca716" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183341Z:71290fd2-e3db-474f-81b2-a1708baca716" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" - ], - "x-ms-client-request-id": [ - "b004ef6b714e41bfa27ad4538499608f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f921a4f-d065-47e1-a4a7-86b02f86b4f3" - ], - "x-ms-correlation-request-id": [ - "5f921a4f-d065-47e1-a4a7-86b02f86b4f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183341Z:5f921a4f-d065-47e1-a4a7-86b02f86b4f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-client-request-id": [ - "b0c27a8b06ce4fc895bff5833003e320" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0ba290d-9402-4141-95f1-a85bf91e2863" - ], - "x-ms-correlation-request-id": [ - "c0ba290d-9402-4141-95f1-a85bf91e2863" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183341Z:c0ba290d-9402-4141-95f1-a85bf91e2863" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-client-request-id": [ - "fd3f751fad87420090fff29a59fecf1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb6c869b-b14b-4622-bf6e-46c18f230090" - ], - "x-ms-correlation-request-id": [ - "cb6c869b-b14b-4622-bf6e-46c18f230090" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183341Z:cb6c869b-b14b-4622-bf6e-46c18f230090" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-client-request-id": [ - "c601381b7b1f4d148989ed0f6bb688cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf6a57f9-d7ee-4740-8727-3b1f861ef29f" - ], - "x-ms-correlation-request-id": [ - "cf6a57f9-d7ee-4740-8727-3b1f861ef29f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:cf6a57f9-d7ee-4740-8727-3b1f861ef29f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "94ab6fca03f440ff90bea74af2a346c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de9ef052-0c44-4915-a17e-df71daed1351" - ], - "x-ms-correlation-request-id": [ - "de9ef052-0c44-4915-a17e-df71daed1351" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:de9ef052-0c44-4915-a17e-df71daed1351" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "808a5fd1f5e34a789c2d8b56a93f3c64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f505f968-e379-40fb-805e-9a88fe552927" - ], - "x-ms-correlation-request-id": [ - "f505f968-e379-40fb-805e-9a88fe552927" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:f505f968-e379-40fb-805e-9a88fe552927" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "3af89b75f67841eea16e740d7a1121cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57648066-0c06-4c47-8476-9f608973b778" - ], - "x-ms-correlation-request-id": [ - "57648066-0c06-4c47-8476-9f608973b778" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:57648066-0c06-4c47-8476-9f608973b778" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "8a60b2d27abe4993b5eee438afbae48d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e188787-8769-47ae-8ee0-ddb13b823223" - ], - "x-ms-correlation-request-id": [ - "5e188787-8769-47ae-8ee0-ddb13b823223" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:5e188787-8769-47ae-8ee0-ddb13b823223" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "a174c3b471144e60b3637f68600953c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d7538e1-fc48-45ff-b106-c84d1073c24e" - ], - "x-ms-correlation-request-id": [ - "6d7538e1-fc48-45ff-b106-c84d1073c24e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:6d7538e1-fc48-45ff-b106-c84d1073c24e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "265b0aa0c9eb45729e1fae8ac2b7b6cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0079eb9-64ca-4f91-8a7e-709b83e7fe7a" - ], - "x-ms-correlation-request-id": [ - "e0079eb9-64ca-4f91-8a7e-709b83e7fe7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:e0079eb9-64ca-4f91-8a7e-709b83e7fe7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "7cb1e517da0245b1be6674570f534b1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f051c8ac-cb1f-4f56-9370-c90c8b5499f0" - ], - "x-ms-correlation-request-id": [ - "f051c8ac-cb1f-4f56-9370-c90c8b5499f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:f051c8ac-cb1f-4f56-9370-c90c8b5499f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "c01eb0cdcbeb4bc89eb1230d9f82964b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc3e065e-773f-42be-a2d8-e618018f12ed" - ], - "x-ms-correlation-request-id": [ - "fc3e065e-773f-42be-a2d8-e618018f12ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183342Z:fc3e065e-773f-42be-a2d8-e618018f12ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "3e76defa861948138125d2a13b43347d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4cc8f5b-0b20-452e-ba8a-6cb9e79a90b3" - ], - "x-ms-correlation-request-id": [ - "a4cc8f5b-0b20-452e-ba8a-6cb9e79a90b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183343Z:a4cc8f5b-0b20-452e-ba8a-6cb9e79a90b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "c8600d2b18a041c79e3e4d31868c2506" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce7d17e2-46b6-444a-82d3-65041dc97719" - ], - "x-ms-correlation-request-id": [ - "ce7d17e2-46b6-444a-82d3-65041dc97719" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183343Z:ce7d17e2-46b6-444a-82d3-65041dc97719" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "d10882b7291b4232a6466e9c38cd4536" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ec8b9c9-0e05-455f-b6b6-1bd62801fd72" - ], - "x-ms-correlation-request-id": [ - "1ec8b9c9-0e05-455f-b6b6-1bd62801fd72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183343Z:1ec8b9c9-0e05-455f-b6b6-1bd62801fd72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "fc83b36538bd4a8b81b250b197d9c62f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac0c6afe-b6ee-4572-8ae4-e5cb0f5b9c9c" - ], - "x-ms-correlation-request-id": [ - "ac0c6afe-b6ee-4572-8ae4-e5cb0f5b9c9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183343Z:ac0c6afe-b6ee-4572-8ae4-e5cb0f5b9c9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "6c53b404891f4880ad84a4d9d8f0fbbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9e2ca71-bf07-44f2-89ec-30eb2cb10f8d" - ], - "x-ms-correlation-request-id": [ - "c9e2ca71-bf07-44f2-89ec-30eb2cb10f8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183343Z:c9e2ca71-bf07-44f2-89ec-30eb2cb10f8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "67041b2bfb3043858c05dd609f32b91e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd64fa26-34ea-4691-bb48-ede224527b6a" - ], - "x-ms-correlation-request-id": [ - "cd64fa26-34ea-4691-bb48-ede224527b6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183343Z:cd64fa26-34ea-4691-bb48-ede224527b6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "fa03502c228142a686c0ca3842b2bfd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6739ddf7-934d-4a43-bd94-18bc4b068377" - ], - "x-ms-correlation-request-id": [ - "6739ddf7-934d-4a43-bd94-18bc4b068377" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183343Z:6739ddf7-934d-4a43-bd94-18bc4b068377" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "7675eb51b7aa48b48c2db2d0038a0f79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd848ec6-5fc0-49d1-9474-c3cf88878598" - ], - "x-ms-correlation-request-id": [ - "bd848ec6-5fc0-49d1-9474-c3cf88878598" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183344Z:bd848ec6-5fc0-49d1-9474-c3cf88878598" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "90052e4718cb44738c52d2a3af7ea7ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e78dd833-a2dd-4d5e-8a0e-30449ef0bb87" - ], - "x-ms-correlation-request-id": [ - "e78dd833-a2dd-4d5e-8a0e-30449ef0bb87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183344Z:e78dd833-a2dd-4d5e-8a0e-30449ef0bb87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "eb51203ce1b44604a4a0e4d8b5c38949" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2647278c-5afe-42d9-94df-3005385da9ca" - ], - "x-ms-correlation-request-id": [ - "2647278c-5afe-42d9-94df-3005385da9ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183344Z:2647278c-5afe-42d9-94df-3005385da9ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "c9e43eec4be54d9886c3bff3ee5db12e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0dc708cc-3e9a-443b-b402-3b86b3bb7f7e" - ], - "x-ms-correlation-request-id": [ - "0dc708cc-3e9a-443b-b402-3b86b3bb7f7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183344Z:0dc708cc-3e9a-443b-b402-3b86b3bb7f7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "80e76c93611b4bc8993436284c537398" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16f38d66-2f19-49a2-a316-fbb5a418d21d" - ], - "x-ms-correlation-request-id": [ - "16f38d66-2f19-49a2-a316-fbb5a418d21d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183344Z:16f38d66-2f19-49a2-a316-fbb5a418d21d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "342f0ea18ab147d7946b555384f34a61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec1f3732-8c3e-4f5c-a26d-c6183d12f8c1" - ], - "x-ms-correlation-request-id": [ - "ec1f3732-8c3e-4f5c-a26d-c6183d12f8c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:ec1f3732-8c3e-4f5c-a26d-c6183d12f8c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "9d1cd3b07b82466ea4edcbcee1c801f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9bd40df-f671-4be3-9998-7dc29fc8744a" - ], - "x-ms-correlation-request-id": [ - "b9bd40df-f671-4be3-9998-7dc29fc8744a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:b9bd40df-f671-4be3-9998-7dc29fc8744a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "29cc608d2f5c45478ea2483e30a3499f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30b292bd-58d3-487c-b2a7-5e343b65bcfd" - ], - "x-ms-correlation-request-id": [ - "30b292bd-58d3-487c-b2a7-5e343b65bcfd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:30b292bd-58d3-487c-b2a7-5e343b65bcfd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "07e75fe1613b4ff0a0f586ca215b1615" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d6f0c30-f4a2-4614-a605-70a4d50627a2" - ], - "x-ms-correlation-request-id": [ - "9d6f0c30-f4a2-4614-a605-70a4d50627a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:9d6f0c30-f4a2-4614-a605-70a4d50627a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "f7899566d35f4f8c868c120f6374a352" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c82d6e3a-ecd0-4a2b-865d-5c40e0d0bd8d" - ], - "x-ms-correlation-request-id": [ - "c82d6e3a-ecd0-4a2b-865d-5c40e0d0bd8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:c82d6e3a-ecd0-4a2b-865d-5c40e0d0bd8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "35323ff0b101482e84a1620b1ccea369" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b6e0341-ce68-4f23-a824-24b429dee2ef" - ], - "x-ms-correlation-request-id": [ - "8b6e0341-ce68-4f23-a824-24b429dee2ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:8b6e0341-ce68-4f23-a824-24b429dee2ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "3e0af7fdc07d4456aa00dbd367f798e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c21584d5-40d0-4f00-8c68-025c228e4150" - ], - "x-ms-correlation-request-id": [ - "c21584d5-40d0-4f00-8c68-025c228e4150" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:c21584d5-40d0-4f00-8c68-025c228e4150" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "8ebc5c7c156f4f69a3eedf306d80a7bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ac747e0-3654-43ca-bc63-95de4db821c1" - ], - "x-ms-correlation-request-id": [ - "6ac747e0-3654-43ca-bc63-95de4db821c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:6ac747e0-3654-43ca-bc63-95de4db821c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "b15b178808134bc6973c7e73e8ca6edb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f31f61dd-2c9e-470c-8b8a-f59ec8db8fbc" - ], - "x-ms-correlation-request-id": [ - "f31f61dd-2c9e-470c-8b8a-f59ec8db8fbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183345Z:f31f61dd-2c9e-470c-8b8a-f59ec8db8fbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "1544d01abc2d4b2fba9a5744523c1146" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "134d9a17-0870-4672-bb44-e0c71971ec32" - ], - "x-ms-correlation-request-id": [ - "134d9a17-0870-4672-bb44-e0c71971ec32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:134d9a17-0870-4672-bb44-e0c71971ec32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "d0ffda1ccc524fd4a4ef1556a7d24c41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99ae9d40-1344-4bee-a946-9b4741b13dd1" - ], - "x-ms-correlation-request-id": [ - "99ae9d40-1344-4bee-a946-9b4741b13dd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:99ae9d40-1344-4bee-a946-9b4741b13dd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "e458151ac1384b5195afbff8948e32ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a4aa54c-12bd-4575-9615-4873c9266f4d" - ], - "x-ms-correlation-request-id": [ - "4a4aa54c-12bd-4575-9615-4873c9266f4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:4a4aa54c-12bd-4575-9615-4873c9266f4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "7eaf6eeb813c47208df3d9913a03f63f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f32f9dff-dded-430f-be6b-7ff8f4f22cd2" - ], - "x-ms-correlation-request-id": [ - "f32f9dff-dded-430f-be6b-7ff8f4f22cd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:f32f9dff-dded-430f-be6b-7ff8f4f22cd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "f01302d995a1475ca868e82b229b7ed7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b36afc6b-11e1-4914-b890-16022f710fbf" - ], - "x-ms-correlation-request-id": [ - "b36afc6b-11e1-4914-b890-16022f710fbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:b36afc6b-11e1-4914-b890-16022f710fbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "83c14619450a44ca85a0ce99db4f46d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49fd31b6-a900-4204-842b-448d80a9aef5" - ], - "x-ms-correlation-request-id": [ - "49fd31b6-a900-4204-842b-448d80a9aef5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:49fd31b6-a900-4204-842b-448d80a9aef5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "fe59d98103a44ba18626421d0e577021" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dea0703b-28c2-4690-a36a-2e2e0732ded3" - ], - "x-ms-correlation-request-id": [ - "dea0703b-28c2-4690-a36a-2e2e0732ded3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:dea0703b-28c2-4690-a36a-2e2e0732ded3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "2f6bb3a6d94d4328b9334fa7d3232cbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73e374aa-d4f7-4d5a-98da-f092b896a176" - ], - "x-ms-correlation-request-id": [ - "73e374aa-d4f7-4d5a-98da-f092b896a176" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183346Z:73e374aa-d4f7-4d5a-98da-f092b896a176" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "49ca8b0a3e994081b9b70ae29f51a34d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4779c401-be3a-495b-ad50-79351dfdea41" - ], - "x-ms-correlation-request-id": [ - "4779c401-be3a-495b-ad50-79351dfdea41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:4779c401-be3a-495b-ad50-79351dfdea41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "5368f85f43e04977b50f805954acb0b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eac39857-0b3a-43fd-90c1-a6d4abbce326" - ], - "x-ms-correlation-request-id": [ - "eac39857-0b3a-43fd-90c1-a6d4abbce326" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:eac39857-0b3a-43fd-90c1-a6d4abbce326" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "46c91ad5d0ae420c84d9522a8104392a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65660476-54fd-4d44-ad7b-94c618510fc7" - ], - "x-ms-correlation-request-id": [ - "65660476-54fd-4d44-ad7b-94c618510fc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:65660476-54fd-4d44-ad7b-94c618510fc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "4a75f276a065477baf07e86bfb7ac6ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33af8a76-db93-4126-92af-0b8e889f1ba1" - ], - "x-ms-correlation-request-id": [ - "33af8a76-db93-4126-92af-0b8e889f1ba1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:33af8a76-db93-4126-92af-0b8e889f1ba1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "a0c981e2ca1d4f28bf8915a1629b3a89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "027aa6da-d853-4641-83cf-771dd05a2422" - ], - "x-ms-correlation-request-id": [ - "027aa6da-d853-4641-83cf-771dd05a2422" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:027aa6da-d853-4641-83cf-771dd05a2422" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "90c4a5097eb94719a42bf37930f050ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0898f3f2-cd44-4693-b5eb-2526e9a20a78" - ], - "x-ms-correlation-request-id": [ - "0898f3f2-cd44-4693-b5eb-2526e9a20a78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:0898f3f2-cd44-4693-b5eb-2526e9a20a78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "fc87c8a3af8647189e3f3162b6da9d19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b161c2e6-22d5-4ae8-a045-dd4e8b718113" - ], - "x-ms-correlation-request-id": [ - "b161c2e6-22d5-4ae8-a045-dd4e8b718113" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:b161c2e6-22d5-4ae8-a045-dd4e8b718113" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "1114a36bc51641f8987ff60c0eeaa266" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a79feea3-9c3c-4f7f-b1fc-ad12566666c9" - ], - "x-ms-correlation-request-id": [ - "a79feea3-9c3c-4f7f-b1fc-ad12566666c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183347Z:a79feea3-9c3c-4f7f-b1fc-ad12566666c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "66d20aa4073d49c7ba6ecac8fd327daf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21f8775e-a5e7-43ef-8b8d-25c40cdd76d1" - ], - "x-ms-correlation-request-id": [ - "21f8775e-a5e7-43ef-8b8d-25c40cdd76d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183348Z:21f8775e-a5e7-43ef-8b8d-25c40cdd76d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "6a683bd44c5c48f399922576c13fc1f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4f18517-0cff-47df-8ad6-25920cc9fd7c" - ], - "x-ms-correlation-request-id": [ - "f4f18517-0cff-47df-8ad6-25920cc9fd7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183348Z:f4f18517-0cff-47df-8ad6-25920cc9fd7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "acf261f30d2747fa931a9611dcdc9719" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69a51919-967a-4ebb-9b6f-a9fbfde2b706" - ], - "x-ms-correlation-request-id": [ - "69a51919-967a-4ebb-9b6f-a9fbfde2b706" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183348Z:69a51919-967a-4ebb-9b6f-a9fbfde2b706" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "6cb4192b1b3c4092bf1f8c2911818b23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9832ef09-c008-4db9-9819-abaf597b7a13" - ], - "x-ms-correlation-request-id": [ - "9832ef09-c008-4db9-9819-abaf597b7a13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183348Z:9832ef09-c008-4db9-9819-abaf597b7a13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "d42f540a6bbb4ba58f9c3883d71d7c25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90174cfb-dfa1-4018-af5d-bfbdeeff0755" - ], - "x-ms-correlation-request-id": [ - "90174cfb-dfa1-4018-af5d-bfbdeeff0755" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183348Z:90174cfb-dfa1-4018-af5d-bfbdeeff0755" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "55305540208049dabfac669b64c3ae41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa0e3672-32a9-4804-9081-4d36053d592e" - ], - "x-ms-correlation-request-id": [ - "aa0e3672-32a9-4804-9081-4d36053d592e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:aa0e3672-32a9-4804-9081-4d36053d592e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "3ef4caab1995476fb3565d9004f27770" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2c9365e-f02c-4ef2-8efe-9fc15f340193" - ], - "x-ms-correlation-request-id": [ - "a2c9365e-f02c-4ef2-8efe-9fc15f340193" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:a2c9365e-f02c-4ef2-8efe-9fc15f340193" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "95210dc2b679466e94a925862ef06132" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f33e5cc-9be4-4abd-a463-6fbb22abc780" - ], - "x-ms-correlation-request-id": [ - "5f33e5cc-9be4-4abd-a463-6fbb22abc780" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:5f33e5cc-9be4-4abd-a463-6fbb22abc780" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "4ba95099e6724ecb9870e2cbb59b57c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9832555f-574d-48f0-841b-d69ffeca278a" - ], - "x-ms-correlation-request-id": [ - "9832555f-574d-48f0-841b-d69ffeca278a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:9832555f-574d-48f0-841b-d69ffeca278a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "dc0723681a2343c6a2f834f979e2d683" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "367f2386-dbd7-436d-926f-4e8d0dfae22c" - ], - "x-ms-correlation-request-id": [ - "367f2386-dbd7-436d-926f-4e8d0dfae22c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:367f2386-dbd7-436d-926f-4e8d0dfae22c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "c982bc3fc73c4283800c4889e1cb9f65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "630f99dd-04a4-4ea6-a7dd-0f71536572e1" - ], - "x-ms-correlation-request-id": [ - "630f99dd-04a4-4ea6-a7dd-0f71536572e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:630f99dd-04a4-4ea6-a7dd-0f71536572e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "3d5b333f53424dc7a31a7c50f4532c87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7c549cb-2c07-4d3f-8038-d62fe8be4518" - ], - "x-ms-correlation-request-id": [ - "c7c549cb-2c07-4d3f-8038-d62fe8be4518" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:c7c549cb-2c07-4d3f-8038-d62fe8be4518" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "5791bd251a6d4003853af97e773642df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e650e493-b1e2-4d6e-80b2-5d795eee5cde" - ], - "x-ms-correlation-request-id": [ - "e650e493-b1e2-4d6e-80b2-5d795eee5cde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183349Z:e650e493-b1e2-4d6e-80b2-5d795eee5cde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "652ee1504646459fa9bc35e2d64c8502" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f0cffdd-00a0-4cbc-b855-e4d87612f305" - ], - "x-ms-correlation-request-id": [ - "0f0cffdd-00a0-4cbc-b855-e4d87612f305" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183350Z:0f0cffdd-00a0-4cbc-b855-e4d87612f305" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "85d986dff97645ddbaa4590fcac0cc99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e5b250e-bc29-45be-a423-0fd3ac6fb93e" - ], - "x-ms-correlation-request-id": [ - "0e5b250e-bc29-45be-a423-0fd3ac6fb93e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183350Z:0e5b250e-bc29-45be-a423-0fd3ac6fb93e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "c0fd75b221184878b7d9bf502e8834d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22dd2551-fd53-4da4-b3c7-3bbd992e6abd" - ], - "x-ms-correlation-request-id": [ - "22dd2551-fd53-4da4-b3c7-3bbd992e6abd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183350Z:22dd2551-fd53-4da4-b3c7-3bbd992e6abd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "d91fafb64fdb490e912c4924e065c9b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44142d8c-0422-4383-bc74-62a545b1a428" - ], - "x-ms-correlation-request-id": [ - "44142d8c-0422-4383-bc74-62a545b1a428" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183350Z:44142d8c-0422-4383-bc74-62a545b1a428" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "b394624e7392445da3f0f814584d7f6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7abee46-8c75-4e31-a451-9706e29e93b0" - ], - "x-ms-correlation-request-id": [ - "d7abee46-8c75-4e31-a451-9706e29e93b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183350Z:d7abee46-8c75-4e31-a451-9706e29e93b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "c1b1ee1d2cbe4a6dbc4cb853e0d9e17c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73644674-6396-4008-a1db-f3466151da31" - ], - "x-ms-correlation-request-id": [ - "73644674-6396-4008-a1db-f3466151da31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183350Z:73644674-6396-4008-a1db-f3466151da31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "089e8e55a9ff4570990db0997bc40989" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a0fa6a7-2453-4482-a2c9-ea5eea1384a9" - ], - "x-ms-correlation-request-id": [ - "6a0fa6a7-2453-4482-a2c9-ea5eea1384a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183350Z:6a0fa6a7-2453-4482-a2c9-ea5eea1384a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "28ffe64f7ccd4fcdaf6d50a746120499" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b29d5336-3da1-4561-b9e5-90954e6418a2" - ], - "x-ms-correlation-request-id": [ - "b29d5336-3da1-4561-b9e5-90954e6418a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183351Z:b29d5336-3da1-4561-b9e5-90954e6418a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "8cca8c57681542bbbbf41d03405b1677" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2745286-de66-4624-8305-610e1d85d3aa" - ], - "x-ms-correlation-request-id": [ - "a2745286-de66-4624-8305-610e1d85d3aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183351Z:a2745286-de66-4624-8305-610e1d85d3aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "7c1f9481a6a143ecbddb8b2ecd54d813" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11dbbf8a-bfdb-4210-b231-da048b544d49" - ], - "x-ms-correlation-request-id": [ - "11dbbf8a-bfdb-4210-b231-da048b544d49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183351Z:11dbbf8a-bfdb-4210-b231-da048b544d49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "737cccc0b92d4189938d63132c8ffb7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dab42b9-8561-4e81-99a0-4b306717d8b8" - ], - "x-ms-correlation-request-id": [ - "3dab42b9-8561-4e81-99a0-4b306717d8b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183351Z:3dab42b9-8561-4e81-99a0-4b306717d8b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "81bab447fc5d4144807567afbe1c52a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc11728d-7c33-4b6e-ae7b-c48524cf1f52" - ], - "x-ms-correlation-request-id": [ - "fc11728d-7c33-4b6e-ae7b-c48524cf1f52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183351Z:fc11728d-7c33-4b6e-ae7b-c48524cf1f52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "7d692eee5469444992d6f31769aa92d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e68a09ef-0a15-4e31-997a-67c5591cff28" - ], - "x-ms-correlation-request-id": [ - "e68a09ef-0a15-4e31-997a-67c5591cff28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183351Z:e68a09ef-0a15-4e31-997a-67c5591cff28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "b0c0961d9957472891d703d6d28be231" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ace7c27f-b3a2-4db3-981d-0dc4d1ea88b0" - ], - "x-ms-correlation-request-id": [ - "ace7c27f-b3a2-4db3-981d-0dc4d1ea88b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:ace7c27f-b3a2-4db3-981d-0dc4d1ea88b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "c98fe686a09e47e3a0254d6ee3ca879c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26ca7b3c-a8a3-4657-a809-2b9f00034737" - ], - "x-ms-correlation-request-id": [ - "26ca7b3c-a8a3-4657-a809-2b9f00034737" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:26ca7b3c-a8a3-4657-a809-2b9f00034737" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "23fd524452744fb08621cb752018df98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a52b6bc-7136-45e1-a650-aca5c86d67de" - ], - "x-ms-correlation-request-id": [ - "5a52b6bc-7136-45e1-a650-aca5c86d67de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:5a52b6bc-7136-45e1-a650-aca5c86d67de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "34817e29749c47198803d5609f21ad73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8516369-2c02-4b98-98a8-b5287f635e55" - ], - "x-ms-correlation-request-id": [ - "b8516369-2c02-4b98-98a8-b5287f635e55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:b8516369-2c02-4b98-98a8-b5287f635e55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "7cd7e6fafa5a48b1bfcee57b987633ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41f6efd5-2d9a-48aa-89c3-f28d24b34db9" - ], - "x-ms-correlation-request-id": [ - "41f6efd5-2d9a-48aa-89c3-f28d24b34db9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:41f6efd5-2d9a-48aa-89c3-f28d24b34db9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "626b7a53aefe444ba3c0bf666d8130c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae1e6800-628b-4f8d-92fa-5e178b95cfbd" - ], - "x-ms-correlation-request-id": [ - "ae1e6800-628b-4f8d-92fa-5e178b95cfbd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:ae1e6800-628b-4f8d-92fa-5e178b95cfbd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "c50fe9866528416c96232ed0b0397c77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8c02d3c-cbd6-46d1-a667-9eeadd9a88cb" - ], - "x-ms-correlation-request-id": [ - "a8c02d3c-cbd6-46d1-a667-9eeadd9a88cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:a8c02d3c-cbd6-46d1-a667-9eeadd9a88cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "4bd272be6075413098aa0e9acd0216f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87b253e1-b013-46a1-82ec-e1a982a61eea" - ], - "x-ms-correlation-request-id": [ - "87b253e1-b013-46a1-82ec-e1a982a61eea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183352Z:87b253e1-b013-46a1-82ec-e1a982a61eea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "0799d9c0931f446c9becd886875d1d01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d46260fa-5e4e-425f-acf3-f1c4bae02e14" - ], - "x-ms-correlation-request-id": [ - "d46260fa-5e4e-425f-acf3-f1c4bae02e14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183353Z:d46260fa-5e4e-425f-acf3-f1c4bae02e14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "0966471954a1490aa4775c1f491aab71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2189a203-4914-489f-9656-aac9651d22c9" - ], - "x-ms-correlation-request-id": [ - "2189a203-4914-489f-9656-aac9651d22c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183353Z:2189a203-4914-489f-9656-aac9651d22c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "540778d3294c43f98be8abf1787425ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46584e7f-c26f-4e34-9833-fcc40341507f" - ], - "x-ms-correlation-request-id": [ - "46584e7f-c26f-4e34-9833-fcc40341507f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183353Z:46584e7f-c26f-4e34-9833-fcc40341507f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "9a2aa6a25dc84cfd987cef1dd735c635" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60b2d100-8c48-4a71-b439-07bfa931c481" - ], - "x-ms-correlation-request-id": [ - "60b2d100-8c48-4a71-b439-07bfa931c481" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183353Z:60b2d100-8c48-4a71-b439-07bfa931c481" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "62045ae803514d8280b2a01fe43b2601" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97f5f24c-cd69-4e87-b5a1-36b426800e34" - ], - "x-ms-correlation-request-id": [ - "97f5f24c-cd69-4e87-b5a1-36b426800e34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183353Z:97f5f24c-cd69-4e87-b5a1-36b426800e34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "5158ac9339d4498eb949ea64eaf76738" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00c85ee9-dada-43bc-8400-08b2f1892157" - ], - "x-ms-correlation-request-id": [ - "00c85ee9-dada-43bc-8400-08b2f1892157" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183353Z:00c85ee9-dada-43bc-8400-08b2f1892157" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "e545e3fa55b64cab9cd35bffe47692f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56b65ffc-b8d0-4c1d-8e5a-d82dca6023f1" - ], - "x-ms-correlation-request-id": [ - "56b65ffc-b8d0-4c1d-8e5a-d82dca6023f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183353Z:56b65ffc-b8d0-4c1d-8e5a-d82dca6023f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "a4c78c5c941242feb16f7de3c5aa5584" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74dc8c6b-bc26-45ee-8da9-4576946ad390" - ], - "x-ms-correlation-request-id": [ - "74dc8c6b-bc26-45ee-8da9-4576946ad390" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:74dc8c6b-bc26-45ee-8da9-4576946ad390" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "af621db9a7b54df996a91624b3c8eb7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ff38907-58c0-4691-95ef-8737eb1f685a" - ], - "x-ms-correlation-request-id": [ - "9ff38907-58c0-4691-95ef-8737eb1f685a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:9ff38907-58c0-4691-95ef-8737eb1f685a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "043e515ee3b24401b7728f03f177a5f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c54cf3d2-15a1-4baa-880a-425a0393602c" - ], - "x-ms-correlation-request-id": [ - "c54cf3d2-15a1-4baa-880a-425a0393602c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:c54cf3d2-15a1-4baa-880a-425a0393602c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "6dea27026d674e6986a9e6b25d7a7b47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6ffa0e6-8535-45c9-8809-b79fe4b5de0d" - ], - "x-ms-correlation-request-id": [ - "a6ffa0e6-8535-45c9-8809-b79fe4b5de0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:a6ffa0e6-8535-45c9-8809-b79fe4b5de0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "3fb05ecd97bc471b8d5622266d9020f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff37e623-e030-494b-a805-bf4e9c0e7573" - ], - "x-ms-correlation-request-id": [ - "ff37e623-e030-494b-a805-bf4e9c0e7573" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:ff37e623-e030-494b-a805-bf4e9c0e7573" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "2cabcd73ad5e4bdc8ba89d158162e27e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b46b70d0-dc17-4d7f-88e3-a42f7296dfa0" - ], - "x-ms-correlation-request-id": [ - "b46b70d0-dc17-4d7f-88e3-a42f7296dfa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:b46b70d0-dc17-4d7f-88e3-a42f7296dfa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "54d1221b20314a30891e01273b6aa6f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f5f55d0-76c5-4540-9f1b-e7a107083f16" - ], - "x-ms-correlation-request-id": [ - "9f5f55d0-76c5-4540-9f1b-e7a107083f16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:9f5f55d0-76c5-4540-9f1b-e7a107083f16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "1c58e9c59d3e403cbb3ed306f6601e35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "710f9b7b-eda8-4bfc-94ab-793f6e878b75" - ], - "x-ms-correlation-request-id": [ - "710f9b7b-eda8-4bfc-94ab-793f6e878b75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183354Z:710f9b7b-eda8-4bfc-94ab-793f6e878b75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "a8a8c04eca324be9b6ac5defa180f839" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "684f2afe-5904-4409-9f44-e61ec818688b" - ], - "x-ms-correlation-request-id": [ - "684f2afe-5904-4409-9f44-e61ec818688b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183355Z:684f2afe-5904-4409-9f44-e61ec818688b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "5c9b7aae48dc4fbe963047eaea6add3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d89937e-73ba-4b80-bfc5-eff650a09b31" - ], - "x-ms-correlation-request-id": [ - "2d89937e-73ba-4b80-bfc5-eff650a09b31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183355Z:2d89937e-73ba-4b80-bfc5-eff650a09b31" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "a627147e3b1241fc899e2b078aa63fe6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "732b3608-6ab5-4154-8d2d-75d38cb55a75" - ], - "x-ms-correlation-request-id": [ - "732b3608-6ab5-4154-8d2d-75d38cb55a75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183355Z:732b3608-6ab5-4154-8d2d-75d38cb55a75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "3ff56fa8c9e245b49c3b2ddfc0fcb375" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "463e0f2c-cbb1-4181-931b-ef730c719339" - ], - "x-ms-correlation-request-id": [ - "463e0f2c-cbb1-4181-931b-ef730c719339" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183355Z:463e0f2c-cbb1-4181-931b-ef730c719339" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "b591301c254a435ebf22d0050e92e18b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "caccd62c-5d3f-45e0-9ac0-e44741e45880" - ], - "x-ms-correlation-request-id": [ - "caccd62c-5d3f-45e0-9ac0-e44741e45880" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183355Z:caccd62c-5d3f-45e0-9ac0-e44741e45880" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "b6bba5ef83ae40bb8b06652ca288de6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "843f1333-25f0-4a53-a066-7ba419b7b3e1" - ], - "x-ms-correlation-request-id": [ - "843f1333-25f0-4a53-a066-7ba419b7b3e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183356Z:843f1333-25f0-4a53-a066-7ba419b7b3e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "0e4edde8dc11445487891ad0845b3a21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b61d443-84dd-4ede-ba72-79b7cf628e50" - ], - "x-ms-correlation-request-id": [ - "3b61d443-84dd-4ede-ba72-79b7cf628e50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183356Z:3b61d443-84dd-4ede-ba72-79b7cf628e50" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "2d699b638fa14ef18892b8e72addd92e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a16c864-4716-4847-8b0b-c0d19df44eba" - ], - "x-ms-correlation-request-id": [ - "9a16c864-4716-4847-8b0b-c0d19df44eba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183356Z:9a16c864-4716-4847-8b0b-c0d19df44eba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "12118132a20b4cf4b6ffdb49e3f0c64f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "caeefdf4-1fb7-4648-8861-cbb0be9fe816" - ], - "x-ms-correlation-request-id": [ - "caeefdf4-1fb7-4648-8861-cbb0be9fe816" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183356Z:caeefdf4-1fb7-4648-8861-cbb0be9fe816" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "701f988fc33e47bf9d1f120055b5e67f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01802a3a-11e8-4bcd-8d64-c25c6c2a2987" - ], - "x-ms-correlation-request-id": [ - "01802a3a-11e8-4bcd-8d64-c25c6c2a2987" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183356Z:01802a3a-11e8-4bcd-8d64-c25c6c2a2987" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "97e5d4da583f4f3d914c421dadd400c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7324db11-ce69-4581-8e28-b672b7f96267" - ], - "x-ms-correlation-request-id": [ - "7324db11-ce69-4581-8e28-b672b7f96267" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183356Z:7324db11-ce69-4581-8e28-b672b7f96267" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "240b166902f146518992cf99fc0b238e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7117ab7-2bb3-48c9-a71f-1a7c2b31d987" - ], - "x-ms-correlation-request-id": [ - "b7117ab7-2bb3-48c9-a71f-1a7c2b31d987" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183357Z:b7117ab7-2bb3-48c9-a71f-1a7c2b31d987" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "acb54479cb89426c8a8ae0de2475022c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21efab61-c651-4694-9436-0e063be8455c" - ], - "x-ms-correlation-request-id": [ - "21efab61-c651-4694-9436-0e063be8455c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183357Z:21efab61-c651-4694-9436-0e063be8455c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "d272b98430424e21ac1e2dfb7b09dd3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f7ed81f-413e-4767-9a74-4388dcf3ee51" - ], - "x-ms-correlation-request-id": [ - "4f7ed81f-413e-4767-9a74-4388dcf3ee51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183357Z:4f7ed81f-413e-4767-9a74-4388dcf3ee51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "dc7f3c8e94f140b596c3874d637354a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4aaa5709-c2b8-4ed6-879d-d43b85907156" - ], - "x-ms-correlation-request-id": [ - "4aaa5709-c2b8-4ed6-879d-d43b85907156" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183357Z:4aaa5709-c2b8-4ed6-879d-d43b85907156" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "45e7ec45a5e4433a94c5305f4657ae4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ce81d91-cf6d-4251-93a3-db47b6ff88b2" - ], - "x-ms-correlation-request-id": [ - "8ce81d91-cf6d-4251-93a3-db47b6ff88b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183357Z:8ce81d91-cf6d-4251-93a3-db47b6ff88b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "8c7f92238de54cbba22e1b8f331a61ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36dc01cb-3601-4547-b8cd-4426f8a46b17" - ], - "x-ms-correlation-request-id": [ - "36dc01cb-3601-4547-b8cd-4426f8a46b17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183357Z:36dc01cb-3601-4547-b8cd-4426f8a46b17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "bcc5a912731a491b92f7621192b5d4c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5287926-5bf7-4bfa-8ede-fd15892b8355" - ], - "x-ms-correlation-request-id": [ - "e5287926-5bf7-4bfa-8ede-fd15892b8355" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183358Z:e5287926-5bf7-4bfa-8ede-fd15892b8355" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "9272f0c8265044b783ce84f3abbf46ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f38d096f-bf89-4158-af93-82c287bd9f5d" - ], - "x-ms-correlation-request-id": [ - "f38d096f-bf89-4158-af93-82c287bd9f5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183358Z:f38d096f-bf89-4158-af93-82c287bd9f5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "8d140e28590f48cbb44e309efdfb1d12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a93641e-c601-45d6-ac1f-22b52bf991b9" - ], - "x-ms-correlation-request-id": [ - "8a93641e-c601-45d6-ac1f-22b52bf991b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183358Z:8a93641e-c601-45d6-ac1f-22b52bf991b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "5892f4cf30a24c9b91b54662220ad1d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e211814-0794-4c4a-a19c-05657d192a8f" - ], - "x-ms-correlation-request-id": [ - "1e211814-0794-4c4a-a19c-05657d192a8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183358Z:1e211814-0794-4c4a-a19c-05657d192a8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "07f76063dbb34de0803c2a2649ac5a5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c41da90-9417-4e7f-afaa-5bcf3e5c176b" - ], - "x-ms-correlation-request-id": [ - "0c41da90-9417-4e7f-afaa-5bcf3e5c176b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183358Z:0c41da90-9417-4e7f-afaa-5bcf3e5c176b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "daf29bf7ce9e4e6ea199e41f6dd9952f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d1a1ba9-e51c-4544-b3fe-319675973c49" - ], - "x-ms-correlation-request-id": [ - "2d1a1ba9-e51c-4544-b3fe-319675973c49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183358Z:2d1a1ba9-e51c-4544-b3fe-319675973c49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "a412cc220f8c478ea01669431db6387e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9b97f5e-fc3a-49e6-ac52-93150a05aff7" - ], - "x-ms-correlation-request-id": [ - "c9b97f5e-fc3a-49e6-ac52-93150a05aff7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183359Z:c9b97f5e-fc3a-49e6-ac52-93150a05aff7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "8d0bac630b43416c970acf4d6027d6e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6196ba20-1153-495e-9103-a66357552480" - ], - "x-ms-correlation-request-id": [ - "6196ba20-1153-495e-9103-a66357552480" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183359Z:6196ba20-1153-495e-9103-a66357552480" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "b3f6338cbf9c4c21936e7f41e56075a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d083c3db-6f39-46e3-b38c-3a14f89d2c6d" - ], - "x-ms-correlation-request-id": [ - "d083c3db-6f39-46e3-b38c-3a14f89d2c6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183359Z:d083c3db-6f39-46e3-b38c-3a14f89d2c6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "e9dae1145f1f44709a1ce183453e158f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a277c8e-c7a5-4271-9acd-f96149f63fdc" - ], - "x-ms-correlation-request-id": [ - "4a277c8e-c7a5-4271-9acd-f96149f63fdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183359Z:4a277c8e-c7a5-4271-9acd-f96149f63fdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "1b162399d5004c21807b147cd15d0527" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1774cbff-28c9-4053-acb0-494c0c9fa259" - ], - "x-ms-correlation-request-id": [ - "1774cbff-28c9-4053-acb0-494c0c9fa259" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183359Z:1774cbff-28c9-4053-acb0-494c0c9fa259" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "f768fab92d3c448f94cf1b4b80308b1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "181a5e67-ada6-49f3-ba7b-321631e718e9" - ], - "x-ms-correlation-request-id": [ - "181a5e67-ada6-49f3-ba7b-321631e718e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183359Z:181a5e67-ada6-49f3-ba7b-321631e718e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "ed3ec581af2b45b4b69c58bac19ac26a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfb6e764-0f96-490a-a3de-882ee02698e6" - ], - "x-ms-correlation-request-id": [ - "bfb6e764-0f96-490a-a3de-882ee02698e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183400Z:bfb6e764-0f96-490a-a3de-882ee02698e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "487f4ec48035472e9de8732d362b13ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1059994a-9c68-4135-a243-b954afb09466" - ], - "x-ms-correlation-request-id": [ - "1059994a-9c68-4135-a243-b954afb09466" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183400Z:1059994a-9c68-4135-a243-b954afb09466" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "2456f84a6c15497aa2d950bdc1dfa125" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "017db38d-c2cc-4a14-a001-b7b22ef904cf" - ], - "x-ms-correlation-request-id": [ - "017db38d-c2cc-4a14-a001-b7b22ef904cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183400Z:017db38d-c2cc-4a14-a001-b7b22ef904cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:33:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "239fc40bec5a4035881ef23abcd555b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08471967-15f8-4015-93f6-6cac4be609e5" - ], - "x-ms-correlation-request-id": [ - "08471967-15f8-4015-93f6-6cac4be609e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183400Z:08471967-15f8-4015-93f6-6cac4be609e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "dbba32e0dc44406e8001be2d69559cae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5de98ba-5356-483e-ba11-c6b740df9092" - ], - "x-ms-correlation-request-id": [ - "f5de98ba-5356-483e-ba11-c6b740df9092" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183400Z:f5de98ba-5356-483e-ba11-c6b740df9092" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "e1dc92f14ca74e30afe8eab82ddf5b68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3a27f87-6835-40e4-8004-a250586b39c7" - ], - "x-ms-correlation-request-id": [ - "a3a27f87-6835-40e4-8004-a250586b39c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183400Z:a3a27f87-6835-40e4-8004-a250586b39c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "fd26cf200c384217bbcef4391bdf350e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b53593fc-2323-43be-89b5-846c1ca0d14c" - ], - "x-ms-correlation-request-id": [ - "b53593fc-2323-43be-89b5-846c1ca0d14c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183400Z:b53593fc-2323-43be-89b5-846c1ca0d14c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "20341000d79c49d4a2ceb295687fb6c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dc9f631-1aa1-46fb-98df-3b1a9a27e76c" - ], - "x-ms-correlation-request-id": [ - "2dc9f631-1aa1-46fb-98df-3b1a9a27e76c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:2dc9f631-1aa1-46fb-98df-3b1a9a27e76c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "57be6803f19840a186dc6d7e69e55a32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f68b9bb0-8f2e-49ce-80ec-a76f717b452c" - ], - "x-ms-correlation-request-id": [ - "f68b9bb0-8f2e-49ce-80ec-a76f717b452c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:f68b9bb0-8f2e-49ce-80ec-a76f717b452c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "8233a6a8883b451abbd4100d5603b440" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83080a5b-2d7b-495e-b133-271d4d587d6f" - ], - "x-ms-correlation-request-id": [ - "83080a5b-2d7b-495e-b133-271d4d587d6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:83080a5b-2d7b-495e-b133-271d4d587d6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "5c3f050034274e0db01200a57b28273d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed0199e9-d190-4762-8078-30e4fb2e052d" - ], - "x-ms-correlation-request-id": [ - "ed0199e9-d190-4762-8078-30e4fb2e052d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:ed0199e9-d190-4762-8078-30e4fb2e052d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "dc4ef2e9b75f45188b685f33148fc1f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f54d923-0f73-46c2-9b18-80e9e6b6c4bd" - ], - "x-ms-correlation-request-id": [ - "5f54d923-0f73-46c2-9b18-80e9e6b6c4bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:5f54d923-0f73-46c2-9b18-80e9e6b6c4bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "f10886d1fb874d2cbf2cad5d9a4a3824" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "162d636e-3036-4505-ab23-a8bbd19c735f" - ], - "x-ms-correlation-request-id": [ - "162d636e-3036-4505-ab23-a8bbd19c735f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:162d636e-3036-4505-ab23-a8bbd19c735f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "36a86e2972874e8c8d0f5b5800b81dec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84a01d5f-8d2b-4461-8228-9853be8d5fa7" - ], - "x-ms-correlation-request-id": [ - "84a01d5f-8d2b-4461-8228-9853be8d5fa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:84a01d5f-8d2b-4461-8228-9853be8d5fa7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "b5895e16c237476d8f0f88954fcce476" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c3964cf-336c-4e76-8a6c-5ba27989fe0f" - ], - "x-ms-correlation-request-id": [ - "2c3964cf-336c-4e76-8a6c-5ba27989fe0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:2c3964cf-336c-4e76-8a6c-5ba27989fe0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "aa5d84b5886e4fc887e6766c4f6eae70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51f34892-d3b3-49ec-909f-a1deb7662c9c" - ], - "x-ms-correlation-request-id": [ - "51f34892-d3b3-49ec-909f-a1deb7662c9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183401Z:51f34892-d3b3-49ec-909f-a1deb7662c9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "4e26e03979f14b8bb2b4902fc81c79f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d5d5cd6-9ae3-44b1-a70f-37372f41ca29" - ], - "x-ms-correlation-request-id": [ - "8d5d5cd6-9ae3-44b1-a70f-37372f41ca29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183402Z:8d5d5cd6-9ae3-44b1-a70f-37372f41ca29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "6f7e3a543b3a42abbd7663ccecd93b76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "648c4d87-0a42-4eab-860e-d99631b34be2" - ], - "x-ms-correlation-request-id": [ - "648c4d87-0a42-4eab-860e-d99631b34be2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183402Z:648c4d87-0a42-4eab-860e-d99631b34be2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "dbbafccd02884052a9014d925d3dbed0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "876ac7fd-fc2c-423c-866c-25a6949f1b71" - ], - "x-ms-correlation-request-id": [ - "876ac7fd-fc2c-423c-866c-25a6949f1b71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183402Z:876ac7fd-fc2c-423c-866c-25a6949f1b71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "112051dde97f41e29486e7333a024569" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c37f737d-f2ab-4ad1-97a0-a5f47802af7d" - ], - "x-ms-correlation-request-id": [ - "c37f737d-f2ab-4ad1-97a0-a5f47802af7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183402Z:c37f737d-f2ab-4ad1-97a0-a5f47802af7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "ecd99c2b74304c8390ae5c63f51b326a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "043baf73-d122-4780-a136-dd0c3abe03a9" - ], - "x-ms-correlation-request-id": [ - "043baf73-d122-4780-a136-dd0c3abe03a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183402Z:043baf73-d122-4780-a136-dd0c3abe03a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "9b9d241d832b404ea246e65b6566f5bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "599927a3-c152-43b1-b6bb-9ceca57f31a0" - ], - "x-ms-correlation-request-id": [ - "599927a3-c152-43b1-b6bb-9ceca57f31a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183402Z:599927a3-c152-43b1-b6bb-9ceca57f31a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "4e5b999283644115ad52dab80f38483a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2d797d6-ab76-41bc-b97a-f86959f5e376" - ], - "x-ms-correlation-request-id": [ - "e2d797d6-ab76-41bc-b97a-f86959f5e376" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183402Z:e2d797d6-ab76-41bc-b97a-f86959f5e376" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "e9e8499e8b284330a91e3e3f73a616e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "174025f7-b182-45c9-b244-37e217626df6" - ], - "x-ms-correlation-request-id": [ - "174025f7-b182-45c9-b244-37e217626df6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:174025f7-b182-45c9-b244-37e217626df6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "aca43e56bd974d03bd4ea38824c349d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fcb1274-8b43-4d7c-9492-9e500806dc19" - ], - "x-ms-correlation-request-id": [ - "5fcb1274-8b43-4d7c-9492-9e500806dc19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:5fcb1274-8b43-4d7c-9492-9e500806dc19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "4153643012d6486f96eee511fa81bbc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7a7e515-bf26-428c-a28f-2307ca0bf8f3" - ], - "x-ms-correlation-request-id": [ - "f7a7e515-bf26-428c-a28f-2307ca0bf8f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:f7a7e515-bf26-428c-a28f-2307ca0bf8f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "a882495f796a4570ad3d65b83e2c3475" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f99dc7e6-0169-4c14-9d33-d4f59cab7580" - ], - "x-ms-correlation-request-id": [ - "f99dc7e6-0169-4c14-9d33-d4f59cab7580" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:f99dc7e6-0169-4c14-9d33-d4f59cab7580" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "70c1db26bd2b46a082bc0d1c90edf657" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9911a4d5-f9cb-4066-869c-4313c58da744" - ], - "x-ms-correlation-request-id": [ - "9911a4d5-f9cb-4066-869c-4313c58da744" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:9911a4d5-f9cb-4066-869c-4313c58da744" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "45c8c5b3cf0d4197978ce7bdade6267b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cdb8416-c91b-4791-bef9-4fd17d107fef" - ], - "x-ms-correlation-request-id": [ - "4cdb8416-c91b-4791-bef9-4fd17d107fef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:4cdb8416-c91b-4791-bef9-4fd17d107fef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "f2fda6451bd94b5a98ce749be0f73654" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "350f71a1-8081-48be-89b6-74d905a9c921" - ], - "x-ms-correlation-request-id": [ - "350f71a1-8081-48be-89b6-74d905a9c921" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:350f71a1-8081-48be-89b6-74d905a9c921" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "fe71d652f2b64825a39c8ffb59094024" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7f3cec5-bc4a-41d3-8f27-e5552fdf1b8f" - ], - "x-ms-correlation-request-id": [ - "b7f3cec5-bc4a-41d3-8f27-e5552fdf1b8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183403Z:b7f3cec5-bc4a-41d3-8f27-e5552fdf1b8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "aa78f52433654394ba689710415034b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b306b3a4-72de-445f-ad84-14126bcd11d1" - ], - "x-ms-correlation-request-id": [ - "b306b3a4-72de-445f-ad84-14126bcd11d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183404Z:b306b3a4-72de-445f-ad84-14126bcd11d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "0c87e01a4fff46388f87c2112cfccf2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ea1bf57-ccb8-4a70-bc30-540ae9984a2a" - ], - "x-ms-correlation-request-id": [ - "5ea1bf57-ccb8-4a70-bc30-540ae9984a2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183404Z:5ea1bf57-ccb8-4a70-bc30-540ae9984a2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "d55626f4685348a395d0be822ce47a52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c1d5b1e-4d79-4ab2-9493-beda0a2656b7" - ], - "x-ms-correlation-request-id": [ - "7c1d5b1e-4d79-4ab2-9493-beda0a2656b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183404Z:7c1d5b1e-4d79-4ab2-9493-beda0a2656b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "63d38854cb024fb68510f165b8016843" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfc3ec8a-ac3b-46c0-81e3-d0da46a90c6e" - ], - "x-ms-correlation-request-id": [ - "bfc3ec8a-ac3b-46c0-81e3-d0da46a90c6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183404Z:bfc3ec8a-ac3b-46c0-81e3-d0da46a90c6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "e04d3bb2c8f94e6a9aca908ad138c2e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f5ce52c-2efa-496b-bcf7-c4ba26e510a1" - ], - "x-ms-correlation-request-id": [ - "6f5ce52c-2efa-496b-bcf7-c4ba26e510a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183404Z:6f5ce52c-2efa-496b-bcf7-c4ba26e510a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "2ec0297e274c41f6a9603fe853a59972" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0e4a0b6-cc86-4426-abf3-a04eb6080ec8" - ], - "x-ms-correlation-request-id": [ - "b0e4a0b6-cc86-4426-abf3-a04eb6080ec8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183404Z:b0e4a0b6-cc86-4426-abf3-a04eb6080ec8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "0bcd3c50bfb1454f91b2949dc261ffcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35f29725-5804-4054-8a42-c6aa9f3f448f" - ], - "x-ms-correlation-request-id": [ - "35f29725-5804-4054-8a42-c6aa9f3f448f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183404Z:35f29725-5804-4054-8a42-c6aa9f3f448f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "abbf28ed0163415b96e8a9465e89cd63" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9937034-899f-4743-895c-22be5d44fba8" - ], - "x-ms-correlation-request-id": [ - "e9937034-899f-4743-895c-22be5d44fba8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183405Z:e9937034-899f-4743-895c-22be5d44fba8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "294f132c1e504d6e91ce4e8a52d24e98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "101b2f17-de70-42cb-9e3d-7bbbea8a43f5" - ], - "x-ms-correlation-request-id": [ - "101b2f17-de70-42cb-9e3d-7bbbea8a43f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183405Z:101b2f17-de70-42cb-9e3d-7bbbea8a43f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "70c384736f1944e28373394175e04da3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dbb1763-c21d-4029-bfc2-b5b577bd082e" - ], - "x-ms-correlation-request-id": [ - "3dbb1763-c21d-4029-bfc2-b5b577bd082e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183405Z:3dbb1763-c21d-4029-bfc2-b5b577bd082e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "f1517c8ba4f84379a19d9eddf2bc8152" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32e4e30f-050c-4250-a2e7-63c9842c8bcc" - ], - "x-ms-correlation-request-id": [ - "32e4e30f-050c-4250-a2e7-63c9842c8bcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183405Z:32e4e30f-050c-4250-a2e7-63c9842c8bcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "d69e8bb28e1a447eb09b5c9649015878" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9469311-f5fa-4c86-b22f-25381d0c4946" - ], - "x-ms-correlation-request-id": [ - "c9469311-f5fa-4c86-b22f-25381d0c4946" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183405Z:c9469311-f5fa-4c86-b22f-25381d0c4946" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "1799e202b6394cf7af5a4bf8574595f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ecddf3a-1b4f-4a5e-a68e-1ce0ab8742ce" - ], - "x-ms-correlation-request-id": [ - "0ecddf3a-1b4f-4a5e-a68e-1ce0ab8742ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183405Z:0ecddf3a-1b4f-4a5e-a68e-1ce0ab8742ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "02e695a0a1174b5bb37ec9c6ed40ea89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35fa88b5-771b-44a4-8673-13bfe29d03c3" - ], - "x-ms-correlation-request-id": [ - "35fa88b5-771b-44a4-8673-13bfe29d03c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183406Z:35fa88b5-771b-44a4-8673-13bfe29d03c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "f08575c5e3694eb5b07258a564298ff0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4f3ede1-cebf-4a2e-bc0a-4a630ae308e8" - ], - "x-ms-correlation-request-id": [ - "f4f3ede1-cebf-4a2e-bc0a-4a630ae308e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183406Z:f4f3ede1-cebf-4a2e-bc0a-4a630ae308e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "35c9bde8ae59498fa9b4c568ac581e12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b39b4905-0b55-4532-a940-bf94c882375a" - ], - "x-ms-correlation-request-id": [ - "b39b4905-0b55-4532-a940-bf94c882375a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183406Z:b39b4905-0b55-4532-a940-bf94c882375a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "d0490a79213e42688e5c813237ff5c97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16d46f5b-f612-433a-9393-996e3f7b2f28" - ], - "x-ms-correlation-request-id": [ - "16d46f5b-f612-433a-9393-996e3f7b2f28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183406Z:16d46f5b-f612-433a-9393-996e3f7b2f28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "82f8b2e59fbc44eeb4b0b1254e82eead" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "951411fa-86dd-454e-a7c0-c264d8fba1be" - ], - "x-ms-correlation-request-id": [ - "951411fa-86dd-454e-a7c0-c264d8fba1be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183406Z:951411fa-86dd-454e-a7c0-c264d8fba1be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "3d7cbe66638b4fc6a5836bd369395c1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3df237a-d220-45c2-b4e5-498f33f6239c" - ], - "x-ms-correlation-request-id": [ - "d3df237a-d220-45c2-b4e5-498f33f6239c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:d3df237a-d220-45c2-b4e5-498f33f6239c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "44e90a7941324558bba5f5d3116592ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d0e7ac3-9fda-4567-8e7f-a86fe16e10ea" - ], - "x-ms-correlation-request-id": [ - "2d0e7ac3-9fda-4567-8e7f-a86fe16e10ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:2d0e7ac3-9fda-4567-8e7f-a86fe16e10ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "511bdbed547d47519ded205ba8c1d126" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21161874-da12-42f7-b0f6-03f699bdc737" - ], - "x-ms-correlation-request-id": [ - "21161874-da12-42f7-b0f6-03f699bdc737" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:21161874-da12-42f7-b0f6-03f699bdc737" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "0446356a80084d4b85998f5874483bca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62d156d3-5f27-420c-9523-dc0a670370bb" - ], - "x-ms-correlation-request-id": [ - "62d156d3-5f27-420c-9523-dc0a670370bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:62d156d3-5f27-420c-9523-dc0a670370bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "45a1ea9bcbde42dbb16e6a8b2754d65c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86b521a5-89b3-4f2f-9c55-18a9be232496" - ], - "x-ms-correlation-request-id": [ - "86b521a5-89b3-4f2f-9c55-18a9be232496" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:86b521a5-89b3-4f2f-9c55-18a9be232496" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "8e1454d3bee24a848262adfade59c441" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcdb022e-1d5e-4012-b893-64054780498e" - ], - "x-ms-correlation-request-id": [ - "fcdb022e-1d5e-4012-b893-64054780498e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:fcdb022e-1d5e-4012-b893-64054780498e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "bf8880c7abe4449e938ae8a43eeab7b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d327352c-8e26-473b-9dee-f90e34006bc5" - ], - "x-ms-correlation-request-id": [ - "d327352c-8e26-473b-9dee-f90e34006bc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:d327352c-8e26-473b-9dee-f90e34006bc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "4c24afae7e1549baa6db6d1a434d54cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c5360e1-1c82-44ea-9070-763137a852c5" - ], - "x-ms-correlation-request-id": [ - "5c5360e1-1c82-44ea-9070-763137a852c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183407Z:5c5360e1-1c82-44ea-9070-763137a852c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "41776f61bff94d89bdf7a81316e4b534" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8bdc4f7-0f1d-4905-8975-9f0d8f607f0c" - ], - "x-ms-correlation-request-id": [ - "e8bdc4f7-0f1d-4905-8975-9f0d8f607f0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183408Z:e8bdc4f7-0f1d-4905-8975-9f0d8f607f0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "989c19d8d7bd4b378f336ea99ba0aa0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd14e9b8-1a0e-4fce-8cb6-e7daf9c0d763" - ], - "x-ms-correlation-request-id": [ - "cd14e9b8-1a0e-4fce-8cb6-e7daf9c0d763" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183408Z:cd14e9b8-1a0e-4fce-8cb6-e7daf9c0d763" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "cc7f0a4392f2402991b728d3e5ae3841" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64fd11b1-111b-4b64-a46d-83fff670a072" - ], - "x-ms-correlation-request-id": [ - "64fd11b1-111b-4b64-a46d-83fff670a072" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183408Z:64fd11b1-111b-4b64-a46d-83fff670a072" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "ee778a7628634e7da377c66aa55261e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df47a2b4-0d8a-4cc3-9e9d-9ebdaa875cfa" - ], - "x-ms-correlation-request-id": [ - "df47a2b4-0d8a-4cc3-9e9d-9ebdaa875cfa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183408Z:df47a2b4-0d8a-4cc3-9e9d-9ebdaa875cfa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "bdcc4faf9e384a10ae0ffcc7c0c51c47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "799fef77-ac09-4d68-8f59-c0c315f67110" - ], - "x-ms-correlation-request-id": [ - "799fef77-ac09-4d68-8f59-c0c315f67110" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183408Z:799fef77-ac09-4d68-8f59-c0c315f67110" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "25471f0c2d714e9d81335cac577f1246" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0421431e-1144-4ddd-a9f7-e2179b06c3aa" - ], - "x-ms-correlation-request-id": [ - "0421431e-1144-4ddd-a9f7-e2179b06c3aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183409Z:0421431e-1144-4ddd-a9f7-e2179b06c3aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "f59cf020da5a43cfb96690601fcd94e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0eb73f8e-ff6c-4886-9292-99342f69c997" - ], - "x-ms-correlation-request-id": [ - "0eb73f8e-ff6c-4886-9292-99342f69c997" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183409Z:0eb73f8e-ff6c-4886-9292-99342f69c997" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "ec9cd1da35934fe7a2344aa02ef43033" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "203f2f3e-d162-4d03-a44b-4e6682122113" - ], - "x-ms-correlation-request-id": [ - "203f2f3e-d162-4d03-a44b-4e6682122113" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183409Z:203f2f3e-d162-4d03-a44b-4e6682122113" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "82b89cd840a04e4bb52b55b545dfe0b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0cf2f769-bf39-42a5-91d7-cec71434228f" - ], - "x-ms-correlation-request-id": [ - "0cf2f769-bf39-42a5-91d7-cec71434228f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183409Z:0cf2f769-bf39-42a5-91d7-cec71434228f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "417b94ea2eaa4b1585c0e3981b6b1241" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "730265a8-17ae-4c92-9bab-d22355a12d9b" - ], - "x-ms-correlation-request-id": [ - "730265a8-17ae-4c92-9bab-d22355a12d9b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183409Z:730265a8-17ae-4c92-9bab-d22355a12d9b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "67652db57f8b427fbbe555278fabac01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "687b7a1f-d320-4d99-b85a-63655ab20946" - ], - "x-ms-correlation-request-id": [ - "687b7a1f-d320-4d99-b85a-63655ab20946" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183409Z:687b7a1f-d320-4d99-b85a-63655ab20946" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "443eb364abab48beb1420c5e4e2caad1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10a90508-9c2e-4a91-a5f9-403f6a056f2c" - ], - "x-ms-correlation-request-id": [ - "10a90508-9c2e-4a91-a5f9-403f6a056f2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183409Z:10a90508-9c2e-4a91-a5f9-403f6a056f2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "267fa68e631745c9a4d7c8f5eb22e664" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6f04d22-dcf2-4c72-aff2-6e7a6b1d7e3b" - ], - "x-ms-correlation-request-id": [ - "c6f04d22-dcf2-4c72-aff2-6e7a6b1d7e3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183410Z:c6f04d22-dcf2-4c72-aff2-6e7a6b1d7e3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "8c24ed9ed15f430ea14e28344a37ce66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35887fe1-ffc8-40f8-80ca-a2dc33493b2f" - ], - "x-ms-correlation-request-id": [ - "35887fe1-ffc8-40f8-80ca-a2dc33493b2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183410Z:35887fe1-ffc8-40f8-80ca-a2dc33493b2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "4db56ba7299b479d83e0b000e77ac58c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdc4e0ab-e58a-43b0-af94-8ca6a9fce526" - ], - "x-ms-correlation-request-id": [ - "fdc4e0ab-e58a-43b0-af94-8ca6a9fce526" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183410Z:fdc4e0ab-e58a-43b0-af94-8ca6a9fce526" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "df274d0cf0624d4d86c2f26ee8f8c96b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07835daa-e006-41cb-8afe-79bcd40ff2d0" - ], - "x-ms-correlation-request-id": [ - "07835daa-e006-41cb-8afe-79bcd40ff2d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183410Z:07835daa-e006-41cb-8afe-79bcd40ff2d0" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "dd02534f6ce94cc6aa13fbed8ae39e35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04f61100-176d-4983-9c90-3b3ba447ee8e" - ], - "x-ms-correlation-request-id": [ - "04f61100-176d-4983-9c90-3b3ba447ee8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183411Z:04f61100-176d-4983-9c90-3b3ba447ee8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "7a88428ee6ea4affa7697d02e9ce3e10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f7a1500-b2b4-4709-a33b-e2d28beb2065" - ], - "x-ms-correlation-request-id": [ - "7f7a1500-b2b4-4709-a33b-e2d28beb2065" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183411Z:7f7a1500-b2b4-4709-a33b-e2d28beb2065" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "2653b2470fb949b4be1bf4103f1d0240" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b3a8de4-ca28-470b-9fb5-f795d9e1e1b3" - ], - "x-ms-correlation-request-id": [ - "9b3a8de4-ca28-470b-9fb5-f795d9e1e1b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183411Z:9b3a8de4-ca28-470b-9fb5-f795d9e1e1b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "428d19792553494181d4f1ace2128064" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4423f263-67f1-4a25-abeb-38babf977d07" - ], - "x-ms-correlation-request-id": [ - "4423f263-67f1-4a25-abeb-38babf977d07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183411Z:4423f263-67f1-4a25-abeb-38babf977d07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "4c88f815ecba47378a0254a191669c88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cbf44d9-8fca-4708-9409-d56abe498faf" - ], - "x-ms-correlation-request-id": [ - "8cbf44d9-8fca-4708-9409-d56abe498faf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183411Z:8cbf44d9-8fca-4708-9409-d56abe498faf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "a5ced4ab2d624cc0979dfe9d55635c3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc9b0509-bc0c-44d1-b6eb-e425b00a527c" - ], - "x-ms-correlation-request-id": [ - "fc9b0509-bc0c-44d1-b6eb-e425b00a527c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183411Z:fc9b0509-bc0c-44d1-b6eb-e425b00a527c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "83226de24a54454d82869c662e86ef92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b4e64d0-65ac-4384-a4ef-6065fd332f1e" - ], - "x-ms-correlation-request-id": [ - "2b4e64d0-65ac-4384-a4ef-6065fd332f1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183412Z:2b4e64d0-65ac-4384-a4ef-6065fd332f1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "f29e862794e34a0baf3c3304bda6d50c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f24bfd1f-f6b3-444a-86f6-e17e970b831b" - ], - "x-ms-correlation-request-id": [ - "f24bfd1f-f6b3-444a-86f6-e17e970b831b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183412Z:f24bfd1f-f6b3-444a-86f6-e17e970b831b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "0f3f1e6674864e14beb2a8acbbd8f7cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ab7248a-20f6-47da-b9de-2432d1c1e164" - ], - "x-ms-correlation-request-id": [ - "9ab7248a-20f6-47da-b9de-2432d1c1e164" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183412Z:9ab7248a-20f6-47da-b9de-2432d1c1e164" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "59fddd39ce5442dca9c1d4379c5a9efc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c34387b4-fc32-4020-bebe-f49f3974be45" - ], - "x-ms-correlation-request-id": [ - "c34387b4-fc32-4020-bebe-f49f3974be45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183412Z:c34387b4-fc32-4020-bebe-f49f3974be45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "b4d21d31fe654784ad3f954f0fce7557" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6a1f073-2d0f-4dec-9665-85646693fb42" - ], - "x-ms-correlation-request-id": [ - "e6a1f073-2d0f-4dec-9665-85646693fb42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183412Z:e6a1f073-2d0f-4dec-9665-85646693fb42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "b425051a610342a5a4525fc30c9fcc20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcc7c526-e7da-4091-8de4-8b1a18e48e1e" - ], - "x-ms-correlation-request-id": [ - "dcc7c526-e7da-4091-8de4-8b1a18e48e1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183412Z:dcc7c526-e7da-4091-8de4-8b1a18e48e1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "00afa277764348d2bdcc00426952cba0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67f0c102-8e8f-4fe3-8104-163137eedcbd" - ], - "x-ms-correlation-request-id": [ - "67f0c102-8e8f-4fe3-8104-163137eedcbd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183412Z:67f0c102-8e8f-4fe3-8104-163137eedcbd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "289469f34cd8448aa86e8304385df1b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63b19df3-8dd1-49fc-80b7-2931040a9272" - ], - "x-ms-correlation-request-id": [ - "63b19df3-8dd1-49fc-80b7-2931040a9272" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183413Z:63b19df3-8dd1-49fc-80b7-2931040a9272" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "69f6d8cf17414a6db4a37f9a2de400b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0082df6d-d169-414e-8c73-73446ac3bcc7" - ], - "x-ms-correlation-request-id": [ - "0082df6d-d169-414e-8c73-73446ac3bcc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183413Z:0082df6d-d169-414e-8c73-73446ac3bcc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "67e56061ec5d4a08bed9852ec077c06b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0a365f6-cba9-40ae-a5ac-11d00e798a66" - ], - "x-ms-correlation-request-id": [ - "e0a365f6-cba9-40ae-a5ac-11d00e798a66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183413Z:e0a365f6-cba9-40ae-a5ac-11d00e798a66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "8dffa34e7e9c4012a9d2d4a22a36d9a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce728449-3758-481d-aa6c-189581c44e16" - ], - "x-ms-correlation-request-id": [ - "ce728449-3758-481d-aa6c-189581c44e16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183413Z:ce728449-3758-481d-aa6c-189581c44e16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "5446ed5bbb62475d931872f12a3c8f57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "edd0ede1-2b75-4218-a62c-f29e30fe9548" - ], - "x-ms-correlation-request-id": [ - "edd0ede1-2b75-4218-a62c-f29e30fe9548" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183413Z:edd0ede1-2b75-4218-a62c-f29e30fe9548" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "7f9fb9ff9b9a4a89a83cea139767e417" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "152a03f2-aaf4-43fa-901f-71a7e3d68211" - ], - "x-ms-correlation-request-id": [ - "152a03f2-aaf4-43fa-901f-71a7e3d68211" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183413Z:152a03f2-aaf4-43fa-901f-71a7e3d68211" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "b5af911732a542a697d4b7c6de3b6006" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "283f0feb-a082-417d-a782-ff618e8e4716" - ], - "x-ms-correlation-request-id": [ - "283f0feb-a082-417d-a782-ff618e8e4716" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183413Z:283f0feb-a082-417d-a782-ff618e8e4716" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "39b099c0ac724caa8d1da22941604b45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39f56516-5c8a-4184-8d65-1a1893c13753" - ], - "x-ms-correlation-request-id": [ - "39f56516-5c8a-4184-8d65-1a1893c13753" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183414Z:39f56516-5c8a-4184-8d65-1a1893c13753" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "a4da14e8d6ce4c528ed7c436a181de65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b2749c0-4137-4a63-a610-89935e504214" - ], - "x-ms-correlation-request-id": [ - "2b2749c0-4137-4a63-a610-89935e504214" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183414Z:2b2749c0-4137-4a63-a610-89935e504214" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "501eac53cfce409fa3ca22d1d3750fcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a02895a9-0475-4147-85f6-a27e23ca2e99" - ], - "x-ms-correlation-request-id": [ - "a02895a9-0475-4147-85f6-a27e23ca2e99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183414Z:a02895a9-0475-4147-85f6-a27e23ca2e99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "0b697b859fea4ad2b9ea6fbaff723016" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc38631b-581b-4ec1-9cb2-f1fa6c5abead" - ], - "x-ms-correlation-request-id": [ - "dc38631b-581b-4ec1-9cb2-f1fa6c5abead" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183414Z:dc38631b-581b-4ec1-9cb2-f1fa6c5abead" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "502ec28e2f2640c38c36fafc0590bdae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc29811b-197e-40e3-96ce-3068e60f04c9" - ], - "x-ms-correlation-request-id": [ - "dc29811b-197e-40e3-96ce-3068e60f04c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183414Z:dc29811b-197e-40e3-96ce-3068e60f04c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "3e0f7e7108aa4689916d352c5a193b3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f4d4cfe-fb84-4395-9aad-69023a14c066" - ], - "x-ms-correlation-request-id": [ - "2f4d4cfe-fb84-4395-9aad-69023a14c066" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183414Z:2f4d4cfe-fb84-4395-9aad-69023a14c066" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "68668d4a7828477ab83a221bdd897947" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61e4e8e5-7360-481a-ac16-c9f017bc9b88" - ], - "x-ms-correlation-request-id": [ - "61e4e8e5-7360-481a-ac16-c9f017bc9b88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183414Z:61e4e8e5-7360-481a-ac16-c9f017bc9b88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "f4e60e9fd1d44cf78e8b174116a0d199" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be3ad073-ab06-4a5e-8071-2baa78b3dd79" - ], - "x-ms-correlation-request-id": [ - "be3ad073-ab06-4a5e-8071-2baa78b3dd79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183415Z:be3ad073-ab06-4a5e-8071-2baa78b3dd79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "075c29a2c98140b7b45a40642c094348" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6954961f-09b0-4c49-9b7e-30cda903f000" - ], - "x-ms-correlation-request-id": [ - "6954961f-09b0-4c49-9b7e-30cda903f000" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183415Z:6954961f-09b0-4c49-9b7e-30cda903f000" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "66a0c5afada34d09834d4ed184bd6585" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "defec02b-3434-4663-9a74-565638b1bbe5" - ], - "x-ms-correlation-request-id": [ - "defec02b-3434-4663-9a74-565638b1bbe5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183415Z:defec02b-3434-4663-9a74-565638b1bbe5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "44b6b082996d4b9b96888c8eec2ec35c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6968c668-3cfa-428b-bc79-c3b3912fe828" - ], - "x-ms-correlation-request-id": [ - "6968c668-3cfa-428b-bc79-c3b3912fe828" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183415Z:6968c668-3cfa-428b-bc79-c3b3912fe828" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "881d94134f424c05ab837b24d5e1e54f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dda644f3-67d1-4fca-a8f0-cb12904c87e9" - ], - "x-ms-correlation-request-id": [ - "dda644f3-67d1-4fca-a8f0-cb12904c87e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183415Z:dda644f3-67d1-4fca-a8f0-cb12904c87e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "268d44aadd4a4a24b7c9f5317225cdf4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2be2e730-2a19-49ab-a4fa-9a8d61631677" - ], - "x-ms-correlation-request-id": [ - "2be2e730-2a19-49ab-a4fa-9a8d61631677" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183415Z:2be2e730-2a19-49ab-a4fa-9a8d61631677" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "c9bd9a183af046e6bea054faebcc8226" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea4bf574-a713-465c-8907-9e20253b1029" - ], - "x-ms-correlation-request-id": [ - "ea4bf574-a713-465c-8907-9e20253b1029" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183415Z:ea4bf574-a713-465c-8907-9e20253b1029" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "e1bed8f7ae1d499094ac47c877ac20ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "701f7443-9611-417b-bbc3-457092d7dda4" - ], - "x-ms-correlation-request-id": [ - "701f7443-9611-417b-bbc3-457092d7dda4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:701f7443-9611-417b-bbc3-457092d7dda4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "f939a1b757cf4002b178694704b34bab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "644d8dbb-adcf-4225-bab2-0c70ca49b79d" - ], - "x-ms-correlation-request-id": [ - "644d8dbb-adcf-4225-bab2-0c70ca49b79d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:644d8dbb-adcf-4225-bab2-0c70ca49b79d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "1b4feecad5194c00980609cd5c85e044" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2d2bf4e-af08-4cae-867c-bd9337e06d9c" - ], - "x-ms-correlation-request-id": [ - "b2d2bf4e-af08-4cae-867c-bd9337e06d9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:b2d2bf4e-af08-4cae-867c-bd9337e06d9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "70f04f03b8fd4a7c95e986a2a6d25e70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "172fb023-4863-4501-84ec-436c7610a5ea" - ], - "x-ms-correlation-request-id": [ - "172fb023-4863-4501-84ec-436c7610a5ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:172fb023-4863-4501-84ec-436c7610a5ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "7679c688e4b14712a8528ea14620c9e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "538626fe-1729-4e14-b8b2-21b9cf247f62" - ], - "x-ms-correlation-request-id": [ - "538626fe-1729-4e14-b8b2-21b9cf247f62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:538626fe-1729-4e14-b8b2-21b9cf247f62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "0d22945ed85d41a8aa23a851d27cc904" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec652328-0286-40e4-8539-6edfbdd9794b" - ], - "x-ms-correlation-request-id": [ - "ec652328-0286-40e4-8539-6edfbdd9794b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:ec652328-0286-40e4-8539-6edfbdd9794b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "de96721804aa477b84258eacf5c8c076" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f520477-6b97-4037-8f65-770886910c26" - ], - "x-ms-correlation-request-id": [ - "9f520477-6b97-4037-8f65-770886910c26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:9f520477-6b97-4037-8f65-770886910c26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "ea17bc93afe54f6d99226ae98613ed6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6c6e2d7-a1cf-4f23-8482-a07a4aeac54d" - ], - "x-ms-correlation-request-id": [ - "c6c6e2d7-a1cf-4f23-8482-a07a4aeac54d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183416Z:c6c6e2d7-a1cf-4f23-8482-a07a4aeac54d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "74adfb6fc1e54410a0ef8d4311b8a6a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e5e1adf-4ddb-495b-ae25-e4f8536cfc58" - ], - "x-ms-correlation-request-id": [ - "8e5e1adf-4ddb-495b-ae25-e4f8536cfc58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:8e5e1adf-4ddb-495b-ae25-e4f8536cfc58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "0f93f1ee627d4b1fb8fdc7e910d55b96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d89bc4cf-5c45-4dce-8cb2-21cac27f52b9" - ], - "x-ms-correlation-request-id": [ - "d89bc4cf-5c45-4dce-8cb2-21cac27f52b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:d89bc4cf-5c45-4dce-8cb2-21cac27f52b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "7c46e12c2ed943b58e17d8a094cdc192" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66a3d849-c664-43a9-9808-5e0574378ec0" - ], - "x-ms-correlation-request-id": [ - "66a3d849-c664-43a9-9808-5e0574378ec0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:66a3d849-c664-43a9-9808-5e0574378ec0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "df0e98d3da54466ea2ceb6dc124ccdd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8041aeec-075c-453b-91e5-b640362a5bf1" - ], - "x-ms-correlation-request-id": [ - "8041aeec-075c-453b-91e5-b640362a5bf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:8041aeec-075c-453b-91e5-b640362a5bf1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "cc6a7538cb724d64bf99eda0cd8ef695" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "130113d3-9e76-4d6a-a374-b8b16465193a" - ], - "x-ms-correlation-request-id": [ - "130113d3-9e76-4d6a-a374-b8b16465193a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:130113d3-9e76-4d6a-a374-b8b16465193a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "60b0536cedb844a592b73561ddfc81c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1de35940-de87-4dc2-8505-c48d2649501c" - ], - "x-ms-correlation-request-id": [ - "1de35940-de87-4dc2-8505-c48d2649501c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:1de35940-de87-4dc2-8505-c48d2649501c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "adb2d0dfd7274ba884847fa7059374d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5e98a11-9aa0-41fc-8f7f-5ead24f444e0" - ], - "x-ms-correlation-request-id": [ - "a5e98a11-9aa0-41fc-8f7f-5ead24f444e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:a5e98a11-9aa0-41fc-8f7f-5ead24f444e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "5247d71f2fb64a94ab071481a8aff8f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a651cc76-37ea-448e-8223-0b98e95192cc" - ], - "x-ms-correlation-request-id": [ - "a651cc76-37ea-448e-8223-0b98e95192cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183417Z:a651cc76-37ea-448e-8223-0b98e95192cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "99285618215b4da2984721a663a76bce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1d6090d-f6f9-40bc-a302-00b2dd6ac2da" - ], - "x-ms-correlation-request-id": [ - "a1d6090d-f6f9-40bc-a302-00b2dd6ac2da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183418Z:a1d6090d-f6f9-40bc-a302-00b2dd6ac2da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "cac9ccf678f84787b9fb538b76a5d445" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35f4b19c-3a51-4023-af52-b5547c0ea98d" - ], - "x-ms-correlation-request-id": [ - "35f4b19c-3a51-4023-af52-b5547c0ea98d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183418Z:35f4b19c-3a51-4023-af52-b5547c0ea98d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "a4ec2b87e92649b683e18e762ee0fee8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "836d720d-6cb6-4b59-83b3-516076485d2b" - ], - "x-ms-correlation-request-id": [ - "836d720d-6cb6-4b59-83b3-516076485d2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183418Z:836d720d-6cb6-4b59-83b3-516076485d2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "6320ea805a714b1d8074ee61fcf81c2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d800cb8-fdcf-4027-be60-d628f9c2e2a3" - ], - "x-ms-correlation-request-id": [ - "1d800cb8-fdcf-4027-be60-d628f9c2e2a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183418Z:1d800cb8-fdcf-4027-be60-d628f9c2e2a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "fcf3604753664a0f971246fb1aa3b67c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4fcb3ba-8bc5-49ba-aca5-2bdd9bb991aa" - ], - "x-ms-correlation-request-id": [ - "b4fcb3ba-8bc5-49ba-aca5-2bdd9bb991aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183418Z:b4fcb3ba-8bc5-49ba-aca5-2bdd9bb991aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "903fd449a8f24372bf987b08a00bcfb7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3388f539-6a4a-4b0d-afe7-fbd9808847fa" - ], - "x-ms-correlation-request-id": [ - "3388f539-6a4a-4b0d-afe7-fbd9808847fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183418Z:3388f539-6a4a-4b0d-afe7-fbd9808847fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "594c3d47ebe349a595e0eb37911bd8c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a10117e2-ac18-4525-a92e-c2bcf04742bd" - ], - "x-ms-correlation-request-id": [ - "a10117e2-ac18-4525-a92e-c2bcf04742bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183418Z:a10117e2-ac18-4525-a92e-c2bcf04742bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "9653c57fc1a144b4870d1676ae693fbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00d8049b-c794-464f-b7d2-66ba81b6cca3" - ], - "x-ms-correlation-request-id": [ - "00d8049b-c794-464f-b7d2-66ba81b6cca3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:00d8049b-c794-464f-b7d2-66ba81b6cca3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "ebcbaab8efd54347b940b7ce22e81b0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6682a48c-5aa9-4e8a-a9cc-e0d58f9e412e" - ], - "x-ms-correlation-request-id": [ - "6682a48c-5aa9-4e8a-a9cc-e0d58f9e412e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:6682a48c-5aa9-4e8a-a9cc-e0d58f9e412e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "994e4c166fab4ecdbef5d65fd7db4c67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5d81861-ed38-4182-b4b1-d405aeb82fa6" - ], - "x-ms-correlation-request-id": [ - "a5d81861-ed38-4182-b4b1-d405aeb82fa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:a5d81861-ed38-4182-b4b1-d405aeb82fa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "196de1cbe8d840a58402baadb658cd3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e35dcfe-84ba-4f2e-a44c-b33929c92b94" - ], - "x-ms-correlation-request-id": [ - "4e35dcfe-84ba-4f2e-a44c-b33929c92b94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:4e35dcfe-84ba-4f2e-a44c-b33929c92b94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "552f6917e4db4da2bb433a40254117b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43731d9e-cba8-4bdb-9888-93d5fafd230a" - ], - "x-ms-correlation-request-id": [ - "43731d9e-cba8-4bdb-9888-93d5fafd230a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:43731d9e-cba8-4bdb-9888-93d5fafd230a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "60435c1ea4c444cabdd89c2ffb4e2642" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9d47420-b8de-4539-ba46-67850ef1143c" - ], - "x-ms-correlation-request-id": [ - "c9d47420-b8de-4539-ba46-67850ef1143c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:c9d47420-b8de-4539-ba46-67850ef1143c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "89b27ea1edf242c19a0b7ae8c210878f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2edde848-b646-4f8d-9ad0-ea35c5db0768" - ], - "x-ms-correlation-request-id": [ - "2edde848-b646-4f8d-9ad0-ea35c5db0768" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:2edde848-b646-4f8d-9ad0-ea35c5db0768" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "151325dcf1584feca705f352fc9a14c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e0d743d-c5de-475f-9ea4-31e9adfff23d" - ], - "x-ms-correlation-request-id": [ - "3e0d743d-c5de-475f-9ea4-31e9adfff23d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183419Z:3e0d743d-c5de-475f-9ea4-31e9adfff23d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "fc5b724ac28e41a1a8a840ebd4575eaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7a0a266-2bf2-466d-beed-28fbba7320cf" - ], - "x-ms-correlation-request-id": [ - "d7a0a266-2bf2-466d-beed-28fbba7320cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:d7a0a266-2bf2-466d-beed-28fbba7320cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "ee562c38d6ee4f978f6eab21249dac4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b7526b8-bef8-489e-8746-a299a8547d18" - ], - "x-ms-correlation-request-id": [ - "5b7526b8-bef8-489e-8746-a299a8547d18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:5b7526b8-bef8-489e-8746-a299a8547d18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "0fb9b378420643f39e231595a63c2f0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dc39ea4-46bb-42e9-b644-a19db91f0ae0" - ], - "x-ms-correlation-request-id": [ - "3dc39ea4-46bb-42e9-b644-a19db91f0ae0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:3dc39ea4-46bb-42e9-b644-a19db91f0ae0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "6cc7b39cd9924a8eb3fc9405e69abb5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7316ce02-b9f0-464f-8635-a7d70b9b0ef8" - ], - "x-ms-correlation-request-id": [ - "7316ce02-b9f0-464f-8635-a7d70b9b0ef8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:7316ce02-b9f0-464f-8635-a7d70b9b0ef8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "927db5dc5ad643698bdb181b0082509f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc8e6b17-e120-4b49-a01a-97725e74f020" - ], - "x-ms-correlation-request-id": [ - "fc8e6b17-e120-4b49-a01a-97725e74f020" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:fc8e6b17-e120-4b49-a01a-97725e74f020" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "ebabfbd330ef4e938712c1ddbc3207a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd73de73-61ee-499d-98c0-f7aed829c205" - ], - "x-ms-correlation-request-id": [ - "dd73de73-61ee-499d-98c0-f7aed829c205" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:dd73de73-61ee-499d-98c0-f7aed829c205" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "1d2b285a22464c89866b33b0ca1d581f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89ea89c2-dfa3-41f1-9651-973ed448644f" - ], - "x-ms-correlation-request-id": [ - "89ea89c2-dfa3-41f1-9651-973ed448644f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:89ea89c2-dfa3-41f1-9651-973ed448644f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "eb9be0f7c0ec4bb5b196c4e1739279aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d9a911b-43a9-48e4-8a45-e08a53187eae" - ], - "x-ms-correlation-request-id": [ - "8d9a911b-43a9-48e4-8a45-e08a53187eae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:8d9a911b-43a9-48e4-8a45-e08a53187eae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "ddf430ef5b6349ed8f664256db542bd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0b16f98-b093-4180-8de3-3577853e0db9" - ], - "x-ms-correlation-request-id": [ - "a0b16f98-b093-4180-8de3-3577853e0db9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183420Z:a0b16f98-b093-4180-8de3-3577853e0db9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "ee6535475c884e4da5d14dd4518a41a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6fd13968-1629-4b4c-ace1-84b767915a25" - ], - "x-ms-correlation-request-id": [ - "6fd13968-1629-4b4c-ace1-84b767915a25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:6fd13968-1629-4b4c-ace1-84b767915a25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "88cb9a58c89c4d0780cfe273651c11ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cad6e702-0e76-42bc-affc-80e95b097864" - ], - "x-ms-correlation-request-id": [ - "cad6e702-0e76-42bc-affc-80e95b097864" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:cad6e702-0e76-42bc-affc-80e95b097864" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "47c01f206ce34e428fcb296f376c6ceb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8888569-61ba-4ed3-845f-312c94e28ed4" - ], - "x-ms-correlation-request-id": [ - "c8888569-61ba-4ed3-845f-312c94e28ed4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:c8888569-61ba-4ed3-845f-312c94e28ed4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "36f5ecfaeaa24b52b57e62ea1459e28f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d54aa515-af86-4034-8142-31e4cbfa031a" - ], - "x-ms-correlation-request-id": [ - "d54aa515-af86-4034-8142-31e4cbfa031a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:d54aa515-af86-4034-8142-31e4cbfa031a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "e60b8a0cf93c4308a24bae42f7d2d89e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb45fbc0-0cdd-4e55-8917-abe3bcf9f4d5" - ], - "x-ms-correlation-request-id": [ - "bb45fbc0-0cdd-4e55-8917-abe3bcf9f4d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:bb45fbc0-0cdd-4e55-8917-abe3bcf9f4d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "740c62bef08c42fb93b94619bc77d721" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1341517d-0855-4898-b528-3f9f4c725f55" - ], - "x-ms-correlation-request-id": [ - "1341517d-0855-4898-b528-3f9f4c725f55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:1341517d-0855-4898-b528-3f9f4c725f55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "d6a9a7d003ee4713b951275f62b719b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef42f65c-cd70-42b5-9e1b-08f3b454ec11" - ], - "x-ms-correlation-request-id": [ - "ef42f65c-cd70-42b5-9e1b-08f3b454ec11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:ef42f65c-cd70-42b5-9e1b-08f3b454ec11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "9d3668eb74a040c29967412093aa04e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eeed4bf7-3f45-4a18-9919-00b4dcb9d348" - ], - "x-ms-correlation-request-id": [ - "eeed4bf7-3f45-4a18-9919-00b4dcb9d348" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183421Z:eeed4bf7-3f45-4a18-9919-00b4dcb9d348" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "66ddc81dd52b4fca9ba122eac46e5aa2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "522cba74-74b3-4f29-b1eb-06885844553b" - ], - "x-ms-correlation-request-id": [ - "522cba74-74b3-4f29-b1eb-06885844553b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183422Z:522cba74-74b3-4f29-b1eb-06885844553b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "00328b94775c49cfa76a7c31d2b37c9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffac07e2-77fc-4c63-8843-c0fde6022b77" - ], - "x-ms-correlation-request-id": [ - "ffac07e2-77fc-4c63-8843-c0fde6022b77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183422Z:ffac07e2-77fc-4c63-8843-c0fde6022b77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "f5254972c4c247929612b4113815f9e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efab3479-9280-42b8-955c-bec75be8479d" - ], - "x-ms-correlation-request-id": [ - "efab3479-9280-42b8-955c-bec75be8479d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183422Z:efab3479-9280-42b8-955c-bec75be8479d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "881727a694504381817997634db220a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d745959f-6529-45ec-8d11-c51a3eab19d5" - ], - "x-ms-correlation-request-id": [ - "d745959f-6529-45ec-8d11-c51a3eab19d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183422Z:d745959f-6529-45ec-8d11-c51a3eab19d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "6a064d2d8be040e6b82c2979281fda9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "161a146a-7595-4838-ac63-ac7f20cf5955" - ], - "x-ms-correlation-request-id": [ - "161a146a-7595-4838-ac63-ac7f20cf5955" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183422Z:161a146a-7595-4838-ac63-ac7f20cf5955" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "817df2a67134442cb1a710e545ecbfaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cda943b0-710a-476e-a67d-e328f0088739" - ], - "x-ms-correlation-request-id": [ - "cda943b0-710a-476e-a67d-e328f0088739" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183422Z:cda943b0-710a-476e-a67d-e328f0088739" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "5a4829d52d8a4bdcb95451ee36b493a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c309aab-2ecc-4aa6-9f0d-ff49fb2eb63b" - ], - "x-ms-correlation-request-id": [ - "4c309aab-2ecc-4aa6-9f0d-ff49fb2eb63b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:4c309aab-2ecc-4aa6-9f0d-ff49fb2eb63b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "b6a2749a51fb418bb5d6b3a77831212d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09634292-423e-47b2-904f-39da6c527936" - ], - "x-ms-correlation-request-id": [ - "09634292-423e-47b2-904f-39da6c527936" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:09634292-423e-47b2-904f-39da6c527936" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "d2a9d6e3db7c4f558da3dd6dad782646" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb61af77-5c3e-46f3-9398-c52686fc9376" - ], - "x-ms-correlation-request-id": [ - "bb61af77-5c3e-46f3-9398-c52686fc9376" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:bb61af77-5c3e-46f3-9398-c52686fc9376" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "67d3d5cf58fa4980a0ba48bc728ec9c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b4e2427-9526-4e54-9e53-501ce0f5f50b" - ], - "x-ms-correlation-request-id": [ - "1b4e2427-9526-4e54-9e53-501ce0f5f50b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:1b4e2427-9526-4e54-9e53-501ce0f5f50b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "c3b8a42ddec742d19bc6c5a1423c6898" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f42e9f8d-1710-48b8-867d-2488ee3588e4" - ], - "x-ms-correlation-request-id": [ - "f42e9f8d-1710-48b8-867d-2488ee3588e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:f42e9f8d-1710-48b8-867d-2488ee3588e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "79de79535e1f41e19db33c745ac64df3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0eb0c225-c89d-4653-9c36-74a0df53f6d2" - ], - "x-ms-correlation-request-id": [ - "0eb0c225-c89d-4653-9c36-74a0df53f6d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:0eb0c225-c89d-4653-9c36-74a0df53f6d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "836a7904cf21476cb3a7136f3fb7e980" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc9915bb-87ea-490e-ac0d-06765dbc5747" - ], - "x-ms-correlation-request-id": [ - "dc9915bb-87ea-490e-ac0d-06765dbc5747" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:dc9915bb-87ea-490e-ac0d-06765dbc5747" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "60050697a7614fdf96d18bda8e445fc5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "768e6acd-1748-44ea-bf0f-858c80db90f6" - ], - "x-ms-correlation-request-id": [ - "768e6acd-1748-44ea-bf0f-858c80db90f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183423Z:768e6acd-1748-44ea-bf0f-858c80db90f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "05a4626964f04f6ea2a95db709d611d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e40177b6-874a-4e50-b619-964acb8013ad" - ], - "x-ms-correlation-request-id": [ - "e40177b6-874a-4e50-b619-964acb8013ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183424Z:e40177b6-874a-4e50-b619-964acb8013ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "6521702265784b2e811b04d8940030af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "991dfdcc-a39d-4309-90b8-96dbf0c65a24" - ], - "x-ms-correlation-request-id": [ - "991dfdcc-a39d-4309-90b8-96dbf0c65a24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183424Z:991dfdcc-a39d-4309-90b8-96dbf0c65a24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "f9ee456d7b964fe49119795f9188fc37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae6de875-2d63-400d-be51-fe4818279142" - ], - "x-ms-correlation-request-id": [ - "ae6de875-2d63-400d-be51-fe4818279142" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183424Z:ae6de875-2d63-400d-be51-fe4818279142" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "0df0e5994b624f258bddacd426bdecff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "820372f7-5e08-4160-96c3-2450fde6516e" - ], - "x-ms-correlation-request-id": [ - "820372f7-5e08-4160-96c3-2450fde6516e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183424Z:820372f7-5e08-4160-96c3-2450fde6516e" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "30ece425137a4078a224dc8dcc748007" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54c0d020-c0df-4b88-a46c-d7e854ec8e3b" - ], - "x-ms-correlation-request-id": [ - "54c0d020-c0df-4b88-a46c-d7e854ec8e3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183425Z:54c0d020-c0df-4b88-a46c-d7e854ec8e3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "7601eaa427a14612a593f0c53f40702c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b72f184f-88cc-4e13-acf7-462ea3cd995a" - ], - "x-ms-correlation-request-id": [ - "b72f184f-88cc-4e13-acf7-462ea3cd995a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183425Z:b72f184f-88cc-4e13-acf7-462ea3cd995a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "05123aa267e64879935ad813a335c271" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1db419f2-82fa-4ab5-b0e4-351bf592d8c5" - ], - "x-ms-correlation-request-id": [ - "1db419f2-82fa-4ab5-b0e4-351bf592d8c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183425Z:1db419f2-82fa-4ab5-b0e4-351bf592d8c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "7e3a876c21054490bbebe5cdb2d45b73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "879e258e-1250-447a-a805-d3e331a6dd7b" - ], - "x-ms-correlation-request-id": [ - "879e258e-1250-447a-a805-d3e331a6dd7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183425Z:879e258e-1250-447a-a805-d3e331a6dd7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "84dc400ad86d4f2392da50296258169b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1f042d1-caa8-4b5f-8bd3-db4be86a5579" - ], - "x-ms-correlation-request-id": [ - "e1f042d1-caa8-4b5f-8bd3-db4be86a5579" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183425Z:e1f042d1-caa8-4b5f-8bd3-db4be86a5579" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "2eda0cce81c34bf79aced4f653996035" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2985cbdd-282d-4078-bf7b-d8ae5b8c3811" - ], - "x-ms-correlation-request-id": [ - "2985cbdd-282d-4078-bf7b-d8ae5b8c3811" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183425Z:2985cbdd-282d-4078-bf7b-d8ae5b8c3811" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "eb5f8bc8c8a84219845c99fd99fb5d1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "758ed75b-789f-44b2-b145-6a9e82bdfe39" - ], - "x-ms-correlation-request-id": [ - "758ed75b-789f-44b2-b145-6a9e82bdfe39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183426Z:758ed75b-789f-44b2-b145-6a9e82bdfe39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "86af774c4be840cdac207299d7ab1f82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d17c4148-7056-4654-8179-4f318f193f74" - ], - "x-ms-correlation-request-id": [ - "d17c4148-7056-4654-8179-4f318f193f74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183426Z:d17c4148-7056-4654-8179-4f318f193f74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "3239f148e1c64e25bd931bca9f391697" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4820bf06-ebd5-448a-83ef-0c01c76b9949" - ], - "x-ms-correlation-request-id": [ - "4820bf06-ebd5-448a-83ef-0c01c76b9949" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183426Z:4820bf06-ebd5-448a-83ef-0c01c76b9949" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "cffe21ea603d425d92b36d47473ab77d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6200d01-13be-4449-a3dc-115ef5f7aba1" - ], - "x-ms-correlation-request-id": [ - "c6200d01-13be-4449-a3dc-115ef5f7aba1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183426Z:c6200d01-13be-4449-a3dc-115ef5f7aba1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "a819e1325139454dbf1794e2902cf0df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2101eae4-643c-4580-ae8b-ed9e0578fc72" - ], - "x-ms-correlation-request-id": [ - "2101eae4-643c-4580-ae8b-ed9e0578fc72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183426Z:2101eae4-643c-4580-ae8b-ed9e0578fc72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "d68b0bd77a2d418e8ba62dd41358ea05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73befe02-6aaa-48eb-826f-986467b4804d" - ], - "x-ms-correlation-request-id": [ - "73befe02-6aaa-48eb-826f-986467b4804d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183426Z:73befe02-6aaa-48eb-826f-986467b4804d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "39d08a2c3cf14d9a8379881f5d5c3beb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8bdd992-62c2-4e5e-addf-010784d6cce8" - ], - "x-ms-correlation-request-id": [ - "e8bdd992-62c2-4e5e-addf-010784d6cce8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:e8bdd992-62c2-4e5e-addf-010784d6cce8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "ab283a7ced1e45e0b98629fe0e7df442" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e135da8a-3918-4b6f-97ff-1d7b0f62caf9" - ], - "x-ms-correlation-request-id": [ - "e135da8a-3918-4b6f-97ff-1d7b0f62caf9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:e135da8a-3918-4b6f-97ff-1d7b0f62caf9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "d917c6359596457a96a09d836535edf1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "187b3556-4061-443d-9c64-1c951a906401" - ], - "x-ms-correlation-request-id": [ - "187b3556-4061-443d-9c64-1c951a906401" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:187b3556-4061-443d-9c64-1c951a906401" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "59eb2cafb6ea4ed191ad194148921dbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a229fd43-9f19-4fe2-ad75-cd5e5ae0b4da" - ], - "x-ms-correlation-request-id": [ - "a229fd43-9f19-4fe2-ad75-cd5e5ae0b4da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:a229fd43-9f19-4fe2-ad75-cd5e5ae0b4da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "aa1370a59896478ca7d9de464e508946" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da60f076-7f6e-4011-b7fa-92b93d7310dc" - ], - "x-ms-correlation-request-id": [ - "da60f076-7f6e-4011-b7fa-92b93d7310dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:da60f076-7f6e-4011-b7fa-92b93d7310dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "fa41e8fa26b84ddb9e327a75dde2095c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20f8807a-25bc-4e52-9e82-84d3db5be079" - ], - "x-ms-correlation-request-id": [ - "20f8807a-25bc-4e52-9e82-84d3db5be079" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:20f8807a-25bc-4e52-9e82-84d3db5be079" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "26d538640ad64f6983e000bc35ab26f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94fdcf95-b7be-4025-bcb0-8dde2a2493dd" - ], - "x-ms-correlation-request-id": [ - "94fdcf95-b7be-4025-bcb0-8dde2a2493dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:94fdcf95-b7be-4025-bcb0-8dde2a2493dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "180ca5a39cd6482f85f9a29e16ee9837" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73ba5557-c379-43c1-8552-7d5868252acd" - ], - "x-ms-correlation-request-id": [ - "73ba5557-c379-43c1-8552-7d5868252acd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183427Z:73ba5557-c379-43c1-8552-7d5868252acd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "2c3c1f4c11fb4dd7b81232485115c726" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d253f21e-7f12-4e73-b484-4a2491ce41ce" - ], - "x-ms-correlation-request-id": [ - "d253f21e-7f12-4e73-b484-4a2491ce41ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183428Z:d253f21e-7f12-4e73-b484-4a2491ce41ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "ed123f75633f4129991d4f9b0b9ad016" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76c2e34b-788d-4a5b-a85a-4941c1ff6348" - ], - "x-ms-correlation-request-id": [ - "76c2e34b-788d-4a5b-a85a-4941c1ff6348" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183428Z:76c2e34b-788d-4a5b-a85a-4941c1ff6348" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "87ad0fdbf08a46be942b3e470bdbefb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44810a12-a5de-4d94-9524-19b2404467c8" - ], - "x-ms-correlation-request-id": [ - "44810a12-a5de-4d94-9524-19b2404467c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183428Z:44810a12-a5de-4d94-9524-19b2404467c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "4ae661981e664b66ba07759ad33b8f83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aca1f92d-46f6-4774-906c-bd8c19e2a857" - ], - "x-ms-correlation-request-id": [ - "aca1f92d-46f6-4774-906c-bd8c19e2a857" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183428Z:aca1f92d-46f6-4774-906c-bd8c19e2a857" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "f4d154533b95445a94d889617542500e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be69bed2-72d8-4331-8668-c11026524247" - ], - "x-ms-correlation-request-id": [ - "be69bed2-72d8-4331-8668-c11026524247" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183428Z:be69bed2-72d8-4331-8668-c11026524247" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "0d41a5a4ced84cd38bec7f45327c2af8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fcef910-4ab4-495d-a46f-378dc48b88d4" - ], - "x-ms-correlation-request-id": [ - "0fcef910-4ab4-495d-a46f-378dc48b88d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183428Z:0fcef910-4ab4-495d-a46f-378dc48b88d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "985b2334387a4558948bd52c127a50eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "845b0f97-9858-4b5d-adf4-a12190d6dfe5" - ], - "x-ms-correlation-request-id": [ - "845b0f97-9858-4b5d-adf4-a12190d6dfe5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:845b0f97-9858-4b5d-adf4-a12190d6dfe5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "39507fcdd8d845bfad4e850fd3d1e50c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d09d36db-6283-4bef-b0c5-80eb8ab42a7b" - ], - "x-ms-correlation-request-id": [ - "d09d36db-6283-4bef-b0c5-80eb8ab42a7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:d09d36db-6283-4bef-b0c5-80eb8ab42a7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "12e431572a00465e83f9ee8b337ab19d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a92473b6-7f0b-40a5-a7e9-04e5198c2360" - ], - "x-ms-correlation-request-id": [ - "a92473b6-7f0b-40a5-a7e9-04e5198c2360" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:a92473b6-7f0b-40a5-a7e9-04e5198c2360" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "c8ec1946146142d88df2de29df39f580" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d14aa3c-5573-4468-bbb4-5545e4a45994" - ], - "x-ms-correlation-request-id": [ - "9d14aa3c-5573-4468-bbb4-5545e4a45994" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:9d14aa3c-5573-4468-bbb4-5545e4a45994" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "295cfbbc658b4c6c8a3bd5eb4bcc9891" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75923e8c-bd5b-4722-b056-e9249d621060" - ], - "x-ms-correlation-request-id": [ - "75923e8c-bd5b-4722-b056-e9249d621060" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:75923e8c-bd5b-4722-b056-e9249d621060" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "fcadbd633d26429e9a7c42d188f9842a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "938d1a8e-cd65-47d7-816b-0433984220e5" - ], - "x-ms-correlation-request-id": [ - "938d1a8e-cd65-47d7-816b-0433984220e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:938d1a8e-cd65-47d7-816b-0433984220e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "18b3bd581bce4f0a933bfe782aebac22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39360fab-983d-490e-8370-9572d860db86" - ], - "x-ms-correlation-request-id": [ - "39360fab-983d-490e-8370-9572d860db86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:39360fab-983d-490e-8370-9572d860db86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "5b35907cbb6a4d7296c006e3a5aacd59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0927809f-36d3-44bc-b90d-341401f7d7f5" - ], - "x-ms-correlation-request-id": [ - "0927809f-36d3-44bc-b90d-341401f7d7f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183429Z:0927809f-36d3-44bc-b90d-341401f7d7f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "1b3115be6b8048ad9c5b8b711425eb49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ac46520-5fa3-4a4b-b557-e6ea906af160" - ], - "x-ms-correlation-request-id": [ - "4ac46520-5fa3-4a4b-b557-e6ea906af160" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:4ac46520-5fa3-4a4b-b557-e6ea906af160" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "847775757061433f87897396b1c22f25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b223d4d7-a4ce-4672-96cf-615aa6d21963" - ], - "x-ms-correlation-request-id": [ - "b223d4d7-a4ce-4672-96cf-615aa6d21963" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:b223d4d7-a4ce-4672-96cf-615aa6d21963" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "2a3862dfd20c4ee8a4f503a5efaad690" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55331e3a-4467-49ff-ad38-d2019dda60fe" - ], - "x-ms-correlation-request-id": [ - "55331e3a-4467-49ff-ad38-d2019dda60fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:55331e3a-4467-49ff-ad38-d2019dda60fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "59be7419373b45438d73093e022ea5ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdc730cd-d7e7-4560-bfaa-ddbfdb65c14b" - ], - "x-ms-correlation-request-id": [ - "cdc730cd-d7e7-4560-bfaa-ddbfdb65c14b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:cdc730cd-d7e7-4560-bfaa-ddbfdb65c14b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "309b9aa0c05e4c2d83bd3fbc6ee0344d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91d6deb2-a68c-4c6b-9a49-76db28aeee37" - ], - "x-ms-correlation-request-id": [ - "91d6deb2-a68c-4c6b-9a49-76db28aeee37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:91d6deb2-a68c-4c6b-9a49-76db28aeee37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "709952b3911846678a433cab317b761b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "186e9464-d80f-4227-8485-e7d0ebbe13b9" - ], - "x-ms-correlation-request-id": [ - "186e9464-d80f-4227-8485-e7d0ebbe13b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:186e9464-d80f-4227-8485-e7d0ebbe13b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "aa96e365bec7457aabcc7dc911d5dc17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cda6cdf9-0f75-4f66-b4d2-2ec70e97bf4d" - ], - "x-ms-correlation-request-id": [ - "cda6cdf9-0f75-4f66-b4d2-2ec70e97bf4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:cda6cdf9-0f75-4f66-b4d2-2ec70e97bf4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "9a93e35831224a6ea0b9b4df1550f848" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d574bc9a-bd94-4dd2-b822-4c491689fddd" - ], - "x-ms-correlation-request-id": [ - "d574bc9a-bd94-4dd2-b822-4c491689fddd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183430Z:d574bc9a-bd94-4dd2-b822-4c491689fddd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "dbbe7e94e972463db54c96f48e67339f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "809f0741-c3ea-4d02-8c25-5abb0f9bac1d" - ], - "x-ms-correlation-request-id": [ - "809f0741-c3ea-4d02-8c25-5abb0f9bac1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183431Z:809f0741-c3ea-4d02-8c25-5abb0f9bac1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "7760b5ab1060403ab2502d90f40712c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0418323-b694-488b-89d4-cb9aa3f2afc5" - ], - "x-ms-correlation-request-id": [ - "b0418323-b694-488b-89d4-cb9aa3f2afc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183431Z:b0418323-b694-488b-89d4-cb9aa3f2afc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "e3a701f577894a42bd3900e2d2af7ce6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e19ba9f8-8ff1-4fbe-8990-952f90cae668" - ], - "x-ms-correlation-request-id": [ - "e19ba9f8-8ff1-4fbe-8990-952f90cae668" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183431Z:e19ba9f8-8ff1-4fbe-8990-952f90cae668" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "2a3351e099884bcd8d89327a9f948140" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "105920d2-032c-4c2b-b7d8-e1d9b015e85e" - ], - "x-ms-correlation-request-id": [ - "105920d2-032c-4c2b-b7d8-e1d9b015e85e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183431Z:105920d2-032c-4c2b-b7d8-e1d9b015e85e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "9064b823c97944c9b6d9dfc59ce3456d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8bed9461-73ad-4d47-a02e-c73640d68363" - ], - "x-ms-correlation-request-id": [ - "8bed9461-73ad-4d47-a02e-c73640d68363" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183431Z:8bed9461-73ad-4d47-a02e-c73640d68363" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "922c3d0963f242f18de581c47289621a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce330389-22b4-4ab3-88ac-3828b1a27fc6" - ], - "x-ms-correlation-request-id": [ - "ce330389-22b4-4ab3-88ac-3828b1a27fc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183431Z:ce330389-22b4-4ab3-88ac-3828b1a27fc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "4b746438f6ce4a858fd26c06f0d4a9a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1381c01-a5ea-4e2d-869a-a86f5196d9d9" - ], - "x-ms-correlation-request-id": [ - "f1381c01-a5ea-4e2d-869a-a86f5196d9d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183431Z:f1381c01-a5ea-4e2d-869a-a86f5196d9d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "aba885c6f87a49f6ae9ed30b6f2c7f0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08805e8f-34f1-4c04-a472-e8e21f21d3d8" - ], - "x-ms-correlation-request-id": [ - "08805e8f-34f1-4c04-a472-e8e21f21d3d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:08805e8f-34f1-4c04-a472-e8e21f21d3d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "0af187f1a07949e28d7872e98e291288" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c991321-5fda-4d27-bc6c-2f1d70346ca0" - ], - "x-ms-correlation-request-id": [ - "8c991321-5fda-4d27-bc6c-2f1d70346ca0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:8c991321-5fda-4d27-bc6c-2f1d70346ca0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "1f41ec5bc1784dfa917b412a24135a52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "549a5f88-eeef-4fa4-82b6-3bbadc6dd57b" - ], - "x-ms-correlation-request-id": [ - "549a5f88-eeef-4fa4-82b6-3bbadc6dd57b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:549a5f88-eeef-4fa4-82b6-3bbadc6dd57b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "e8b66805561f4d32ae26895276feb2e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "511cc469-affc-4d9e-81c2-a7303e4a5743" - ], - "x-ms-correlation-request-id": [ - "511cc469-affc-4d9e-81c2-a7303e4a5743" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:511cc469-affc-4d9e-81c2-a7303e4a5743" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "56961d8583a34973b7c1fd593227ba40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39e9e83e-8981-49ed-b424-39b931be3969" - ], - "x-ms-correlation-request-id": [ - "39e9e83e-8981-49ed-b424-39b931be3969" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:39e9e83e-8981-49ed-b424-39b931be3969" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "5d2e72f2247140caa4a52c11f0dbe849" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66986472-dbb2-4baa-86fc-d567a17515df" - ], - "x-ms-correlation-request-id": [ - "66986472-dbb2-4baa-86fc-d567a17515df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:66986472-dbb2-4baa-86fc-d567a17515df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "fac6fa58ce804c48b19084e0e2e2190b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d449b8c9-1cda-4e8d-ab98-fdb64b5aaccf" - ], - "x-ms-correlation-request-id": [ - "d449b8c9-1cda-4e8d-ab98-fdb64b5aaccf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:d449b8c9-1cda-4e8d-ab98-fdb64b5aaccf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "c3698390c9b942f9ba52eb620d7d07d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d406dba-30f6-4d69-bd48-761f874c6482" - ], - "x-ms-correlation-request-id": [ - "5d406dba-30f6-4d69-bd48-761f874c6482" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183432Z:5d406dba-30f6-4d69-bd48-761f874c6482" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "225d34ae26bd4548849d3e46827c0139" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fb0e696-faab-4af3-bea5-4165d2883d9a" - ], - "x-ms-correlation-request-id": [ - "0fb0e696-faab-4af3-bea5-4165d2883d9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183433Z:0fb0e696-faab-4af3-bea5-4165d2883d9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "378a381984cc41d0964ba104b1888ad9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a02e0494-670d-43f8-909f-f89df87e0cf6" - ], - "x-ms-correlation-request-id": [ - "a02e0494-670d-43f8-909f-f89df87e0cf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183433Z:a02e0494-670d-43f8-909f-f89df87e0cf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "c06d8166d05846ebb8674e2c735a8dc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "894cc3e3-1fc3-4a79-80d6-d2a980ba70c6" - ], - "x-ms-correlation-request-id": [ - "894cc3e3-1fc3-4a79-80d6-d2a980ba70c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183433Z:894cc3e3-1fc3-4a79-80d6-d2a980ba70c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "22505c3e6e1241aa823d2c387d28676f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8891f0da-7fa9-4879-9651-e0b2c4698b44" - ], - "x-ms-correlation-request-id": [ - "8891f0da-7fa9-4879-9651-e0b2c4698b44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183433Z:8891f0da-7fa9-4879-9651-e0b2c4698b44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "7576e6b878da47a78c4959fffa41cf63" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "482ad501-bfc7-4438-ae1d-2fd33796c1b9" - ], - "x-ms-correlation-request-id": [ - "482ad501-bfc7-4438-ae1d-2fd33796c1b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183433Z:482ad501-bfc7-4438-ae1d-2fd33796c1b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "11cee92d894840fc9386291264217341" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d553d09-a114-4e21-9ddd-d62b8c10475e" - ], - "x-ms-correlation-request-id": [ - "1d553d09-a114-4e21-9ddd-d62b8c10475e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183433Z:1d553d09-a114-4e21-9ddd-d62b8c10475e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "4536d444b26a4223b88c8c42309ac9db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf8d1414-2a3e-45a2-9393-2dba6f768d01" - ], - "x-ms-correlation-request-id": [ - "cf8d1414-2a3e-45a2-9393-2dba6f768d01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183433Z:cf8d1414-2a3e-45a2-9393-2dba6f768d01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "a5e55225d05a4c6c966d46323e1dadb7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88a75509-f8e8-484d-b9e3-8cfb2b802c94" - ], - "x-ms-correlation-request-id": [ - "88a75509-f8e8-484d-b9e3-8cfb2b802c94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183434Z:88a75509-f8e8-484d-b9e3-8cfb2b802c94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "705e97c1a76d49078f58b4157558723e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "125fbd4e-2fe5-4bf8-ab8a-05678612a466" - ], - "x-ms-correlation-request-id": [ - "125fbd4e-2fe5-4bf8-ab8a-05678612a466" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183434Z:125fbd4e-2fe5-4bf8-ab8a-05678612a466" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "de08ca809d7d4aeb877f50b7d2075993" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11163bae-0bbe-40a4-bb8f-7253c9eec513" - ], - "x-ms-correlation-request-id": [ - "11163bae-0bbe-40a4-bb8f-7253c9eec513" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183434Z:11163bae-0bbe-40a4-bb8f-7253c9eec513" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "f18c23bc9c054d869da97a4c971c1a96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "074b784a-f8dc-463b-a83f-326367be211d" - ], - "x-ms-correlation-request-id": [ - "074b784a-f8dc-463b-a83f-326367be211d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183434Z:074b784a-f8dc-463b-a83f-326367be211d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "381b5e7ed5764f4baf8345402f3458a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57362721-4aa9-4778-86e6-c6fd296366fe" - ], - "x-ms-correlation-request-id": [ - "57362721-4aa9-4778-86e6-c6fd296366fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183434Z:57362721-4aa9-4778-86e6-c6fd296366fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "243e64f0329844f9b9602cc61e209a34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c229946-29f8-4ca2-9f1f-4b92285ffa68" - ], - "x-ms-correlation-request-id": [ - "7c229946-29f8-4ca2-9f1f-4b92285ffa68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183434Z:7c229946-29f8-4ca2-9f1f-4b92285ffa68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "8fe74fa2025a4c10b290d44617562120" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b068795-7a3b-4a88-8918-db0360db3e32" - ], - "x-ms-correlation-request-id": [ - "2b068795-7a3b-4a88-8918-db0360db3e32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183435Z:2b068795-7a3b-4a88-8918-db0360db3e32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "41227bdadd1d4b9ba85d877526e443c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c51cba9-9fca-43a5-b9bd-5666625bd7aa" - ], - "x-ms-correlation-request-id": [ - "2c51cba9-9fca-43a5-b9bd-5666625bd7aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183435Z:2c51cba9-9fca-43a5-b9bd-5666625bd7aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "8596b1323a5946cd96eef5224322a39e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3053d78-d209-4e55-8734-4e0d5a58da22" - ], - "x-ms-correlation-request-id": [ - "e3053d78-d209-4e55-8734-4e0d5a58da22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183435Z:e3053d78-d209-4e55-8734-4e0d5a58da22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "dc59e2c0c42449f49e733e4af9c76319" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80038687-33f3-42e6-b713-ded07e30878b" - ], - "x-ms-correlation-request-id": [ - "80038687-33f3-42e6-b713-ded07e30878b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183435Z:80038687-33f3-42e6-b713-ded07e30878b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "c344e1f9b27947998733e7247fd2d60c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac86787a-9b8d-458f-a8a9-ee50b565ffb8" - ], - "x-ms-correlation-request-id": [ - "ac86787a-9b8d-458f-a8a9-ee50b565ffb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183435Z:ac86787a-9b8d-458f-a8a9-ee50b565ffb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "1151d244ef904d01a2cbb7b1b680e2a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bddcf5c-5ad9-4f21-8ca0-99f5b45eb854" - ], - "x-ms-correlation-request-id": [ - "5bddcf5c-5ad9-4f21-8ca0-99f5b45eb854" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183435Z:5bddcf5c-5ad9-4f21-8ca0-99f5b45eb854" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "cfdfa6834df5467ab9decc9876aeb57b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa3b63e3-ae29-462c-aae0-46ee231ae0f4" - ], - "x-ms-correlation-request-id": [ - "fa3b63e3-ae29-462c-aae0-46ee231ae0f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183436Z:fa3b63e3-ae29-462c-aae0-46ee231ae0f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "0732bc36aa0b423cb29eb449091b5821" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b41c51a0-8c54-46f6-8d2b-684a80d208a7" - ], - "x-ms-correlation-request-id": [ - "b41c51a0-8c54-46f6-8d2b-684a80d208a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183436Z:b41c51a0-8c54-46f6-8d2b-684a80d208a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "7aad1b7fc7db4e418c28b4ab692f94c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43d8160c-54ab-4b51-881b-1d68e616e8fe" - ], - "x-ms-correlation-request-id": [ - "43d8160c-54ab-4b51-881b-1d68e616e8fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183436Z:43d8160c-54ab-4b51-881b-1d68e616e8fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "fad8ca74f78747b5b67bd9317fd10e67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a126994e-6087-4ff4-9b57-57241aa73de9" - ], - "x-ms-correlation-request-id": [ - "a126994e-6087-4ff4-9b57-57241aa73de9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183436Z:a126994e-6087-4ff4-9b57-57241aa73de9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "dbc459a42c034ad2aad3711d44e6aeef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28f1fc40-801b-4392-8f07-82b297c5c8bd" - ], - "x-ms-correlation-request-id": [ - "28f1fc40-801b-4392-8f07-82b297c5c8bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183436Z:28f1fc40-801b-4392-8f07-82b297c5c8bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "71adda5eea284b839d43b354fe97cfa8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f617df9-dd22-46ac-826c-c58849b8f22e" - ], - "x-ms-correlation-request-id": [ - "2f617df9-dd22-46ac-826c-c58849b8f22e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183436Z:2f617df9-dd22-46ac-826c-c58849b8f22e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "11858546f35f4efd828d70c82c88abc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e43be97e-6fe0-4aac-8469-946f22bb41cb" - ], - "x-ms-correlation-request-id": [ - "e43be97e-6fe0-4aac-8469-946f22bb41cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183436Z:e43be97e-6fe0-4aac-8469-946f22bb41cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "3dc1022af16c495aabc18ecfefd51214" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "438afb57-9faf-49fd-98e1-64c2da3322a9" - ], - "x-ms-correlation-request-id": [ - "438afb57-9faf-49fd-98e1-64c2da3322a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:438afb57-9faf-49fd-98e1-64c2da3322a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "c5fa4f6351154061aa183a35b685dfd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74e7d319-72ab-4d31-952f-e72bf749c2b9" - ], - "x-ms-correlation-request-id": [ - "74e7d319-72ab-4d31-952f-e72bf749c2b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:74e7d319-72ab-4d31-952f-e72bf749c2b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "b06287bb0b524c3bb22b647e747767d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6f90bbe-8ae9-4c08-b023-48bae038f486" - ], - "x-ms-correlation-request-id": [ - "a6f90bbe-8ae9-4c08-b023-48bae038f486" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:a6f90bbe-8ae9-4c08-b023-48bae038f486" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "fc1e2ec965eb48459c30a5475c9e7bd5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b61276fc-2d70-4eea-9891-4c99384976c0" - ], - "x-ms-correlation-request-id": [ - "b61276fc-2d70-4eea-9891-4c99384976c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:b61276fc-2d70-4eea-9891-4c99384976c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "f7057f8cecf144be9c0ae5d1cb346e13" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffbf6a4f-095d-4746-b894-cfab8e01b333" - ], - "x-ms-correlation-request-id": [ - "ffbf6a4f-095d-4746-b894-cfab8e01b333" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:ffbf6a4f-095d-4746-b894-cfab8e01b333" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "203705000e7f4bbfa541ab5e6eedcbf1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d898a5f4-d510-4479-b898-1e4903af247c" - ], - "x-ms-correlation-request-id": [ - "d898a5f4-d510-4479-b898-1e4903af247c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:d898a5f4-d510-4479-b898-1e4903af247c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "0c809b0f62df405da3acbd9dba8e6d26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eceee574-e80c-492c-849d-12cf4d290790" - ], - "x-ms-correlation-request-id": [ - "eceee574-e80c-492c-849d-12cf4d290790" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:eceee574-e80c-492c-849d-12cf4d290790" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "c7a44c0276c44a109a587cb4c1077205" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64ed1f4e-745c-4d98-af8c-93fe14c5848a" - ], - "x-ms-correlation-request-id": [ - "64ed1f4e-745c-4d98-af8c-93fe14c5848a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:64ed1f4e-745c-4d98-af8c-93fe14c5848a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "8477988e24934ecf9f6bd17555d55017" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a34ec08-a4d9-4942-9853-cc82cc3df37e" - ], - "x-ms-correlation-request-id": [ - "7a34ec08-a4d9-4942-9853-cc82cc3df37e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183437Z:7a34ec08-a4d9-4942-9853-cc82cc3df37e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "ed01c28ec5dd45d397e81a6ce32f41a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ee51c94-4937-4b65-ba3d-c01e0d6eb0ad" - ], - "x-ms-correlation-request-id": [ - "8ee51c94-4937-4b65-ba3d-c01e0d6eb0ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183438Z:8ee51c94-4937-4b65-ba3d-c01e0d6eb0ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "573f1b06da54482fa6d11f21ec437f33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4ead697-2c24-4783-becd-3743a185f3cf" - ], - "x-ms-correlation-request-id": [ - "f4ead697-2c24-4783-becd-3743a185f3cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183438Z:f4ead697-2c24-4783-becd-3743a185f3cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "373a35fa4b2d4cd38a3c66b383db8abf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "229049c9-d0bd-4503-92d2-d8bc22eaef1c" - ], - "x-ms-correlation-request-id": [ - "229049c9-d0bd-4503-92d2-d8bc22eaef1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183438Z:229049c9-d0bd-4503-92d2-d8bc22eaef1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "51932e3a43ac4ce2a72eb425a7199a0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed231a92-a3b9-4b90-b7eb-1b2df657dbe2" - ], - "x-ms-correlation-request-id": [ - "ed231a92-a3b9-4b90-b7eb-1b2df657dbe2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183438Z:ed231a92-a3b9-4b90-b7eb-1b2df657dbe2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "d009913f2a444a8a9aaf5d533e8ba553" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d414a2d3-1d05-4442-b463-af80517324ea" - ], - "x-ms-correlation-request-id": [ - "d414a2d3-1d05-4442-b463-af80517324ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183438Z:d414a2d3-1d05-4442-b463-af80517324ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "fb0a1814479e4ca1b18cf6d9f04c54ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8111f515-09e7-4636-82a4-5867bc808c3b" - ], - "x-ms-correlation-request-id": [ - "8111f515-09e7-4636-82a4-5867bc808c3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183438Z:8111f515-09e7-4636-82a4-5867bc808c3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "1e07bbaa30224c28aa11d7af38476e03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "606b2e29-2b96-49ba-8f76-0d921c437dfb" - ], - "x-ms-correlation-request-id": [ - "606b2e29-2b96-49ba-8f76-0d921c437dfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183438Z:606b2e29-2b96-49ba-8f76-0d921c437dfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "c110da8378e940d3a31b83ebd951fcb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "262c4f25-39e2-4625-97fc-c3a6523a77fe" - ], - "x-ms-correlation-request-id": [ - "262c4f25-39e2-4625-97fc-c3a6523a77fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183439Z:262c4f25-39e2-4625-97fc-c3a6523a77fe" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "20773a7bc2f64c8d8272b69ec1da40b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "361037d8-30b2-492e-a1db-feb44a16a392" - ], - "x-ms-correlation-request-id": [ - "361037d8-30b2-492e-a1db-feb44a16a392" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183439Z:361037d8-30b2-492e-a1db-feb44a16a392" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "3d73198f91934f73a0603696e106dbd2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dddabddf-1a5d-4594-bd76-91d11fb9185d" - ], - "x-ms-correlation-request-id": [ - "dddabddf-1a5d-4594-bd76-91d11fb9185d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183439Z:dddabddf-1a5d-4594-bd76-91d11fb9185d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "a90ab80aa1d04eb2a8e37bab24575779" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0679d4fa-fc70-419f-83a0-e0871e7a2322" - ], - "x-ms-correlation-request-id": [ - "0679d4fa-fc70-419f-83a0-e0871e7a2322" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183439Z:0679d4fa-fc70-419f-83a0-e0871e7a2322" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "26494a813a90477b8d3853ca99c5dd22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18771a94-20d4-4ee8-a03f-eba420d00243" - ], - "x-ms-correlation-request-id": [ - "18771a94-20d4-4ee8-a03f-eba420d00243" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:18771a94-20d4-4ee8-a03f-eba420d00243" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "51cfb7bde9b0462d8755d2ed3f25b699" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cad0228-a7c5-44a0-8f0a-c482da0e46a8" - ], - "x-ms-correlation-request-id": [ - "2cad0228-a7c5-44a0-8f0a-c482da0e46a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:2cad0228-a7c5-44a0-8f0a-c482da0e46a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "e3e147e38ccb4d71ad6f2755292b15f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d34a8df-8dc1-46b0-894f-42b1e368cfa9" - ], - "x-ms-correlation-request-id": [ - "4d34a8df-8dc1-46b0-894f-42b1e368cfa9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:4d34a8df-8dc1-46b0-894f-42b1e368cfa9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "e54f062bc5354b978bc2a706d60704e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5b02e8b-7353-42b5-8589-73dfb9ffb75a" - ], - "x-ms-correlation-request-id": [ - "d5b02e8b-7353-42b5-8589-73dfb9ffb75a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:d5b02e8b-7353-42b5-8589-73dfb9ffb75a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "c52f817c5ba4477fa49268647634df30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f55ce23-9496-4af1-9f48-50c9c6b25788" - ], - "x-ms-correlation-request-id": [ - "0f55ce23-9496-4af1-9f48-50c9c6b25788" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:0f55ce23-9496-4af1-9f48-50c9c6b25788" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "4633c0fb349a40c4a9ebf24218320655" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e4faadb-12a0-4054-9b07-b1969175c2fa" - ], - "x-ms-correlation-request-id": [ - "4e4faadb-12a0-4054-9b07-b1969175c2fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:4e4faadb-12a0-4054-9b07-b1969175c2fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "3db22a9f0b8344a197e336e10721382c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b17cc091-0d2c-4c1c-a4d5-715a7c65f58f" - ], - "x-ms-correlation-request-id": [ - "b17cc091-0d2c-4c1c-a4d5-715a7c65f58f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:b17cc091-0d2c-4c1c-a4d5-715a7c65f58f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "40b6256374524504b4a5843477e78ea1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c150971d-914b-423c-8788-f73a661eb9b8" - ], - "x-ms-correlation-request-id": [ - "c150971d-914b-423c-8788-f73a661eb9b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183440Z:c150971d-914b-423c-8788-f73a661eb9b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "d135a994b6ff4c118e5e2e9bf610bc8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ab2c903-01d1-4524-a3b1-4e669b357056" - ], - "x-ms-correlation-request-id": [ - "7ab2c903-01d1-4524-a3b1-4e669b357056" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183441Z:7ab2c903-01d1-4524-a3b1-4e669b357056" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "19733b28e95f4f0b8ccc0c900ee81cd2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "919e421b-5866-416e-bd8e-9d629cb3895c" - ], - "x-ms-correlation-request-id": [ - "919e421b-5866-416e-bd8e-9d629cb3895c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183441Z:919e421b-5866-416e-bd8e-9d629cb3895c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "62ff878b35064e0d8cb2a7ec3a116984" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "410176d7-ec3a-4021-8e2e-eb1007cb35d6" - ], - "x-ms-correlation-request-id": [ - "410176d7-ec3a-4021-8e2e-eb1007cb35d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183441Z:410176d7-ec3a-4021-8e2e-eb1007cb35d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "3e1b5a014ebd448baf5be4483e508395" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0191617e-6d5c-46a2-85a8-21aa5a767df4" - ], - "x-ms-correlation-request-id": [ - "0191617e-6d5c-46a2-85a8-21aa5a767df4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183441Z:0191617e-6d5c-46a2-85a8-21aa5a767df4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "52c138d393ef477ebde8efe0089d6627" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "671951d6-5879-4dc3-8572-b58ad07f656c" - ], - "x-ms-correlation-request-id": [ - "671951d6-5879-4dc3-8572-b58ad07f656c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183441Z:671951d6-5879-4dc3-8572-b58ad07f656c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "38733c0c1c2244d399e620f016d0b85c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dd5a25e-c089-4364-9789-833936763b97" - ], - "x-ms-correlation-request-id": [ - "6dd5a25e-c089-4364-9789-833936763b97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183441Z:6dd5a25e-c089-4364-9789-833936763b97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "9f9ed60a4f39416e9214bf18ae54ce83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d831843-72cf-4c0a-9d2a-d5765db683b7" - ], - "x-ms-correlation-request-id": [ - "6d831843-72cf-4c0a-9d2a-d5765db683b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183441Z:6d831843-72cf-4c0a-9d2a-d5765db683b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "5c243a5e076f4ee8b7fdf3b593f48f48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa5b552d-a216-42c1-a9a1-70a5560fd81a" - ], - "x-ms-correlation-request-id": [ - "fa5b552d-a216-42c1-a9a1-70a5560fd81a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:fa5b552d-a216-42c1-a9a1-70a5560fd81a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "e5f2b1d35298441987c4fcfd457f39b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dc87174-a64e-4a4a-a8e5-4f7cda104d24" - ], - "x-ms-correlation-request-id": [ - "2dc87174-a64e-4a4a-a8e5-4f7cda104d24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:2dc87174-a64e-4a4a-a8e5-4f7cda104d24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "49043061627c4bc09926d448f671690f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7e162d5-2e2a-4b7e-952a-8c4624671100" - ], - "x-ms-correlation-request-id": [ - "d7e162d5-2e2a-4b7e-952a-8c4624671100" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:d7e162d5-2e2a-4b7e-952a-8c4624671100" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "cd7ed71425d04ad8974d6123f77231c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3682bba3-bbb7-4f62-8c48-a8755f82a819" - ], - "x-ms-correlation-request-id": [ - "3682bba3-bbb7-4f62-8c48-a8755f82a819" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:3682bba3-bbb7-4f62-8c48-a8755f82a819" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "86d157c14cda41d5bbd3b07eb47c8048" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4f3b1f3-d008-46b8-9f37-a26f1701732d" - ], - "x-ms-correlation-request-id": [ - "c4f3b1f3-d008-46b8-9f37-a26f1701732d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:c4f3b1f3-d008-46b8-9f37-a26f1701732d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "ff93641423f048c1a0b3fd73ecb23161" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06b0dbaa-0b70-4450-b9eb-e35abe60d7d7" - ], - "x-ms-correlation-request-id": [ - "06b0dbaa-0b70-4450-b9eb-e35abe60d7d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:06b0dbaa-0b70-4450-b9eb-e35abe60d7d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "51ccc49f77a84841a063128651e91ca8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d60e44e0-a353-4a52-8f41-2bf6abba50b7" - ], - "x-ms-correlation-request-id": [ - "d60e44e0-a353-4a52-8f41-2bf6abba50b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:d60e44e0-a353-4a52-8f41-2bf6abba50b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "1f8ae92874134fb6b1a02340adc30d71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dd97745-8e24-4d00-822b-e894557525b1" - ], - "x-ms-correlation-request-id": [ - "6dd97745-8e24-4d00-822b-e894557525b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:6dd97745-8e24-4d00-822b-e894557525b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "718c0f6c5e40445a8f713c83433a314e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fde47c0c-6470-4069-888f-2a1b976e641c" - ], - "x-ms-correlation-request-id": [ - "fde47c0c-6470-4069-888f-2a1b976e641c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183442Z:fde47c0c-6470-4069-888f-2a1b976e641c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "a1ba7bec86684eceb04fa42d447437ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbfd9154-2170-4c74-b068-b2d9ad05d359" - ], - "x-ms-correlation-request-id": [ - "fbfd9154-2170-4c74-b068-b2d9ad05d359" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:fbfd9154-2170-4c74-b068-b2d9ad05d359" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "ae48f0ec0296400ba57469dcb3a931f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef66fa26-504f-4bd1-b7b0-b8e126198077" - ], - "x-ms-correlation-request-id": [ - "ef66fa26-504f-4bd1-b7b0-b8e126198077" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:ef66fa26-504f-4bd1-b7b0-b8e126198077" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "38b3aca503c045c38596648c3b0c3912" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07281b4f-a647-4349-829c-c939a221f912" - ], - "x-ms-correlation-request-id": [ - "07281b4f-a647-4349-829c-c939a221f912" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:07281b4f-a647-4349-829c-c939a221f912" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "f55ced6b9ea343f3a01824835a0ac20c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f565efce-c3e5-4eb5-8c55-d65045a01546" - ], - "x-ms-correlation-request-id": [ - "f565efce-c3e5-4eb5-8c55-d65045a01546" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:f565efce-c3e5-4eb5-8c55-d65045a01546" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "7c515d1d23054ee4935473ce4ef16a43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a29b4d81-1fdf-401d-a379-1d944c5e0ad8" - ], - "x-ms-correlation-request-id": [ - "a29b4d81-1fdf-401d-a379-1d944c5e0ad8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:a29b4d81-1fdf-401d-a379-1d944c5e0ad8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "40e32d6d0dd340a5bf7df556fc034b2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f60da7d3-c747-4070-a66b-8051c3f6bae3" - ], - "x-ms-correlation-request-id": [ - "f60da7d3-c747-4070-a66b-8051c3f6bae3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:f60da7d3-c747-4070-a66b-8051c3f6bae3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "585be525522242fc9c955302e26cf7fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bd9dd6e-bd46-4ee6-9f52-9b1afdd17055" - ], - "x-ms-correlation-request-id": [ - "7bd9dd6e-bd46-4ee6-9f52-9b1afdd17055" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:7bd9dd6e-bd46-4ee6-9f52-9b1afdd17055" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f61d2ccdeeb94240bd040fca62b8269d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a12613e-1991-40a1-bc58-e042a0ccac8f" - ], - "x-ms-correlation-request-id": [ - "1a12613e-1991-40a1-bc58-e042a0ccac8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:1a12613e-1991-40a1-bc58-e042a0ccac8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "b88bf1acac294486a502b83809521b16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a04154e-6bf7-4ef8-8705-93b4dedeb50e" - ], - "x-ms-correlation-request-id": [ - "4a04154e-6bf7-4ef8-8705-93b4dedeb50e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183443Z:4a04154e-6bf7-4ef8-8705-93b4dedeb50e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "6e33549345d94886812ecb8de983c267" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12ae26f8-e059-4d2a-8b33-2db5cb128e42" - ], - "x-ms-correlation-request-id": [ - "12ae26f8-e059-4d2a-8b33-2db5cb128e42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183444Z:12ae26f8-e059-4d2a-8b33-2db5cb128e42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "d82e018dfaec4f1ca90ee36151e2317c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fec5f15c-8c7a-4d20-844f-1380ba79b130" - ], - "x-ms-correlation-request-id": [ - "fec5f15c-8c7a-4d20-844f-1380ba79b130" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183444Z:fec5f15c-8c7a-4d20-844f-1380ba79b130" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "fb0fd004a240443c8921349b6c48a532" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a62c4f3-667a-4540-aad5-cf2bda3dc0bb" - ], - "x-ms-correlation-request-id": [ - "3a62c4f3-667a-4540-aad5-cf2bda3dc0bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183444Z:3a62c4f3-667a-4540-aad5-cf2bda3dc0bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "0ce01f21ffa542f080fc87f3586d71a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31ccfa16-b6d3-4a0e-b388-4ac517234aa0" - ], - "x-ms-correlation-request-id": [ - "31ccfa16-b6d3-4a0e-b388-4ac517234aa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183444Z:31ccfa16-b6d3-4a0e-b388-4ac517234aa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "e2f468b528304e8db740632adbed39ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91731cb7-4d7c-41bc-870a-97b8ea2927d0" - ], - "x-ms-correlation-request-id": [ - "91731cb7-4d7c-41bc-870a-97b8ea2927d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183444Z:91731cb7-4d7c-41bc-870a-97b8ea2927d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "63d462d2cee9420f8ecea0c314deaee4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abde961f-2307-40ef-b5a5-488905aac13d" - ], - "x-ms-correlation-request-id": [ - "abde961f-2307-40ef-b5a5-488905aac13d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183444Z:abde961f-2307-40ef-b5a5-488905aac13d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "be6d8ec3e6f44397b98d8ed19226f654" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc1ef073-6267-4568-98d3-86dbd7b62edd" - ], - "x-ms-correlation-request-id": [ - "dc1ef073-6267-4568-98d3-86dbd7b62edd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183444Z:dc1ef073-6267-4568-98d3-86dbd7b62edd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "25467e959efa4141a97ca2d2acc2744d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb5eff01-2807-41fb-8835-bd7ebbd9782d" - ], - "x-ms-correlation-request-id": [ - "bb5eff01-2807-41fb-8835-bd7ebbd9782d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183445Z:bb5eff01-2807-41fb-8835-bd7ebbd9782d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "d173ffd863e74d8e8adbc387e0a51c6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57806711-4dca-4425-9f2f-4690872be823" - ], - "x-ms-correlation-request-id": [ - "57806711-4dca-4425-9f2f-4690872be823" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183445Z:57806711-4dca-4425-9f2f-4690872be823" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "ef08e7e556f54e63b15e82cad6720137" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03a85804-0c3a-4b46-8df9-3479d14609ed" - ], - "x-ms-correlation-request-id": [ - "03a85804-0c3a-4b46-8df9-3479d14609ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183445Z:03a85804-0c3a-4b46-8df9-3479d14609ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "0b6e8c48a1d8474f8e07c1215da797cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "400ff543-cd48-4ec6-910f-8215ca0ea0a9" - ], - "x-ms-correlation-request-id": [ - "400ff543-cd48-4ec6-910f-8215ca0ea0a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183445Z:400ff543-cd48-4ec6-910f-8215ca0ea0a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "cbc1087f3426446ca92a42ff9fa4612a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "847f37fc-c40e-4494-a9b8-013b7fabbc78" - ], - "x-ms-correlation-request-id": [ - "847f37fc-c40e-4494-a9b8-013b7fabbc78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183445Z:847f37fc-c40e-4494-a9b8-013b7fabbc78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "2ce3dc6ad593483c81c2b5e339772a1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1bcec790-b11c-433f-9fa4-528a1f184bce" - ], - "x-ms-correlation-request-id": [ - "1bcec790-b11c-433f-9fa4-528a1f184bce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183445Z:1bcec790-b11c-433f-9fa4-528a1f184bce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "2855d03d015846a585fc311172922f51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da1e3867-0350-4353-95a5-bcc7ea73d83f" - ], - "x-ms-correlation-request-id": [ - "da1e3867-0350-4353-95a5-bcc7ea73d83f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183446Z:da1e3867-0350-4353-95a5-bcc7ea73d83f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "feb0e107803e48fe8074da11c83f6719" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfd18eeb-02f7-4cce-bf15-b89915bca0b1" - ], - "x-ms-correlation-request-id": [ - "bfd18eeb-02f7-4cce-bf15-b89915bca0b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183446Z:bfd18eeb-02f7-4cce-bf15-b89915bca0b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "bc77b7c6cd84444397e5b10210afe922" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34e2bd37-49a3-400d-8937-a2b7173e2fe2" - ], - "x-ms-correlation-request-id": [ - "34e2bd37-49a3-400d-8937-a2b7173e2fe2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183446Z:34e2bd37-49a3-400d-8937-a2b7173e2fe2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "75e015f54502403fbaaa590765011472" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e8f34af-fd34-438d-8569-d003f953145f" - ], - "x-ms-correlation-request-id": [ - "6e8f34af-fd34-438d-8569-d003f953145f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183446Z:6e8f34af-fd34-438d-8569-d003f953145f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "1a5c3a924995452194a8886ccc72b983" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a06f1fb-8ee4-47a5-a7db-3e1744e67644" - ], - "x-ms-correlation-request-id": [ - "0a06f1fb-8ee4-47a5-a7db-3e1744e67644" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183446Z:0a06f1fb-8ee4-47a5-a7db-3e1744e67644" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "176c6e66a9c54ea1a7d0907ba3eaea1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efcc5cb3-7bed-45b1-b50c-150b87f53f63" - ], - "x-ms-correlation-request-id": [ - "efcc5cb3-7bed-45b1-b50c-150b87f53f63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183446Z:efcc5cb3-7bed-45b1-b50c-150b87f53f63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "d9edcd6e2a9e498a87f4955267ca932f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "929f04b4-cab3-4cf9-907c-a1bc3bf99766" - ], - "x-ms-correlation-request-id": [ - "929f04b4-cab3-4cf9-907c-a1bc3bf99766" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183446Z:929f04b4-cab3-4cf9-907c-a1bc3bf99766" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "6f4f3fa1adb140f2b3c3b4f7391f8482" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb1a5029-7670-43d8-b5ea-d3b6dadd6ef3" - ], - "x-ms-correlation-request-id": [ - "cb1a5029-7670-43d8-b5ea-d3b6dadd6ef3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:cb1a5029-7670-43d8-b5ea-d3b6dadd6ef3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "62e6da8dd92140a49e3547406fd9b8ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e483234-5ff3-4351-a701-bea0ae0558a4" - ], - "x-ms-correlation-request-id": [ - "4e483234-5ff3-4351-a701-bea0ae0558a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:4e483234-5ff3-4351-a701-bea0ae0558a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "da89b68c84d946c6a233b78d37b143b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "776a81d9-2bee-401f-8390-b209c289d0ee" - ], - "x-ms-correlation-request-id": [ - "776a81d9-2bee-401f-8390-b209c289d0ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:776a81d9-2bee-401f-8390-b209c289d0ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "ce335914d82d4b8891a1442d1541d2fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcacff06-993d-4a37-8e15-4378d09db63d" - ], - "x-ms-correlation-request-id": [ - "dcacff06-993d-4a37-8e15-4378d09db63d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:dcacff06-993d-4a37-8e15-4378d09db63d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "4dc208cec0944ef89b388d00eb49a31f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "722d755e-3566-4802-acd7-3009c4d4a441" - ], - "x-ms-correlation-request-id": [ - "722d755e-3566-4802-acd7-3009c4d4a441" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:722d755e-3566-4802-acd7-3009c4d4a441" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "b434b50d91204cf3b645fe3448f371ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f68409a6-6a77-454d-bdc6-4d324defc9f2" - ], - "x-ms-correlation-request-id": [ - "f68409a6-6a77-454d-bdc6-4d324defc9f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:f68409a6-6a77-454d-bdc6-4d324defc9f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "b0b002a4c53f4654bfad1eb677498c6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "458ce959-622f-44e7-a423-ba256a7d048a" - ], - "x-ms-correlation-request-id": [ - "458ce959-622f-44e7-a423-ba256a7d048a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:458ce959-622f-44e7-a423-ba256a7d048a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "c03d1f539030434ab160bea549ae119a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4b5ef88-6d83-4bd7-9b7b-bad0c956cac0" - ], - "x-ms-correlation-request-id": [ - "f4b5ef88-6d83-4bd7-9b7b-bad0c956cac0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183447Z:f4b5ef88-6d83-4bd7-9b7b-bad0c956cac0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "d761726371f64a17b8c1e7b9923552ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff508fea-7dec-407d-89b6-88af9a6b590a" - ], - "x-ms-correlation-request-id": [ - "ff508fea-7dec-407d-89b6-88af9a6b590a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183448Z:ff508fea-7dec-407d-89b6-88af9a6b590a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "882c0b6f4f5a40498c02865610127999" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d30c1317-cf16-4730-97e5-52fc34a93f72" - ], - "x-ms-correlation-request-id": [ - "d30c1317-cf16-4730-97e5-52fc34a93f72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183448Z:d30c1317-cf16-4730-97e5-52fc34a93f72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "bf73a44977c24c908e3c929a48272918" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe5f163f-73a1-4053-969e-e8a850ef25eb" - ], - "x-ms-correlation-request-id": [ - "fe5f163f-73a1-4053-969e-e8a850ef25eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183448Z:fe5f163f-73a1-4053-969e-e8a850ef25eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "b74689e3525541ecb87d977a8518648b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2eb60dc9-8daf-4b94-9cb8-281d8897dd9e" - ], - "x-ms-correlation-request-id": [ - "2eb60dc9-8daf-4b94-9cb8-281d8897dd9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183448Z:2eb60dc9-8daf-4b94-9cb8-281d8897dd9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "76bd49c4d1b8402691f4a9993ac5dc10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9828f343-e956-4dd4-9c1c-b9f3f23ade94" - ], - "x-ms-correlation-request-id": [ - "9828f343-e956-4dd4-9c1c-b9f3f23ade94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183448Z:9828f343-e956-4dd4-9c1c-b9f3f23ade94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "30f2c406b87f4eb4895a4e5e2e2fd617" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b5df143-acb3-47b5-aad4-acbe4b3b674a" - ], - "x-ms-correlation-request-id": [ - "3b5df143-acb3-47b5-aad4-acbe4b3b674a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:3b5df143-acb3-47b5-aad4-acbe4b3b674a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "8c95e9b12cd0455d967ec90ad7a4b484" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14767dab-61cc-4c69-b55b-fe1da26cef49" - ], - "x-ms-correlation-request-id": [ - "14767dab-61cc-4c69-b55b-fe1da26cef49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:14767dab-61cc-4c69-b55b-fe1da26cef49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "a09c28e0a54d466d8d0f64810e9e673d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10f1209e-35e9-4644-ae49-7207753cef9b" - ], - "x-ms-correlation-request-id": [ - "10f1209e-35e9-4644-ae49-7207753cef9b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:10f1209e-35e9-4644-ae49-7207753cef9b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "ef265305eda249e19b25b411042bf2db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a93d0e2f-a8a3-4b28-8b28-4c73df1fff40" - ], - "x-ms-correlation-request-id": [ - "a93d0e2f-a8a3-4b28-8b28-4c73df1fff40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:a93d0e2f-a8a3-4b28-8b28-4c73df1fff40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "a8f4e9f392054e718ee33608cbf36c13" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf87621b-b999-48d3-84f6-b3ae941eb19d" - ], - "x-ms-correlation-request-id": [ - "cf87621b-b999-48d3-84f6-b3ae941eb19d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:cf87621b-b999-48d3-84f6-b3ae941eb19d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "f7a464237089471e92571564ad36b718" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa8f9ca1-97a0-4db4-812a-e08baddb94a0" - ], - "x-ms-correlation-request-id": [ - "aa8f9ca1-97a0-4db4-812a-e08baddb94a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:aa8f9ca1-97a0-4db4-812a-e08baddb94a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "9c1dd2f92871486bb884349f04c8a377" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "230fc0d5-48a6-4be1-9ab2-654c76e2c503" - ], - "x-ms-correlation-request-id": [ - "230fc0d5-48a6-4be1-9ab2-654c76e2c503" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:230fc0d5-48a6-4be1-9ab2-654c76e2c503" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "60ba472d2f54472dbb936a435aabc74e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f6f5277-6d1d-4013-9d83-ac7a9828152e" - ], - "x-ms-correlation-request-id": [ - "1f6f5277-6d1d-4013-9d83-ac7a9828152e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183449Z:1f6f5277-6d1d-4013-9d83-ac7a9828152e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "26c951347fc346f29cbb22b20144f7a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "993e95d2-b490-4052-9fcf-2de572b840c4" - ], - "x-ms-correlation-request-id": [ - "993e95d2-b490-4052-9fcf-2de572b840c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:993e95d2-b490-4052-9fcf-2de572b840c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "02f77eccaa254082baad6ec826e84b58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50e3bd72-5265-4166-b1b9-f7986462b663" - ], - "x-ms-correlation-request-id": [ - "50e3bd72-5265-4166-b1b9-f7986462b663" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:50e3bd72-5265-4166-b1b9-f7986462b663" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "22f09e76fcd74d44abba57f7a632f8b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6b1b8cb-b198-4a3e-b072-dab3462f36d8" - ], - "x-ms-correlation-request-id": [ - "c6b1b8cb-b198-4a3e-b072-dab3462f36d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:c6b1b8cb-b198-4a3e-b072-dab3462f36d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "b949ebe0d387412da62e6b4a54935768" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54599e2d-b89f-4105-bbc6-06a324af9cee" - ], - "x-ms-correlation-request-id": [ - "54599e2d-b89f-4105-bbc6-06a324af9cee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:54599e2d-b89f-4105-bbc6-06a324af9cee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "02f9e8dbea504ab7819d7eb57e97363e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5238650c-ddba-4285-acc0-e1888e65c802" - ], - "x-ms-correlation-request-id": [ - "5238650c-ddba-4285-acc0-e1888e65c802" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:5238650c-ddba-4285-acc0-e1888e65c802" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "b7c65bcb98fb4185a434084f4daf25bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03a27aef-250a-489a-acaf-9643968a98c0" - ], - "x-ms-correlation-request-id": [ - "03a27aef-250a-489a-acaf-9643968a98c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:03a27aef-250a-489a-acaf-9643968a98c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "aab3bdb0376a4e27a132fe2151f217d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d7309ce-19d8-4ae6-bdee-17e635ddde19" - ], - "x-ms-correlation-request-id": [ - "8d7309ce-19d8-4ae6-bdee-17e635ddde19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:8d7309ce-19d8-4ae6-bdee-17e635ddde19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "0960c4ea10de4c89a15e33bb1fb99170" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d55501ec-d357-4c35-8016-8b782dbd6993" - ], - "x-ms-correlation-request-id": [ - "d55501ec-d357-4c35-8016-8b782dbd6993" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:d55501ec-d357-4c35-8016-8b782dbd6993" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "f70ec21ab22f495b8d62af6e90c22b3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3812fdc4-7aa0-44e9-ad82-c796ca9f99fe" - ], - "x-ms-correlation-request-id": [ - "3812fdc4-7aa0-44e9-ad82-c796ca9f99fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183450Z:3812fdc4-7aa0-44e9-ad82-c796ca9f99fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "65945c52f2504fe68ae70233e85b6371" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2dd2488-fb52-4f55-a17b-01ca07442101" - ], - "x-ms-correlation-request-id": [ - "c2dd2488-fb52-4f55-a17b-01ca07442101" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:c2dd2488-fb52-4f55-a17b-01ca07442101" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "079c9cb8daf34480b84b3348e381d7d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "062cca33-d429-4166-9d4b-292a31af4d5d" - ], - "x-ms-correlation-request-id": [ - "062cca33-d429-4166-9d4b-292a31af4d5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:062cca33-d429-4166-9d4b-292a31af4d5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "3a25b16e23e3493682db88b50780b545" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0297a570-3524-439f-a5ce-3bc9d3b198a2" - ], - "x-ms-correlation-request-id": [ - "0297a570-3524-439f-a5ce-3bc9d3b198a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:0297a570-3524-439f-a5ce-3bc9d3b198a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "d5cccd7455094e60bd0b9e48c5458a6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "845704fb-21a9-47df-9442-c482e8d36754" - ], - "x-ms-correlation-request-id": [ - "845704fb-21a9-47df-9442-c482e8d36754" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:845704fb-21a9-47df-9442-c482e8d36754" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "aeb30f2f8b8b4c5ea0823236c4a8b9f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96621835-7633-4b57-9507-6605f8b5be46" - ], - "x-ms-correlation-request-id": [ - "96621835-7633-4b57-9507-6605f8b5be46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:96621835-7633-4b57-9507-6605f8b5be46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "05f2a09189b14e7bb0f97d45a8508c02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "039dbb70-cf29-46cf-9907-59a0bd7d1120" - ], - "x-ms-correlation-request-id": [ - "039dbb70-cf29-46cf-9907-59a0bd7d1120" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:039dbb70-cf29-46cf-9907-59a0bd7d1120" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "c669a3d777fb47269538520361cc90ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d44bb74-2edd-4f82-905d-ebb0c606e593" - ], - "x-ms-correlation-request-id": [ - "0d44bb74-2edd-4f82-905d-ebb0c606e593" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:0d44bb74-2edd-4f82-905d-ebb0c606e593" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "b9638e40480d4987937b6c3d32a34807" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae44574e-6a17-4471-8c6a-a9b9f0d51c6f" - ], - "x-ms-correlation-request-id": [ - "ae44574e-6a17-4471-8c6a-a9b9f0d51c6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183451Z:ae44574e-6a17-4471-8c6a-a9b9f0d51c6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "946f1a58ffc742cab3f427d53678f0fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8bcdf266-fd29-43ab-b8b6-5c4a2b79c8e7" - ], - "x-ms-correlation-request-id": [ - "8bcdf266-fd29-43ab-b8b6-5c4a2b79c8e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183452Z:8bcdf266-fd29-43ab-b8b6-5c4a2b79c8e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "6893200282c141b0ae6b91b5bb1ec0dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8029a9c7-ee62-442c-a02f-f9f98fc908c1" - ], - "x-ms-correlation-request-id": [ - "8029a9c7-ee62-442c-a02f-f9f98fc908c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183452Z:8029a9c7-ee62-442c-a02f-f9f98fc908c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "a01ff4cd92794f6588ccafbce739977a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51857dc1-198a-4134-8a6a-e5c9e06cdddc" - ], - "x-ms-correlation-request-id": [ - "51857dc1-198a-4134-8a6a-e5c9e06cdddc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183452Z:51857dc1-198a-4134-8a6a-e5c9e06cdddc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "bfdb8665df774a039e77ee7d2c281573" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e83cba8-c119-4c76-9c11-34a233b0ed29" - ], - "x-ms-correlation-request-id": [ - "3e83cba8-c119-4c76-9c11-34a233b0ed29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183452Z:3e83cba8-c119-4c76-9c11-34a233b0ed29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "4e73d4a9f4934ba3990ba70892004313" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f2adfbf-11f1-4759-861d-4ec86cdbd9e1" - ], - "x-ms-correlation-request-id": [ - "3f2adfbf-11f1-4759-861d-4ec86cdbd9e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183452Z:3f2adfbf-11f1-4759-861d-4ec86cdbd9e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "90f3e87589814bfbbe074718b68b0355" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbb166dc-2e35-4943-94df-1ed027c04b1d" - ], - "x-ms-correlation-request-id": [ - "cbb166dc-2e35-4943-94df-1ed027c04b1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183452Z:cbb166dc-2e35-4943-94df-1ed027c04b1d" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "6ccb1ea00fd147b7ae5e00064d9b18fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "749193a9-2d21-4f08-9fb3-b5ce7dd23615" - ], - "x-ms-correlation-request-id": [ - "749193a9-2d21-4f08-9fb3-b5ce7dd23615" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183453Z:749193a9-2d21-4f08-9fb3-b5ce7dd23615" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "5f65fbf8dc1c4594bf19db7588d132f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e5b8414-9ef9-4a9f-aa87-a7a2925925b9" - ], - "x-ms-correlation-request-id": [ - "9e5b8414-9ef9-4a9f-aa87-a7a2925925b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183453Z:9e5b8414-9ef9-4a9f-aa87-a7a2925925b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "9fd577213bb74c979453aff8757c9b69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6178a093-b075-4638-985d-bd6d997fe9d7" - ], - "x-ms-correlation-request-id": [ - "6178a093-b075-4638-985d-bd6d997fe9d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183453Z:6178a093-b075-4638-985d-bd6d997fe9d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "8e081ad888fb4c80b084be36a428fcfe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75d9eeda-b4c8-43b9-8780-b3700e4688f8" - ], - "x-ms-correlation-request-id": [ - "75d9eeda-b4c8-43b9-8780-b3700e4688f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183453Z:75d9eeda-b4c8-43b9-8780-b3700e4688f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "3c037caf2d804d5fa325a20a1a8d4c3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fbc9faf-a888-4880-854f-65132906f764" - ], - "x-ms-correlation-request-id": [ - "3fbc9faf-a888-4880-854f-65132906f764" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183453Z:3fbc9faf-a888-4880-854f-65132906f764" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "ef51d0bdf8ca4e83a37128c8bba3ebd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d462d54-c942-44fb-8b24-3f9b4372cb71" - ], - "x-ms-correlation-request-id": [ - "9d462d54-c942-44fb-8b24-3f9b4372cb71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183453Z:9d462d54-c942-44fb-8b24-3f9b4372cb71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "38840325909d41a9959e08cf149f132f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cce7666-40f3-4e3c-90bb-5e2ead69ec4c" - ], - "x-ms-correlation-request-id": [ - "3cce7666-40f3-4e3c-90bb-5e2ead69ec4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183454Z:3cce7666-40f3-4e3c-90bb-5e2ead69ec4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "25f446f67f4a4034971aef344d78bfae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c22a45a-a6e0-4e1c-9467-b89a009dfa38" - ], - "x-ms-correlation-request-id": [ - "9c22a45a-a6e0-4e1c-9467-b89a009dfa38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183454Z:9c22a45a-a6e0-4e1c-9467-b89a009dfa38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "1eadd9edfb09497ba27878ba1395b83d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e587128-802c-49ba-b6cd-3887b32e9767" - ], - "x-ms-correlation-request-id": [ - "7e587128-802c-49ba-b6cd-3887b32e9767" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183454Z:7e587128-802c-49ba-b6cd-3887b32e9767" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "691264d323b947c0ab940d52d3f56784" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5fa0d53-c582-49cd-b0cb-e12d296fe03b" - ], - "x-ms-correlation-request-id": [ - "a5fa0d53-c582-49cd-b0cb-e12d296fe03b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183454Z:a5fa0d53-c582-49cd-b0cb-e12d296fe03b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "efbddf92fa1b47cca398cff9b4533fb8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35346542-e865-45ef-a3d4-ac21cb8689cc" - ], - "x-ms-correlation-request-id": [ - "35346542-e865-45ef-a3d4-ac21cb8689cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183454Z:35346542-e865-45ef-a3d4-ac21cb8689cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "95fe0ada91af4273bdcb2903ec0bd04b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "271a2402-d2ae-4a49-a60e-8d498039c83c" - ], - "x-ms-correlation-request-id": [ - "271a2402-d2ae-4a49-a60e-8d498039c83c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183454Z:271a2402-d2ae-4a49-a60e-8d498039c83c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "8b5909a6e36f444f97c44c3746075143" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "822837e4-981e-45e5-b55b-0e55c6447e08" - ], - "x-ms-correlation-request-id": [ - "822837e4-981e-45e5-b55b-0e55c6447e08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:822837e4-981e-45e5-b55b-0e55c6447e08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "2aeb299078d342dcb5252345dfc98888" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "435ea592-72be-44d0-a1f4-34a9eeb779da" - ], - "x-ms-correlation-request-id": [ - "435ea592-72be-44d0-a1f4-34a9eeb779da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:435ea592-72be-44d0-a1f4-34a9eeb779da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "1f09bc5086654c4b9b194fc5550fa7dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd9be37c-d152-4791-8201-e32142674505" - ], - "x-ms-correlation-request-id": [ - "fd9be37c-d152-4791-8201-e32142674505" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:fd9be37c-d152-4791-8201-e32142674505" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "5a4fb5fc489e425aba3d2ff17ae54165" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbcd63d2-2387-4f2b-8e21-d0627dfdd780" - ], - "x-ms-correlation-request-id": [ - "cbcd63d2-2387-4f2b-8e21-d0627dfdd780" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:cbcd63d2-2387-4f2b-8e21-d0627dfdd780" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "ea11ae322e6b4b62a5e3ddd0f9b847aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa024ee0-e390-4bdd-a226-6c70357d6628" - ], - "x-ms-correlation-request-id": [ - "aa024ee0-e390-4bdd-a226-6c70357d6628" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:aa024ee0-e390-4bdd-a226-6c70357d6628" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "15d7369d403742d0bb997939a8907d3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cc2cc8a-3f9e-430a-abaa-b7f281cb4806" - ], - "x-ms-correlation-request-id": [ - "3cc2cc8a-3f9e-430a-abaa-b7f281cb4806" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:3cc2cc8a-3f9e-430a-abaa-b7f281cb4806" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "82fd00df73e74a1f84cad2ccb2e270a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ad646ae-5ce4-408c-93bb-8fb6c1ccf485" - ], - "x-ms-correlation-request-id": [ - "9ad646ae-5ce4-408c-93bb-8fb6c1ccf485" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:9ad646ae-5ce4-408c-93bb-8fb6c1ccf485" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "1443e1c7436143a5a6046c2afd1e13bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd6b1c8f-a7b1-4fb6-8016-b0d30974aeb4" - ], - "x-ms-correlation-request-id": [ - "bd6b1c8f-a7b1-4fb6-8016-b0d30974aeb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:bd6b1c8f-a7b1-4fb6-8016-b0d30974aeb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "f1a85bcf9446422f9d988cedb27762a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f44c9ca6-b56e-49cd-aa53-c26f82d0ac88" - ], - "x-ms-correlation-request-id": [ - "f44c9ca6-b56e-49cd-aa53-c26f82d0ac88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183455Z:f44c9ca6-b56e-49cd-aa53-c26f82d0ac88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "7713aaf2a15042c19b5d12b23731a722" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ceddbf8b-732a-4324-978e-ea83b80b76c1" - ], - "x-ms-correlation-request-id": [ - "ceddbf8b-732a-4324-978e-ea83b80b76c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:ceddbf8b-732a-4324-978e-ea83b80b76c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "c9367848c6b1490c80c8a75ffa821db5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3be57439-0869-4605-84a2-d15df8cf2412" - ], - "x-ms-correlation-request-id": [ - "3be57439-0869-4605-84a2-d15df8cf2412" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:3be57439-0869-4605-84a2-d15df8cf2412" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "d64f7df2ac4e41ba907d88edc39b0290" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6d2b66a-a859-4292-88fa-c7902ee3bf0f" - ], - "x-ms-correlation-request-id": [ - "f6d2b66a-a859-4292-88fa-c7902ee3bf0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:f6d2b66a-a859-4292-88fa-c7902ee3bf0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "5612a65329ff4757a8dad61c768c05d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b7f1608-d82c-492a-8ed0-564b55a813d5" - ], - "x-ms-correlation-request-id": [ - "9b7f1608-d82c-492a-8ed0-564b55a813d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:9b7f1608-d82c-492a-8ed0-564b55a813d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "9af8ea54be444f809cc69569fffe1703" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c098711b-cac0-41e1-bfa3-f02ec75f7499" - ], - "x-ms-correlation-request-id": [ - "c098711b-cac0-41e1-bfa3-f02ec75f7499" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:c098711b-cac0-41e1-bfa3-f02ec75f7499" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "238005f89d5b4b5fa0c358993a77bf65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96e3e7da-7cee-4044-903f-19087a64b6d3" - ], - "x-ms-correlation-request-id": [ - "96e3e7da-7cee-4044-903f-19087a64b6d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:96e3e7da-7cee-4044-903f-19087a64b6d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "3aa9d0d6f2a842a18cdcb0daa688f518" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c37e95bd-6bfd-46d1-9c08-9ba63f3760ca" - ], - "x-ms-correlation-request-id": [ - "c37e95bd-6bfd-46d1-9c08-9ba63f3760ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:c37e95bd-6bfd-46d1-9c08-9ba63f3760ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "99613e7574884affa73e43e7c5ce9618" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41606ac7-1d4e-48ce-89cb-462107dbfa78" - ], - "x-ms-correlation-request-id": [ - "41606ac7-1d4e-48ce-89cb-462107dbfa78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183456Z:41606ac7-1d4e-48ce-89cb-462107dbfa78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "440070874ea94ea9b294e16fb04f18b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5097d00d-1157-4a77-843d-728c4ad068b5" - ], - "x-ms-correlation-request-id": [ - "5097d00d-1157-4a77-843d-728c4ad068b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:5097d00d-1157-4a77-843d-728c4ad068b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "57afda261fbf4115b3806f1c3eb19784" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8838d3b4-8bcd-41be-863b-50837a06c28c" - ], - "x-ms-correlation-request-id": [ - "8838d3b4-8bcd-41be-863b-50837a06c28c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:8838d3b4-8bcd-41be-863b-50837a06c28c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "9be440c688144ab08e6d796ac99c347b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a601d9d0-0a2a-45d3-aa0b-b15dfb585e89" - ], - "x-ms-correlation-request-id": [ - "a601d9d0-0a2a-45d3-aa0b-b15dfb585e89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:a601d9d0-0a2a-45d3-aa0b-b15dfb585e89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "13c28244e89343d5985d2887a065606a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9244656e-a7eb-4fff-b17f-5d85968c775f" - ], - "x-ms-correlation-request-id": [ - "9244656e-a7eb-4fff-b17f-5d85968c775f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:9244656e-a7eb-4fff-b17f-5d85968c775f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "049b4a59dd404473ae420860c1e6b955" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "179514ba-ca74-45e2-a3f7-d60040a871ce" - ], - "x-ms-correlation-request-id": [ - "179514ba-ca74-45e2-a3f7-d60040a871ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:179514ba-ca74-45e2-a3f7-d60040a871ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "8e45ecf17f624ddc947e705da73a7c14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "564764c0-7261-4a05-9550-5fece0a4d6d1" - ], - "x-ms-correlation-request-id": [ - "564764c0-7261-4a05-9550-5fece0a4d6d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:564764c0-7261-4a05-9550-5fece0a4d6d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "2a8534ee03834c35ac03cd9e67e86275" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb1339ff-3a06-490b-8350-0a3b1d79ff2c" - ], - "x-ms-correlation-request-id": [ - "cb1339ff-3a06-490b-8350-0a3b1d79ff2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:cb1339ff-3a06-490b-8350-0a3b1d79ff2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "d283b44d92054639b494acfa0628a910" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b2d7829-794e-47e3-bd88-989963460843" - ], - "x-ms-correlation-request-id": [ - "3b2d7829-794e-47e3-bd88-989963460843" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183457Z:3b2d7829-794e-47e3-bd88-989963460843" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "c33f8eddcd7c40ccba09ee7e0815f211" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddae1319-d8f7-4e29-a6b6-300ecc8e38ce" - ], - "x-ms-correlation-request-id": [ - "ddae1319-d8f7-4e29-a6b6-300ecc8e38ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183458Z:ddae1319-d8f7-4e29-a6b6-300ecc8e38ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "9824c588ef194348ae4c7307be23793b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95c29fb3-cc9a-4002-9256-5583014fab24" - ], - "x-ms-correlation-request-id": [ - "95c29fb3-cc9a-4002-9256-5583014fab24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183458Z:95c29fb3-cc9a-4002-9256-5583014fab24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "f2f48ecc02694e80978a222e33d92da8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e3bedf4-d512-487a-9efb-09135e3b60c0" - ], - "x-ms-correlation-request-id": [ - "5e3bedf4-d512-487a-9efb-09135e3b60c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183458Z:5e3bedf4-d512-487a-9efb-09135e3b60c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "619f4f2910264bb4bd371c43b47b5dd0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d967954a-74e1-4820-80a7-ceb2280de734" - ], - "x-ms-correlation-request-id": [ - "d967954a-74e1-4820-80a7-ceb2280de734" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183458Z:d967954a-74e1-4820-80a7-ceb2280de734" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "5ae4e768f7074cd08ed5493e02c93c23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9c7731c-1799-45f6-9d54-68ee8e30a600" - ], - "x-ms-correlation-request-id": [ - "b9c7731c-1799-45f6-9d54-68ee8e30a600" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183458Z:b9c7731c-1799-45f6-9d54-68ee8e30a600" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "bf9251263a22490b97060d3cf027e2ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9b7c0af-e9b2-45a4-909e-db4124c7a502" - ], - "x-ms-correlation-request-id": [ - "c9b7c0af-e9b2-45a4-909e-db4124c7a502" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183458Z:c9b7c0af-e9b2-45a4-909e-db4124c7a502" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "7e9b580ec9e84236a2f0c2716184b6b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "139cadb1-fdc7-4dd7-a781-cb4b009120e1" - ], - "x-ms-correlation-request-id": [ - "139cadb1-fdc7-4dd7-a781-cb4b009120e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183458Z:139cadb1-fdc7-4dd7-a781-cb4b009120e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "6841b2507ca342cd8ff2bbe917d9675a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48324bce-ed96-4d58-b0b3-5fb1979847b6" - ], - "x-ms-correlation-request-id": [ - "48324bce-ed96-4d58-b0b3-5fb1979847b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183459Z:48324bce-ed96-4d58-b0b3-5fb1979847b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "7ea43173127a45b2a5048fd65e76f234" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36296683-a97f-47c2-8f69-5d13899216ff" - ], - "x-ms-correlation-request-id": [ - "36296683-a97f-47c2-8f69-5d13899216ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183459Z:36296683-a97f-47c2-8f69-5d13899216ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "1e40ce93195d4029bd739787e680991a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b9b11b3-ab04-4193-909a-e1d2416a71a9" - ], - "x-ms-correlation-request-id": [ - "4b9b11b3-ab04-4193-909a-e1d2416a71a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183459Z:4b9b11b3-ab04-4193-909a-e1d2416a71a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "922460d5f72f421f9c04d7a1decb743a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59d6f593-06bb-47b6-aa32-e81245d42ad8" - ], - "x-ms-correlation-request-id": [ - "59d6f593-06bb-47b6-aa32-e81245d42ad8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183459Z:59d6f593-06bb-47b6-aa32-e81245d42ad8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "8da591e6ae594fe2bdf74417172b385f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b81c2017-1f0f-4c49-bafc-4ad5fd5abfe0" - ], - "x-ms-correlation-request-id": [ - "b81c2017-1f0f-4c49-bafc-4ad5fd5abfe0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183459Z:b81c2017-1f0f-4c49-bafc-4ad5fd5abfe0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "1946562a22dd4d07ba6d29768b1ef688" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "794256ce-e70f-45a9-9ef5-c5f7b07885e5" - ], - "x-ms-correlation-request-id": [ - "794256ce-e70f-45a9-9ef5-c5f7b07885e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183459Z:794256ce-e70f-45a9-9ef5-c5f7b07885e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "8f22f55d0b42492aa9dc27e6c94e410d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94a26094-b9d9-426c-a413-93aa224822f4" - ], - "x-ms-correlation-request-id": [ - "94a26094-b9d9-426c-a413-93aa224822f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:94a26094-b9d9-426c-a413-93aa224822f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "e69874828c9348c79430be43a1a005f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76505082-753d-4b65-a2b2-69dc393aa2df" - ], - "x-ms-correlation-request-id": [ - "76505082-753d-4b65-a2b2-69dc393aa2df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:76505082-753d-4b65-a2b2-69dc393aa2df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "3136d318b38b470e84f8642a563c78ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57669094-9f95-4700-b126-afb9f695bb4e" - ], - "x-ms-correlation-request-id": [ - "57669094-9f95-4700-b126-afb9f695bb4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:57669094-9f95-4700-b126-afb9f695bb4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "d4fbc393522148e283ba472ee207c899" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8bf3dcb-2bf2-4656-8c8c-90ad0855c22d" - ], - "x-ms-correlation-request-id": [ - "d8bf3dcb-2bf2-4656-8c8c-90ad0855c22d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:d8bf3dcb-2bf2-4656-8c8c-90ad0855c22d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "23b4e707ac724e2584a0d8cf5c19ca83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a53e0cbf-09b9-42d4-bc2c-f94d64052944" - ], - "x-ms-correlation-request-id": [ - "a53e0cbf-09b9-42d4-bc2c-f94d64052944" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:a53e0cbf-09b9-42d4-bc2c-f94d64052944" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "f685ea0f7eb44614843966afd7b98d20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c548d9fb-126b-4f2f-9275-5ff79e69c386" - ], - "x-ms-correlation-request-id": [ - "c548d9fb-126b-4f2f-9275-5ff79e69c386" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:c548d9fb-126b-4f2f-9275-5ff79e69c386" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "8c24f57e9064455e83e0cb269493c67a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e06c05e-384e-475e-8ba2-368ad96be4e1" - ], - "x-ms-correlation-request-id": [ - "1e06c05e-384e-475e-8ba2-368ad96be4e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:1e06c05e-384e-475e-8ba2-368ad96be4e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:34:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "415b0f95cac547d9974c21e6ad02ebd1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "256ac669-0711-482d-a566-31f86764ce20" - ], - "x-ms-correlation-request-id": [ - "256ac669-0711-482d-a566-31f86764ce20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:256ac669-0711-482d-a566-31f86764ce20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "2bffe8aa01a04cdbafeab26808889633" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "990037af-f3ee-4156-8de0-317d7477f4af" - ], - "x-ms-correlation-request-id": [ - "990037af-f3ee-4156-8de0-317d7477f4af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183500Z:990037af-f3ee-4156-8de0-317d7477f4af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "560bccef3a7049d193bdd3eb708b57ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9278761f-d276-4602-bc69-d0107375ed67" - ], - "x-ms-correlation-request-id": [ - "9278761f-d276-4602-bc69-d0107375ed67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183501Z:9278761f-d276-4602-bc69-d0107375ed67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "18ce4b17dc1e41e1a81dacd5d7d19056" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be085b30-846e-441f-aba7-20c394bd9397" - ], - "x-ms-correlation-request-id": [ - "be085b30-846e-441f-aba7-20c394bd9397" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183501Z:be085b30-846e-441f-aba7-20c394bd9397" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "5ba793c4f4434617b0ea211fd4cd840b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d78eef33-0ede-4dd9-945a-4787281ac236" - ], - "x-ms-correlation-request-id": [ - "d78eef33-0ede-4dd9-945a-4787281ac236" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183501Z:d78eef33-0ede-4dd9-945a-4787281ac236" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "b6a0e09b253245a48b3102ca17725fcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46e72ddc-171e-454e-a9d8-d372a871972a" - ], - "x-ms-correlation-request-id": [ - "46e72ddc-171e-454e-a9d8-d372a871972a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183501Z:46e72ddc-171e-454e-a9d8-d372a871972a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "3dd0b1343486452d9c78fb024e110c46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b8e2dfc-e073-4a7a-a165-bdcbf736ca11" - ], - "x-ms-correlation-request-id": [ - "6b8e2dfc-e073-4a7a-a165-bdcbf736ca11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183501Z:6b8e2dfc-e073-4a7a-a165-bdcbf736ca11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "2546f3dd1a2f4b01972ae06d0dfe22e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2eedc252-7d5a-4357-809f-b1d76cc3e43b" - ], - "x-ms-correlation-request-id": [ - "2eedc252-7d5a-4357-809f-b1d76cc3e43b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183501Z:2eedc252-7d5a-4357-809f-b1d76cc3e43b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "223b1c6492244d3080b4fcc10b3ebbdf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36228fdb-ec8a-4ed4-bc34-d3bc74196286" - ], - "x-ms-correlation-request-id": [ - "36228fdb-ec8a-4ed4-bc34-d3bc74196286" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183501Z:36228fdb-ec8a-4ed4-bc34-d3bc74196286" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "6073ca752087498aab116c42a9589138" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "755ec16f-47bc-4310-b654-465c4b8e6240" - ], - "x-ms-correlation-request-id": [ - "755ec16f-47bc-4310-b654-465c4b8e6240" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:755ec16f-47bc-4310-b654-465c4b8e6240" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "f0baaa43fa4b4874b2e97c2df514a58a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e82c6fd-4ffe-4a64-8093-f0640ed2f9da" - ], - "x-ms-correlation-request-id": [ - "0e82c6fd-4ffe-4a64-8093-f0640ed2f9da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:0e82c6fd-4ffe-4a64-8093-f0640ed2f9da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "acc0d0f5b7af4ed6bee91d06949b4eab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bf72a85-f5c1-487c-9c41-1d4f88f51155" - ], - "x-ms-correlation-request-id": [ - "7bf72a85-f5c1-487c-9c41-1d4f88f51155" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:7bf72a85-f5c1-487c-9c41-1d4f88f51155" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "282509da5ca34c47a48c10515f8e528f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3328451f-91a7-4586-9e41-2f0d02dc05ed" - ], - "x-ms-correlation-request-id": [ - "3328451f-91a7-4586-9e41-2f0d02dc05ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:3328451f-91a7-4586-9e41-2f0d02dc05ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "2b84333372314137af72b780ea391f3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07a829bd-a560-4658-a3ce-5631d97e8eb6" - ], - "x-ms-correlation-request-id": [ - "07a829bd-a560-4658-a3ce-5631d97e8eb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:07a829bd-a560-4658-a3ce-5631d97e8eb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "4f4e7cf7b4dd4aa8bb3b9d15ddf645ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d0d05a4-f995-4b4a-acc3-8efe71f5f7f3" - ], - "x-ms-correlation-request-id": [ - "8d0d05a4-f995-4b4a-acc3-8efe71f5f7f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:8d0d05a4-f995-4b4a-acc3-8efe71f5f7f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "803753ba63ea4c24b3aeea2881d061b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3126796-f331-453a-94f7-3402959aaf2f" - ], - "x-ms-correlation-request-id": [ - "f3126796-f331-453a-94f7-3402959aaf2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:f3126796-f331-453a-94f7-3402959aaf2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "1fc39a0be9bb41f7ad890e3488ed26f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb553e9d-69e7-48f6-9e9a-287c2cab7daf" - ], - "x-ms-correlation-request-id": [ - "eb553e9d-69e7-48f6-9e9a-287c2cab7daf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183502Z:eb553e9d-69e7-48f6-9e9a-287c2cab7daf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "909f597a473f4dbfb3fc3aec0f7bf51e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9ce539e-1575-446c-beea-c1eb16d07f31" - ], - "x-ms-correlation-request-id": [ - "b9ce539e-1575-446c-beea-c1eb16d07f31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:b9ce539e-1575-446c-beea-c1eb16d07f31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "d3c78869b74f4fdca56149915a8c0bc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d8f0664-e0b3-4286-adc7-265136c4498a" - ], - "x-ms-correlation-request-id": [ - "0d8f0664-e0b3-4286-adc7-265136c4498a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:0d8f0664-e0b3-4286-adc7-265136c4498a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "781ff3bb86a44ae18c6da253120c663b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a93d11b4-6254-4b39-8e7d-9c5d69e8aa1d" - ], - "x-ms-correlation-request-id": [ - "a93d11b4-6254-4b39-8e7d-9c5d69e8aa1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:a93d11b4-6254-4b39-8e7d-9c5d69e8aa1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "ef2ff03df7374cf0b552ecbbec267fc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cba59400-dd45-4fc8-8dad-d570becdd432" - ], - "x-ms-correlation-request-id": [ - "cba59400-dd45-4fc8-8dad-d570becdd432" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:cba59400-dd45-4fc8-8dad-d570becdd432" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "709fc3554d9b4b41870250c6a647e6ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06f10a25-0b6e-490e-9d96-3906a9e9e7f8" - ], - "x-ms-correlation-request-id": [ - "06f10a25-0b6e-490e-9d96-3906a9e9e7f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:06f10a25-0b6e-490e-9d96-3906a9e9e7f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "d8f45eba7ca24d10a43eb9803c06cd9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2f229d7-959b-47a7-8b23-89a9af3bda03" - ], - "x-ms-correlation-request-id": [ - "d2f229d7-959b-47a7-8b23-89a9af3bda03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:d2f229d7-959b-47a7-8b23-89a9af3bda03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "157cdbac6ca841738bc457df3551707d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2ca685e-7c74-4c4e-afa6-5483bf104cf8" - ], - "x-ms-correlation-request-id": [ - "c2ca685e-7c74-4c4e-afa6-5483bf104cf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:c2ca685e-7c74-4c4e-afa6-5483bf104cf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "035de76aa0e44dbd9b57f717f128ec5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e8839c3-4ac5-49be-9066-11bb0d21d8c8" - ], - "x-ms-correlation-request-id": [ - "2e8839c3-4ac5-49be-9066-11bb0d21d8c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183503Z:2e8839c3-4ac5-49be-9066-11bb0d21d8c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "58e6a9cdd0c24868b530d09bb48ce018" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1f95c5f-20cf-4349-a301-b41b45d188be" - ], - "x-ms-correlation-request-id": [ - "b1f95c5f-20cf-4349-a301-b41b45d188be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:b1f95c5f-20cf-4349-a301-b41b45d188be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "6f5b38cf76f94e819728c767cef22698" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32118d17-246b-4879-a1b6-9f8fd45e418b" - ], - "x-ms-correlation-request-id": [ - "32118d17-246b-4879-a1b6-9f8fd45e418b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:32118d17-246b-4879-a1b6-9f8fd45e418b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "69b03c5421254ec3bf51ab51bb5a8c54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a6fb145-a897-4ad1-8b2d-c03ab2c324c5" - ], - "x-ms-correlation-request-id": [ - "4a6fb145-a897-4ad1-8b2d-c03ab2c324c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:4a6fb145-a897-4ad1-8b2d-c03ab2c324c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "fe2eb263ef704dcb88d4d51cbc1c0334" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d189d9c-bcf8-4700-bbb6-bf0ba40b1c5e" - ], - "x-ms-correlation-request-id": [ - "0d189d9c-bcf8-4700-bbb6-bf0ba40b1c5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:0d189d9c-bcf8-4700-bbb6-bf0ba40b1c5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "26038a7cd0184db4a1d482ac779694e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c8110cd-c1b0-4be7-a1d6-88491394d91a" - ], - "x-ms-correlation-request-id": [ - "6c8110cd-c1b0-4be7-a1d6-88491394d91a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:6c8110cd-c1b0-4be7-a1d6-88491394d91a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "24da620dd4f04a72a3a50ad585effac9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d76bba72-0deb-4ade-b936-a451c3adef69" - ], - "x-ms-correlation-request-id": [ - "d76bba72-0deb-4ade-b936-a451c3adef69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:d76bba72-0deb-4ade-b936-a451c3adef69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "2e5ded463082441fb60105ac57363d1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "483eb713-b056-43b0-ac0b-0e4eedb75cce" - ], - "x-ms-correlation-request-id": [ - "483eb713-b056-43b0-ac0b-0e4eedb75cce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:483eb713-b056-43b0-ac0b-0e4eedb75cce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "be55928301894d3198a4ae624e9cf3ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ac5de6c-4fb2-47ad-ab0b-1cedee2e7327" - ], - "x-ms-correlation-request-id": [ - "4ac5de6c-4fb2-47ad-ab0b-1cedee2e7327" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183504Z:4ac5de6c-4fb2-47ad-ab0b-1cedee2e7327" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "e984dcc8c46d4ad5a255eab57568eb9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3a6d609-b306-4776-ae3f-530907328382" - ], - "x-ms-correlation-request-id": [ - "d3a6d609-b306-4776-ae3f-530907328382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:d3a6d609-b306-4776-ae3f-530907328382" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "8b758b0868874a5e8622338630567426" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76c1297b-62f2-400e-b375-08e6c3c5cda1" - ], - "x-ms-correlation-request-id": [ - "76c1297b-62f2-400e-b375-08e6c3c5cda1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:76c1297b-62f2-400e-b375-08e6c3c5cda1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "e965d80d740e4e25ac598a90203ab9ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f1040d1-9d86-43e5-b2c2-9503dcf802d0" - ], - "x-ms-correlation-request-id": [ - "6f1040d1-9d86-43e5-b2c2-9503dcf802d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:6f1040d1-9d86-43e5-b2c2-9503dcf802d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "0893227612f94a128478f7ed201ff9d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d539106-dc7f-437e-9418-e78f554ac13b" - ], - "x-ms-correlation-request-id": [ - "1d539106-dc7f-437e-9418-e78f554ac13b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:1d539106-dc7f-437e-9418-e78f554ac13b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "254b829011e14dacb3dca8ab3c650bee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62e3a318-d57f-45c7-9aef-1f470541873b" - ], - "x-ms-correlation-request-id": [ - "62e3a318-d57f-45c7-9aef-1f470541873b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:62e3a318-d57f-45c7-9aef-1f470541873b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "79752725a5774e6491ef9237998425f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71756cb2-8a79-441b-8528-60bb5defa987" - ], - "x-ms-correlation-request-id": [ - "71756cb2-8a79-441b-8528-60bb5defa987" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:71756cb2-8a79-441b-8528-60bb5defa987" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "05e17fb7003c4eae98ba8a3456359555" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a331b4b5-9bea-41cc-8968-31d79a7e4ad6" - ], - "x-ms-correlation-request-id": [ - "a331b4b5-9bea-41cc-8968-31d79a7e4ad6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:a331b4b5-9bea-41cc-8968-31d79a7e4ad6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "381370140da54620a604ed001004bd6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37450ea1-772a-42cc-a553-13b1a11a831a" - ], - "x-ms-correlation-request-id": [ - "37450ea1-772a-42cc-a553-13b1a11a831a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:37450ea1-772a-42cc-a553-13b1a11a831a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "1da1b1ad76ba4f8183eb1a62aa63e42a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1c32524-ff77-4f12-a993-8be24b88bd9b" - ], - "x-ms-correlation-request-id": [ - "c1c32524-ff77-4f12-a993-8be24b88bd9b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183505Z:c1c32524-ff77-4f12-a993-8be24b88bd9b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "679460ba4f9c4ef58cefadb3bf616c81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62aba41e-6f63-43c1-b3a8-ba775c0d067f" - ], - "x-ms-correlation-request-id": [ - "62aba41e-6f63-43c1-b3a8-ba775c0d067f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183506Z:62aba41e-6f63-43c1-b3a8-ba775c0d067f" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "5862cbf530954185b48a86921b317500" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d486b35-08c0-4486-8944-09868f6cd37c" - ], - "x-ms-correlation-request-id": [ - "0d486b35-08c0-4486-8944-09868f6cd37c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183506Z:0d486b35-08c0-4486-8944-09868f6cd37c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "e2f922c0a54047748e155c226b845c15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9eb48272-fc30-4fab-b971-5f4dbf2a0f42" - ], - "x-ms-correlation-request-id": [ - "9eb48272-fc30-4fab-b971-5f4dbf2a0f42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183506Z:9eb48272-fc30-4fab-b971-5f4dbf2a0f42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "2eefb93611694ee392a51ee6a6431ec4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e817b97c-90dd-4ae7-9389-cf404d1b5681" - ], - "x-ms-correlation-request-id": [ - "e817b97c-90dd-4ae7-9389-cf404d1b5681" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183507Z:e817b97c-90dd-4ae7-9389-cf404d1b5681" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "8d1bb7021f9c4b509d41ee6056e95d67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc7a92a9-e299-4be4-961e-cab1c7b30d7b" - ], - "x-ms-correlation-request-id": [ - "dc7a92a9-e299-4be4-961e-cab1c7b30d7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183507Z:dc7a92a9-e299-4be4-961e-cab1c7b30d7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "3ce7752986ad404181cab7e03484a933" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ac601f1-c6c5-428c-bd70-3da15a573f68" - ], - "x-ms-correlation-request-id": [ - "2ac601f1-c6c5-428c-bd70-3da15a573f68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183507Z:2ac601f1-c6c5-428c-bd70-3da15a573f68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "cd7cbe26a2da4941a4a8155e7ea62580" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa4d1e77-7fdc-478d-ab2a-8aca503fd217" - ], - "x-ms-correlation-request-id": [ - "aa4d1e77-7fdc-478d-ab2a-8aca503fd217" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183507Z:aa4d1e77-7fdc-478d-ab2a-8aca503fd217" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "5572d77daec442b1b5f7401f46dcb1aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e499a9c6-aecf-4f94-a61b-846c2972986d" - ], - "x-ms-correlation-request-id": [ - "e499a9c6-aecf-4f94-a61b-846c2972986d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183507Z:e499a9c6-aecf-4f94-a61b-846c2972986d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "0a106630d4864f7489a6874e68bcc64c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99769163-0ee0-4598-bcf2-0ca5e23377b5" - ], - "x-ms-correlation-request-id": [ - "99769163-0ee0-4598-bcf2-0ca5e23377b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183507Z:99769163-0ee0-4598-bcf2-0ca5e23377b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "5b88fa77d8b248cea9b61d746cc23be0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "727ac9a6-c538-4b20-9bd4-754229c90358" - ], - "x-ms-correlation-request-id": [ - "727ac9a6-c538-4b20-9bd4-754229c90358" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183507Z:727ac9a6-c538-4b20-9bd4-754229c90358" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "4d7cdd5f95df49f697c07111c10f01aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56e1369f-8885-44ae-8be4-24de5086be52" - ], - "x-ms-correlation-request-id": [ - "56e1369f-8885-44ae-8be4-24de5086be52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183508Z:56e1369f-8885-44ae-8be4-24de5086be52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "f31281aae1de40189995a3bfbc70b96e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54c87b96-4eb5-48af-a428-01bcba7ddded" - ], - "x-ms-correlation-request-id": [ - "54c87b96-4eb5-48af-a428-01bcba7ddded" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183508Z:54c87b96-4eb5-48af-a428-01bcba7ddded" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "32a89540901d40f0aae2b6d6292c4bee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1872a28f-73d7-4d7d-8340-8bf413339268" - ], - "x-ms-correlation-request-id": [ - "1872a28f-73d7-4d7d-8340-8bf413339268" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183508Z:1872a28f-73d7-4d7d-8340-8bf413339268" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "5737148c98924187b92647daa51be3dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b3f6ae8-8e23-4059-b24d-a45df58e4e60" - ], - "x-ms-correlation-request-id": [ - "0b3f6ae8-8e23-4059-b24d-a45df58e4e60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183508Z:0b3f6ae8-8e23-4059-b24d-a45df58e4e60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "bdfd5f2dbf0944baa89795c7052bc5b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51265680-3311-4760-911c-7ce1e0efba20" - ], - "x-ms-correlation-request-id": [ - "51265680-3311-4760-911c-7ce1e0efba20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183508Z:51265680-3311-4760-911c-7ce1e0efba20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "b1e375997d5c48f5a61275691d14aaab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36b1f1e6-a819-40b7-a40f-89599ab8e9b3" - ], - "x-ms-correlation-request-id": [ - "36b1f1e6-a819-40b7-a40f-89599ab8e9b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183508Z:36b1f1e6-a819-40b7-a40f-89599ab8e9b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "4007e92c3d8647f18003b069c83cc373" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b0af9b5-4a9e-4cf8-a63f-ef91e4297129" - ], - "x-ms-correlation-request-id": [ - "1b0af9b5-4a9e-4cf8-a63f-ef91e4297129" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183508Z:1b0af9b5-4a9e-4cf8-a63f-ef91e4297129" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "ed6a12b5930b4db98da187134212a31e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cf09268-7790-4f35-8b7d-e9422f08020d" - ], - "x-ms-correlation-request-id": [ - "5cf09268-7790-4f35-8b7d-e9422f08020d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:5cf09268-7790-4f35-8b7d-e9422f08020d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "00debc0e61914938a5db31d4f2ae3763" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4dea6acb-cc4f-422e-b9e2-a2e40e11b8ec" - ], - "x-ms-correlation-request-id": [ - "4dea6acb-cc4f-422e-b9e2-a2e40e11b8ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:4dea6acb-cc4f-422e-b9e2-a2e40e11b8ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "873d5b83eb064684b0394afa320c8900" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5551508-27ff-4ed0-91fb-f283e65fcc49" - ], - "x-ms-correlation-request-id": [ - "d5551508-27ff-4ed0-91fb-f283e65fcc49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:d5551508-27ff-4ed0-91fb-f283e65fcc49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "ffd6e1ae6987485abb29149ec8ac2a45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9c4d063-37b7-42f9-820f-3bd3fd9c6e86" - ], - "x-ms-correlation-request-id": [ - "c9c4d063-37b7-42f9-820f-3bd3fd9c6e86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:c9c4d063-37b7-42f9-820f-3bd3fd9c6e86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "70d33bcceeb5406197bfdcdecac9dcbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7380471-6361-4104-9cef-57498fb6b79a" - ], - "x-ms-correlation-request-id": [ - "f7380471-6361-4104-9cef-57498fb6b79a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:f7380471-6361-4104-9cef-57498fb6b79a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "56e0ff5deb29453eb6749ac31afa1755" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0df69dd-96fc-46b1-b741-7780b6dcc2cd" - ], - "x-ms-correlation-request-id": [ - "e0df69dd-96fc-46b1-b741-7780b6dcc2cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:e0df69dd-96fc-46b1-b741-7780b6dcc2cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "9fd55a398c544683a43cc47dd07ee5a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6540a427-f9d5-4337-aea5-28527b2e940e" - ], - "x-ms-correlation-request-id": [ - "6540a427-f9d5-4337-aea5-28527b2e940e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:6540a427-f9d5-4337-aea5-28527b2e940e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "ffa664ca6f27435c85b6d75a6e71ff5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f0e62da-4a60-407e-9448-fbf3720f6160" - ], - "x-ms-correlation-request-id": [ - "1f0e62da-4a60-407e-9448-fbf3720f6160" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:1f0e62da-4a60-407e-9448-fbf3720f6160" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "2924844aba03446892b1343288c44885" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b084b5a7-dddf-4f67-85fa-b00420ab263b" - ], - "x-ms-correlation-request-id": [ - "b084b5a7-dddf-4f67-85fa-b00420ab263b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183509Z:b084b5a7-dddf-4f67-85fa-b00420ab263b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "502f15b104cd478094ce6c3f57b6ae56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20c87240-c7be-45e1-aeb7-a66a939be992" - ], - "x-ms-correlation-request-id": [ - "20c87240-c7be-45e1-aeb7-a66a939be992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183510Z:20c87240-c7be-45e1-aeb7-a66a939be992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "9b66eeb4195d4a63af9e71b3e01feb8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "111fec87-7aa7-4ca8-bb64-c400c0ee7c87" - ], - "x-ms-correlation-request-id": [ - "111fec87-7aa7-4ca8-bb64-c400c0ee7c87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183510Z:111fec87-7aa7-4ca8-bb64-c400c0ee7c87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "92202ceb0ca24da088c1e5ecc675c998" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44d19e43-0454-41fe-a59f-ee2326db1aa6" - ], - "x-ms-correlation-request-id": [ - "44d19e43-0454-41fe-a59f-ee2326db1aa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183510Z:44d19e43-0454-41fe-a59f-ee2326db1aa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "78c9de98b54f4939b5f60053b1e75280" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "610abe12-a6ca-4e06-8b7f-3374e3a73b40" - ], - "x-ms-correlation-request-id": [ - "610abe12-a6ca-4e06-8b7f-3374e3a73b40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183510Z:610abe12-a6ca-4e06-8b7f-3374e3a73b40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "113f69eb7cf54e4ebc836ebd83653115" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b8b3659-7622-40b3-be50-c0ca06f88e1a" - ], - "x-ms-correlation-request-id": [ - "2b8b3659-7622-40b3-be50-c0ca06f88e1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183510Z:2b8b3659-7622-40b3-be50-c0ca06f88e1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "29359f0ebf78494f9cd93c37e758b949" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b850b08-6a07-4c23-9ebc-a58356715987" - ], - "x-ms-correlation-request-id": [ - "6b850b08-6a07-4c23-9ebc-a58356715987" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183510Z:6b850b08-6a07-4c23-9ebc-a58356715987" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "e12deafabff14046941b880f091ac1c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52bced72-d3c4-4d30-b08f-6153b5cd9fb1" - ], - "x-ms-correlation-request-id": [ - "52bced72-d3c4-4d30-b08f-6153b5cd9fb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183510Z:52bced72-d3c4-4d30-b08f-6153b5cd9fb1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "b4b7decf5bd44a6a8037c789d4aa1ea4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75813747-6f3b-4eea-a19c-820d32d4f4ab" - ], - "x-ms-correlation-request-id": [ - "75813747-6f3b-4eea-a19c-820d32d4f4ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:75813747-6f3b-4eea-a19c-820d32d4f4ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "90b3403db6b04a8087a34251516290a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c385b05-9446-4e35-88fb-93e8a176cf3f" - ], - "x-ms-correlation-request-id": [ - "4c385b05-9446-4e35-88fb-93e8a176cf3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:4c385b05-9446-4e35-88fb-93e8a176cf3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "daef959bdf7d4477a0a4f27f67d616cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9efe237-4819-48de-822f-e55d960b3cb5" - ], - "x-ms-correlation-request-id": [ - "a9efe237-4819-48de-822f-e55d960b3cb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:a9efe237-4819-48de-822f-e55d960b3cb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "2e88ae54ed484a889237085bf8beb314" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19186eda-535f-4dbc-9f91-b3bc00891e74" - ], - "x-ms-correlation-request-id": [ - "19186eda-535f-4dbc-9f91-b3bc00891e74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:19186eda-535f-4dbc-9f91-b3bc00891e74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "918702ba06e6460eb5af755f3b08a03d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dd35b7c-447a-4a30-a4ce-b50e026fd1c5" - ], - "x-ms-correlation-request-id": [ - "5dd35b7c-447a-4a30-a4ce-b50e026fd1c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:5dd35b7c-447a-4a30-a4ce-b50e026fd1c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "d95712c51f1642c7937c437374e5be59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38ace61f-3c3c-4cf9-aa3d-007807e9f116" - ], - "x-ms-correlation-request-id": [ - "38ace61f-3c3c-4cf9-aa3d-007807e9f116" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:38ace61f-3c3c-4cf9-aa3d-007807e9f116" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "2ebc87addaa44de0a411b190cd61516c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c73cde4f-f0c1-42de-b992-66686fb726ce" - ], - "x-ms-correlation-request-id": [ - "c73cde4f-f0c1-42de-b992-66686fb726ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:c73cde4f-f0c1-42de-b992-66686fb726ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "568154121a5548da9bdede3fd2c35a04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddbd54fa-265d-4def-9ed6-d4befb0f9eaf" - ], - "x-ms-correlation-request-id": [ - "ddbd54fa-265d-4def-9ed6-d4befb0f9eaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183511Z:ddbd54fa-265d-4def-9ed6-d4befb0f9eaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "718c6dac3dad403caeb73a09c6c10ddf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "249e43f1-afd5-4c10-80bb-94e58cc727ff" - ], - "x-ms-correlation-request-id": [ - "249e43f1-afd5-4c10-80bb-94e58cc727ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:249e43f1-afd5-4c10-80bb-94e58cc727ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "88f03c3af4554ce480a28563998f7d04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75f04f41-4c5a-49a3-808f-c865e5e4985b" - ], - "x-ms-correlation-request-id": [ - "75f04f41-4c5a-49a3-808f-c865e5e4985b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:75f04f41-4c5a-49a3-808f-c865e5e4985b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "28046728c5b54dab92cf940b6a5fe033" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68505ccf-aaed-453e-898c-6b70e0b50f15" - ], - "x-ms-correlation-request-id": [ - "68505ccf-aaed-453e-898c-6b70e0b50f15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:68505ccf-aaed-453e-898c-6b70e0b50f15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "669ff4100ebd44b3a417938d916393fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c2ba7c4-f31d-4923-a0ef-44b0c2528b03" - ], - "x-ms-correlation-request-id": [ - "7c2ba7c4-f31d-4923-a0ef-44b0c2528b03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:7c2ba7c4-f31d-4923-a0ef-44b0c2528b03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "771008e6c21e43dfb992c5cb59f04833" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83ff318e-5235-4f09-b729-276d0416cd39" - ], - "x-ms-correlation-request-id": [ - "83ff318e-5235-4f09-b729-276d0416cd39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:83ff318e-5235-4f09-b729-276d0416cd39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "3500bcef64704595b41642b2bee2bfdf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09466bc8-2ed5-415d-b258-103290853073" - ], - "x-ms-correlation-request-id": [ - "09466bc8-2ed5-415d-b258-103290853073" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:09466bc8-2ed5-415d-b258-103290853073" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "45678cc0523742938ffb9fedc0d590f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd6e0157-33c4-47fd-af4c-9e0f9bec4481" - ], - "x-ms-correlation-request-id": [ - "bd6e0157-33c4-47fd-af4c-9e0f9bec4481" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:bd6e0157-33c4-47fd-af4c-9e0f9bec4481" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "8870acdedaf248f1b790667a736de661" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "836493a8-8b22-4429-8856-43d25faff4f3" - ], - "x-ms-correlation-request-id": [ - "836493a8-8b22-4429-8856-43d25faff4f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:836493a8-8b22-4429-8856-43d25faff4f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "acb1b2676ad046778424b8f4178ec7e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c390a8d-d08b-48d3-80d6-dc2edc38c734" - ], - "x-ms-correlation-request-id": [ - "0c390a8d-d08b-48d3-80d6-dc2edc38c734" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183512Z:0c390a8d-d08b-48d3-80d6-dc2edc38c734" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "f5c4bf29b4b44afe94b95fc4090d4606" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d80907f-ed48-4238-9b3b-906e098c7937" - ], - "x-ms-correlation-request-id": [ - "8d80907f-ed48-4238-9b3b-906e098c7937" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183513Z:8d80907f-ed48-4238-9b3b-906e098c7937" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "706287deefbc441596ea3f8850818147" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e11c0cc5-e485-4144-b618-1ea8ddc88757" - ], - "x-ms-correlation-request-id": [ - "e11c0cc5-e485-4144-b618-1ea8ddc88757" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183513Z:e11c0cc5-e485-4144-b618-1ea8ddc88757" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "a57950033cdf4e3f8c4c859dc3797db9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77315dc8-ad6a-4268-a7a3-34b6fbb05771" - ], - "x-ms-correlation-request-id": [ - "77315dc8-ad6a-4268-a7a3-34b6fbb05771" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183513Z:77315dc8-ad6a-4268-a7a3-34b6fbb05771" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "02cc83d278124883b9c5c3bada8003d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f89963a-5101-4f0d-9e96-538321e05c6a" - ], - "x-ms-correlation-request-id": [ - "3f89963a-5101-4f0d-9e96-538321e05c6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183513Z:3f89963a-5101-4f0d-9e96-538321e05c6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "ee5c1ec0cf4148c292fe7eb2f50837e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "761f52bb-5119-4032-98e8-2cdaac174130" - ], - "x-ms-correlation-request-id": [ - "761f52bb-5119-4032-98e8-2cdaac174130" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183513Z:761f52bb-5119-4032-98e8-2cdaac174130" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "9d73161d02be464eacfda98708d64fd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ae539e0-718e-4aa5-ba64-e168bd4632f6" - ], - "x-ms-correlation-request-id": [ - "9ae539e0-718e-4aa5-ba64-e168bd4632f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183513Z:9ae539e0-718e-4aa5-ba64-e168bd4632f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "0f4620c8914c47fca38cf5b620fe7af4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9791b6a2-1428-4d67-a7be-4582adb3cef0" - ], - "x-ms-correlation-request-id": [ - "9791b6a2-1428-4d67-a7be-4582adb3cef0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183513Z:9791b6a2-1428-4d67-a7be-4582adb3cef0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "439848442445473386af36b0b0ce204b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c653f25-dbea-48d2-a528-2e95b946013f" - ], - "x-ms-correlation-request-id": [ - "0c653f25-dbea-48d2-a528-2e95b946013f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183514Z:0c653f25-dbea-48d2-a528-2e95b946013f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "a4c36aec0d1d435cb7759e6d48650e2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64e291d2-c343-4295-a912-59e7c3dd5486" - ], - "x-ms-correlation-request-id": [ - "64e291d2-c343-4295-a912-59e7c3dd5486" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183514Z:64e291d2-c343-4295-a912-59e7c3dd5486" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "0900fd58489048a88ab425b3b3da744c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d021a0b4-da48-4d7f-9f8f-8cfc49027e5b" - ], - "x-ms-correlation-request-id": [ - "d021a0b4-da48-4d7f-9f8f-8cfc49027e5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183514Z:d021a0b4-da48-4d7f-9f8f-8cfc49027e5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "4baf7cd975de4b1787b2ab52fa019df0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dfee0de4-3bef-433f-a57a-64f5ba0bacb8" - ], - "x-ms-correlation-request-id": [ - "dfee0de4-3bef-433f-a57a-64f5ba0bacb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183514Z:dfee0de4-3bef-433f-a57a-64f5ba0bacb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "5e44541ccb804c0388837d4fd9a9f2bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70ac7fdd-9757-469d-bc6c-5b059b270afa" - ], - "x-ms-correlation-request-id": [ - "70ac7fdd-9757-469d-bc6c-5b059b270afa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183514Z:70ac7fdd-9757-469d-bc6c-5b059b270afa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "a1129eeb7f5c44c7b369ab7e8c188187" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85c74e04-8a33-4958-86a7-0b0f13551810" - ], - "x-ms-correlation-request-id": [ - "85c74e04-8a33-4958-86a7-0b0f13551810" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183514Z:85c74e04-8a33-4958-86a7-0b0f13551810" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "d8f6e3b0202d4b68809692447c753b68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53468e3d-f93b-4716-9cee-e3acb599d16a" - ], - "x-ms-correlation-request-id": [ - "53468e3d-f93b-4716-9cee-e3acb599d16a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183515Z:53468e3d-f93b-4716-9cee-e3acb599d16a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "28974c1df23b488392a5f2dac75ce3e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a36a8de2-d92d-4ffd-8f2b-eed219818822" - ], - "x-ms-correlation-request-id": [ - "a36a8de2-d92d-4ffd-8f2b-eed219818822" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183515Z:a36a8de2-d92d-4ffd-8f2b-eed219818822" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "d7ddbbe2d4f94571a7e77f5f3f1fcc54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18ee002c-b87f-45ff-b56a-75af82f4a9f8" - ], - "x-ms-correlation-request-id": [ - "18ee002c-b87f-45ff-b56a-75af82f4a9f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183515Z:18ee002c-b87f-45ff-b56a-75af82f4a9f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "955d6286df4e4afda81a7281e3bfdc22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70ddc5fc-0f63-443e-83ce-a7a52b16892d" - ], - "x-ms-correlation-request-id": [ - "70ddc5fc-0f63-443e-83ce-a7a52b16892d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183515Z:70ddc5fc-0f63-443e-83ce-a7a52b16892d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "6706d5fa7ada45c7aa1e117c98d26b4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f28183c-d262-473f-9d15-af8568c049a7" - ], - "x-ms-correlation-request-id": [ - "7f28183c-d262-473f-9d15-af8568c049a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183515Z:7f28183c-d262-473f-9d15-af8568c049a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "06a7ac4d2b6c4ca6b96d263de6c93941" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fd84d7e-e792-4a27-a966-8f1c1a5f299d" - ], - "x-ms-correlation-request-id": [ - "4fd84d7e-e792-4a27-a966-8f1c1a5f299d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183515Z:4fd84d7e-e792-4a27-a966-8f1c1a5f299d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "d6e939fcb41240a7a143b4de2dffb147" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e1c9232-87f8-42ce-85f9-31dc0111d666" - ], - "x-ms-correlation-request-id": [ - "8e1c9232-87f8-42ce-85f9-31dc0111d666" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183516Z:8e1c9232-87f8-42ce-85f9-31dc0111d666" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "3b1d69806f424fc0804d9542c2689c97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "daf0cd66-edf0-460a-81d2-294099d82d6c" - ], - "x-ms-correlation-request-id": [ - "daf0cd66-edf0-460a-81d2-294099d82d6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183516Z:daf0cd66-edf0-460a-81d2-294099d82d6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "bebafca140934bd1922205eb2098d478" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e0648f5-19db-424a-80d3-3c29c3b1ac8b" - ], - "x-ms-correlation-request-id": [ - "1e0648f5-19db-424a-80d3-3c29c3b1ac8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183516Z:1e0648f5-19db-424a-80d3-3c29c3b1ac8b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "21225942ad5e4a709023298d9b85bb07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e2df9a6-c6b7-43b2-b01e-f807c10a1841" - ], - "x-ms-correlation-request-id": [ - "8e2df9a6-c6b7-43b2-b01e-f807c10a1841" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183516Z:8e2df9a6-c6b7-43b2-b01e-f807c10a1841" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "2a904e4dba754811ad2936bf4fcb4707" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8388f3a-8bcb-4803-be93-7da5fad1aeaa" - ], - "x-ms-correlation-request-id": [ - "d8388f3a-8bcb-4803-be93-7da5fad1aeaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183516Z:d8388f3a-8bcb-4803-be93-7da5fad1aeaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "93ca5689257e460ba78424688b976275" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f105d5a0-d3d0-4099-bade-b1a853e71749" - ], - "x-ms-correlation-request-id": [ - "f105d5a0-d3d0-4099-bade-b1a853e71749" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183516Z:f105d5a0-d3d0-4099-bade-b1a853e71749" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "064b8627d4ba4c57bbbdbf58d56a17f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19e8b505-9815-4625-a1f4-be9e0627d45b" - ], - "x-ms-correlation-request-id": [ - "19e8b505-9815-4625-a1f4-be9e0627d45b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183517Z:19e8b505-9815-4625-a1f4-be9e0627d45b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "2548dbbdc607402d96a2fa1d8f8a9dab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1530910e-4296-43e3-b58c-baf01ecfa5e7" - ], - "x-ms-correlation-request-id": [ - "1530910e-4296-43e3-b58c-baf01ecfa5e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183517Z:1530910e-4296-43e3-b58c-baf01ecfa5e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "1d4b7ec99f304427abb7ee9fcc0fdfc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "869bd444-46bc-47e8-b500-919730e00966" - ], - "x-ms-correlation-request-id": [ - "869bd444-46bc-47e8-b500-919730e00966" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183517Z:869bd444-46bc-47e8-b500-919730e00966" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "0be5d01e9b9146789f11b7ed8790cc76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76050c5a-ebb8-47d3-9d61-dc33b3610913" - ], - "x-ms-correlation-request-id": [ - "76050c5a-ebb8-47d3-9d61-dc33b3610913" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183517Z:76050c5a-ebb8-47d3-9d61-dc33b3610913" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "3b0c294b1c20424f876b2d92dea8b992" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "976e56f9-b37e-42ca-97ad-06e0d8d6b2bc" - ], - "x-ms-correlation-request-id": [ - "976e56f9-b37e-42ca-97ad-06e0d8d6b2bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183517Z:976e56f9-b37e-42ca-97ad-06e0d8d6b2bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "91704b9b841f41c9b322a7513c69947b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3910a5c9-73d6-4b68-ad42-4c0bee0154c0" - ], - "x-ms-correlation-request-id": [ - "3910a5c9-73d6-4b68-ad42-4c0bee0154c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183517Z:3910a5c9-73d6-4b68-ad42-4c0bee0154c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "b934cf627f70466f91096937a4b46922" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0de352b1-81c6-478b-9837-35a088e63986" - ], - "x-ms-correlation-request-id": [ - "0de352b1-81c6-478b-9837-35a088e63986" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183517Z:0de352b1-81c6-478b-9837-35a088e63986" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "e42115e76ffc4c3f890b6c1e898851cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7dd44521-fa47-486a-84c4-72d4346cad32" - ], - "x-ms-correlation-request-id": [ - "7dd44521-fa47-486a-84c4-72d4346cad32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183518Z:7dd44521-fa47-486a-84c4-72d4346cad32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "181f6e280a0342739b9d212e32b0f366" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b9c6385-7980-4537-b72d-97b3ff08c7a4" - ], - "x-ms-correlation-request-id": [ - "3b9c6385-7980-4537-b72d-97b3ff08c7a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183518Z:3b9c6385-7980-4537-b72d-97b3ff08c7a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "5959d44906de4017a1e9c063999f5d83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bdfac54-36d8-42ce-8be2-4a248a43f40e" - ], - "x-ms-correlation-request-id": [ - "5bdfac54-36d8-42ce-8be2-4a248a43f40e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183518Z:5bdfac54-36d8-42ce-8be2-4a248a43f40e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "d2b484fa692641aba5716b63136dfb35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42289bdb-9480-49bd-bf1d-b57b97a453ae" - ], - "x-ms-correlation-request-id": [ - "42289bdb-9480-49bd-bf1d-b57b97a453ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183518Z:42289bdb-9480-49bd-bf1d-b57b97a453ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "e391bb312dbd4ef88284ace9e8977a88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "972d343b-f42f-47b4-aed8-cc5082086272" - ], - "x-ms-correlation-request-id": [ - "972d343b-f42f-47b4-aed8-cc5082086272" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183518Z:972d343b-f42f-47b4-aed8-cc5082086272" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "c2031f2d2241435b971972abb1b9d469" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed2afd4e-c3a4-4722-be82-c18db7b0750f" - ], - "x-ms-correlation-request-id": [ - "ed2afd4e-c3a4-4722-be82-c18db7b0750f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183518Z:ed2afd4e-c3a4-4722-be82-c18db7b0750f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "7103c5cdc42f4424a422ef625deaec4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6efd08f-82a1-4821-a006-fb4d6a903b4f" - ], - "x-ms-correlation-request-id": [ - "a6efd08f-82a1-4821-a006-fb4d6a903b4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183518Z:a6efd08f-82a1-4821-a006-fb4d6a903b4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "b7853102cde649849b21973736973040" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1515cd9-ad50-46bf-ac39-ddd86aeec49b" - ], - "x-ms-correlation-request-id": [ - "b1515cd9-ad50-46bf-ac39-ddd86aeec49b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183519Z:b1515cd9-ad50-46bf-ac39-ddd86aeec49b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "84758d33721f4484895468ffb754ff75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "589e51a6-9c8b-4c8c-8c15-76bc15ed664a" - ], - "x-ms-correlation-request-id": [ - "589e51a6-9c8b-4c8c-8c15-76bc15ed664a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183519Z:589e51a6-9c8b-4c8c-8c15-76bc15ed664a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "ed50a84e6bc54688a9c3038a5ba02f14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3c9d653-2150-4377-aeb9-c75aba2adc57" - ], - "x-ms-correlation-request-id": [ - "d3c9d653-2150-4377-aeb9-c75aba2adc57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183519Z:d3c9d653-2150-4377-aeb9-c75aba2adc57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "b2a4a6034dca44bf84470443ea649595" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d72c712-3712-44e3-b90a-5ab0af296914" - ], - "x-ms-correlation-request-id": [ - "0d72c712-3712-44e3-b90a-5ab0af296914" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183519Z:0d72c712-3712-44e3-b90a-5ab0af296914" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "85f1ef9b6df1436ba5efdfa4ca57e4e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1520426-03cb-411c-b1af-4b69370ec0d1" - ], - "x-ms-correlation-request-id": [ - "c1520426-03cb-411c-b1af-4b69370ec0d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183519Z:c1520426-03cb-411c-b1af-4b69370ec0d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "9af35edcdb4f4f40a1a4161190b592aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e29d9f63-04a8-48e0-bfec-4c22ae0c7631" - ], - "x-ms-correlation-request-id": [ - "e29d9f63-04a8-48e0-bfec-4c22ae0c7631" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183519Z:e29d9f63-04a8-48e0-bfec-4c22ae0c7631" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "bc1c9cd84742483ba51d73e2017a1661" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98354b06-6afe-49ce-aa98-813b5bf21992" - ], - "x-ms-correlation-request-id": [ - "98354b06-6afe-49ce-aa98-813b5bf21992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183519Z:98354b06-6afe-49ce-aa98-813b5bf21992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "694185573ef54dfc9052fd4c0bb099d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e48b67d-8578-44c7-a1ca-e6277d687551" - ], - "x-ms-correlation-request-id": [ - "9e48b67d-8578-44c7-a1ca-e6277d687551" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183520Z:9e48b67d-8578-44c7-a1ca-e6277d687551" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "65d36752d28e44928e1b5c90e104d5f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f671f4eb-1d9f-44cd-ad3c-b96268218343" - ], - "x-ms-correlation-request-id": [ - "f671f4eb-1d9f-44cd-ad3c-b96268218343" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183520Z:f671f4eb-1d9f-44cd-ad3c-b96268218343" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "938aea54c5aa473e9214d1f2475b6bcc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "077c6fd8-802a-447e-a315-0955d9acaac6" - ], - "x-ms-correlation-request-id": [ - "077c6fd8-802a-447e-a315-0955d9acaac6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183520Z:077c6fd8-802a-447e-a315-0955d9acaac6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "7620474326924aed9339feb0fca4beb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d9e204f-1371-4d00-bbab-423cd35796e9" - ], - "x-ms-correlation-request-id": [ - "7d9e204f-1371-4d00-bbab-423cd35796e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183520Z:7d9e204f-1371-4d00-bbab-423cd35796e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "128b0fab793d46039746bfdb6960377e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5da316c7-4bae-4b64-a32e-ee84b6bf4a69" - ], - "x-ms-correlation-request-id": [ - "5da316c7-4bae-4b64-a32e-ee84b6bf4a69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183520Z:5da316c7-4bae-4b64-a32e-ee84b6bf4a69" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "91cc9e367e16437f89d5328d497ba833" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d37b7cc5-126d-4d63-b3ad-7aeccaf8bcff" - ], - "x-ms-correlation-request-id": [ - "d37b7cc5-126d-4d63-b3ad-7aeccaf8bcff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183521Z:d37b7cc5-126d-4d63-b3ad-7aeccaf8bcff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "2aaae1fc898e4609ae7259690833fdd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cf3d939-5b95-40c9-873d-446df8a0e3f0" - ], - "x-ms-correlation-request-id": [ - "2cf3d939-5b95-40c9-873d-446df8a0e3f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183521Z:2cf3d939-5b95-40c9-873d-446df8a0e3f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "f8b3c4155c33451bb5f3cc093bd39bd5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dae19617-6487-4ce1-81e4-ac7f54d05c2b" - ], - "x-ms-correlation-request-id": [ - "dae19617-6487-4ce1-81e4-ac7f54d05c2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183524Z:dae19617-6487-4ce1-81e4-ac7f54d05c2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "57e7f838f0224f57984768bc331e9dc4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b68e884d-4e07-4906-9eab-f88ac3529ed3" - ], - "x-ms-correlation-request-id": [ - "b68e884d-4e07-4906-9eab-f88ac3529ed3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183524Z:b68e884d-4e07-4906-9eab-f88ac3529ed3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "deca2e56bda74754a38c892c27de410e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16ad7f68-ee4d-4da6-a6d4-b335157e9d94" - ], - "x-ms-correlation-request-id": [ - "16ad7f68-ee4d-4da6-a6d4-b335157e9d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183525Z:16ad7f68-ee4d-4da6-a6d4-b335157e9d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "0014f23c7ecd419a8456d37963b0d4b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d520a06-182b-437e-a4f9-5a41dce77b1c" - ], - "x-ms-correlation-request-id": [ - "4d520a06-182b-437e-a4f9-5a41dce77b1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183525Z:4d520a06-182b-437e-a4f9-5a41dce77b1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "b05313820c2643b68fb3d80f965ce151" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea44b35a-099a-4ba9-86f6-aad7a57d3024" - ], - "x-ms-correlation-request-id": [ - "ea44b35a-099a-4ba9-86f6-aad7a57d3024" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183526Z:ea44b35a-099a-4ba9-86f6-aad7a57d3024" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "eba745c9246f41a0a9b3a4885c1e3886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90c01b93-1458-4811-8cb8-8170f1a13898" - ], - "x-ms-correlation-request-id": [ - "90c01b93-1458-4811-8cb8-8170f1a13898" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183526Z:90c01b93-1458-4811-8cb8-8170f1a13898" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "c5b86f1816bb4cffa308f592be7a5ef4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b861c17-f03e-45ba-89b2-8b8325e45a4a" - ], - "x-ms-correlation-request-id": [ - "8b861c17-f03e-45ba-89b2-8b8325e45a4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183526Z:8b861c17-f03e-45ba-89b2-8b8325e45a4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "30f7cf9694b444c4a0fbcaa7604cf3be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "544e9fe7-f096-4563-8122-663acae31f8f" - ], - "x-ms-correlation-request-id": [ - "544e9fe7-f096-4563-8122-663acae31f8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183526Z:544e9fe7-f096-4563-8122-663acae31f8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "39d61a198e1f4915be9beae914c2a146" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da3aadb2-7caa-4f0d-977d-168dda5eb2d2" - ], - "x-ms-correlation-request-id": [ - "da3aadb2-7caa-4f0d-977d-168dda5eb2d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183527Z:da3aadb2-7caa-4f0d-977d-168dda5eb2d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "d671ad639d324428a31ab0fa3e580fa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d81f6b1-aebc-4c48-9288-ddbcaa1e0ca9" - ], - "x-ms-correlation-request-id": [ - "0d81f6b1-aebc-4c48-9288-ddbcaa1e0ca9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183527Z:0d81f6b1-aebc-4c48-9288-ddbcaa1e0ca9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "767825b7be3448169c3cd3f1bb5a498a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88c42f3d-380c-43b7-bef5-7b567774cf75" - ], - "x-ms-correlation-request-id": [ - "88c42f3d-380c-43b7-bef5-7b567774cf75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183527Z:88c42f3d-380c-43b7-bef5-7b567774cf75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "924625a92aa74c959f14de1835ba40d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e092e77-9a56-448b-9cf8-70174385c8de" - ], - "x-ms-correlation-request-id": [ - "2e092e77-9a56-448b-9cf8-70174385c8de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183527Z:2e092e77-9a56-448b-9cf8-70174385c8de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "3d8855a7787647ef91168138c05c28d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8893003-ac87-4f22-a161-89a93c8103d1" - ], - "x-ms-correlation-request-id": [ - "b8893003-ac87-4f22-a161-89a93c8103d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183527Z:b8893003-ac87-4f22-a161-89a93c8103d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "2b7c1f1a7dd146db8683e1d5b7838963" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ec44bfa-ba3e-4040-bc9f-14d022c763dd" - ], - "x-ms-correlation-request-id": [ - "3ec44bfa-ba3e-4040-bc9f-14d022c763dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183527Z:3ec44bfa-ba3e-4040-bc9f-14d022c763dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "3d29c22b82c845b3952fdebb7383cb6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04b3302d-ab36-4ddc-a12a-2058be8fb1b8" - ], - "x-ms-correlation-request-id": [ - "04b3302d-ab36-4ddc-a12a-2058be8fb1b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183528Z:04b3302d-ab36-4ddc-a12a-2058be8fb1b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "1a8860d0a3c44f09a15bf85d68b35cc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0dbf15b-da8e-4f5a-ab0b-f47e67432cc0" - ], - "x-ms-correlation-request-id": [ - "b0dbf15b-da8e-4f5a-ab0b-f47e67432cc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183528Z:b0dbf15b-da8e-4f5a-ab0b-f47e67432cc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "78586c06069047b88f44c294b4280466" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "721108c8-b3a6-4a04-bec6-7a4da48ae37d" - ], - "x-ms-correlation-request-id": [ - "721108c8-b3a6-4a04-bec6-7a4da48ae37d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183528Z:721108c8-b3a6-4a04-bec6-7a4da48ae37d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "c04beb95bb1c4ef3ae08e92dd2afe681" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dfa92e7-4f7f-40e5-aaca-6f88678c5269" - ], - "x-ms-correlation-request-id": [ - "6dfa92e7-4f7f-40e5-aaca-6f88678c5269" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183528Z:6dfa92e7-4f7f-40e5-aaca-6f88678c5269" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "be2c0b677a7c44e3a2cbe2b6f782b828" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "715e8574-9e1d-445f-aa4b-7b082af819c2" - ], - "x-ms-correlation-request-id": [ - "715e8574-9e1d-445f-aa4b-7b082af819c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183528Z:715e8574-9e1d-445f-aa4b-7b082af819c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "18ec52a5c77144098ac7a559a9335da4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f3e8749-c1f1-45bb-a3e5-6e8e2f877326" - ], - "x-ms-correlation-request-id": [ - "9f3e8749-c1f1-45bb-a3e5-6e8e2f877326" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183528Z:9f3e8749-c1f1-45bb-a3e5-6e8e2f877326" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "33e68b0f8723488fbffb056ce72be1ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e022beb2-a108-4cbb-a039-b87f2c1efcfa" - ], - "x-ms-correlation-request-id": [ - "e022beb2-a108-4cbb-a039-b87f2c1efcfa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183529Z:e022beb2-a108-4cbb-a039-b87f2c1efcfa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "486e435c90ef46668922a0921deb8ca2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34e1f091-9eb3-4521-a2c4-c5bf1db831fa" - ], - "x-ms-correlation-request-id": [ - "34e1f091-9eb3-4521-a2c4-c5bf1db831fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183529Z:34e1f091-9eb3-4521-a2c4-c5bf1db831fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "a0e89c5d44e14bb69ef73c202ab8c903" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fe151c3-72e0-45ce-ba1c-6fd305afc13d" - ], - "x-ms-correlation-request-id": [ - "5fe151c3-72e0-45ce-ba1c-6fd305afc13d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183530Z:5fe151c3-72e0-45ce-ba1c-6fd305afc13d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "d403f0ecef99433093e60c99a6a8b5ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "290d7f9f-7fe5-4849-9380-a15e462a6c35" - ], - "x-ms-correlation-request-id": [ - "290d7f9f-7fe5-4849-9380-a15e462a6c35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183533Z:290d7f9f-7fe5-4849-9380-a15e462a6c35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "75ba4ee0e6294b87b818f235fee89364" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a619d3b4-984e-4081-b718-e770d76631fc" - ], - "x-ms-correlation-request-id": [ - "a619d3b4-984e-4081-b718-e770d76631fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183534Z:a619d3b4-984e-4081-b718-e770d76631fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "3b5ec2a4c13048a68aa55f8eb7c39a30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a89a1a82-313d-43ea-b1a9-1e969c9c5cc4" - ], - "x-ms-correlation-request-id": [ - "a89a1a82-313d-43ea-b1a9-1e969c9c5cc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183534Z:a89a1a82-313d-43ea-b1a9-1e969c9c5cc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "623404fb0d174f1fbe73078b8ad75a02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "619fab71-5680-4bb6-8519-38bc4613ce40" - ], - "x-ms-correlation-request-id": [ - "619fab71-5680-4bb6-8519-38bc4613ce40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183534Z:619fab71-5680-4bb6-8519-38bc4613ce40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "0fe311408f224c12815dd11c586a284f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2ba3ff7-731c-4d37-830d-d952364a22a4" - ], - "x-ms-correlation-request-id": [ - "e2ba3ff7-731c-4d37-830d-d952364a22a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183534Z:e2ba3ff7-731c-4d37-830d-d952364a22a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "97672d9b77eb4a188087f7e8221c3936" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74054617-9346-4bec-a19c-7230d78771d0" - ], - "x-ms-correlation-request-id": [ - "74054617-9346-4bec-a19c-7230d78771d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183535Z:74054617-9346-4bec-a19c-7230d78771d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "73f3b8953e2a47e6986ad44d5f554881" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54bfabff-bb47-48ea-bae9-b01f2bf82af1" - ], - "x-ms-correlation-request-id": [ - "54bfabff-bb47-48ea-bae9-b01f2bf82af1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183535Z:54bfabff-bb47-48ea-bae9-b01f2bf82af1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "329e2066309549d7b6cbb08f9a160472" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d7e267c-b148-4795-aadc-bb5fce650601" - ], - "x-ms-correlation-request-id": [ - "5d7e267c-b148-4795-aadc-bb5fce650601" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183535Z:5d7e267c-b148-4795-aadc-bb5fce650601" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "3b829de590e84828b87cff7b85cc0660" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afff39b4-672c-4f9b-8c89-6ec7bc53cb68" - ], - "x-ms-correlation-request-id": [ - "afff39b4-672c-4f9b-8c89-6ec7bc53cb68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183536Z:afff39b4-672c-4f9b-8c89-6ec7bc53cb68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "d8dfe59f5b6648988f2e2d66e4971823" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98b1a419-387c-445a-b93a-ae2d6ad66b29" - ], - "x-ms-correlation-request-id": [ - "98b1a419-387c-445a-b93a-ae2d6ad66b29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183536Z:98b1a419-387c-445a-b93a-ae2d6ad66b29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "abd9fce312f848bb9778b24a92c393f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b14ffbd6-6c02-473f-81f1-205c801e3c75" - ], - "x-ms-correlation-request-id": [ - "b14ffbd6-6c02-473f-81f1-205c801e3c75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183536Z:b14ffbd6-6c02-473f-81f1-205c801e3c75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "c3f7998346ad434ea0aa068a48efdd5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f7239dd-5608-44cb-983e-ba27670ad718" - ], - "x-ms-correlation-request-id": [ - "4f7239dd-5608-44cb-983e-ba27670ad718" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183536Z:4f7239dd-5608-44cb-983e-ba27670ad718" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "7a8d423d73974ba58fb7efba77750638" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c5244ba-a614-4ed0-a01c-2fa635abd351" - ], - "x-ms-correlation-request-id": [ - "5c5244ba-a614-4ed0-a01c-2fa635abd351" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183536Z:5c5244ba-a614-4ed0-a01c-2fa635abd351" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "bf805620a3d84c4782738cd12b94873f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96841668-e557-4d10-af17-a83c017f2a4e" - ], - "x-ms-correlation-request-id": [ - "96841668-e557-4d10-af17-a83c017f2a4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183537Z:96841668-e557-4d10-af17-a83c017f2a4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "21eb542f808e48129c912eb5fe551514" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6888d61-f4f3-400e-8cc5-ea7d700d17f4" - ], - "x-ms-correlation-request-id": [ - "b6888d61-f4f3-400e-8cc5-ea7d700d17f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183537Z:b6888d61-f4f3-400e-8cc5-ea7d700d17f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "ecc978500311485eb54258e189713270" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18d4d763-43de-4982-9f3f-24f6d0c7283d" - ], - "x-ms-correlation-request-id": [ - "18d4d763-43de-4982-9f3f-24f6d0c7283d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183537Z:18d4d763-43de-4982-9f3f-24f6d0c7283d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "8bc8a39e5a4143aeabaac7b5d3eb664d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd21b50d-c406-45df-b51b-ae67112e2e8f" - ], - "x-ms-correlation-request-id": [ - "dd21b50d-c406-45df-b51b-ae67112e2e8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183537Z:dd21b50d-c406-45df-b51b-ae67112e2e8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "2f348418ed564246af8d91700b8721db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd94720f-b8dd-41af-85e7-40a27ea68b46" - ], - "x-ms-correlation-request-id": [ - "dd94720f-b8dd-41af-85e7-40a27ea68b46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183537Z:dd94720f-b8dd-41af-85e7-40a27ea68b46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "f3a9acdcdfd2454a89e272168ef59db5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c264250-696a-455c-8d91-5f9e05608cd0" - ], - "x-ms-correlation-request-id": [ - "7c264250-696a-455c-8d91-5f9e05608cd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183538Z:7c264250-696a-455c-8d91-5f9e05608cd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "184d1f1615ec46b39d9778645442fdcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9fa932e-3de3-47ff-8124-5fa851c6d5fe" - ], - "x-ms-correlation-request-id": [ - "b9fa932e-3de3-47ff-8124-5fa851c6d5fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183538Z:b9fa932e-3de3-47ff-8124-5fa851c6d5fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "8d22dd024ed943588eb1583e039d6945" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f44a601-d561-4cf7-9e2e-d7bf3bd9b30e" - ], - "x-ms-correlation-request-id": [ - "1f44a601-d561-4cf7-9e2e-d7bf3bd9b30e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183538Z:1f44a601-d561-4cf7-9e2e-d7bf3bd9b30e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "b2a5e055d61a48c0986784cb60e0e13b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d31b05f7-f64f-44a6-bf73-5bf6c654238c" - ], - "x-ms-correlation-request-id": [ - "d31b05f7-f64f-44a6-bf73-5bf6c654238c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183538Z:d31b05f7-f64f-44a6-bf73-5bf6c654238c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "243c909b129741b18bf45e9488825a6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "686eb586-c046-4f00-8462-4d1d3d013212" - ], - "x-ms-correlation-request-id": [ - "686eb586-c046-4f00-8462-4d1d3d013212" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183538Z:686eb586-c046-4f00-8462-4d1d3d013212" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "9bde24b819524cdc95c21a9e554529c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8cf71ba-1f74-4b1f-95bf-59be99fea1d3" - ], - "x-ms-correlation-request-id": [ - "c8cf71ba-1f74-4b1f-95bf-59be99fea1d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183538Z:c8cf71ba-1f74-4b1f-95bf-59be99fea1d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "2e050ca4151040d09d17c1d9a81b244a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "608197bf-c635-4fd5-8975-0180b8f32cff" - ], - "x-ms-correlation-request-id": [ - "608197bf-c635-4fd5-8975-0180b8f32cff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183538Z:608197bf-c635-4fd5-8975-0180b8f32cff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "9b5c127ab72c43179250c3789884ce41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b83b8486-82cb-4b0e-9ada-8017ae97f022" - ], - "x-ms-correlation-request-id": [ - "b83b8486-82cb-4b0e-9ada-8017ae97f022" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183539Z:b83b8486-82cb-4b0e-9ada-8017ae97f022" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "febae1b01ebe42dbb065a3d87263186d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35e937e9-fe96-45d9-8aa4-139fd4d75e18" - ], - "x-ms-correlation-request-id": [ - "35e937e9-fe96-45d9-8aa4-139fd4d75e18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183539Z:35e937e9-fe96-45d9-8aa4-139fd4d75e18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "03bbb85f88694ed198ce7a0c16401fc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ea52f4f-fbfd-443e-8bc8-a0f7d4b29c9e" - ], - "x-ms-correlation-request-id": [ - "5ea52f4f-fbfd-443e-8bc8-a0f7d4b29c9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183539Z:5ea52f4f-fbfd-443e-8bc8-a0f7d4b29c9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "eb74a17d9a1841539f48bb2f41e88b7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "446ac0fe-3c92-4389-8dff-a95ca46104d1" - ], - "x-ms-correlation-request-id": [ - "446ac0fe-3c92-4389-8dff-a95ca46104d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183539Z:446ac0fe-3c92-4389-8dff-a95ca46104d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "5c2ef4eb369f4c1aa51a194315ca720e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a86b3e9-6137-4e41-8b7f-d78216e0040f" - ], - "x-ms-correlation-request-id": [ - "2a86b3e9-6137-4e41-8b7f-d78216e0040f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183540Z:2a86b3e9-6137-4e41-8b7f-d78216e0040f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "312e049e599d40fd88b7769a44f03022" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5f6f247-2aea-4b95-9888-711ecd620c34" - ], - "x-ms-correlation-request-id": [ - "d5f6f247-2aea-4b95-9888-711ecd620c34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183540Z:d5f6f247-2aea-4b95-9888-711ecd620c34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "4a3f7b3669564a61b9b5ca71edb15e7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b41e2f2-e203-4019-b8de-2332493c7caa" - ], - "x-ms-correlation-request-id": [ - "8b41e2f2-e203-4019-b8de-2332493c7caa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183540Z:8b41e2f2-e203-4019-b8de-2332493c7caa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "1752bb3b5eec4c24b3e70e238a57dfe9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f1b1f61-4c89-41c7-8138-77833e05603c" - ], - "x-ms-correlation-request-id": [ - "7f1b1f61-4c89-41c7-8138-77833e05603c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183541Z:7f1b1f61-4c89-41c7-8138-77833e05603c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "54c84940e31e4a6983417fbb0906e56a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "922ea4cd-80e6-40f7-a366-a08fd695fec5" - ], - "x-ms-correlation-request-id": [ - "922ea4cd-80e6-40f7-a366-a08fd695fec5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183541Z:922ea4cd-80e6-40f7-a366-a08fd695fec5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "a3161850ad694383b72d8fe0d8bf1d6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1dfba7f6-87b6-453b-a133-2f1cf93b4100" - ], - "x-ms-correlation-request-id": [ - "1dfba7f6-87b6-453b-a133-2f1cf93b4100" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183541Z:1dfba7f6-87b6-453b-a133-2f1cf93b4100" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "8f6028d6f80c40f986f51f97db6afcba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2709b530-9520-47ed-8221-e886d4544550" - ], - "x-ms-correlation-request-id": [ - "2709b530-9520-47ed-8221-e886d4544550" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183541Z:2709b530-9520-47ed-8221-e886d4544550" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "04dba482649347b094214dfe2226a3f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9246e60-b4ca-43c2-89d5-8306cdc60cc7" - ], - "x-ms-correlation-request-id": [ - "e9246e60-b4ca-43c2-89d5-8306cdc60cc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183541Z:e9246e60-b4ca-43c2-89d5-8306cdc60cc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "ea79dc419b234336b8aa3d3f0e4e38bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5662b32e-c412-4cce-bae7-965d630cacb8" - ], - "x-ms-correlation-request-id": [ - "5662b32e-c412-4cce-bae7-965d630cacb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183542Z:5662b32e-c412-4cce-bae7-965d630cacb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "4898b3c9a2694eeea9b955947ba25540" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd7a7159-ae25-4b7c-a811-b7c28346f8e0" - ], - "x-ms-correlation-request-id": [ - "dd7a7159-ae25-4b7c-a811-b7c28346f8e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183543Z:dd7a7159-ae25-4b7c-a811-b7c28346f8e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "3939cf9051eb476baaf6dc8b75a4ca48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a98c9b14-0fe3-4989-82d9-bd115ad5af2f" - ], - "x-ms-correlation-request-id": [ - "a98c9b14-0fe3-4989-82d9-bd115ad5af2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183543Z:a98c9b14-0fe3-4989-82d9-bd115ad5af2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "05b3759925b14075ad0ff444fe8da1bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0e6c0a6-700d-4aea-a4e2-88151ad00d24" - ], - "x-ms-correlation-request-id": [ - "c0e6c0a6-700d-4aea-a4e2-88151ad00d24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183543Z:c0e6c0a6-700d-4aea-a4e2-88151ad00d24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "799d1a89c0454a508c91151e0cedf4b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "482615a9-5579-4854-87bb-1dab01d915b4" - ], - "x-ms-correlation-request-id": [ - "482615a9-5579-4854-87bb-1dab01d915b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183543Z:482615a9-5579-4854-87bb-1dab01d915b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "144aad507d7b48f4bc1854ae8e606872" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "636625eb-d5fe-4fee-b29e-eb68c2b0386b" - ], - "x-ms-correlation-request-id": [ - "636625eb-d5fe-4fee-b29e-eb68c2b0386b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183543Z:636625eb-d5fe-4fee-b29e-eb68c2b0386b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "1ea9cd081a4344e6bed910159e4fa1a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcb23b33-095c-4052-b0ac-0cf0ba69e935" - ], - "x-ms-correlation-request-id": [ - "fcb23b33-095c-4052-b0ac-0cf0ba69e935" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183544Z:fcb23b33-095c-4052-b0ac-0cf0ba69e935" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "72e5e6a737e745d48344d9487958c15d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e031b4c-a34b-4cd1-84e9-befec298f9ec" - ], - "x-ms-correlation-request-id": [ - "3e031b4c-a34b-4cd1-84e9-befec298f9ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183544Z:3e031b4c-a34b-4cd1-84e9-befec298f9ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "bf96f0ba84d549c6a51f1419c0cd99ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71ea4f1e-73b1-4e2f-8820-5d602e15ab0d" - ], - "x-ms-correlation-request-id": [ - "71ea4f1e-73b1-4e2f-8820-5d602e15ab0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183544Z:71ea4f1e-73b1-4e2f-8820-5d602e15ab0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "4f97101401e94fc98b1d744f654bb31c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd98b9ff-1b00-45cc-a5fb-372e7b164a11" - ], - "x-ms-correlation-request-id": [ - "dd98b9ff-1b00-45cc-a5fb-372e7b164a11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183545Z:dd98b9ff-1b00-45cc-a5fb-372e7b164a11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "c9013c1b4ab248f595183f6fb6239e45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b28fb36-ab94-4b3d-86d3-b6a9674f85d3" - ], - "x-ms-correlation-request-id": [ - "0b28fb36-ab94-4b3d-86d3-b6a9674f85d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183545Z:0b28fb36-ab94-4b3d-86d3-b6a9674f85d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "c4beb6cb05174571a605229b30cf3e30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7957bae4-6843-42b1-9b87-ee5b1a790a46" - ], - "x-ms-correlation-request-id": [ - "7957bae4-6843-42b1-9b87-ee5b1a790a46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183546Z:7957bae4-6843-42b1-9b87-ee5b1a790a46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "1165043efaf648d9adb3711c6be55b6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "652e7528-f300-488a-9a8c-0bb5bcab1c31" - ], - "x-ms-correlation-request-id": [ - "652e7528-f300-488a-9a8c-0bb5bcab1c31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183548Z:652e7528-f300-488a-9a8c-0bb5bcab1c31" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "d8fcd4a3d21c4f649fd76433870852f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c365b9f0-a721-4986-98be-e5e1c1b6629b" - ], - "x-ms-correlation-request-id": [ - "c365b9f0-a721-4986-98be-e5e1c1b6629b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183549Z:c365b9f0-a721-4986-98be-e5e1c1b6629b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "87b2b56ae54e45838b099a916aa61a43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "070a759d-169a-4d81-82b7-bf776ca472d3" - ], - "x-ms-correlation-request-id": [ - "070a759d-169a-4d81-82b7-bf776ca472d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183549Z:070a759d-169a-4d81-82b7-bf776ca472d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "310d1dd5b6724f9d9b966acbb63027ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12847928-5637-46dd-beb6-713c517f23a3" - ], - "x-ms-correlation-request-id": [ - "12847928-5637-46dd-beb6-713c517f23a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183549Z:12847928-5637-46dd-beb6-713c517f23a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "4b68c98f475f453b90567ff075842e76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee3fc945-7423-4fca-a441-5047335cecc0" - ], - "x-ms-correlation-request-id": [ - "ee3fc945-7423-4fca-a441-5047335cecc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183549Z:ee3fc945-7423-4fca-a441-5047335cecc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "70fa4ba9fc674faf8de01d2180144175" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0094f77-8be1-4415-b0c8-b752f5c75363" - ], - "x-ms-correlation-request-id": [ - "e0094f77-8be1-4415-b0c8-b752f5c75363" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183550Z:e0094f77-8be1-4415-b0c8-b752f5c75363" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "cdeee11ddee147cd99fb38b1cf9d1b48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b79f078-cb41-4162-9c0a-154e9a6dfbba" - ], - "x-ms-correlation-request-id": [ - "9b79f078-cb41-4162-9c0a-154e9a6dfbba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183550Z:9b79f078-cb41-4162-9c0a-154e9a6dfbba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "3298c5de105e4e6fb7639a2b9290ce6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2304b2ea-b41f-4620-91b0-f74dc551616d" - ], - "x-ms-correlation-request-id": [ - "2304b2ea-b41f-4620-91b0-f74dc551616d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183550Z:2304b2ea-b41f-4620-91b0-f74dc551616d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "6df2898eb19148518286ca74bfa2b41f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87493bee-e185-4c70-b252-175fe86e9989" - ], - "x-ms-correlation-request-id": [ - "87493bee-e185-4c70-b252-175fe86e9989" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183550Z:87493bee-e185-4c70-b252-175fe86e9989" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "98433958a9e042ff8473164cd9c850a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "435faaee-9574-490c-8634-4390ac702577" - ], - "x-ms-correlation-request-id": [ - "435faaee-9574-490c-8634-4390ac702577" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183551Z:435faaee-9574-490c-8634-4390ac702577" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "e4f69b55f58a4c94a622784bf8a4cb9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9390f03-0047-4e16-a4fb-3613e0845edb" - ], - "x-ms-correlation-request-id": [ - "f9390f03-0047-4e16-a4fb-3613e0845edb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183551Z:f9390f03-0047-4e16-a4fb-3613e0845edb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "95492204885c4476aab2803120e1eb46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a53dc4d3-cdc1-4868-979b-2ca9a2750e8c" - ], - "x-ms-correlation-request-id": [ - "a53dc4d3-cdc1-4868-979b-2ca9a2750e8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183552Z:a53dc4d3-cdc1-4868-979b-2ca9a2750e8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "e68f9dc6b5d54d289c7749ad315db051" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6833dfc-72f1-4989-a2b6-a9c623583e16" - ], - "x-ms-correlation-request-id": [ - "c6833dfc-72f1-4989-a2b6-a9c623583e16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183552Z:c6833dfc-72f1-4989-a2b6-a9c623583e16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "435da6977d4548578622b24aeb871727" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f3a177b-6d3f-4734-91c7-6f490e4d7c26" - ], - "x-ms-correlation-request-id": [ - "7f3a177b-6d3f-4734-91c7-6f490e4d7c26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183552Z:7f3a177b-6d3f-4734-91c7-6f490e4d7c26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "575e1c3ef6064d2d94fe674535233c21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f8d4178-7c46-4362-a03c-a6f1f2f00a46" - ], - "x-ms-correlation-request-id": [ - "9f8d4178-7c46-4362-a03c-a6f1f2f00a46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183553Z:9f8d4178-7c46-4362-a03c-a6f1f2f00a46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "2032c57f428840bc96e174c558bbe7fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86b5f26b-9332-4d6f-8ac0-ae0c55d04943" - ], - "x-ms-correlation-request-id": [ - "86b5f26b-9332-4d6f-8ac0-ae0c55d04943" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183553Z:86b5f26b-9332-4d6f-8ac0-ae0c55d04943" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "e6153833e5134d4caa4d4d18389c02d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc7936a8-ee81-40b7-bedc-3a2ee0282519" - ], - "x-ms-correlation-request-id": [ - "bc7936a8-ee81-40b7-bedc-3a2ee0282519" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183553Z:bc7936a8-ee81-40b7-bedc-3a2ee0282519" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "1537e566378c4fee9abb1e17d18cb465" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6331749b-fdd8-43fc-b936-5597cf04bb5e" - ], - "x-ms-correlation-request-id": [ - "6331749b-fdd8-43fc-b936-5597cf04bb5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183554Z:6331749b-fdd8-43fc-b936-5597cf04bb5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "dec3adc7ae0d4832b5129b2f11466316" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5f12b4a-f03b-4fab-bb1a-96c46357dfaa" - ], - "x-ms-correlation-request-id": [ - "a5f12b4a-f03b-4fab-bb1a-96c46357dfaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183554Z:a5f12b4a-f03b-4fab-bb1a-96c46357dfaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "d5a0aa5a3e914193b1a3b2301af9de87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b11fcfa-4a73-41a8-9173-9f25ac8e7ed3" - ], - "x-ms-correlation-request-id": [ - "1b11fcfa-4a73-41a8-9173-9f25ac8e7ed3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183554Z:1b11fcfa-4a73-41a8-9173-9f25ac8e7ed3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "90aee3394e9f418a94219d42d7f1a3a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "634aceaf-6d47-4733-a4d0-3b9300af2903" - ], - "x-ms-correlation-request-id": [ - "634aceaf-6d47-4733-a4d0-3b9300af2903" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183554Z:634aceaf-6d47-4733-a4d0-3b9300af2903" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "f6256dc0b70d416ea213e73caf76dfc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6233b6b0-b5aa-49d7-972d-bfed74ec1e62" - ], - "x-ms-correlation-request-id": [ - "6233b6b0-b5aa-49d7-972d-bfed74ec1e62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183554Z:6233b6b0-b5aa-49d7-972d-bfed74ec1e62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "6783bc4090f541978c314326b8bdd76a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1dd27b0e-ba27-4f59-b422-194da947e870" - ], - "x-ms-correlation-request-id": [ - "1dd27b0e-ba27-4f59-b422-194da947e870" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183554Z:1dd27b0e-ba27-4f59-b422-194da947e870" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "711d168841f7436d81ec94122790559b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "804a7505-c99b-4953-8418-97191ff7c775" - ], - "x-ms-correlation-request-id": [ - "804a7505-c99b-4953-8418-97191ff7c775" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183554Z:804a7505-c99b-4953-8418-97191ff7c775" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "282510900320427b9e78a24936506085" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a95445cc-b5de-4a40-a8ef-9eb1d94da8f0" - ], - "x-ms-correlation-request-id": [ - "a95445cc-b5de-4a40-a8ef-9eb1d94da8f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183555Z:a95445cc-b5de-4a40-a8ef-9eb1d94da8f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "7efe9e69b80442c8b5757724d1ea28dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5ebede4-9dd1-4e46-b593-32563278c953" - ], - "x-ms-correlation-request-id": [ - "e5ebede4-9dd1-4e46-b593-32563278c953" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183555Z:e5ebede4-9dd1-4e46-b593-32563278c953" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "5b5567cccac3426c97969f97901e981f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61324379-52e7-4e08-901d-366af5f056fd" - ], - "x-ms-correlation-request-id": [ - "61324379-52e7-4e08-901d-366af5f056fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:61324379-52e7-4e08-901d-366af5f056fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "7f58aa614fe641b494e4f54758b6dd78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c8955d8-356a-403f-86fc-ae273bfa414a" - ], - "x-ms-correlation-request-id": [ - "7c8955d8-356a-403f-86fc-ae273bfa414a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:7c8955d8-356a-403f-86fc-ae273bfa414a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:35:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "ba439416531740ee85610a18af492733" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d4a4855-5ea0-419f-9ebf-c20fbb74e4a7" - ], - "x-ms-correlation-request-id": [ - "5d4a4855-5ea0-419f-9ebf-c20fbb74e4a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:5d4a4855-5ea0-419f-9ebf-c20fbb74e4a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "8814ebaf7fb8450b9445c87c545d13bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a39ff77f-9790-4ff7-ace1-42ffa0d2ad1f" - ], - "x-ms-correlation-request-id": [ - "a39ff77f-9790-4ff7-ace1-42ffa0d2ad1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:a39ff77f-9790-4ff7-ace1-42ffa0d2ad1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "99d45b31bd464f9ab7eb29b6a6dac901" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17c90f68-a4f6-47d1-8335-e44f75ca6b17" - ], - "x-ms-correlation-request-id": [ - "17c90f68-a4f6-47d1-8335-e44f75ca6b17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:17c90f68-a4f6-47d1-8335-e44f75ca6b17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "2796455b472d455ebedf286e465fef4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "964f90a5-8d4a-41b9-95aa-444c652028b9" - ], - "x-ms-correlation-request-id": [ - "964f90a5-8d4a-41b9-95aa-444c652028b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:964f90a5-8d4a-41b9-95aa-444c652028b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "d776a41d069949f7aedd628c139263f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03e03f54-b5bf-435b-b04d-6215dd8c698a" - ], - "x-ms-correlation-request-id": [ - "03e03f54-b5bf-435b-b04d-6215dd8c698a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:03e03f54-b5bf-435b-b04d-6215dd8c698a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "e52fdf636c264da08ca96903c883c3f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d00eca0-7f3c-467f-b71e-1024c0b41db2" - ], - "x-ms-correlation-request-id": [ - "3d00eca0-7f3c-467f-b71e-1024c0b41db2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183600Z:3d00eca0-7f3c-467f-b71e-1024c0b41db2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "d20d82104d4941cbb67568aca23e6b30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37cd7bc2-a106-4d8a-a58c-09e435f2463b" - ], - "x-ms-correlation-request-id": [ - "37cd7bc2-a106-4d8a-a58c-09e435f2463b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:37cd7bc2-a106-4d8a-a58c-09e435f2463b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "02a15cbf86634b9690ea389402134dee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4e6d027-ee4e-43aa-9cdc-adbcd433cfce" - ], - "x-ms-correlation-request-id": [ - "a4e6d027-ee4e-43aa-9cdc-adbcd433cfce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:a4e6d027-ee4e-43aa-9cdc-adbcd433cfce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "cb5f1ae326b94fbab6ffa247d5cd458b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d01550c1-c6d8-46bf-a4f7-5e1fd61faca3" - ], - "x-ms-correlation-request-id": [ - "d01550c1-c6d8-46bf-a4f7-5e1fd61faca3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:d01550c1-c6d8-46bf-a4f7-5e1fd61faca3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "f544cc9e604d40de90cd17da6f52dbe2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27064348-8c91-4316-b8b4-22f13c13db7f" - ], - "x-ms-correlation-request-id": [ - "27064348-8c91-4316-b8b4-22f13c13db7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:27064348-8c91-4316-b8b4-22f13c13db7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "0b5d00d4b8e6435c93ad18fcf4c82651" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c7e865c-8f26-4ea4-8dfe-1194090729d1" - ], - "x-ms-correlation-request-id": [ - "9c7e865c-8f26-4ea4-8dfe-1194090729d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:9c7e865c-8f26-4ea4-8dfe-1194090729d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "75e3ebe3f9a54f16b96da64ac4a9ffd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f232fbf-d68c-4895-a3f3-b45e3a872b93" - ], - "x-ms-correlation-request-id": [ - "7f232fbf-d68c-4895-a3f3-b45e3a872b93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:7f232fbf-d68c-4895-a3f3-b45e3a872b93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "654bfa1863ad459ab799b05bc36e93e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac7298f9-63c4-44f3-9d40-8b9d0dd4d353" - ], - "x-ms-correlation-request-id": [ - "ac7298f9-63c4-44f3-9d40-8b9d0dd4d353" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:ac7298f9-63c4-44f3-9d40-8b9d0dd4d353" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "a41a91976d4d471a863488e85421d041" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0465d44b-81f1-475d-9875-a73fddb05a27" - ], - "x-ms-correlation-request-id": [ - "0465d44b-81f1-475d-9875-a73fddb05a27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:0465d44b-81f1-475d-9875-a73fddb05a27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "fd8b68570593416caaa03d6a0147ab56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "708146aa-ea78-4336-95d9-afcd272df74d" - ], - "x-ms-correlation-request-id": [ - "708146aa-ea78-4336-95d9-afcd272df74d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183601Z:708146aa-ea78-4336-95d9-afcd272df74d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "2907b7cd83bc4f45ba91d971b964291c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2840044-fc2d-4fa9-80dc-b374cd74d532" - ], - "x-ms-correlation-request-id": [ - "b2840044-fc2d-4fa9-80dc-b374cd74d532" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:b2840044-fc2d-4fa9-80dc-b374cd74d532" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "42b7cb785cc6479d9cf5987fc1304004" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e4ef078-b4cd-47ad-bc25-d367842624a6" - ], - "x-ms-correlation-request-id": [ - "9e4ef078-b4cd-47ad-bc25-d367842624a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:9e4ef078-b4cd-47ad-bc25-d367842624a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "660ff3bc38714f01b7f8c04e2b80598a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "955276d1-06cc-41f5-9d30-c5a02958025e" - ], - "x-ms-correlation-request-id": [ - "955276d1-06cc-41f5-9d30-c5a02958025e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:955276d1-06cc-41f5-9d30-c5a02958025e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "99a4db5fb6eb43479e775c8e3e542037" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ef68e62-ab33-447a-9131-590b2806635c" - ], - "x-ms-correlation-request-id": [ - "5ef68e62-ab33-447a-9131-590b2806635c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:5ef68e62-ab33-447a-9131-590b2806635c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "833a8a4262e24c7d92dc281adcab83fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6efc8535-a945-4b50-8c21-4290ac1527ec" - ], - "x-ms-correlation-request-id": [ - "6efc8535-a945-4b50-8c21-4290ac1527ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:6efc8535-a945-4b50-8c21-4290ac1527ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "4d4449c6f39146a782fe26d4cfd1af9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b18891d1-92f9-4593-a407-c7689212f201" - ], - "x-ms-correlation-request-id": [ - "b18891d1-92f9-4593-a407-c7689212f201" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:b18891d1-92f9-4593-a407-c7689212f201" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "ed7826091ae54aba8ce04dc05f13a223" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e15273cb-21a3-4bac-9c90-f9fc2b541a0e" - ], - "x-ms-correlation-request-id": [ - "e15273cb-21a3-4bac-9c90-f9fc2b541a0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:e15273cb-21a3-4bac-9c90-f9fc2b541a0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "120b3a042ee14558a30994954a71b0f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80c2b33e-16b8-463d-8f14-de19a37d7a93" - ], - "x-ms-correlation-request-id": [ - "80c2b33e-16b8-463d-8f14-de19a37d7a93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:80c2b33e-16b8-463d-8f14-de19a37d7a93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "75c101de959d4615ab9fcacec208f736" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af71efbf-1ea3-4d62-b818-6417ec7e504e" - ], - "x-ms-correlation-request-id": [ - "af71efbf-1ea3-4d62-b818-6417ec7e504e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183602Z:af71efbf-1ea3-4d62-b818-6417ec7e504e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "ed4f488603d343e5b81fd4498ce85974" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fda30db3-b062-46b2-a0c6-48c9ef7d463c" - ], - "x-ms-correlation-request-id": [ - "fda30db3-b062-46b2-a0c6-48c9ef7d463c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:fda30db3-b062-46b2-a0c6-48c9ef7d463c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "a403ca45adc445f3a15f9f7d7f6c0133" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee07be0c-ee86-4969-b54f-2a892e2a6915" - ], - "x-ms-correlation-request-id": [ - "ee07be0c-ee86-4969-b54f-2a892e2a6915" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:ee07be0c-ee86-4969-b54f-2a892e2a6915" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "1eaf8a2ca5a649f4aa9ae6202885d490" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f67a636e-a2f6-412c-9b2d-eb1f38cb9396" - ], - "x-ms-correlation-request-id": [ - "f67a636e-a2f6-412c-9b2d-eb1f38cb9396" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:f67a636e-a2f6-412c-9b2d-eb1f38cb9396" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "0f29d9b3f686412bb931c7c002cabf9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c659d32-f9b1-4de3-9f2f-6f932555085b" - ], - "x-ms-correlation-request-id": [ - "4c659d32-f9b1-4de3-9f2f-6f932555085b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:4c659d32-f9b1-4de3-9f2f-6f932555085b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "55d80d6e47e349dbb0c4059315aa9459" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca2ba556-36d0-4f26-bd1d-e0bb5b0a3d27" - ], - "x-ms-correlation-request-id": [ - "ca2ba556-36d0-4f26-bd1d-e0bb5b0a3d27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:ca2ba556-36d0-4f26-bd1d-e0bb5b0a3d27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "bdf99a851faf4e8d978a9fc3c47b6ea3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c218b731-03fb-418e-8dc4-c05f01dd88a5" - ], - "x-ms-correlation-request-id": [ - "c218b731-03fb-418e-8dc4-c05f01dd88a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:c218b731-03fb-418e-8dc4-c05f01dd88a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "d757fb5bcbb5421e8dc3db1a8b7d6547" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb779a98-dc87-4fba-9904-22edea5f3eaf" - ], - "x-ms-correlation-request-id": [ - "eb779a98-dc87-4fba-9904-22edea5f3eaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:eb779a98-dc87-4fba-9904-22edea5f3eaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "d079782685c54f3f906aefefa942a4f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5139d73-c507-481d-bed4-e1f2a9f741bc" - ], - "x-ms-correlation-request-id": [ - "f5139d73-c507-481d-bed4-e1f2a9f741bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183603Z:f5139d73-c507-481d-bed4-e1f2a9f741bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "2f784f69f4a349c7b2c6b451023ea475" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4407a498-d6b6-43b2-8819-5eb4ae16808c" - ], - "x-ms-correlation-request-id": [ - "4407a498-d6b6-43b2-8819-5eb4ae16808c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:4407a498-d6b6-43b2-8819-5eb4ae16808c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "7d5449d4cbf84f3a97a904bf62d9d5d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1aee0bd4-2919-4000-83cd-ed358b0c8439" - ], - "x-ms-correlation-request-id": [ - "1aee0bd4-2919-4000-83cd-ed358b0c8439" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:1aee0bd4-2919-4000-83cd-ed358b0c8439" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "0458fd0689a24527af66e00320dc343c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21ef7ba5-9004-4a1f-956f-e86383d71eab" - ], - "x-ms-correlation-request-id": [ - "21ef7ba5-9004-4a1f-956f-e86383d71eab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:21ef7ba5-9004-4a1f-956f-e86383d71eab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "f89349757c304802878018221bf65435" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c3a01f4-b10a-468b-aaa1-9ce933a16800" - ], - "x-ms-correlation-request-id": [ - "4c3a01f4-b10a-468b-aaa1-9ce933a16800" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:4c3a01f4-b10a-468b-aaa1-9ce933a16800" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "3e3001a816a64c1e8ca7afee60877598" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46e8209d-4b1a-4e4f-937b-73a6b0436d59" - ], - "x-ms-correlation-request-id": [ - "46e8209d-4b1a-4e4f-937b-73a6b0436d59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:46e8209d-4b1a-4e4f-937b-73a6b0436d59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "34a1b0c757464eae961cd62e2bcba401" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81a95513-0540-44a4-8260-751ef2504e03" - ], - "x-ms-correlation-request-id": [ - "81a95513-0540-44a4-8260-751ef2504e03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:81a95513-0540-44a4-8260-751ef2504e03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "dd704f86517d4c419ad0ab8c58c2adad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f553f304-829e-4db1-a7f1-610e9456ed37" - ], - "x-ms-correlation-request-id": [ - "f553f304-829e-4db1-a7f1-610e9456ed37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:f553f304-829e-4db1-a7f1-610e9456ed37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "e7e293c994404bf4807ae27d57d97dc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5d5f62e-c007-40d0-a884-f4e4cbbd7f34" - ], - "x-ms-correlation-request-id": [ - "c5d5f62e-c007-40d0-a884-f4e4cbbd7f34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183604Z:c5d5f62e-c007-40d0-a884-f4e4cbbd7f34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "03afe41384fc4e2a9c60d9e1d97b8102" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55ac7e68-0289-4b70-8881-315658814939" - ], - "x-ms-correlation-request-id": [ - "55ac7e68-0289-4b70-8881-315658814939" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:55ac7e68-0289-4b70-8881-315658814939" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "f424b8f814da466fbbd914c0caaf31f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33dff841-eab6-4f96-9ddb-68aefa0e556b" - ], - "x-ms-correlation-request-id": [ - "33dff841-eab6-4f96-9ddb-68aefa0e556b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:33dff841-eab6-4f96-9ddb-68aefa0e556b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "be276e754c78489c8dbfc3eb5ed188ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b573675b-3cfe-4b41-91b9-284268631195" - ], - "x-ms-correlation-request-id": [ - "b573675b-3cfe-4b41-91b9-284268631195" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:b573675b-3cfe-4b41-91b9-284268631195" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "e14896c839ee49ee946f559681efba0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a79af3dc-e27e-4695-974c-529eb26f31eb" - ], - "x-ms-correlation-request-id": [ - "a79af3dc-e27e-4695-974c-529eb26f31eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:a79af3dc-e27e-4695-974c-529eb26f31eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "571be758302744adae1e4d31a50e1903" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2f4aef0-417f-4b30-b357-200d849440ab" - ], - "x-ms-correlation-request-id": [ - "b2f4aef0-417f-4b30-b357-200d849440ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:b2f4aef0-417f-4b30-b357-200d849440ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "3663f03b53ac45b4b5496cf804d8b46f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "901ddade-6d89-406b-bc55-daabab0b25a6" - ], - "x-ms-correlation-request-id": [ - "901ddade-6d89-406b-bc55-daabab0b25a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:901ddade-6d89-406b-bc55-daabab0b25a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "1b7ce73531ce4d1f858b69b3a664ffb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fff0c06b-b3a1-43e3-a1fe-8f4553119e7c" - ], - "x-ms-correlation-request-id": [ - "fff0c06b-b3a1-43e3-a1fe-8f4553119e7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:fff0c06b-b3a1-43e3-a1fe-8f4553119e7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "95196db9f13b41c18266d24d6ef48054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab0186eb-9054-4470-88cf-662e38b2f7ec" - ], - "x-ms-correlation-request-id": [ - "ab0186eb-9054-4470-88cf-662e38b2f7ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:ab0186eb-9054-4470-88cf-662e38b2f7ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "7627739bd5bf46ec99e33932778c4757" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e4945df-8dbc-4fee-a4b4-ba5900a3f5c7" - ], - "x-ms-correlation-request-id": [ - "6e4945df-8dbc-4fee-a4b4-ba5900a3f5c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:6e4945df-8dbc-4fee-a4b4-ba5900a3f5c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "9a7985c123e846b1838dd83c526f788a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14f63d52-7472-4494-b393-aa4c4b1da8ad" - ], - "x-ms-correlation-request-id": [ - "14f63d52-7472-4494-b393-aa4c4b1da8ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183605Z:14f63d52-7472-4494-b393-aa4c4b1da8ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "77144780290841d49e092a022f694379" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b22dee6-9edc-4b52-b71a-d59555cde59e" - ], - "x-ms-correlation-request-id": [ - "4b22dee6-9edc-4b52-b71a-d59555cde59e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183606Z:4b22dee6-9edc-4b52-b71a-d59555cde59e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "be5ffb937af24c6b80b02aa4f6c990f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ec419f4-1703-4304-9122-7d9a77de7d80" - ], - "x-ms-correlation-request-id": [ - "7ec419f4-1703-4304-9122-7d9a77de7d80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183606Z:7ec419f4-1703-4304-9122-7d9a77de7d80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "280ba1d71fb443a1870840be9dd7a8f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70ba312b-c9ae-49e9-b1f6-15ae541ae3e6" - ], - "x-ms-correlation-request-id": [ - "70ba312b-c9ae-49e9-b1f6-15ae541ae3e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183606Z:70ba312b-c9ae-49e9-b1f6-15ae541ae3e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "d28383eb91d34cfc9e79bd1508c50454" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8b6c0bb-1de2-4444-90a8-a3ee50c9fd64" - ], - "x-ms-correlation-request-id": [ - "c8b6c0bb-1de2-4444-90a8-a3ee50c9fd64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183606Z:c8b6c0bb-1de2-4444-90a8-a3ee50c9fd64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "bdbad15b82f245c7a4a08e0ca7784c11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "833f8da1-0589-4ec0-adc3-02d0b6cbf3f6" - ], - "x-ms-correlation-request-id": [ - "833f8da1-0589-4ec0-adc3-02d0b6cbf3f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183606Z:833f8da1-0589-4ec0-adc3-02d0b6cbf3f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "1b934546d1cc4a2f8877ba0240f6471d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac7a45ff-b78d-4b33-ac08-c8ea6a81aaf3" - ], - "x-ms-correlation-request-id": [ - "ac7a45ff-b78d-4b33-ac08-c8ea6a81aaf3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183606Z:ac7a45ff-b78d-4b33-ac08-c8ea6a81aaf3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "620c772f5b21401180b03a2d1f0bce87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "856fd051-9b27-4837-bf3a-d818c36faa3b" - ], - "x-ms-correlation-request-id": [ - "856fd051-9b27-4837-bf3a-d818c36faa3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183606Z:856fd051-9b27-4837-bf3a-d818c36faa3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "2586e99d402c4322b8fad625997cd7aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba9ae7ce-74a0-4d61-b90e-d47673dfb5bf" - ], - "x-ms-correlation-request-id": [ - "ba9ae7ce-74a0-4d61-b90e-d47673dfb5bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:ba9ae7ce-74a0-4d61-b90e-d47673dfb5bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "b182f41a15c949d5b19f353edb83a2eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a72371ea-88bf-43e8-ba07-bc5ac9863c28" - ], - "x-ms-correlation-request-id": [ - "a72371ea-88bf-43e8-ba07-bc5ac9863c28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:a72371ea-88bf-43e8-ba07-bc5ac9863c28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "5e40417a670b49a7bc246d0e1898e4aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ca04cad-95d4-4bbd-8c4e-7c7db5742e72" - ], - "x-ms-correlation-request-id": [ - "4ca04cad-95d4-4bbd-8c4e-7c7db5742e72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:4ca04cad-95d4-4bbd-8c4e-7c7db5742e72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "6388787ca1454f8281a5312becc467fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5aa7fa88-3268-42ca-ad50-de77788c74d3" - ], - "x-ms-correlation-request-id": [ - "5aa7fa88-3268-42ca-ad50-de77788c74d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:5aa7fa88-3268-42ca-ad50-de77788c74d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "c82c69ea52c94e14b65dbece4a8f2ae6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f093360-bd29-40a5-8f28-416c6b3db002" - ], - "x-ms-correlation-request-id": [ - "3f093360-bd29-40a5-8f28-416c6b3db002" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:3f093360-bd29-40a5-8f28-416c6b3db002" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "c1ee0d8577664061a0fc01d0d8f954c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96f4d4ea-a2bb-4fd6-bcd1-676c3bfefe57" - ], - "x-ms-correlation-request-id": [ - "96f4d4ea-a2bb-4fd6-bcd1-676c3bfefe57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:96f4d4ea-a2bb-4fd6-bcd1-676c3bfefe57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "6306f2f8c45e47a892071040a8fdee65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b9a1ede-00d2-42fa-a53b-ab00890e0080" - ], - "x-ms-correlation-request-id": [ - "0b9a1ede-00d2-42fa-a53b-ab00890e0080" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:0b9a1ede-00d2-42fa-a53b-ab00890e0080" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "e3d296041b154e819fa402252e695c7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18e5e970-ae15-4737-8ca5-9ca38a9bfaee" - ], - "x-ms-correlation-request-id": [ - "18e5e970-ae15-4737-8ca5-9ca38a9bfaee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183607Z:18e5e970-ae15-4737-8ca5-9ca38a9bfaee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "f462e062afdf444b8a0405005d6453b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0c6999c-8172-4988-bb93-c8cb18c9ad01" - ], - "x-ms-correlation-request-id": [ - "c0c6999c-8172-4988-bb93-c8cb18c9ad01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:c0c6999c-8172-4988-bb93-c8cb18c9ad01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "61f0c5aaf6d944e38f8ac859faa67c82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "899f9335-138e-42de-b07a-1467580c0bfb" - ], - "x-ms-correlation-request-id": [ - "899f9335-138e-42de-b07a-1467580c0bfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:899f9335-138e-42de-b07a-1467580c0bfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "f690dfe3f113429cbd9cd8f9f0db0ec7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7874eac-d75a-4407-b758-00f1910dae10" - ], - "x-ms-correlation-request-id": [ - "e7874eac-d75a-4407-b758-00f1910dae10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:e7874eac-d75a-4407-b758-00f1910dae10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "ec64d14336fc459aa58486b0dc9a8b01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e891c9be-18f4-4d55-ac4d-423dd2fa6bd8" - ], - "x-ms-correlation-request-id": [ - "e891c9be-18f4-4d55-ac4d-423dd2fa6bd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:e891c9be-18f4-4d55-ac4d-423dd2fa6bd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "fdc3c4402f454f259809c806a7c2d7e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c240156-c2b2-4db3-9d38-c8bd69ca8344" - ], - "x-ms-correlation-request-id": [ - "0c240156-c2b2-4db3-9d38-c8bd69ca8344" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:0c240156-c2b2-4db3-9d38-c8bd69ca8344" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "461b2c8bad9c41d7afa721c3b969f634" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0549cacc-6519-4a54-9498-a7c8dce33754" - ], - "x-ms-correlation-request-id": [ - "0549cacc-6519-4a54-9498-a7c8dce33754" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:0549cacc-6519-4a54-9498-a7c8dce33754" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "6faffbe941eb46299697cb7a9a17a748" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "199bdac0-feff-4311-a553-9cbaf5287778" - ], - "x-ms-correlation-request-id": [ - "199bdac0-feff-4311-a553-9cbaf5287778" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:199bdac0-feff-4311-a553-9cbaf5287778" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "67bdd1c845cf4dd694efc411d32275e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2faa4b66-de23-4cd1-9bb2-0d74e1d91b82" - ], - "x-ms-correlation-request-id": [ - "2faa4b66-de23-4cd1-9bb2-0d74e1d91b82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:2faa4b66-de23-4cd1-9bb2-0d74e1d91b82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "0891f6dd810a4ce1a5936f92821a225a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dd27fbe-7e08-4b6b-8bb1-3488becf0189" - ], - "x-ms-correlation-request-id": [ - "5dd27fbe-7e08-4b6b-8bb1-3488becf0189" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183608Z:5dd27fbe-7e08-4b6b-8bb1-3488becf0189" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "2195fa0e3a2b46768b4b29d0041bdafe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e808f1de-8fe8-4c51-9fe4-8b3b9ae65fa7" - ], - "x-ms-correlation-request-id": [ - "e808f1de-8fe8-4c51-9fe4-8b3b9ae65fa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:e808f1de-8fe8-4c51-9fe4-8b3b9ae65fa7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "c1a345f4e95241bb8f308c5ca3bca6f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f5053b8-5b74-4959-b754-231469646800" - ], - "x-ms-correlation-request-id": [ - "5f5053b8-5b74-4959-b754-231469646800" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:5f5053b8-5b74-4959-b754-231469646800" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "eaacdbb8bb5b4aa493f923faeae0ece9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62ca4aa2-e600-4eb4-a0e7-dce24dcd6c1a" - ], - "x-ms-correlation-request-id": [ - "62ca4aa2-e600-4eb4-a0e7-dce24dcd6c1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:62ca4aa2-e600-4eb4-a0e7-dce24dcd6c1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "a40299bfa8c041ee891aa64638a78a8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb519b71-41d3-4cdc-8951-17b9872c6103" - ], - "x-ms-correlation-request-id": [ - "bb519b71-41d3-4cdc-8951-17b9872c6103" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:bb519b71-41d3-4cdc-8951-17b9872c6103" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "6528705c53354c048d84e756c3a073dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78451305-2540-4457-b83e-01c0ceb7a935" - ], - "x-ms-correlation-request-id": [ - "78451305-2540-4457-b83e-01c0ceb7a935" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:78451305-2540-4457-b83e-01c0ceb7a935" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "f66e895c62b94356bdf2babda5e1a110" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8dbdf7d-c7de-4f01-9385-0b4bf0cf0f91" - ], - "x-ms-correlation-request-id": [ - "a8dbdf7d-c7de-4f01-9385-0b4bf0cf0f91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:a8dbdf7d-c7de-4f01-9385-0b4bf0cf0f91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "5d4ad68fcb484c2b8737f9dcf4923932" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc9bc152-2d26-4564-a71f-892350e02558" - ], - "x-ms-correlation-request-id": [ - "cc9bc152-2d26-4564-a71f-892350e02558" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:cc9bc152-2d26-4564-a71f-892350e02558" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "e0688354922f4e91927a62b87a594a6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dd9571a-874a-4d28-850f-b5dfb9e260c5" - ], - "x-ms-correlation-request-id": [ - "2dd9571a-874a-4d28-850f-b5dfb9e260c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183609Z:2dd9571a-874a-4d28-850f-b5dfb9e260c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "1f1f4e83f365481ba44c06f761ba95a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da451f88-9461-4c57-bee7-6ddb0c0cc468" - ], - "x-ms-correlation-request-id": [ - "da451f88-9461-4c57-bee7-6ddb0c0cc468" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:da451f88-9461-4c57-bee7-6ddb0c0cc468" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "dbc4470f74a64abfbb2c7bfb4c65a70a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77b17aeb-5dbe-4484-90be-c4eda6fafe61" - ], - "x-ms-correlation-request-id": [ - "77b17aeb-5dbe-4484-90be-c4eda6fafe61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:77b17aeb-5dbe-4484-90be-c4eda6fafe61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "5c25dad4a6e54b39bf82e1d73cd3b9c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "676c3eaf-91e8-4477-ac37-8c233e1b5138" - ], - "x-ms-correlation-request-id": [ - "676c3eaf-91e8-4477-ac37-8c233e1b5138" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:676c3eaf-91e8-4477-ac37-8c233e1b5138" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "aa2d7562a1714faaa5ecea7e81312ed2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "751c2089-59b8-4ca9-9b4d-252f807b917a" - ], - "x-ms-correlation-request-id": [ - "751c2089-59b8-4ca9-9b4d-252f807b917a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:751c2089-59b8-4ca9-9b4d-252f807b917a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "200e0bd4f5e648acb86c271e78a8c505" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd81cb16-74a3-4624-a1a4-75d51e02487f" - ], - "x-ms-correlation-request-id": [ - "cd81cb16-74a3-4624-a1a4-75d51e02487f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:cd81cb16-74a3-4624-a1a4-75d51e02487f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "018e40ffa88b4b56be21782eef065d07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe9695d6-5e70-4705-a76d-67d9d880f7eb" - ], - "x-ms-correlation-request-id": [ - "fe9695d6-5e70-4705-a76d-67d9d880f7eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:fe9695d6-5e70-4705-a76d-67d9d880f7eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "14cd498e54b749cf8d41923ca56cd765" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acffd846-2d1b-44cc-bc57-61ccd1b1774d" - ], - "x-ms-correlation-request-id": [ - "acffd846-2d1b-44cc-bc57-61ccd1b1774d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:acffd846-2d1b-44cc-bc57-61ccd1b1774d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "2699122e34b44e23877c521b02238160" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0302517e-e8ce-4a0d-ba6c-6f9d8eb9d6b7" - ], - "x-ms-correlation-request-id": [ - "0302517e-e8ce-4a0d-ba6c-6f9d8eb9d6b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183610Z:0302517e-e8ce-4a0d-ba6c-6f9d8eb9d6b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "3dbe0a15ab5e4a7fb2f32a670fc51b4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e392beba-bd62-4a71-bca8-5cab26a08453" - ], - "x-ms-correlation-request-id": [ - "e392beba-bd62-4a71-bca8-5cab26a08453" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:e392beba-bd62-4a71-bca8-5cab26a08453" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "4a942526ec2244be909bfde1522cf902" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa901392-5d5a-4fce-bff9-c5bf450aa0d4" - ], - "x-ms-correlation-request-id": [ - "aa901392-5d5a-4fce-bff9-c5bf450aa0d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:aa901392-5d5a-4fce-bff9-c5bf450aa0d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "1e3e83cd9e924f05b808862a8055fdaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a17987a-4c6c-4691-90fc-7fcaa11eb15a" - ], - "x-ms-correlation-request-id": [ - "3a17987a-4c6c-4691-90fc-7fcaa11eb15a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:3a17987a-4c6c-4691-90fc-7fcaa11eb15a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "0d6f0e050d9b43879e70ef1b5b4f2760" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1471e7b5-2bfa-4306-8f15-73a6594a945d" - ], - "x-ms-correlation-request-id": [ - "1471e7b5-2bfa-4306-8f15-73a6594a945d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:1471e7b5-2bfa-4306-8f15-73a6594a945d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "291a50f423b34f96a63544b3edb1a4ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bda0a75-8789-4728-b584-a8782f1bde4e" - ], - "x-ms-correlation-request-id": [ - "5bda0a75-8789-4728-b584-a8782f1bde4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:5bda0a75-8789-4728-b584-a8782f1bde4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "90fc0a51d2ef434e9a15964952208f42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f2abfc3-4180-4a54-aadc-5fcffc3768d1" - ], - "x-ms-correlation-request-id": [ - "4f2abfc3-4180-4a54-aadc-5fcffc3768d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:4f2abfc3-4180-4a54-aadc-5fcffc3768d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "ad19772af7c34ab8a1cf3410cf4172e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "057b9e71-59ee-4856-a39a-4bddae918c38" - ], - "x-ms-correlation-request-id": [ - "057b9e71-59ee-4856-a39a-4bddae918c38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:057b9e71-59ee-4856-a39a-4bddae918c38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "0c7130d1d95143bc82845587cab87f82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24fee97c-3097-42e1-828b-f2fabbb4e11b" - ], - "x-ms-correlation-request-id": [ - "24fee97c-3097-42e1-828b-f2fabbb4e11b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183611Z:24fee97c-3097-42e1-828b-f2fabbb4e11b" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "f1183e7e9f6a438a8bd864432ae97086" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1595feef-09bd-471e-927c-03fc3518b8b5" - ], - "x-ms-correlation-request-id": [ - "1595feef-09bd-471e-927c-03fc3518b8b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183612Z:1595feef-09bd-471e-927c-03fc3518b8b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "875b6f1cffec41e3ba48525fb039ddd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "878bc834-bf93-4689-b34c-5d8d54f992eb" - ], - "x-ms-correlation-request-id": [ - "878bc834-bf93-4689-b34c-5d8d54f992eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183612Z:878bc834-bf93-4689-b34c-5d8d54f992eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "1015b256816647a785ab162a8d01838c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "535e9041-9625-4702-bf67-792c308c101d" - ], - "x-ms-correlation-request-id": [ - "535e9041-9625-4702-bf67-792c308c101d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183612Z:535e9041-9625-4702-bf67-792c308c101d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "5934c6f5bc4a4cb8873b4bb08f0fc766" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ed4fc74-952c-425e-b542-da92270825de" - ], - "x-ms-correlation-request-id": [ - "5ed4fc74-952c-425e-b542-da92270825de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183612Z:5ed4fc74-952c-425e-b542-da92270825de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "7c68b180f5da4d038e267f63c0d12707" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5b03d9e-7a18-4bfb-a431-9f46b15f1464" - ], - "x-ms-correlation-request-id": [ - "c5b03d9e-7a18-4bfb-a431-9f46b15f1464" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183612Z:c5b03d9e-7a18-4bfb-a431-9f46b15f1464" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "95405ad0568d48c59a2d327220a7804a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8577cf6-cac7-4771-8bc2-9b4a57d78c97" - ], - "x-ms-correlation-request-id": [ - "c8577cf6-cac7-4771-8bc2-9b4a57d78c97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183612Z:c8577cf6-cac7-4771-8bc2-9b4a57d78c97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "d7ecb8615ee344fd8127eb3dfcf0e14c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2ef7d08-7129-486c-9bf7-0149ef50205a" - ], - "x-ms-correlation-request-id": [ - "e2ef7d08-7129-486c-9bf7-0149ef50205a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:e2ef7d08-7129-486c-9bf7-0149ef50205a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "a5beb4e59ec44461a6270c9df28be8d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b9061e8-05de-4be2-9a85-9c0f49317ccc" - ], - "x-ms-correlation-request-id": [ - "3b9061e8-05de-4be2-9a85-9c0f49317ccc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:3b9061e8-05de-4be2-9a85-9c0f49317ccc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "d26bc62770ad458e8a9340246bba952f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0364753-0d43-449f-9672-0b6caf85d775" - ], - "x-ms-correlation-request-id": [ - "c0364753-0d43-449f-9672-0b6caf85d775" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:c0364753-0d43-449f-9672-0b6caf85d775" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "570c2335851a4a23a06f2af84b09fffc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abe1f79c-05db-4c02-b82d-ba1877a3ad78" - ], - "x-ms-correlation-request-id": [ - "abe1f79c-05db-4c02-b82d-ba1877a3ad78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:abe1f79c-05db-4c02-b82d-ba1877a3ad78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "53b8959c8dcb403b824aae27ff8dbf86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7bbb30b-1d41-4b1b-a5cb-bfedf2b5abfa" - ], - "x-ms-correlation-request-id": [ - "b7bbb30b-1d41-4b1b-a5cb-bfedf2b5abfa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:b7bbb30b-1d41-4b1b-a5cb-bfedf2b5abfa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "97211719d56d4c69978ee40711f79f84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc92efc6-0d9d-480b-9958-72268d0f234e" - ], - "x-ms-correlation-request-id": [ - "bc92efc6-0d9d-480b-9958-72268d0f234e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:bc92efc6-0d9d-480b-9958-72268d0f234e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "6f6b25466efb4f139eaec6abd7346508" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a8e06f9-ad00-4347-a269-d2fc97492cb3" - ], - "x-ms-correlation-request-id": [ - "2a8e06f9-ad00-4347-a269-d2fc97492cb3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:2a8e06f9-ad00-4347-a269-d2fc97492cb3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "18d074ae530f4c0b9a3442a92856bc21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6f9e620-2686-401d-83dc-ace50a11e3e6" - ], - "x-ms-correlation-request-id": [ - "d6f9e620-2686-401d-83dc-ace50a11e3e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183613Z:d6f9e620-2686-401d-83dc-ace50a11e3e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "18f9ce62746b447a85b69ae30d3bab8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cc77d24-fd36-4b1d-8028-250302540655" - ], - "x-ms-correlation-request-id": [ - "4cc77d24-fd36-4b1d-8028-250302540655" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:4cc77d24-fd36-4b1d-8028-250302540655" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "4256b77a8972462594d1d5ef4618372c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "668055a8-92e5-4f1c-9054-206988cb1426" - ], - "x-ms-correlation-request-id": [ - "668055a8-92e5-4f1c-9054-206988cb1426" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:668055a8-92e5-4f1c-9054-206988cb1426" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "2c2714499a4346d2bef21f84459771a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16bccd5c-4497-4f34-ba72-60450114dff3" - ], - "x-ms-correlation-request-id": [ - "16bccd5c-4497-4f34-ba72-60450114dff3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:16bccd5c-4497-4f34-ba72-60450114dff3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "7245639554364d1986bdde377200a90a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe3d0bf4-00d2-4fd1-ad7c-f91d0bf5340c" - ], - "x-ms-correlation-request-id": [ - "fe3d0bf4-00d2-4fd1-ad7c-f91d0bf5340c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:fe3d0bf4-00d2-4fd1-ad7c-f91d0bf5340c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "3fc1f272ec5c483986b5e97fe63088d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1749bd8a-75d8-471c-a0db-1e8c73991585" - ], - "x-ms-correlation-request-id": [ - "1749bd8a-75d8-471c-a0db-1e8c73991585" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:1749bd8a-75d8-471c-a0db-1e8c73991585" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "35a2c3ed8cbe4c5baa79e4cf71ce662b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "071b2eb6-0d27-4bfb-b58b-532853d2b154" - ], - "x-ms-correlation-request-id": [ - "071b2eb6-0d27-4bfb-b58b-532853d2b154" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:071b2eb6-0d27-4bfb-b58b-532853d2b154" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "6a8deb6e0a6c4b3d84a009664d865c0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa161977-efbf-4e43-801e-063441dd96f9" - ], - "x-ms-correlation-request-id": [ - "aa161977-efbf-4e43-801e-063441dd96f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:aa161977-efbf-4e43-801e-063441dd96f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "1f3b5cf24e9b45648d32e24c7ddf563f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e77d1e91-da1c-4e5a-85f1-dccf3d0f0c81" - ], - "x-ms-correlation-request-id": [ - "e77d1e91-da1c-4e5a-85f1-dccf3d0f0c81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:e77d1e91-da1c-4e5a-85f1-dccf3d0f0c81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "bc479a5a88894850860d07d9b56e9d9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8c29bfb-8564-4c1c-a5f5-ccfb2c6d8224" - ], - "x-ms-correlation-request-id": [ - "c8c29bfb-8564-4c1c-a5f5-ccfb2c6d8224" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183614Z:c8c29bfb-8564-4c1c-a5f5-ccfb2c6d8224" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "855919b89d1f4dc4ba95fb519bd4b313" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b398c8ac-0c1f-43b4-9a3e-1c99fc7d3a69" - ], - "x-ms-correlation-request-id": [ - "b398c8ac-0c1f-43b4-9a3e-1c99fc7d3a69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183615Z:b398c8ac-0c1f-43b4-9a3e-1c99fc7d3a69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "2590586395ac4e2db4da63a45c734d21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc995d2c-4c98-4096-9cec-f5b1bdd03bca" - ], - "x-ms-correlation-request-id": [ - "fc995d2c-4c98-4096-9cec-f5b1bdd03bca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183615Z:fc995d2c-4c98-4096-9cec-f5b1bdd03bca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "16f12b018b514b54939abfb5f2fbbbdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37c5e593-3f68-4ea2-9a0f-385984b8e08b" - ], - "x-ms-correlation-request-id": [ - "37c5e593-3f68-4ea2-9a0f-385984b8e08b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183615Z:37c5e593-3f68-4ea2-9a0f-385984b8e08b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "389c3a6233f848388f76b519957e0ecb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2d0bb6e-3ed3-4710-ad26-a0b466d1e6d9" - ], - "x-ms-correlation-request-id": [ - "a2d0bb6e-3ed3-4710-ad26-a0b466d1e6d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183615Z:a2d0bb6e-3ed3-4710-ad26-a0b466d1e6d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "a53548a5b5664536ba4acd27d703a733" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41f63518-e550-4bd4-b454-e235471c96c5" - ], - "x-ms-correlation-request-id": [ - "41f63518-e550-4bd4-b454-e235471c96c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183615Z:41f63518-e550-4bd4-b454-e235471c96c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "57dedc706ecd44d090d5b708b7a342e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ee0f9f4-2e87-406c-b7ff-1f0f200daedf" - ], - "x-ms-correlation-request-id": [ - "0ee0f9f4-2e87-406c-b7ff-1f0f200daedf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:0ee0f9f4-2e87-406c-b7ff-1f0f200daedf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "07a9aca4a3c54a6ab920f4fad4eb6e10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05144ecf-59d8-4551-aed5-b5d8be0cf47c" - ], - "x-ms-correlation-request-id": [ - "05144ecf-59d8-4551-aed5-b5d8be0cf47c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:05144ecf-59d8-4551-aed5-b5d8be0cf47c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "10e54f52f2b746169e800795b1e20513" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61ac7af6-39b4-47ee-878d-c43946101fb0" - ], - "x-ms-correlation-request-id": [ - "61ac7af6-39b4-47ee-878d-c43946101fb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:61ac7af6-39b4-47ee-878d-c43946101fb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "8a4b9134575640b2a5e4f72e374b2c2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b9a752d-c0b9-4d55-a330-544a9910e721" - ], - "x-ms-correlation-request-id": [ - "6b9a752d-c0b9-4d55-a330-544a9910e721" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:6b9a752d-c0b9-4d55-a330-544a9910e721" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "b382205d7ba245f8ae5e7fe587098f9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4da9dd4-b163-45c5-816a-acfe0653b0fb" - ], - "x-ms-correlation-request-id": [ - "e4da9dd4-b163-45c5-816a-acfe0653b0fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:e4da9dd4-b163-45c5-816a-acfe0653b0fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "df2ffc626d7545c0948ceb7f204fc9a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7a2afbf-73f2-4a74-839a-b64ce131be35" - ], - "x-ms-correlation-request-id": [ - "b7a2afbf-73f2-4a74-839a-b64ce131be35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:b7a2afbf-73f2-4a74-839a-b64ce131be35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "71012a02a2f345858ed810f18c53ff90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23461410-dfd6-4d99-bbf5-c167e67df92e" - ], - "x-ms-correlation-request-id": [ - "23461410-dfd6-4d99-bbf5-c167e67df92e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:23461410-dfd6-4d99-bbf5-c167e67df92e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "0fc973376fa947c88796dad7c0302aa7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e3cec09-d61d-4a7e-aefd-a4c83f8a7eeb" - ], - "x-ms-correlation-request-id": [ - "9e3cec09-d61d-4a7e-aefd-a4c83f8a7eeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183616Z:9e3cec09-d61d-4a7e-aefd-a4c83f8a7eeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "3af3f833c6384859826db32f5ebc050e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eeb67a72-7ebf-4ffb-97ea-16a72f75270a" - ], - "x-ms-correlation-request-id": [ - "eeb67a72-7ebf-4ffb-97ea-16a72f75270a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:eeb67a72-7ebf-4ffb-97ea-16a72f75270a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "7693bec3617c489e9fe3841350b8dc23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40e7e059-c4ea-4a4e-9825-056ed88c1d7d" - ], - "x-ms-correlation-request-id": [ - "40e7e059-c4ea-4a4e-9825-056ed88c1d7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:40e7e059-c4ea-4a4e-9825-056ed88c1d7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "29f030198ef34b4cb89e2bb1c8062054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f33b284-4b26-4ece-a4fa-00b75c44c602" - ], - "x-ms-correlation-request-id": [ - "0f33b284-4b26-4ece-a4fa-00b75c44c602" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:0f33b284-4b26-4ece-a4fa-00b75c44c602" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "9f8850f1ee614ebd93ef16854157eda6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cef3df39-6b23-4378-9e35-e8dab22ad447" - ], - "x-ms-correlation-request-id": [ - "cef3df39-6b23-4378-9e35-e8dab22ad447" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:cef3df39-6b23-4378-9e35-e8dab22ad447" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "9f544e7d1ab745aca20054c6d315e4f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c66f4238-0af7-4d0a-9ae1-c77491861d53" - ], - "x-ms-correlation-request-id": [ - "c66f4238-0af7-4d0a-9ae1-c77491861d53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:c66f4238-0af7-4d0a-9ae1-c77491861d53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "c0e462356f20490f9e640af5fdcf6eba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0c90763-b1f2-4c6b-9b67-384d3b6f4bd2" - ], - "x-ms-correlation-request-id": [ - "f0c90763-b1f2-4c6b-9b67-384d3b6f4bd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:f0c90763-b1f2-4c6b-9b67-384d3b6f4bd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "3d6a5eb09ad54abaa66b67344f95de69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd044552-c47c-47c7-8c8f-38ca7e0ed75f" - ], - "x-ms-correlation-request-id": [ - "bd044552-c47c-47c7-8c8f-38ca7e0ed75f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:bd044552-c47c-47c7-8c8f-38ca7e0ed75f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "cd90fdf2aee541e5ae444cfb53db3ac4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f636f46-fb5f-41c3-b347-a5a3daef32a0" - ], - "x-ms-correlation-request-id": [ - "1f636f46-fb5f-41c3-b347-a5a3daef32a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183617Z:1f636f46-fb5f-41c3-b347-a5a3daef32a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "91253a8761d74a04b7c8696dd4727686" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0877621-932e-4967-958c-e428ff89bae8" - ], - "x-ms-correlation-request-id": [ - "c0877621-932e-4967-958c-e428ff89bae8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183618Z:c0877621-932e-4967-958c-e428ff89bae8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "3abfc2d42f584a46a90c0be0e94820ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c03a07f-1e98-4a6c-9d88-1cbaeeb5bb83" - ], - "x-ms-correlation-request-id": [ - "3c03a07f-1e98-4a6c-9d88-1cbaeeb5bb83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183618Z:3c03a07f-1e98-4a6c-9d88-1cbaeeb5bb83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "6f58944b629a495b9fddf70bd3810b33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58e9cb6f-c95b-4b8f-8cd5-69acce89e441" - ], - "x-ms-correlation-request-id": [ - "58e9cb6f-c95b-4b8f-8cd5-69acce89e441" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183618Z:58e9cb6f-c95b-4b8f-8cd5-69acce89e441" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "36e9ce74a8c642e79ee770743c2ace9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7f7364d-bdb5-4d28-81e2-857d98e459b2" - ], - "x-ms-correlation-request-id": [ - "c7f7364d-bdb5-4d28-81e2-857d98e459b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183618Z:c7f7364d-bdb5-4d28-81e2-857d98e459b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "9d8c1aee55e5471b9e88c7303a7ec3d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0087c5a5-8568-4982-aa31-c71a91f0bd12" - ], - "x-ms-correlation-request-id": [ - "0087c5a5-8568-4982-aa31-c71a91f0bd12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183618Z:0087c5a5-8568-4982-aa31-c71a91f0bd12" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "c89a6f3386ed4807bffe70ad865ce273" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "543aa706-209a-4db7-a798-d4b8c24030d8" - ], - "x-ms-correlation-request-id": [ - "543aa706-209a-4db7-a798-d4b8c24030d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183618Z:543aa706-209a-4db7-a798-d4b8c24030d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "8476ce5f0f6b48f3a0c55a5a17f28c5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bad4a8f2-f78f-4302-8647-6643f5f77c02" - ], - "x-ms-correlation-request-id": [ - "bad4a8f2-f78f-4302-8647-6643f5f77c02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183618Z:bad4a8f2-f78f-4302-8647-6643f5f77c02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "1646685959224c3fb16f24e2cbb65deb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6694b551-faf5-4f7d-b3f3-c66f2be3d9a1" - ], - "x-ms-correlation-request-id": [ - "6694b551-faf5-4f7d-b3f3-c66f2be3d9a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183619Z:6694b551-faf5-4f7d-b3f3-c66f2be3d9a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "5cf9ef02b0ae4f42ad517aa5e6090f5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "938f57ba-eb6f-4171-8736-4f1b2c05cf70" - ], - "x-ms-correlation-request-id": [ - "938f57ba-eb6f-4171-8736-4f1b2c05cf70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183619Z:938f57ba-eb6f-4171-8736-4f1b2c05cf70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "057439fca0b243afb5d63b4f3adb54f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4372b425-92cc-489c-9828-750bafcf4921" - ], - "x-ms-correlation-request-id": [ - "4372b425-92cc-489c-9828-750bafcf4921" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183619Z:4372b425-92cc-489c-9828-750bafcf4921" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "d94b9db25ac2412a8cd79dc9de63248d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b240540d-8c0c-4f84-8d8e-b5cffc0a0e23" - ], - "x-ms-correlation-request-id": [ - "b240540d-8c0c-4f84-8d8e-b5cffc0a0e23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183619Z:b240540d-8c0c-4f84-8d8e-b5cffc0a0e23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "e239d638227b4466af5f4c22879f89c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0c518d0-4736-48fc-8d10-66f5b7e206a3" - ], - "x-ms-correlation-request-id": [ - "f0c518d0-4736-48fc-8d10-66f5b7e206a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183619Z:f0c518d0-4736-48fc-8d10-66f5b7e206a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "43d0b2db46de4abe86eac1b4ef2f362e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca51feb4-da14-407e-aea5-704480472348" - ], - "x-ms-correlation-request-id": [ - "ca51feb4-da14-407e-aea5-704480472348" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183619Z:ca51feb4-da14-407e-aea5-704480472348" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "fb52a1e8131a442ab6605076387ecd83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0168a18b-4ee8-4cb9-bd24-358ad78c3514" - ], - "x-ms-correlation-request-id": [ - "0168a18b-4ee8-4cb9-bd24-358ad78c3514" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183619Z:0168a18b-4ee8-4cb9-bd24-358ad78c3514" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "8917b9738ebe46669d359758ead79ee0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21aef27c-c82e-479b-9bf2-d5e7c9374174" - ], - "x-ms-correlation-request-id": [ - "21aef27c-c82e-479b-9bf2-d5e7c9374174" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183620Z:21aef27c-c82e-479b-9bf2-d5e7c9374174" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "bba4b2d4f7654823b2e9a6dc7d4f2bd7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74165129-b24a-4b59-b603-34cf5b7f51fc" - ], - "x-ms-correlation-request-id": [ - "74165129-b24a-4b59-b603-34cf5b7f51fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183620Z:74165129-b24a-4b59-b603-34cf5b7f51fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "d83adbde8f2d449796614d928e12d58d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16824628-4c6d-4af8-82af-73bd4a724e39" - ], - "x-ms-correlation-request-id": [ - "16824628-4c6d-4af8-82af-73bd4a724e39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183620Z:16824628-4c6d-4af8-82af-73bd4a724e39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "26909f16c3b54f4ea29ba5f85761dfea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7fe1088-d832-4d6e-947d-421ba565b481" - ], - "x-ms-correlation-request-id": [ - "d7fe1088-d832-4d6e-947d-421ba565b481" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183620Z:d7fe1088-d832-4d6e-947d-421ba565b481" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "35f2acde15434747a36d4d59092a03ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03635c69-8753-4e17-847a-fd07f1cce5f9" - ], - "x-ms-correlation-request-id": [ - "03635c69-8753-4e17-847a-fd07f1cce5f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183620Z:03635c69-8753-4e17-847a-fd07f1cce5f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "20dc915b736b4495a6c792f7b081da0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26f8e019-eb1e-47e3-ba8b-c7624d4e97bb" - ], - "x-ms-correlation-request-id": [ - "26f8e019-eb1e-47e3-ba8b-c7624d4e97bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183620Z:26f8e019-eb1e-47e3-ba8b-c7624d4e97bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "adff28a368574846a201be6bd6aaf562" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6b73afc-ed7d-4e17-8bf4-ef4a2a1bd52d" - ], - "x-ms-correlation-request-id": [ - "c6b73afc-ed7d-4e17-8bf4-ef4a2a1bd52d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183620Z:c6b73afc-ed7d-4e17-8bf4-ef4a2a1bd52d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "5dea105604004105b39cf92e1abfb8d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "970ce495-b36e-47f5-a99c-3098a827e997" - ], - "x-ms-correlation-request-id": [ - "970ce495-b36e-47f5-a99c-3098a827e997" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183621Z:970ce495-b36e-47f5-a99c-3098a827e997" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "30ab667a486d478aac2a7f6f8ded63ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d6d96c7-3f83-4dc9-94d4-d007dc2f06a1" - ], - "x-ms-correlation-request-id": [ - "3d6d96c7-3f83-4dc9-94d4-d007dc2f06a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183621Z:3d6d96c7-3f83-4dc9-94d4-d007dc2f06a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "832efab712ae441aaf4142ed19dcda0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "806a3e00-fe65-4afc-b536-a6fdf9736dc0" - ], - "x-ms-correlation-request-id": [ - "806a3e00-fe65-4afc-b536-a6fdf9736dc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183621Z:806a3e00-fe65-4afc-b536-a6fdf9736dc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "4eacdcf1d29e459788caea5c1ae2d444" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1f874c2-555d-400e-a8f6-3458f12c561f" - ], - "x-ms-correlation-request-id": [ - "d1f874c2-555d-400e-a8f6-3458f12c561f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183621Z:d1f874c2-555d-400e-a8f6-3458f12c561f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "8b3f94be7c6d485283856a421f48ee50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41313130-0a99-4097-80a9-5926cd571818" - ], - "x-ms-correlation-request-id": [ - "41313130-0a99-4097-80a9-5926cd571818" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183621Z:41313130-0a99-4097-80a9-5926cd571818" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "6a8ef35c4dab403b837ac391facaa77b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "097665a1-8eb7-4ff4-8d17-2dd0dd211198" - ], - "x-ms-correlation-request-id": [ - "097665a1-8eb7-4ff4-8d17-2dd0dd211198" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183621Z:097665a1-8eb7-4ff4-8d17-2dd0dd211198" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "1d568424465e47718401fdd6fa6ab7d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac5e9015-3250-47d9-871d-dc38e7d4e6e8" - ], - "x-ms-correlation-request-id": [ - "ac5e9015-3250-47d9-871d-dc38e7d4e6e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:ac5e9015-3250-47d9-871d-dc38e7d4e6e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "8be6cdd6f9674bb9ae9113963d0ae548" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f2fcfd1-6123-4485-b524-042c2f8a2b7b" - ], - "x-ms-correlation-request-id": [ - "8f2fcfd1-6123-4485-b524-042c2f8a2b7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:8f2fcfd1-6123-4485-b524-042c2f8a2b7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "80b7545078ed490f821bd5d739985886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19df79c1-5ed4-4c13-83ec-e0e256bf3e30" - ], - "x-ms-correlation-request-id": [ - "19df79c1-5ed4-4c13-83ec-e0e256bf3e30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:19df79c1-5ed4-4c13-83ec-e0e256bf3e30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "df036791f42c45bb9ac85b2721e8ef93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3be002a8-85e0-4965-bfa4-48a1cee05d2b" - ], - "x-ms-correlation-request-id": [ - "3be002a8-85e0-4965-bfa4-48a1cee05d2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:3be002a8-85e0-4965-bfa4-48a1cee05d2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "697d350bab6249b6a965b43c3524c255" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a50a26a-04d1-4093-b17e-1324d8bce266" - ], - "x-ms-correlation-request-id": [ - "2a50a26a-04d1-4093-b17e-1324d8bce266" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:2a50a26a-04d1-4093-b17e-1324d8bce266" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "942c3e39f3ad4797a9ddf270352e0fbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c7d5479-fc9b-41a7-acc3-e66cc8779f2d" - ], - "x-ms-correlation-request-id": [ - "2c7d5479-fc9b-41a7-acc3-e66cc8779f2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:2c7d5479-fc9b-41a7-acc3-e66cc8779f2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "4da1657c98f34181a52a68b4c6a2769c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd25d94d-49e2-45d7-866f-2e23811ed0dd" - ], - "x-ms-correlation-request-id": [ - "dd25d94d-49e2-45d7-866f-2e23811ed0dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:dd25d94d-49e2-45d7-866f-2e23811ed0dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "10ab52a575c74abeb181d16f966cfbd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "592dcf66-0ad2-4a6a-94d7-f5ed8a26c621" - ], - "x-ms-correlation-request-id": [ - "592dcf66-0ad2-4a6a-94d7-f5ed8a26c621" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:592dcf66-0ad2-4a6a-94d7-f5ed8a26c621" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "03805b54666f448aa3db30f00ea1bc2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8350588e-0217-468f-a227-7e92188cf80d" - ], - "x-ms-correlation-request-id": [ - "8350588e-0217-468f-a227-7e92188cf80d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183622Z:8350588e-0217-468f-a227-7e92188cf80d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "873e91e0e4b54c0988bd8a413ae8c1d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6e1c437-4020-4b22-bf71-d7cd0569a9fa" - ], - "x-ms-correlation-request-id": [ - "f6e1c437-4020-4b22-bf71-d7cd0569a9fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183623Z:f6e1c437-4020-4b22-bf71-d7cd0569a9fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "a24d57b8cf184429842cdf1ee9c93db6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9b92171-62b8-447f-ab0a-e77e281cf79b" - ], - "x-ms-correlation-request-id": [ - "b9b92171-62b8-447f-ab0a-e77e281cf79b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183623Z:b9b92171-62b8-447f-ab0a-e77e281cf79b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "ce38b3186cee429fbc64449f8b11ac1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dc9452e-4670-4ad2-a326-6052b559e422" - ], - "x-ms-correlation-request-id": [ - "2dc9452e-4670-4ad2-a326-6052b559e422" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183623Z:2dc9452e-4670-4ad2-a326-6052b559e422" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "2ca66e670b8043d59dc7ffed3d96ac75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08592d80-c06f-4d5b-89f5-ae79c9021913" - ], - "x-ms-correlation-request-id": [ - "08592d80-c06f-4d5b-89f5-ae79c9021913" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183623Z:08592d80-c06f-4d5b-89f5-ae79c9021913" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "c324510eda33471d80a51d709cb90745" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "771af4fb-8d55-4d25-8066-eb203999ebec" - ], - "x-ms-correlation-request-id": [ - "771af4fb-8d55-4d25-8066-eb203999ebec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183623Z:771af4fb-8d55-4d25-8066-eb203999ebec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "bc0862fc7b4944ad818c641984ab81e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28077f0b-d6e9-4fe1-bfae-b944a3088adb" - ], - "x-ms-correlation-request-id": [ - "28077f0b-d6e9-4fe1-bfae-b944a3088adb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183623Z:28077f0b-d6e9-4fe1-bfae-b944a3088adb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "89df6988161a458999360cb47a235390" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24a5709e-3bf6-450f-b80e-3f6aa5dc4130" - ], - "x-ms-correlation-request-id": [ - "24a5709e-3bf6-450f-b80e-3f6aa5dc4130" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183623Z:24a5709e-3bf6-450f-b80e-3f6aa5dc4130" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "9bd5c37fd3824614a9c2d859e1004f64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c7680f1-77ca-48a5-bee0-625e66a2b796" - ], - "x-ms-correlation-request-id": [ - "5c7680f1-77ca-48a5-bee0-625e66a2b796" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:5c7680f1-77ca-48a5-bee0-625e66a2b796" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "c8ab569c5d1f42378dd9f10c957fb167" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "487d4b92-f748-4b09-a4e2-ec554a8a6232" - ], - "x-ms-correlation-request-id": [ - "487d4b92-f748-4b09-a4e2-ec554a8a6232" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:487d4b92-f748-4b09-a4e2-ec554a8a6232" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "bb886f1516d6490b8749b6a95d1bd284" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e61c73ee-bac2-4a77-b7e5-2a6554d2c628" - ], - "x-ms-correlation-request-id": [ - "e61c73ee-bac2-4a77-b7e5-2a6554d2c628" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:e61c73ee-bac2-4a77-b7e5-2a6554d2c628" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "75228ad8a31a456a867ae9ca875862c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "324f7fab-bd03-42dc-a063-4cd229a76685" - ], - "x-ms-correlation-request-id": [ - "324f7fab-bd03-42dc-a063-4cd229a76685" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:324f7fab-bd03-42dc-a063-4cd229a76685" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "2b23b85ebda84b43b6cbce966def53f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f603b7f-9dfd-45cd-a2f4-447517efb59a" - ], - "x-ms-correlation-request-id": [ - "4f603b7f-9dfd-45cd-a2f4-447517efb59a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:4f603b7f-9dfd-45cd-a2f4-447517efb59a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "79506da68a9b4a6db3fe4081aecfe300" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d402b33-8bd6-4195-94f6-3b4919d32901" - ], - "x-ms-correlation-request-id": [ - "2d402b33-8bd6-4195-94f6-3b4919d32901" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:2d402b33-8bd6-4195-94f6-3b4919d32901" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "0d4493d725c44564a13fe55c54f48d5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccea0d61-e11e-4d64-83c3-aadc41ad7615" - ], - "x-ms-correlation-request-id": [ - "ccea0d61-e11e-4d64-83c3-aadc41ad7615" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:ccea0d61-e11e-4d64-83c3-aadc41ad7615" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "e2d24ccd4d534535ad7440f6b266e945" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b440153-963c-4c90-b595-fcce2c516c08" - ], - "x-ms-correlation-request-id": [ - "8b440153-963c-4c90-b595-fcce2c516c08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:8b440153-963c-4c90-b595-fcce2c516c08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "62c8b9d6fe1d48429a90fdf2bbe1bb10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73fc4072-f37a-4955-8279-4ad83e7fa688" - ], - "x-ms-correlation-request-id": [ - "73fc4072-f37a-4955-8279-4ad83e7fa688" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183624Z:73fc4072-f37a-4955-8279-4ad83e7fa688" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "e8afa6a68bc54e4a9eb91686af701120" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3425dd53-d63d-4d11-bd01-3b442a4614e0" - ], - "x-ms-correlation-request-id": [ - "3425dd53-d63d-4d11-bd01-3b442a4614e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183625Z:3425dd53-d63d-4d11-bd01-3b442a4614e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "463e49f7fe124794a661bee1fe8b42e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc148d12-3047-4e89-97e3-16e51deea5e3" - ], - "x-ms-correlation-request-id": [ - "bc148d12-3047-4e89-97e3-16e51deea5e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183625Z:bc148d12-3047-4e89-97e3-16e51deea5e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "84eb95ac1c94414fb51b652dd2beb896" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e719b9db-c964-4597-a8e8-a0b5df31991e" - ], - "x-ms-correlation-request-id": [ - "e719b9db-c964-4597-a8e8-a0b5df31991e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183625Z:e719b9db-c964-4597-a8e8-a0b5df31991e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "81f9f94ba4e848dc8ae04d651a5925a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e83d7e6b-5c2b-4f88-b102-f37396ab1d4e" - ], - "x-ms-correlation-request-id": [ - "e83d7e6b-5c2b-4f88-b102-f37396ab1d4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183625Z:e83d7e6b-5c2b-4f88-b102-f37396ab1d4e" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "c9cd585a7ba74012a7877213fca5adf9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fcf842e-73c2-4f6c-8fd4-95f7a9ddc3b9" - ], - "x-ms-correlation-request-id": [ - "4fcf842e-73c2-4f6c-8fd4-95f7a9ddc3b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183626Z:4fcf842e-73c2-4f6c-8fd4-95f7a9ddc3b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "6d4436356ecc4ae6bb4cf5320e7c778d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51b4b589-5ce7-472d-8de4-5b85a0953fcc" - ], - "x-ms-correlation-request-id": [ - "51b4b589-5ce7-472d-8de4-5b85a0953fcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183626Z:51b4b589-5ce7-472d-8de4-5b85a0953fcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "ce0de1d5e0e7449699fc8e9f14a0d221" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa17d5a0-e2d1-4dd7-ba29-a3ae78a26ce7" - ], - "x-ms-correlation-request-id": [ - "aa17d5a0-e2d1-4dd7-ba29-a3ae78a26ce7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183626Z:aa17d5a0-e2d1-4dd7-ba29-a3ae78a26ce7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "a7116d42064d41ad8230752da670cf5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0c90466-82b1-493d-a1e0-079cdae350a5" - ], - "x-ms-correlation-request-id": [ - "c0c90466-82b1-493d-a1e0-079cdae350a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183626Z:c0c90466-82b1-493d-a1e0-079cdae350a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "463f4c40abf049e381cceb985cb004bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd8167e2-12ce-4cd9-b04b-2db2a7a6c542" - ], - "x-ms-correlation-request-id": [ - "dd8167e2-12ce-4cd9-b04b-2db2a7a6c542" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183626Z:dd8167e2-12ce-4cd9-b04b-2db2a7a6c542" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "84415e50e6dd4de49b07e1e8919b8109" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98645463-c543-4042-b869-9bab4ac95b1c" - ], - "x-ms-correlation-request-id": [ - "98645463-c543-4042-b869-9bab4ac95b1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183626Z:98645463-c543-4042-b869-9bab4ac95b1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "301c4a596e4a4df4a8dec5016f38794b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54685103-0bd6-41a3-a031-5e8772fd916d" - ], - "x-ms-correlation-request-id": [ - "54685103-0bd6-41a3-a031-5e8772fd916d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:54685103-0bd6-41a3-a031-5e8772fd916d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "df58be3d24f746ce8a03020ac1df6765" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1984301a-37a8-4061-8443-a6a7c6ce1f2f" - ], - "x-ms-correlation-request-id": [ - "1984301a-37a8-4061-8443-a6a7c6ce1f2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:1984301a-37a8-4061-8443-a6a7c6ce1f2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "d971f8a97fb344e9b8531035452b8744" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af8acdcd-d83b-4eb8-8188-4016b50bfe29" - ], - "x-ms-correlation-request-id": [ - "af8acdcd-d83b-4eb8-8188-4016b50bfe29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:af8acdcd-d83b-4eb8-8188-4016b50bfe29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "27d6643d9f4546ba990753d5327911e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87698d19-bdde-49c9-8c07-33e9c1199baf" - ], - "x-ms-correlation-request-id": [ - "87698d19-bdde-49c9-8c07-33e9c1199baf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:87698d19-bdde-49c9-8c07-33e9c1199baf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "26abc5fae46d4b54888112640d19a3eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa42e692-2219-4dcd-a84a-98bdb7a44317" - ], - "x-ms-correlation-request-id": [ - "fa42e692-2219-4dcd-a84a-98bdb7a44317" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:fa42e692-2219-4dcd-a84a-98bdb7a44317" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "5b4d527e99254ed3813890ee207aa6af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92b220bb-a018-4010-ae3e-d31fcf17e06a" - ], - "x-ms-correlation-request-id": [ - "92b220bb-a018-4010-ae3e-d31fcf17e06a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:92b220bb-a018-4010-ae3e-d31fcf17e06a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "7f7af1ca364445fb8f70721fff1074b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61963b7d-cf5c-4beb-a9e0-24dce467bfdb" - ], - "x-ms-correlation-request-id": [ - "61963b7d-cf5c-4beb-a9e0-24dce467bfdb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:61963b7d-cf5c-4beb-a9e0-24dce467bfdb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "4e8a54af866c4df2b1f4cc80464fc483" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed2b917f-694c-44f0-96b0-1ee5e563fddd" - ], - "x-ms-correlation-request-id": [ - "ed2b917f-694c-44f0-96b0-1ee5e563fddd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:ed2b917f-694c-44f0-96b0-1ee5e563fddd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "7534df2fb4a74ecc8bddba00b815d9d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87455d36-3b6c-45cb-bcce-7a6187b45cdc" - ], - "x-ms-correlation-request-id": [ - "87455d36-3b6c-45cb-bcce-7a6187b45cdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183627Z:87455d36-3b6c-45cb-bcce-7a6187b45cdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "d22b4831222d44929c8d3ac9428a73a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a976e75e-aec7-4617-900e-af4fdf2535ae" - ], - "x-ms-correlation-request-id": [ - "a976e75e-aec7-4617-900e-af4fdf2535ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:a976e75e-aec7-4617-900e-af4fdf2535ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "25635a8bdd854cf9a3c1dbbcb3c6175f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28ee602e-c3e7-4107-ab9c-b72b096ba136" - ], - "x-ms-correlation-request-id": [ - "28ee602e-c3e7-4107-ab9c-b72b096ba136" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:28ee602e-c3e7-4107-ab9c-b72b096ba136" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "f4cafb87271842c3bfd23948e8cbf460" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "511e24bf-665e-430d-964e-86774892add1" - ], - "x-ms-correlation-request-id": [ - "511e24bf-665e-430d-964e-86774892add1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:511e24bf-665e-430d-964e-86774892add1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "d53d017f5d2b40fcb7deac314f3a8236" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43853a7b-1208-4c18-9c33-ae9b11e1846b" - ], - "x-ms-correlation-request-id": [ - "43853a7b-1208-4c18-9c33-ae9b11e1846b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:43853a7b-1208-4c18-9c33-ae9b11e1846b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "9e168ca512b944968db66c954b0e72e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c88fc9d-3103-49c8-a84d-b043fb929a66" - ], - "x-ms-correlation-request-id": [ - "5c88fc9d-3103-49c8-a84d-b043fb929a66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:5c88fc9d-3103-49c8-a84d-b043fb929a66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "e65d2cb87e02492790bafd9eda9e6227" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "129e707d-0c9b-4bbb-b11d-aecc35796a50" - ], - "x-ms-correlation-request-id": [ - "129e707d-0c9b-4bbb-b11d-aecc35796a50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:129e707d-0c9b-4bbb-b11d-aecc35796a50" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "442e1fd38d814675bec952fc474820ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3c35677-a1f6-4147-af84-319bf5172eba" - ], - "x-ms-correlation-request-id": [ - "a3c35677-a1f6-4147-af84-319bf5172eba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:a3c35677-a1f6-4147-af84-319bf5172eba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "e5c4f87214d344c59baf734c8840512d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14ae85fd-ce01-4e2a-bcb3-f8860c71e206" - ], - "x-ms-correlation-request-id": [ - "14ae85fd-ce01-4e2a-bcb3-f8860c71e206" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183628Z:14ae85fd-ce01-4e2a-bcb3-f8860c71e206" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "0fb8fe7f506c484fb208b7ea3a4af3b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc26e10d-dad8-44b9-bc84-e2eaa965f9df" - ], - "x-ms-correlation-request-id": [ - "cc26e10d-dad8-44b9-bc84-e2eaa965f9df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183629Z:cc26e10d-dad8-44b9-bc84-e2eaa965f9df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "eb49ff503d4445da8b20d7adff1e45c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69e5f5bb-eaad-4bc0-89d1-5f1e7d1ac7f9" - ], - "x-ms-correlation-request-id": [ - "69e5f5bb-eaad-4bc0-89d1-5f1e7d1ac7f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183629Z:69e5f5bb-eaad-4bc0-89d1-5f1e7d1ac7f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "109bcbf6f3e941b18417b6452da5d2a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af47f5fd-3a98-41b9-8330-61e336a23dce" - ], - "x-ms-correlation-request-id": [ - "af47f5fd-3a98-41b9-8330-61e336a23dce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183629Z:af47f5fd-3a98-41b9-8330-61e336a23dce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "c91a422f4f934f729f9700db6889a4a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1606bd3-0e69-4dc9-ab40-ecb646414d77" - ], - "x-ms-correlation-request-id": [ - "e1606bd3-0e69-4dc9-ab40-ecb646414d77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183629Z:e1606bd3-0e69-4dc9-ab40-ecb646414d77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "3a1764efc9994acdb1de833f45684a7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddb997f7-44ac-402a-9bc1-0b160965d21e" - ], - "x-ms-correlation-request-id": [ - "ddb997f7-44ac-402a-9bc1-0b160965d21e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183629Z:ddb997f7-44ac-402a-9bc1-0b160965d21e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "e149546cecaf4f319f0d4baf7493c308" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e10607d-dd32-4b81-803c-37e42c283706" - ], - "x-ms-correlation-request-id": [ - "3e10607d-dd32-4b81-803c-37e42c283706" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183629Z:3e10607d-dd32-4b81-803c-37e42c283706" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "34fd3b4d9e8f481c9a72767e61dde139" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd4b328b-bb4f-403f-8fb7-fe8312d704f6" - ], - "x-ms-correlation-request-id": [ - "dd4b328b-bb4f-403f-8fb7-fe8312d704f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183630Z:dd4b328b-bb4f-403f-8fb7-fe8312d704f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "8761c3df506340d0ba62ff5dd9a9b7e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8df6a975-a244-432f-8a00-606ff34d89e2" - ], - "x-ms-correlation-request-id": [ - "8df6a975-a244-432f-8a00-606ff34d89e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183630Z:8df6a975-a244-432f-8a00-606ff34d89e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "b1a7f1f1e2184dff8afd3c78928b8601" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d52f486-0356-461f-a317-6a90807640eb" - ], - "x-ms-correlation-request-id": [ - "8d52f486-0356-461f-a317-6a90807640eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183630Z:8d52f486-0356-461f-a317-6a90807640eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "bf22d3110ff54245b1c8a2b580d60bd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9dae6dd3-4f2e-49a7-b5ca-0b1c8b14e5fc" - ], - "x-ms-correlation-request-id": [ - "9dae6dd3-4f2e-49a7-b5ca-0b1c8b14e5fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183630Z:9dae6dd3-4f2e-49a7-b5ca-0b1c8b14e5fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "a2f9fa779852456c8a4a8d9046ea2ca0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46759d4b-0104-4884-8739-3503655f7e7d" - ], - "x-ms-correlation-request-id": [ - "46759d4b-0104-4884-8739-3503655f7e7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183630Z:46759d4b-0104-4884-8739-3503655f7e7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "9f559eff12d74474b2b91d66ad8b7fe6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcad9cb7-3b15-49b9-af36-c41d898775e1" - ], - "x-ms-correlation-request-id": [ - "dcad9cb7-3b15-49b9-af36-c41d898775e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183630Z:dcad9cb7-3b15-49b9-af36-c41d898775e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "b0a898a4e5884a89b7b513247c8f61f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37eb2061-6f51-4232-81dd-e3f0fbc05d17" - ], - "x-ms-correlation-request-id": [ - "37eb2061-6f51-4232-81dd-e3f0fbc05d17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183630Z:37eb2061-6f51-4232-81dd-e3f0fbc05d17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "58013dd837de405fb0728dd872c659a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a232106c-d0d7-4142-a5dc-21c2f56b4811" - ], - "x-ms-correlation-request-id": [ - "a232106c-d0d7-4142-a5dc-21c2f56b4811" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:a232106c-d0d7-4142-a5dc-21c2f56b4811" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "a9d6bee875e64e4c9575edf84fda5342" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f512bd8-a7d8-4656-a358-c407b1a0aadd" - ], - "x-ms-correlation-request-id": [ - "1f512bd8-a7d8-4656-a358-c407b1a0aadd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:1f512bd8-a7d8-4656-a358-c407b1a0aadd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "1bb8e3a251c94f25a1893dc4f1d19feb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da8cb4ac-9626-4cfe-9ea5-46223be23ba4" - ], - "x-ms-correlation-request-id": [ - "da8cb4ac-9626-4cfe-9ea5-46223be23ba4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:da8cb4ac-9626-4cfe-9ea5-46223be23ba4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "870f88c818f148e59066e211e6fb531d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dfd7de8a-5aff-46c2-8457-a69b6c49eb1a" - ], - "x-ms-correlation-request-id": [ - "dfd7de8a-5aff-46c2-8457-a69b6c49eb1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:dfd7de8a-5aff-46c2-8457-a69b6c49eb1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "d904bd2384f04534b9621ef15526f431" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f71b3ac-4ab2-4cd7-84b1-6f33971b9a9e" - ], - "x-ms-correlation-request-id": [ - "2f71b3ac-4ab2-4cd7-84b1-6f33971b9a9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:2f71b3ac-4ab2-4cd7-84b1-6f33971b9a9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "ddb776bc4e3b4b06b0911b1e6e6585c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2a4036d-5072-466c-aa53-41a3e78d10d2" - ], - "x-ms-correlation-request-id": [ - "b2a4036d-5072-466c-aa53-41a3e78d10d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:b2a4036d-5072-466c-aa53-41a3e78d10d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "8759c3b6202740c1a90340a909ea96e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa0fe5e8-2666-46ad-bf32-b36351507907" - ], - "x-ms-correlation-request-id": [ - "fa0fe5e8-2666-46ad-bf32-b36351507907" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:fa0fe5e8-2666-46ad-bf32-b36351507907" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "ba9e05263b2245058e1d0343ca6b59d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a912af9-4659-47dd-b527-f9cafa56f09f" - ], - "x-ms-correlation-request-id": [ - "2a912af9-4659-47dd-b527-f9cafa56f09f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183631Z:2a912af9-4659-47dd-b527-f9cafa56f09f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "ecc92977dbef4d4fa06eb1355a26e755" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d742dda-e6d5-4b0e-8fe4-d15343790257" - ], - "x-ms-correlation-request-id": [ - "4d742dda-e6d5-4b0e-8fe4-d15343790257" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:4d742dda-e6d5-4b0e-8fe4-d15343790257" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "6b442bcaa35f488584537be8d6d6f607" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c1d0709-764c-4bf1-b279-1dfa92543d20" - ], - "x-ms-correlation-request-id": [ - "5c1d0709-764c-4bf1-b279-1dfa92543d20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:5c1d0709-764c-4bf1-b279-1dfa92543d20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "afe00fab6d5d4f0f9fa2a60453e2efff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "949c3532-5e24-45e5-a7cc-14c342aea811" - ], - "x-ms-correlation-request-id": [ - "949c3532-5e24-45e5-a7cc-14c342aea811" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:949c3532-5e24-45e5-a7cc-14c342aea811" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "1f0379669e914622930789f6d4e546fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94433d95-b248-44d6-aea9-bb970433e473" - ], - "x-ms-correlation-request-id": [ - "94433d95-b248-44d6-aea9-bb970433e473" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:94433d95-b248-44d6-aea9-bb970433e473" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "7148e67a164249ca9e8ba18dd23228a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "397cac3f-3448-4990-94de-8d518b0d0332" - ], - "x-ms-correlation-request-id": [ - "397cac3f-3448-4990-94de-8d518b0d0332" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:397cac3f-3448-4990-94de-8d518b0d0332" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "b5cd2143aaa34970be83012ba1ba720c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd39e302-477b-4244-afe1-2f6b33b297af" - ], - "x-ms-correlation-request-id": [ - "dd39e302-477b-4244-afe1-2f6b33b297af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:dd39e302-477b-4244-afe1-2f6b33b297af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "0f94ee20ce174c3ea1d636a7c0f2e57e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a42eecce-e76c-45dd-883a-536adac32e76" - ], - "x-ms-correlation-request-id": [ - "a42eecce-e76c-45dd-883a-536adac32e76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:a42eecce-e76c-45dd-883a-536adac32e76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "c8c6149587e2432bbd1a25133d2e03b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "766cf415-1ef2-4305-b29c-97786bace873" - ], - "x-ms-correlation-request-id": [ - "766cf415-1ef2-4305-b29c-97786bace873" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183632Z:766cf415-1ef2-4305-b29c-97786bace873" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "a1a2b7e640434f9da7f06a883766b5eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4491169-77be-4b8c-bb11-5954a8e6fb18" - ], - "x-ms-correlation-request-id": [ - "d4491169-77be-4b8c-bb11-5954a8e6fb18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:d4491169-77be-4b8c-bb11-5954a8e6fb18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "359e084ff6f545499d3f5286cfeccf21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a48aa96c-ad3a-4ce4-ac16-40032a43731f" - ], - "x-ms-correlation-request-id": [ - "a48aa96c-ad3a-4ce4-ac16-40032a43731f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:a48aa96c-ad3a-4ce4-ac16-40032a43731f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "03a679233c9145a09a658f9804b93cc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8786d19e-f5e3-4c04-97f9-332cc790fe7b" - ], - "x-ms-correlation-request-id": [ - "8786d19e-f5e3-4c04-97f9-332cc790fe7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:8786d19e-f5e3-4c04-97f9-332cc790fe7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "c98d2eca00bc4198be8e27a162066137" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4196903-38c5-423a-be8d-9630fc18f61c" - ], - "x-ms-correlation-request-id": [ - "a4196903-38c5-423a-be8d-9630fc18f61c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:a4196903-38c5-423a-be8d-9630fc18f61c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "38db485360524b539812a3db1d82bfef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28166b82-ccdc-427b-9dff-00e8ae422ecc" - ], - "x-ms-correlation-request-id": [ - "28166b82-ccdc-427b-9dff-00e8ae422ecc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:28166b82-ccdc-427b-9dff-00e8ae422ecc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "99222f73becc4cceb516b7167d6f78fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca376d8f-b13e-4b8f-a522-5bf5bd32af18" - ], - "x-ms-correlation-request-id": [ - "ca376d8f-b13e-4b8f-a522-5bf5bd32af18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:ca376d8f-b13e-4b8f-a522-5bf5bd32af18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "73c29b9922e7422f842c1f543bcd395b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "761597a3-31ff-4c99-a4d4-31d92a8617b8" - ], - "x-ms-correlation-request-id": [ - "761597a3-31ff-4c99-a4d4-31d92a8617b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:761597a3-31ff-4c99-a4d4-31d92a8617b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "dfedab2d0e3849d6bbb63d4141aad374" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd224e98-2b1b-4a1c-9791-b7df9668ca2f" - ], - "x-ms-correlation-request-id": [ - "cd224e98-2b1b-4a1c-9791-b7df9668ca2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183633Z:cd224e98-2b1b-4a1c-9791-b7df9668ca2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "20162f518ba1477a8b744b542dd08737" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1788b3c8-e541-4a2e-828d-de8d2408d44e" - ], - "x-ms-correlation-request-id": [ - "1788b3c8-e541-4a2e-828d-de8d2408d44e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183634Z:1788b3c8-e541-4a2e-828d-de8d2408d44e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "85f979ede5f0437c9e6f48ee725c272a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "882a5c21-2c03-41dc-8187-eeaf58baaf73" - ], - "x-ms-correlation-request-id": [ - "882a5c21-2c03-41dc-8187-eeaf58baaf73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183634Z:882a5c21-2c03-41dc-8187-eeaf58baaf73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "c7253bbfa8014eae91a4c7cbeeede27e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56a280a9-7f93-47d5-ab98-1773da291432" - ], - "x-ms-correlation-request-id": [ - "56a280a9-7f93-47d5-ab98-1773da291432" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183634Z:56a280a9-7f93-47d5-ab98-1773da291432" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "e6fe3e80f8b745eaa2499425ed160695" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "939e39dc-70cf-4196-83a0-a22f8f8ced35" - ], - "x-ms-correlation-request-id": [ - "939e39dc-70cf-4196-83a0-a22f8f8ced35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183634Z:939e39dc-70cf-4196-83a0-a22f8f8ced35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "61263948e94141f8bc8003735e45e74f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56319095-f31c-403d-9934-2d1e82de6067" - ], - "x-ms-correlation-request-id": [ - "56319095-f31c-403d-9934-2d1e82de6067" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183635Z:56319095-f31c-403d-9934-2d1e82de6067" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "683c61f9f45a4cafadccadcee2fac2f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ec3eea9-c038-4266-a79d-6cd61c08c530" - ], - "x-ms-correlation-request-id": [ - "3ec3eea9-c038-4266-a79d-6cd61c08c530" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183635Z:3ec3eea9-c038-4266-a79d-6cd61c08c530" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "cafd96199c434360865f130a439311b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d72e59e6-d328-4ee9-bf7d-5e7a843ea73b" - ], - "x-ms-correlation-request-id": [ - "d72e59e6-d328-4ee9-bf7d-5e7a843ea73b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183635Z:d72e59e6-d328-4ee9-bf7d-5e7a843ea73b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "a90c4079f2564e14b249bc7aa38ac5a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b5f858f-3b86-4370-bcc9-30b3e50add1d" - ], - "x-ms-correlation-request-id": [ - "3b5f858f-3b86-4370-bcc9-30b3e50add1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183635Z:3b5f858f-3b86-4370-bcc9-30b3e50add1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "7ca364eea73243da9d63553af0eec400" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e3b2ff8-0a8c-45d4-8ba7-beadab558d02" - ], - "x-ms-correlation-request-id": [ - "7e3b2ff8-0a8c-45d4-8ba7-beadab558d02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183635Z:7e3b2ff8-0a8c-45d4-8ba7-beadab558d02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "95dfedfd511043adaa64ea7ae67fc9c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3c6d157-8de9-41e1-8cf1-e344faefe10e" - ], - "x-ms-correlation-request-id": [ - "f3c6d157-8de9-41e1-8cf1-e344faefe10e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183635Z:f3c6d157-8de9-41e1-8cf1-e344faefe10e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "524bd6155c1649fbbbbc1c6635bc5052" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c76d2f1-a2bf-423b-bbc8-e882a4e900eb" - ], - "x-ms-correlation-request-id": [ - "2c76d2f1-a2bf-423b-bbc8-e882a4e900eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183635Z:2c76d2f1-a2bf-423b-bbc8-e882a4e900eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "e78bd2b5d5fd4ec1b96f590fed2852f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96bda2a2-18fb-4a94-8fc8-771f53db7529" - ], - "x-ms-correlation-request-id": [ - "96bda2a2-18fb-4a94-8fc8-771f53db7529" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:96bda2a2-18fb-4a94-8fc8-771f53db7529" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "21e378dc73c545b7915cc30b9c8b0c8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9225be7f-0f63-4ef2-95a2-5840e5757940" - ], - "x-ms-correlation-request-id": [ - "9225be7f-0f63-4ef2-95a2-5840e5757940" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:9225be7f-0f63-4ef2-95a2-5840e5757940" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "5e4c33e4e6824ca68e979236f5487bc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebb000fd-8110-4a4d-af7c-78553610b684" - ], - "x-ms-correlation-request-id": [ - "ebb000fd-8110-4a4d-af7c-78553610b684" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:ebb000fd-8110-4a4d-af7c-78553610b684" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "69c08686b84b4959a2568bc70f2bdada" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b141f511-966e-4d40-b0c8-e6c61a70e44a" - ], - "x-ms-correlation-request-id": [ - "b141f511-966e-4d40-b0c8-e6c61a70e44a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:b141f511-966e-4d40-b0c8-e6c61a70e44a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "74f3407db77e4c8585e07d6ee1271ff1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09e8bcba-feff-4741-97dc-1a2a697387ee" - ], - "x-ms-correlation-request-id": [ - "09e8bcba-feff-4741-97dc-1a2a697387ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:09e8bcba-feff-4741-97dc-1a2a697387ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "b5e0080c55784cb4887e47eaf30faa9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad83a390-6cde-4447-872a-37109237b532" - ], - "x-ms-correlation-request-id": [ - "ad83a390-6cde-4447-872a-37109237b532" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:ad83a390-6cde-4447-872a-37109237b532" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "8f36310b425045a9a59ec3b29ad46100" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8cd3574-9cdf-4b4f-b1fd-0c8707e44684" - ], - "x-ms-correlation-request-id": [ - "c8cd3574-9cdf-4b4f-b1fd-0c8707e44684" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:c8cd3574-9cdf-4b4f-b1fd-0c8707e44684" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "c97c00c4add446d88d24a1a4e4dfb2ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2336b97-aea3-4c78-9e77-5a7e695415c4" - ], - "x-ms-correlation-request-id": [ - "a2336b97-aea3-4c78-9e77-5a7e695415c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183636Z:a2336b97-aea3-4c78-9e77-5a7e695415c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "0727c4a2ef0c4b0ba9c2ce077cd0167f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f25d1c5c-2933-4548-bb8f-c812d78932d6" - ], - "x-ms-correlation-request-id": [ - "f25d1c5c-2933-4548-bb8f-c812d78932d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183637Z:f25d1c5c-2933-4548-bb8f-c812d78932d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "f09d0c63301d49c7b0f79c57b3bb0132" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a662d0ce-2b91-49b3-99d4-20efabdfcda5" - ], - "x-ms-correlation-request-id": [ - "a662d0ce-2b91-49b3-99d4-20efabdfcda5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183637Z:a662d0ce-2b91-49b3-99d4-20efabdfcda5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "072ad753a8644665a5147df4807248f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9f089f8-6e66-4f59-b80a-529b256bb8a5" - ], - "x-ms-correlation-request-id": [ - "a9f089f8-6e66-4f59-b80a-529b256bb8a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183637Z:a9f089f8-6e66-4f59-b80a-529b256bb8a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "446db12e87ef48ec8ff89b03a56e0130" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41d4a7c2-da53-4654-b92f-e14f90be780b" - ], - "x-ms-correlation-request-id": [ - "41d4a7c2-da53-4654-b92f-e14f90be780b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183637Z:41d4a7c2-da53-4654-b92f-e14f90be780b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "6b28f5b00467494aa025aaba556a1dea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34409eac-8da8-4e59-b253-8ec9419fdb1f" - ], - "x-ms-correlation-request-id": [ - "34409eac-8da8-4e59-b253-8ec9419fdb1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183637Z:34409eac-8da8-4e59-b253-8ec9419fdb1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "daf01e96019f47dea986cee1e03a0b2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3ac0b60-23a5-45e1-8996-d90405767d85" - ], - "x-ms-correlation-request-id": [ - "c3ac0b60-23a5-45e1-8996-d90405767d85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183637Z:c3ac0b60-23a5-45e1-8996-d90405767d85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "cff287b062f34a569c72dba0d74cfc43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e48c5794-501d-4668-ab6d-bdf0c1f215ae" - ], - "x-ms-correlation-request-id": [ - "e48c5794-501d-4668-ab6d-bdf0c1f215ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183637Z:e48c5794-501d-4668-ab6d-bdf0c1f215ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "09705c5da1304b528ec6127ec471677b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f336797-7661-4c30-8598-906797e7bc36" - ], - "x-ms-correlation-request-id": [ - "6f336797-7661-4c30-8598-906797e7bc36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:6f336797-7661-4c30-8598-906797e7bc36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "aad83f5fdffa421893e82b95a70fb06c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64c9bc39-36be-405f-86d2-b4877941edef" - ], - "x-ms-correlation-request-id": [ - "64c9bc39-36be-405f-86d2-b4877941edef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:64c9bc39-36be-405f-86d2-b4877941edef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "9f76d2c5d2524f5f8d147fdb7690bca3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bac25d77-d30e-4d58-ba2c-47862f87f1cd" - ], - "x-ms-correlation-request-id": [ - "bac25d77-d30e-4d58-ba2c-47862f87f1cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:bac25d77-d30e-4d58-ba2c-47862f87f1cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "a5b1220dd22d4716a765814310d1959b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0904e7ee-f6e3-4744-afa7-4570bc389c2d" - ], - "x-ms-correlation-request-id": [ - "0904e7ee-f6e3-4744-afa7-4570bc389c2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:0904e7ee-f6e3-4744-afa7-4570bc389c2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "3d6b5a4ff5a4401db2d32be080750028" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2aa2d241-420c-4158-ab6e-a7283953bd51" - ], - "x-ms-correlation-request-id": [ - "2aa2d241-420c-4158-ab6e-a7283953bd51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:2aa2d241-420c-4158-ab6e-a7283953bd51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "493471788f124d1dbeed2072103cd90e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7246cc92-d02c-4c6f-8cae-75850221bf29" - ], - "x-ms-correlation-request-id": [ - "7246cc92-d02c-4c6f-8cae-75850221bf29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:7246cc92-d02c-4c6f-8cae-75850221bf29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "cb518f16196e47adab8e2e5d3215f1ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ceccac14-95ed-47fb-99ee-3776de71d175" - ], - "x-ms-correlation-request-id": [ - "ceccac14-95ed-47fb-99ee-3776de71d175" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:ceccac14-95ed-47fb-99ee-3776de71d175" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "01ad7949d9564f3686af4b606223c78d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfc9b2b2-5edc-4ad4-bc92-8d3594e1c343" - ], - "x-ms-correlation-request-id": [ - "bfc9b2b2-5edc-4ad4-bc92-8d3594e1c343" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183638Z:bfc9b2b2-5edc-4ad4-bc92-8d3594e1c343" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "674de03814224ef28c5e673f04af77af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c4699bd-ae78-47b1-81bf-2e11943e1e0e" - ], - "x-ms-correlation-request-id": [ - "3c4699bd-ae78-47b1-81bf-2e11943e1e0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183639Z:3c4699bd-ae78-47b1-81bf-2e11943e1e0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "36bd18adc00c4bfc8f6b674912c9629d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "642a4dc4-5342-45c5-b740-d230fab9f41a" - ], - "x-ms-correlation-request-id": [ - "642a4dc4-5342-45c5-b740-d230fab9f41a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183639Z:642a4dc4-5342-45c5-b740-d230fab9f41a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "a385cc75bc8f419795646c00ec332719" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df347960-9410-4a0e-bbaa-71756698bf98" - ], - "x-ms-correlation-request-id": [ - "df347960-9410-4a0e-bbaa-71756698bf98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183639Z:df347960-9410-4a0e-bbaa-71756698bf98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "03d15c8876de46e48f546b3f882686c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "277a6ee5-26f9-4be4-b0d0-51524ebd4ebf" - ], - "x-ms-correlation-request-id": [ - "277a6ee5-26f9-4be4-b0d0-51524ebd4ebf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183639Z:277a6ee5-26f9-4be4-b0d0-51524ebd4ebf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "1b1c3544d00349acb51e3de9b6c19ca3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90ae1a90-ed97-43f2-b46d-2cc381ac21b2" - ], - "x-ms-correlation-request-id": [ - "90ae1a90-ed97-43f2-b46d-2cc381ac21b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183639Z:90ae1a90-ed97-43f2-b46d-2cc381ac21b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "364c44abc6394ea88722fc646dcbab05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11349149-237e-4735-9528-7adcceea1822" - ], - "x-ms-correlation-request-id": [ - "11349149-237e-4735-9528-7adcceea1822" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183639Z:11349149-237e-4735-9528-7adcceea1822" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "ada08f43dd2645289dda3b48f270d478" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67b65f8a-d634-4b00-bca6-4569962e4870" - ], - "x-ms-correlation-request-id": [ - "67b65f8a-d634-4b00-bca6-4569962e4870" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183640Z:67b65f8a-d634-4b00-bca6-4569962e4870" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "9139675ee2d243a39d3972cc0356cecc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a605c1d3-c302-4320-bf6b-1ef56d9c6ef7" - ], - "x-ms-correlation-request-id": [ - "a605c1d3-c302-4320-bf6b-1ef56d9c6ef7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183640Z:a605c1d3-c302-4320-bf6b-1ef56d9c6ef7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "923380d345eb40ec8bf85fd35679c963" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9235764-62ab-40b8-b84d-6a50a3a68c0d" - ], - "x-ms-correlation-request-id": [ - "e9235764-62ab-40b8-b84d-6a50a3a68c0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183640Z:e9235764-62ab-40b8-b84d-6a50a3a68c0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "25f4cbed9ca745309b51b2a59599084c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b1ae573-1aa6-42d5-a9d3-c32d8eb2554a" - ], - "x-ms-correlation-request-id": [ - "6b1ae573-1aa6-42d5-a9d3-c32d8eb2554a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183640Z:6b1ae573-1aa6-42d5-a9d3-c32d8eb2554a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "3fe4cf6d7c184d19b2ec131db3cd32ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f47eeaa-0b67-41d0-9c3c-47f406454ebc" - ], - "x-ms-correlation-request-id": [ - "9f47eeaa-0b67-41d0-9c3c-47f406454ebc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:9f47eeaa-0b67-41d0-9c3c-47f406454ebc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "73004afcb8424a5199a4924bdf65c44b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c3378e2-03ee-496f-9fa2-0982c772a24e" - ], - "x-ms-correlation-request-id": [ - "1c3378e2-03ee-496f-9fa2-0982c772a24e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:1c3378e2-03ee-496f-9fa2-0982c772a24e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "4080964a389b4e748a8c6ba6a70b8645" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21906d80-917a-43e5-989c-a6b3d22c3922" - ], - "x-ms-correlation-request-id": [ - "21906d80-917a-43e5-989c-a6b3d22c3922" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:21906d80-917a-43e5-989c-a6b3d22c3922" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "48028b42c16847979a52e1be1b03d26f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79fbd36d-bd4b-464d-a929-c9847291b685" - ], - "x-ms-correlation-request-id": [ - "79fbd36d-bd4b-464d-a929-c9847291b685" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:79fbd36d-bd4b-464d-a929-c9847291b685" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "742b4b8c88f1476fba0d14e295ea09c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31249a90-614e-4860-94a2-0efa78cb3c61" - ], - "x-ms-correlation-request-id": [ - "31249a90-614e-4860-94a2-0efa78cb3c61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:31249a90-614e-4860-94a2-0efa78cb3c61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "c59cdc7dd39141a9a9a218f358eab267" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23e45072-3e00-4837-a01c-6d06e00f4584" - ], - "x-ms-correlation-request-id": [ - "23e45072-3e00-4837-a01c-6d06e00f4584" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:23e45072-3e00-4837-a01c-6d06e00f4584" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "d74af8f5700a417ca37010a636e115b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "556d4eeb-9bcd-4dab-ad71-17ac7974ea25" - ], - "x-ms-correlation-request-id": [ - "556d4eeb-9bcd-4dab-ad71-17ac7974ea25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:556d4eeb-9bcd-4dab-ad71-17ac7974ea25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "e82b1dc7271c4190b9f65dfa5d621465" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7196b63a-9791-4709-b959-d5a84058ccd2" - ], - "x-ms-correlation-request-id": [ - "7196b63a-9791-4709-b959-d5a84058ccd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183641Z:7196b63a-9791-4709-b959-d5a84058ccd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "1db2fe279dae4ff798dadd8602d716a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "609a2911-4e47-4577-9758-4f897837b4b7" - ], - "x-ms-correlation-request-id": [ - "609a2911-4e47-4577-9758-4f897837b4b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:609a2911-4e47-4577-9758-4f897837b4b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "b1bff949da5e4606a3617b5b2c35a310" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "432422e4-352f-42f3-96d1-4178ba77d090" - ], - "x-ms-correlation-request-id": [ - "432422e4-352f-42f3-96d1-4178ba77d090" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:432422e4-352f-42f3-96d1-4178ba77d090" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "1ce9dc72592647f0a1002b8f4a9fbb25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50701f54-79e6-480d-a7d0-c688ecb4519f" - ], - "x-ms-correlation-request-id": [ - "50701f54-79e6-480d-a7d0-c688ecb4519f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:50701f54-79e6-480d-a7d0-c688ecb4519f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "5fdf6b7c2f4541858e3004083dbdaf7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fe40f02-4313-4ed2-b6e6-9275803ef031" - ], - "x-ms-correlation-request-id": [ - "7fe40f02-4313-4ed2-b6e6-9275803ef031" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:7fe40f02-4313-4ed2-b6e6-9275803ef031" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "e9aa0479e1694e209ff5aa450f0698c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd7f7bce-8321-46fd-b8e1-61728a5e4be0" - ], - "x-ms-correlation-request-id": [ - "fd7f7bce-8321-46fd-b8e1-61728a5e4be0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:fd7f7bce-8321-46fd-b8e1-61728a5e4be0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "c605ff9eb5fc46d79b5615b0bed21ce7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71439558-e6a0-470c-bab7-4f7fd532b6cf" - ], - "x-ms-correlation-request-id": [ - "71439558-e6a0-470c-bab7-4f7fd532b6cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:71439558-e6a0-470c-bab7-4f7fd532b6cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "47f614a594224e9984a255feebcfc5e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "751586a8-6cb4-425d-bbc7-337e9468ec1b" - ], - "x-ms-correlation-request-id": [ - "751586a8-6cb4-425d-bbc7-337e9468ec1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:751586a8-6cb4-425d-bbc7-337e9468ec1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "b3598b2e538e4f309c85adbe60bc23e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec589baa-d286-4952-8da8-a31947e3a6d8" - ], - "x-ms-correlation-request-id": [ - "ec589baa-d286-4952-8da8-a31947e3a6d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:ec589baa-d286-4952-8da8-a31947e3a6d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "811d9fa698f64be79251b51ecf05599f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0ddf919-389a-467c-a063-8ccd4129a4a9" - ], - "x-ms-correlation-request-id": [ - "c0ddf919-389a-467c-a063-8ccd4129a4a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:c0ddf919-389a-467c-a063-8ccd4129a4a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "d18c23b8df7247d6abe6631fb430b0eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee9b543c-924e-42da-a66e-7224d78f06fc" - ], - "x-ms-correlation-request-id": [ - "ee9b543c-924e-42da-a66e-7224d78f06fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183642Z:ee9b543c-924e-42da-a66e-7224d78f06fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "44346b6ac6734210a02652cebc80adbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a9fa1eb-be41-440f-b0f9-75ab3696369b" - ], - "x-ms-correlation-request-id": [ - "5a9fa1eb-be41-440f-b0f9-75ab3696369b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183647Z:5a9fa1eb-be41-440f-b0f9-75ab3696369b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "d8e0687f431d4fc3a7ccd7de744cfb06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6be09774-d01a-46bc-a44f-8d548bd235f3" - ], - "x-ms-correlation-request-id": [ - "6be09774-d01a-46bc-a44f-8d548bd235f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:6be09774-d01a-46bc-a44f-8d548bd235f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "57e3ac9e136b4a768afa54445adf611f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e54e727-cbf1-4766-8744-5d4a3190f9c6" - ], - "x-ms-correlation-request-id": [ - "8e54e727-cbf1-4766-8744-5d4a3190f9c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:8e54e727-cbf1-4766-8744-5d4a3190f9c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "41da1d1ca20b49fa916da25102234c31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "330b61de-34de-4def-ba74-e908248c243e" - ], - "x-ms-correlation-request-id": [ - "330b61de-34de-4def-ba74-e908248c243e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:330b61de-34de-4def-ba74-e908248c243e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "69d4fbde024d4df0a80713434adf4d0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df6723e2-7ac1-4e3f-a78f-16413b7cbea1" - ], - "x-ms-correlation-request-id": [ - "df6723e2-7ac1-4e3f-a78f-16413b7cbea1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:df6723e2-7ac1-4e3f-a78f-16413b7cbea1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "f641ef9ec01241e39e8bb95b87211389" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9cb624c-bb15-41c8-9b77-e9bfd8bb6d97" - ], - "x-ms-correlation-request-id": [ - "e9cb624c-bb15-41c8-9b77-e9bfd8bb6d97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:e9cb624c-bb15-41c8-9b77-e9bfd8bb6d97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "82ef3d8acfd14a10ac3e8c31d290b24d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf3452c7-4e05-4de6-860b-879fdae9f0a8" - ], - "x-ms-correlation-request-id": [ - "bf3452c7-4e05-4de6-860b-879fdae9f0a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:bf3452c7-4e05-4de6-860b-879fdae9f0a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "8134d3e19df34813bc9cdcee71a7c700" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08706241-fed7-4b28-811a-a15807cfbfdc" - ], - "x-ms-correlation-request-id": [ - "08706241-fed7-4b28-811a-a15807cfbfdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:08706241-fed7-4b28-811a-a15807cfbfdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "448d57d10e9045dca17f6cef6e380fba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea223d6b-c218-4564-ab23-c6a7e92abef8" - ], - "x-ms-correlation-request-id": [ - "ea223d6b-c218-4564-ab23-c6a7e92abef8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183648Z:ea223d6b-c218-4564-ab23-c6a7e92abef8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "d9fe75277c434f5293affff7ef46adea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c958a2e-7386-420b-83d3-308d29ac7778" - ], - "x-ms-correlation-request-id": [ - "5c958a2e-7386-420b-83d3-308d29ac7778" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:5c958a2e-7386-420b-83d3-308d29ac7778" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "faafe2704dbb4afb98f3ca7ae6a3eafd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b68d4ef2-42bc-4b73-931f-0817a7c74a90" - ], - "x-ms-correlation-request-id": [ - "b68d4ef2-42bc-4b73-931f-0817a7c74a90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:b68d4ef2-42bc-4b73-931f-0817a7c74a90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "68a426a19f2b4432bec02ff1b1bd1d7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4bd4a4a-b11a-4b25-ad2e-ef80f82afea1" - ], - "x-ms-correlation-request-id": [ - "b4bd4a4a-b11a-4b25-ad2e-ef80f82afea1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:b4bd4a4a-b11a-4b25-ad2e-ef80f82afea1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "18285485d53243639bdc1fcabe62539d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "490ebf7d-e1bd-42f2-919b-2c704baa7d41" - ], - "x-ms-correlation-request-id": [ - "490ebf7d-e1bd-42f2-919b-2c704baa7d41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:490ebf7d-e1bd-42f2-919b-2c704baa7d41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "eb6c51cef7d54ffc94de7e060d12ab7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2003fe8f-c607-401d-bc02-01b0d4aeb00c" - ], - "x-ms-correlation-request-id": [ - "2003fe8f-c607-401d-bc02-01b0d4aeb00c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:2003fe8f-c607-401d-bc02-01b0d4aeb00c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "4f1b5b0518964723bf5ec0347d6acc08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db4de319-41d7-42d2-88cd-522a8d9ec29b" - ], - "x-ms-correlation-request-id": [ - "db4de319-41d7-42d2-88cd-522a8d9ec29b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:db4de319-41d7-42d2-88cd-522a8d9ec29b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "6e59e0941e114e5cacf642f5fe732205" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfa43775-f3c9-42fd-808f-9a703331f945" - ], - "x-ms-correlation-request-id": [ - "cfa43775-f3c9-42fd-808f-9a703331f945" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:cfa43775-f3c9-42fd-808f-9a703331f945" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "165ee5abe9994877b66aee58975b7e9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "091dd407-cb56-4325-958f-e2f81e37f594" - ], - "x-ms-correlation-request-id": [ - "091dd407-cb56-4325-958f-e2f81e37f594" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:091dd407-cb56-4325-958f-e2f81e37f594" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "a2b4e664c8d242c4ab1e304a1d427f37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff7bc3db-40ae-4ad6-8379-e954f8573b4c" - ], - "x-ms-correlation-request-id": [ - "ff7bc3db-40ae-4ad6-8379-e954f8573b4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:ff7bc3db-40ae-4ad6-8379-e954f8573b4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "c1d4412771b442a1ad4a46f01c4682e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d7aee80-72ed-40dc-b96e-09be247f2b97" - ], - "x-ms-correlation-request-id": [ - "9d7aee80-72ed-40dc-b96e-09be247f2b97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183649Z:9d7aee80-72ed-40dc-b96e-09be247f2b97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "308a3d8661fa4002a6a65beaf92b0c8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a68b6f38-f96f-46c4-bdf6-fe5a51c0fa10" - ], - "x-ms-correlation-request-id": [ - "a68b6f38-f96f-46c4-bdf6-fe5a51c0fa10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183650Z:a68b6f38-f96f-46c4-bdf6-fe5a51c0fa10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "81a3b9c4330b45ef9e83f04f6e1f9007" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38a23c13-0f49-4e5b-92e4-9be6be9a6a8c" - ], - "x-ms-correlation-request-id": [ - "38a23c13-0f49-4e5b-92e4-9be6be9a6a8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183650Z:38a23c13-0f49-4e5b-92e4-9be6be9a6a8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "91ac06cd3f2e4f2083e0cd8e2f57882f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "008c6af4-a41c-4bf7-a804-022be7ee65f4" - ], - "x-ms-correlation-request-id": [ - "008c6af4-a41c-4bf7-a804-022be7ee65f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183650Z:008c6af4-a41c-4bf7-a804-022be7ee65f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "eaf5387bdb1849c087164035defa570b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92d750c2-68ce-4f49-ad18-6b1c33c8d0d5" - ], - "x-ms-correlation-request-id": [ - "92d750c2-68ce-4f49-ad18-6b1c33c8d0d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183650Z:92d750c2-68ce-4f49-ad18-6b1c33c8d0d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "b2ada251db154064b4ac6e2cd2de0597" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7290374-363f-4a01-9c45-d20bc5677fa0" - ], - "x-ms-correlation-request-id": [ - "c7290374-363f-4a01-9c45-d20bc5677fa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183650Z:c7290374-363f-4a01-9c45-d20bc5677fa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "bacce89c34444649a6228c3a943d6d49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbdec673-9e82-43b8-949c-13220b01538f" - ], - "x-ms-correlation-request-id": [ - "fbdec673-9e82-43b8-949c-13220b01538f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183650Z:fbdec673-9e82-43b8-949c-13220b01538f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "700c692b605a4f3d945b20dd3e118589" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c2860a7-13ef-43a4-8489-9fdeee908055" - ], - "x-ms-correlation-request-id": [ - "9c2860a7-13ef-43a4-8489-9fdeee908055" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183650Z:9c2860a7-13ef-43a4-8489-9fdeee908055" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "f359655b071d42768c40c18e7a1434ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea3be5ed-e545-4885-9cc0-a7cb09892ad5" - ], - "x-ms-correlation-request-id": [ - "ea3be5ed-e545-4885-9cc0-a7cb09892ad5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183651Z:ea3be5ed-e545-4885-9cc0-a7cb09892ad5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "57c164fb99f84639b1ddd63e42fb242d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "208caf6a-b67a-4fe7-8554-dcdc5b3e0535" - ], - "x-ms-correlation-request-id": [ - "208caf6a-b67a-4fe7-8554-dcdc5b3e0535" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183651Z:208caf6a-b67a-4fe7-8554-dcdc5b3e0535" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "5eddc5e78dde4bffa6267f54a6bb63d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36cea391-d3b1-422d-a618-86f80a4285ca" - ], - "x-ms-correlation-request-id": [ - "36cea391-d3b1-422d-a618-86f80a4285ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183651Z:36cea391-d3b1-422d-a618-86f80a4285ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "6aa73d394f4d43fbbfd91e9658d0b741" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "207bf6f8-990e-4c4a-a27d-bd3a8a03fea0" - ], - "x-ms-correlation-request-id": [ - "207bf6f8-990e-4c4a-a27d-bd3a8a03fea0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183651Z:207bf6f8-990e-4c4a-a27d-bd3a8a03fea0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "967d741f6dd846a8802ea10dc324fc99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08726206-c747-469a-8e4a-9e953fc42ec5" - ], - "x-ms-correlation-request-id": [ - "08726206-c747-469a-8e4a-9e953fc42ec5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183651Z:08726206-c747-469a-8e4a-9e953fc42ec5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "538c638ee5a240c697e7755bd4931546" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38b342af-ac9f-4634-81b7-335116d3fd5d" - ], - "x-ms-correlation-request-id": [ - "38b342af-ac9f-4634-81b7-335116d3fd5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183651Z:38b342af-ac9f-4634-81b7-335116d3fd5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "09ce83484e114fea864a60d45e77eb1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dd4eba0-5faf-4f13-8092-942089b6b788" - ], - "x-ms-correlation-request-id": [ - "5dd4eba0-5faf-4f13-8092-942089b6b788" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183651Z:5dd4eba0-5faf-4f13-8092-942089b6b788" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "43bd21e392854db6ab0824458a766d2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd2a7043-ef16-41ce-86e8-ea5c6b7e86c1" - ], - "x-ms-correlation-request-id": [ - "cd2a7043-ef16-41ce-86e8-ea5c6b7e86c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183652Z:cd2a7043-ef16-41ce-86e8-ea5c6b7e86c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "fa7cc48630594fc99e086b5df4981019" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "627718fc-3452-4ecd-9a76-e8c90a7d2196" - ], - "x-ms-correlation-request-id": [ - "627718fc-3452-4ecd-9a76-e8c90a7d2196" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183652Z:627718fc-3452-4ecd-9a76-e8c90a7d2196" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "44dc562603664e37a648182c1ff2aa1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a243e460-f707-488f-8189-5bf91f7fb071" - ], - "x-ms-correlation-request-id": [ - "a243e460-f707-488f-8189-5bf91f7fb071" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183652Z:a243e460-f707-488f-8189-5bf91f7fb071" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "a33ad59e0422498e9ff626f5f2fef2d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "212e575b-c90b-43b6-8867-4e9f56fc8bd3" - ], - "x-ms-correlation-request-id": [ - "212e575b-c90b-43b6-8867-4e9f56fc8bd3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183652Z:212e575b-c90b-43b6-8867-4e9f56fc8bd3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "ac099b300f504540b99ebefcd83b0e36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebbe4969-ef61-4ca2-b933-a8fe5d6588f3" - ], - "x-ms-correlation-request-id": [ - "ebbe4969-ef61-4ca2-b933-a8fe5d6588f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183652Z:ebbe4969-ef61-4ca2-b933-a8fe5d6588f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "4c085468720e4b24aee894c741e53ec6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f88637ea-7557-4023-a699-b94714bd46c3" - ], - "x-ms-correlation-request-id": [ - "f88637ea-7557-4023-a699-b94714bd46c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183652Z:f88637ea-7557-4023-a699-b94714bd46c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "10dd0412b5ac4d03b449c9db489f8fa3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3c65ca8-4f8d-455d-8fb3-dda1012fd89a" - ], - "x-ms-correlation-request-id": [ - "a3c65ca8-4f8d-455d-8fb3-dda1012fd89a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183652Z:a3c65ca8-4f8d-455d-8fb3-dda1012fd89a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "4bcd9ced702742e49f5b4fde79127413" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a00feea8-dcee-4b0a-9b59-fa51b9fdaecb" - ], - "x-ms-correlation-request-id": [ - "a00feea8-dcee-4b0a-9b59-fa51b9fdaecb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:a00feea8-dcee-4b0a-9b59-fa51b9fdaecb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "1c0de3d53935466a9abf99316265cbf8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6301f2fa-12d7-4c05-9b61-b94ef098f8ac" - ], - "x-ms-correlation-request-id": [ - "6301f2fa-12d7-4c05-9b61-b94ef098f8ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:6301f2fa-12d7-4c05-9b61-b94ef098f8ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "cfeb86641db8496c92b34e8ec4cc3db0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df4ac870-9929-4275-bde5-09b522540b38" - ], - "x-ms-correlation-request-id": [ - "df4ac870-9929-4275-bde5-09b522540b38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:df4ac870-9929-4275-bde5-09b522540b38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "1036cf09265d44fd8ff3008355c2a106" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af310a82-4902-4734-9ac7-fc91107426fd" - ], - "x-ms-correlation-request-id": [ - "af310a82-4902-4734-9ac7-fc91107426fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:af310a82-4902-4734-9ac7-fc91107426fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "617f813cd21e4267b4b360846cf6b4e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b006d939-0ec5-4c33-9532-e89cf82af5ca" - ], - "x-ms-correlation-request-id": [ - "b006d939-0ec5-4c33-9532-e89cf82af5ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:b006d939-0ec5-4c33-9532-e89cf82af5ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "2366a2e36e204e9581410e691ccb31ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba3351b3-7ead-473f-ad66-971bae5fd8b6" - ], - "x-ms-correlation-request-id": [ - "ba3351b3-7ead-473f-ad66-971bae5fd8b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:ba3351b3-7ead-473f-ad66-971bae5fd8b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "e79eb3f73e2f46dcb578dfdecdf86737" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be8fa7e4-d50f-47e6-9b55-2a4216d77dd4" - ], - "x-ms-correlation-request-id": [ - "be8fa7e4-d50f-47e6-9b55-2a4216d77dd4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:be8fa7e4-d50f-47e6-9b55-2a4216d77dd4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "56be0844844d42c79432311a8547c7f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10e38e7b-0fed-41b7-a220-15067915940d" - ], - "x-ms-correlation-request-id": [ - "10e38e7b-0fed-41b7-a220-15067915940d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183653Z:10e38e7b-0fed-41b7-a220-15067915940d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "1e16174340634c1bbff528f79f777d5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66398fc5-7682-4818-a6a2-89a97e86032a" - ], - "x-ms-correlation-request-id": [ - "66398fc5-7682-4818-a6a2-89a97e86032a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183654Z:66398fc5-7682-4818-a6a2-89a97e86032a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "f8443473a563420eba7d683d0db8e3a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79409b29-6a54-4674-8994-c4d6d1daa0c5" - ], - "x-ms-correlation-request-id": [ - "79409b29-6a54-4674-8994-c4d6d1daa0c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183654Z:79409b29-6a54-4674-8994-c4d6d1daa0c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "1b676b3acfde4504989059e3bcc80f1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6510bb18-1344-4afe-a591-1cfa93579529" - ], - "x-ms-correlation-request-id": [ - "6510bb18-1344-4afe-a591-1cfa93579529" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183654Z:6510bb18-1344-4afe-a591-1cfa93579529" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "9218de394e3b48f8a84591eac596949c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4785840-07b7-42b6-8cbe-5792a2ddaaee" - ], - "x-ms-correlation-request-id": [ - "b4785840-07b7-42b6-8cbe-5792a2ddaaee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183654Z:b4785840-07b7-42b6-8cbe-5792a2ddaaee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "cec1a869083f4366a6cceb3fab52076a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68cc6a69-3abb-4a31-ada7-e5ae0fce4154" - ], - "x-ms-correlation-request-id": [ - "68cc6a69-3abb-4a31-ada7-e5ae0fce4154" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183654Z:68cc6a69-3abb-4a31-ada7-e5ae0fce4154" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "fd9ab4c111c1461d9c2cbe638573b64d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0acea6e-7c51-4f84-800c-8ab47de2d028" - ], - "x-ms-correlation-request-id": [ - "c0acea6e-7c51-4f84-800c-8ab47de2d028" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183654Z:c0acea6e-7c51-4f84-800c-8ab47de2d028" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "841999032d65409793c8014a0a55fbe5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1c08354-7a69-4adc-8668-0da90a2a98df" - ], - "x-ms-correlation-request-id": [ - "d1c08354-7a69-4adc-8668-0da90a2a98df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183654Z:d1c08354-7a69-4adc-8668-0da90a2a98df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "2c167593bbb745dcbe121e2d05271af5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29cc079b-91f2-4f15-b9b1-1ec9f3289176" - ], - "x-ms-correlation-request-id": [ - "29cc079b-91f2-4f15-b9b1-1ec9f3289176" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:29cc079b-91f2-4f15-b9b1-1ec9f3289176" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "33fa8b8031944d0180da16cf5d8ed471" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5e2a735-1f92-4374-974a-b8d4632ab8d4" - ], - "x-ms-correlation-request-id": [ - "c5e2a735-1f92-4374-974a-b8d4632ab8d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:c5e2a735-1f92-4374-974a-b8d4632ab8d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "d2ada3b7c0e0490ab813fb06e423c7f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "267cda25-e3b0-4ac6-a723-46d29a04948d" - ], - "x-ms-correlation-request-id": [ - "267cda25-e3b0-4ac6-a723-46d29a04948d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:267cda25-e3b0-4ac6-a723-46d29a04948d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "6a07b7171ec9465e9263ece02175512b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4971c499-db35-4c89-8d59-d3a1b8bd1556" - ], - "x-ms-correlation-request-id": [ - "4971c499-db35-4c89-8d59-d3a1b8bd1556" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:4971c499-db35-4c89-8d59-d3a1b8bd1556" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "7db17c75dcfe48c6b3e1dc98216046fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b58630a4-ec5e-464f-b0a2-c59ca1ee31df" - ], - "x-ms-correlation-request-id": [ - "b58630a4-ec5e-464f-b0a2-c59ca1ee31df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:b58630a4-ec5e-464f-b0a2-c59ca1ee31df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "0436db8c59544766a7fa0f7551458ce4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b857efc-1117-4b56-b1c7-23af0f187630" - ], - "x-ms-correlation-request-id": [ - "7b857efc-1117-4b56-b1c7-23af0f187630" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:7b857efc-1117-4b56-b1c7-23af0f187630" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "c59f505ee01b4f7c967f473a5350000a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40c01663-a882-4c90-b0f5-8e268ebce525" - ], - "x-ms-correlation-request-id": [ - "40c01663-a882-4c90-b0f5-8e268ebce525" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:40c01663-a882-4c90-b0f5-8e268ebce525" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "3cc0e6e0881a4d9a9eaa22e767874d84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33f3bd91-4498-445e-ba53-10f6c500544a" - ], - "x-ms-correlation-request-id": [ - "33f3bd91-4498-445e-ba53-10f6c500544a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183655Z:33f3bd91-4498-445e-ba53-10f6c500544a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "c03643b24eda49988bb632267625e393" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be35ecf2-79a2-4808-bc7a-3f5ac756af6f" - ], - "x-ms-correlation-request-id": [ - "be35ecf2-79a2-4808-bc7a-3f5ac756af6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:be35ecf2-79a2-4808-bc7a-3f5ac756af6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "12f1eac6672a43d5bf4b5f8a9db207f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6562fd7-c472-4cb9-bcad-0484c100ebb4" - ], - "x-ms-correlation-request-id": [ - "d6562fd7-c472-4cb9-bcad-0484c100ebb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:d6562fd7-c472-4cb9-bcad-0484c100ebb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "0549f830c4734d54adde5c5674089ea6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bcef65f3-e91f-44be-84f0-9e4acfb09e62" - ], - "x-ms-correlation-request-id": [ - "bcef65f3-e91f-44be-84f0-9e4acfb09e62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:bcef65f3-e91f-44be-84f0-9e4acfb09e62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "b509b9f1a5ab49eca416007138362b27" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "170c6815-e1b6-466b-a445-30aa23aca424" - ], - "x-ms-correlation-request-id": [ - "170c6815-e1b6-466b-a445-30aa23aca424" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:170c6815-e1b6-466b-a445-30aa23aca424" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "0274f0f605684dada938b94706db851a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a17f0b22-1ea5-47dd-89f9-4f2b79436f60" - ], - "x-ms-correlation-request-id": [ - "a17f0b22-1ea5-47dd-89f9-4f2b79436f60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:a17f0b22-1ea5-47dd-89f9-4f2b79436f60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "54c11127208044c9915fec90f25619df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79c5440a-1a0b-47e3-b123-791eb4545133" - ], - "x-ms-correlation-request-id": [ - "79c5440a-1a0b-47e3-b123-791eb4545133" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:79c5440a-1a0b-47e3-b123-791eb4545133" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "58ed2377071a459eb29dbcbd28bb26cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6294c45-1c4f-46d4-99b6-7cf894ff3d35" - ], - "x-ms-correlation-request-id": [ - "c6294c45-1c4f-46d4-99b6-7cf894ff3d35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:c6294c45-1c4f-46d4-99b6-7cf894ff3d35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "4bff71f456b543298c4fe7ca7dd86ef1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ca232fd-7bcd-47d5-8d42-5e56e8c21015" - ], - "x-ms-correlation-request-id": [ - "8ca232fd-7bcd-47d5-8d42-5e56e8c21015" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183656Z:8ca232fd-7bcd-47d5-8d42-5e56e8c21015" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "6f0cc46b3b41479e90f6731becbf549e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "622584a3-1989-4d21-bea2-5620a7d80410" - ], - "x-ms-correlation-request-id": [ - "622584a3-1989-4d21-bea2-5620a7d80410" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183657Z:622584a3-1989-4d21-bea2-5620a7d80410" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "cf8ac23adac44b3999a1afe471d60357" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d32c8b3-94e5-481c-84f7-dc6fe9af4350" - ], - "x-ms-correlation-request-id": [ - "7d32c8b3-94e5-481c-84f7-dc6fe9af4350" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183657Z:7d32c8b3-94e5-481c-84f7-dc6fe9af4350" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "64cb84fea5ee4687a1bfc631060c5dd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7e0625b-6e39-4f4f-9c62-70e1666bbf57" - ], - "x-ms-correlation-request-id": [ - "f7e0625b-6e39-4f4f-9c62-70e1666bbf57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183657Z:f7e0625b-6e39-4f4f-9c62-70e1666bbf57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "e1cd2c7de78f447a9106f19856b87472" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "855bfc15-3b8f-47dd-ba60-d50c2174d217" - ], - "x-ms-correlation-request-id": [ - "855bfc15-3b8f-47dd-ba60-d50c2174d217" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183657Z:855bfc15-3b8f-47dd-ba60-d50c2174d217" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "bd2699f9dee24ceda21523c5418f906a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9f3de5f-02fc-4f76-bbcf-e352d1201123" - ], - "x-ms-correlation-request-id": [ - "d9f3de5f-02fc-4f76-bbcf-e352d1201123" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183657Z:d9f3de5f-02fc-4f76-bbcf-e352d1201123" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "97de2295b7b8448fa3ad8f4d68d68cb6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a746c79a-0221-4b1d-b578-a389dc81040c" - ], - "x-ms-correlation-request-id": [ - "a746c79a-0221-4b1d-b578-a389dc81040c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183658Z:a746c79a-0221-4b1d-b578-a389dc81040c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "6d86a969b1b94cafb1e2527422c8aeee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9ec9813-131d-4403-8e90-7f76f8ece115" - ], - "x-ms-correlation-request-id": [ - "d9ec9813-131d-4403-8e90-7f76f8ece115" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183658Z:d9ec9813-131d-4403-8e90-7f76f8ece115" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "8cce4dd753764460a59c1977aec183b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c96d580-89bf-4d57-acf9-2869ad59ae66" - ], - "x-ms-correlation-request-id": [ - "5c96d580-89bf-4d57-acf9-2869ad59ae66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183658Z:5c96d580-89bf-4d57-acf9-2869ad59ae66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "1c67fe3fbf5241858b42526b2591a274" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "838da9fb-5040-455b-921f-f0895592adfb" - ], - "x-ms-correlation-request-id": [ - "838da9fb-5040-455b-921f-f0895592adfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183658Z:838da9fb-5040-455b-921f-f0895592adfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "fee0ef692f8f471ea665595a554ca4e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f25787c-ae0e-4935-9289-e36517744f81" - ], - "x-ms-correlation-request-id": [ - "1f25787c-ae0e-4935-9289-e36517744f81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183658Z:1f25787c-ae0e-4935-9289-e36517744f81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "8c24c59f88e64c1ebcc3eb4d44ab4597" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d778c94-0ff6-44a6-8da3-5a3e9ace866e" - ], - "x-ms-correlation-request-id": [ - "7d778c94-0ff6-44a6-8da3-5a3e9ace866e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183659Z:7d778c94-0ff6-44a6-8da3-5a3e9ace866e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "84a6e684955d40788540db3f61fbc054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d08cc43-b7d5-4908-a7e5-b79c6428b231" - ], - "x-ms-correlation-request-id": [ - "0d08cc43-b7d5-4908-a7e5-b79c6428b231" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183659Z:0d08cc43-b7d5-4908-a7e5-b79c6428b231" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "1e0556e6f9cb4392a051dd55becf67d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8129c50b-d280-4287-8a06-4e64828ff3d0" - ], - "x-ms-correlation-request-id": [ - "8129c50b-d280-4287-8a06-4e64828ff3d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183659Z:8129c50b-d280-4287-8a06-4e64828ff3d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "0222d50ab03044f08eb0603509ce4a76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e321da9-dd26-4428-b0fe-b04d12a0eb7e" - ], - "x-ms-correlation-request-id": [ - "6e321da9-dd26-4428-b0fe-b04d12a0eb7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183659Z:6e321da9-dd26-4428-b0fe-b04d12a0eb7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "11890d94e2a34317824681890b59c61c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a6d0584-132f-4282-beb4-1ec5fa1cc711" - ], - "x-ms-correlation-request-id": [ - "2a6d0584-132f-4282-beb4-1ec5fa1cc711" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183659Z:2a6d0584-132f-4282-beb4-1ec5fa1cc711" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "67f783da5fef46799c5b5153ad3b8b28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "729cdb02-bbfe-4abe-9fe2-18ce56292bae" - ], - "x-ms-correlation-request-id": [ - "729cdb02-bbfe-4abe-9fe2-18ce56292bae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183659Z:729cdb02-bbfe-4abe-9fe2-18ce56292bae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "e48b85b900d144f782f1d4d8efd968cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd9ab9b5-8b31-46d7-879a-fc3ce61f0c83" - ], - "x-ms-correlation-request-id": [ - "dd9ab9b5-8b31-46d7-879a-fc3ce61f0c83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183659Z:dd9ab9b5-8b31-46d7-879a-fc3ce61f0c83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "472b8bba658f468bba835d3f5524ebb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d2f19e0-57fd-4bf7-a1a2-71f98d1b8daf" - ], - "x-ms-correlation-request-id": [ - "5d2f19e0-57fd-4bf7-a1a2-71f98d1b8daf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:5d2f19e0-57fd-4bf7-a1a2-71f98d1b8daf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "37cbe54d5b2149c0b66efa907338d2c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1e0f760-98ea-4a5f-842b-eef6dcf671ae" - ], - "x-ms-correlation-request-id": [ - "c1e0f760-98ea-4a5f-842b-eef6dcf671ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:c1e0f760-98ea-4a5f-842b-eef6dcf671ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:36:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "f7804f800f574bd4b0cc2eddaa0b781d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06de5c99-0644-4478-bc03-1f03ca539b53" - ], - "x-ms-correlation-request-id": [ - "06de5c99-0644-4478-bc03-1f03ca539b53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:06de5c99-0644-4478-bc03-1f03ca539b53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "a89d7069cbe341c5a1d758954790b178" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d8b11a3-9d90-4f68-87d2-e75a27fcf4d6" - ], - "x-ms-correlation-request-id": [ - "9d8b11a3-9d90-4f68-87d2-e75a27fcf4d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:9d8b11a3-9d90-4f68-87d2-e75a27fcf4d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "271033b5d6fe4a8db85205b32ad2b3f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b67f78fd-e9ed-4487-ac06-a11056289aa5" - ], - "x-ms-correlation-request-id": [ - "b67f78fd-e9ed-4487-ac06-a11056289aa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:b67f78fd-e9ed-4487-ac06-a11056289aa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "bcbd343d95e8422fbc29eb6212d41326" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "726511c9-cc04-4d15-ad6a-b41f0b2eb69d" - ], - "x-ms-correlation-request-id": [ - "726511c9-cc04-4d15-ad6a-b41f0b2eb69d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:726511c9-cc04-4d15-ad6a-b41f0b2eb69d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "8e51706df4fc4353813b67864468289d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ab6f867-df3f-4467-a0b1-11451e7f924f" - ], - "x-ms-correlation-request-id": [ - "8ab6f867-df3f-4467-a0b1-11451e7f924f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:8ab6f867-df3f-4467-a0b1-11451e7f924f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "fb7ae5e2e5af45108ef4ac366c858ceb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ad49f9a-1b97-4cf9-9a67-823121e94e35" - ], - "x-ms-correlation-request-id": [ - "5ad49f9a-1b97-4cf9-9a67-823121e94e35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183700Z:5ad49f9a-1b97-4cf9-9a67-823121e94e35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "8ea067fab1234719a17b76f7fba29723" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc07e4bd-8598-48c5-9875-f5d76b95ab58" - ], - "x-ms-correlation-request-id": [ - "fc07e4bd-8598-48c5-9875-f5d76b95ab58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183701Z:fc07e4bd-8598-48c5-9875-f5d76b95ab58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "1e4eb15ff50f401eacf1372311d65bf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbcb17b4-e516-4978-8abe-d61a1578d17a" - ], - "x-ms-correlation-request-id": [ - "cbcb17b4-e516-4978-8abe-d61a1578d17a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183701Z:cbcb17b4-e516-4978-8abe-d61a1578d17a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "79d7ccf6316f4c868959fdcfe8285e78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2afb979b-3e97-4f15-894b-40bb806706d1" - ], - "x-ms-correlation-request-id": [ - "2afb979b-3e97-4f15-894b-40bb806706d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183701Z:2afb979b-3e97-4f15-894b-40bb806706d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "768210db137a46188288e77a9aafde19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b452e3fc-b65f-48b5-ac1e-521bf7dfeb62" - ], - "x-ms-correlation-request-id": [ - "b452e3fc-b65f-48b5-ac1e-521bf7dfeb62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183701Z:b452e3fc-b65f-48b5-ac1e-521bf7dfeb62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "217c51a42eea48a1bba4a83b6a1fd26a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5faa8b73-5f25-49e2-a8ca-10dbf2bfa001" - ], - "x-ms-correlation-request-id": [ - "5faa8b73-5f25-49e2-a8ca-10dbf2bfa001" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:5faa8b73-5f25-49e2-a8ca-10dbf2bfa001" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "160a781c6112416dba1b1cd4c006a9f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea738c49-6017-43d0-81cc-190aa9c21c53" - ], - "x-ms-correlation-request-id": [ - "ea738c49-6017-43d0-81cc-190aa9c21c53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:ea738c49-6017-43d0-81cc-190aa9c21c53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "8515174b814243bf953f243d5b54ea17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a29f2503-ac73-4262-b5e4-a0fdd2a2cafa" - ], - "x-ms-correlation-request-id": [ - "a29f2503-ac73-4262-b5e4-a0fdd2a2cafa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:a29f2503-ac73-4262-b5e4-a0fdd2a2cafa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "c55d60bbde6a494299c42626f14890e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b7f74c9-578a-44b4-adc8-e8b8c2ff02bf" - ], - "x-ms-correlation-request-id": [ - "1b7f74c9-578a-44b4-adc8-e8b8c2ff02bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:1b7f74c9-578a-44b4-adc8-e8b8c2ff02bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "f72771e6f5ad4a508c7ae079299588f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42a714d5-ddb8-495b-82d4-205062ab47fa" - ], - "x-ms-correlation-request-id": [ - "42a714d5-ddb8-495b-82d4-205062ab47fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:42a714d5-ddb8-495b-82d4-205062ab47fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "be049bd4f9044f038ad91e261977dcfa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95a94969-57ca-44e7-8fdf-af7531f4cee0" - ], - "x-ms-correlation-request-id": [ - "95a94969-57ca-44e7-8fdf-af7531f4cee0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:95a94969-57ca-44e7-8fdf-af7531f4cee0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "27c99aa7f73b43dbb1e48e14400db051" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a42e3264-1e66-4512-b368-a4d4564dfa7c" - ], - "x-ms-correlation-request-id": [ - "a42e3264-1e66-4512-b368-a4d4564dfa7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:a42e3264-1e66-4512-b368-a4d4564dfa7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "67ae622342994ad5abe7d53ef9995d73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a26c5a7-c1cd-4697-af14-261408f03605" - ], - "x-ms-correlation-request-id": [ - "9a26c5a7-c1cd-4697-af14-261408f03605" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183702Z:9a26c5a7-c1cd-4697-af14-261408f03605" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "c199910b160f44e48a6ef7da1553b61d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a994b8c6-6ec0-47b5-a3d3-9147d3b0e4f1" - ], - "x-ms-correlation-request-id": [ - "a994b8c6-6ec0-47b5-a3d3-9147d3b0e4f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183703Z:a994b8c6-6ec0-47b5-a3d3-9147d3b0e4f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "190f4fef4dd643619004ea8684959396" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7e2f514-738d-413a-ba5b-408857191e99" - ], - "x-ms-correlation-request-id": [ - "a7e2f514-738d-413a-ba5b-408857191e99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183703Z:a7e2f514-738d-413a-ba5b-408857191e99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "a1d58b47737d41b8bd420e8b1765b23e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ad40996-8513-4785-9152-6643c9212738" - ], - "x-ms-correlation-request-id": [ - "8ad40996-8513-4785-9152-6643c9212738" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183703Z:8ad40996-8513-4785-9152-6643c9212738" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "03f81f5780484e059d8c898fc35069d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ef43061-2a4a-41dc-8f1f-528178c9abe0" - ], - "x-ms-correlation-request-id": [ - "4ef43061-2a4a-41dc-8f1f-528178c9abe0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183703Z:4ef43061-2a4a-41dc-8f1f-528178c9abe0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "8300269a3c414d93bc8aa36aedbe330a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b3893d7-0412-4c48-b7ec-e8ce54a2ddfa" - ], - "x-ms-correlation-request-id": [ - "7b3893d7-0412-4c48-b7ec-e8ce54a2ddfa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183703Z:7b3893d7-0412-4c48-b7ec-e8ce54a2ddfa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "ed30fb017af941d6a65c2e2aacb3b5c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc660eff-a49d-43a4-8838-b484bc2297d4" - ], - "x-ms-correlation-request-id": [ - "bc660eff-a49d-43a4-8838-b484bc2297d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183703Z:bc660eff-a49d-43a4-8838-b484bc2297d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "14272c22e21347c68736771e8764457b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71d77a17-4c67-4a20-839a-1e648d48987e" - ], - "x-ms-correlation-request-id": [ - "71d77a17-4c67-4a20-839a-1e648d48987e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183703Z:71d77a17-4c67-4a20-839a-1e648d48987e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "4a9872a3a5ae415384358e1eda0ebfd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f467321c-b8e8-4905-b637-14177a368e0c" - ], - "x-ms-correlation-request-id": [ - "f467321c-b8e8-4905-b637-14177a368e0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183704Z:f467321c-b8e8-4905-b637-14177a368e0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "ba9dbb6848564061a876eed395ab4a69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b605706a-cc11-41ff-8fc3-9594e9b30c37" - ], - "x-ms-correlation-request-id": [ - "b605706a-cc11-41ff-8fc3-9594e9b30c37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183704Z:b605706a-cc11-41ff-8fc3-9594e9b30c37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "6f0b0617654a4a5d9f91b465bd43574c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da5fc853-7f62-47e7-87e3-42a3fe80f1f5" - ], - "x-ms-correlation-request-id": [ - "da5fc853-7f62-47e7-87e3-42a3fe80f1f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183704Z:da5fc853-7f62-47e7-87e3-42a3fe80f1f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "cecc228b17ea45008e4d6727e2940cfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ca38fdb-aff0-4155-98ce-529b6b19f5b7" - ], - "x-ms-correlation-request-id": [ - "4ca38fdb-aff0-4155-98ce-529b6b19f5b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183704Z:4ca38fdb-aff0-4155-98ce-529b6b19f5b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "e2471cd2c62b4ba5b59efb5f31279b6d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "693a314c-03cc-4f64-862c-8d5992c501e5" - ], - "x-ms-correlation-request-id": [ - "693a314c-03cc-4f64-862c-8d5992c501e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183704Z:693a314c-03cc-4f64-862c-8d5992c501e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "e27099f2a83048fc8e352b871b333798" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b87569f-b889-400b-84ae-bd7b0c761748" - ], - "x-ms-correlation-request-id": [ - "1b87569f-b889-400b-84ae-bd7b0c761748" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183704Z:1b87569f-b889-400b-84ae-bd7b0c761748" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "d35a5c5fe4184ee39dd4088856f82dcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa0c475b-8f12-44b7-9a68-22517bb96430" - ], - "x-ms-correlation-request-id": [ - "fa0c475b-8f12-44b7-9a68-22517bb96430" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:fa0c475b-8f12-44b7-9a68-22517bb96430" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "b79b61d994e543569c9360fb66158598" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58f80e06-09ac-4f17-86cd-f5a9ca87786c" - ], - "x-ms-correlation-request-id": [ - "58f80e06-09ac-4f17-86cd-f5a9ca87786c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:58f80e06-09ac-4f17-86cd-f5a9ca87786c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "6082e5f669d2477a910aad63682b9b10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7dab774-ee95-42be-914f-417283f8a908" - ], - "x-ms-correlation-request-id": [ - "b7dab774-ee95-42be-914f-417283f8a908" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:b7dab774-ee95-42be-914f-417283f8a908" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "84b2c39942d84fccb86a0ec31829b230" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e8dc866-cad0-45ff-aac9-2fd9807f7517" - ], - "x-ms-correlation-request-id": [ - "3e8dc866-cad0-45ff-aac9-2fd9807f7517" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:3e8dc866-cad0-45ff-aac9-2fd9807f7517" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "7e0b5cde342d461ba147c3031c02886d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3688996-8036-4227-9713-ad8a9b88a54a" - ], - "x-ms-correlation-request-id": [ - "c3688996-8036-4227-9713-ad8a9b88a54a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:c3688996-8036-4227-9713-ad8a9b88a54a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "68c8c7f9c73e47d2929d71a00c672b1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23ef0acc-3f01-4091-931a-1cee83d84f1a" - ], - "x-ms-correlation-request-id": [ - "23ef0acc-3f01-4091-931a-1cee83d84f1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:23ef0acc-3f01-4091-931a-1cee83d84f1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "f841d7c1978c499bb80ce24fc591df76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "136d695f-ed5f-4440-b7bd-5df375f54f9d" - ], - "x-ms-correlation-request-id": [ - "136d695f-ed5f-4440-b7bd-5df375f54f9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:136d695f-ed5f-4440-b7bd-5df375f54f9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "857770c40fc9468c811175a97c308686" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3769e566-d49f-45e3-85ca-9c59758f74b6" - ], - "x-ms-correlation-request-id": [ - "3769e566-d49f-45e3-85ca-9c59758f74b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:3769e566-d49f-45e3-85ca-9c59758f74b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "57641956d9ee4e4ba844e67108e21e0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cb92efe-42c9-429e-a0db-3e51f9591c47" - ], - "x-ms-correlation-request-id": [ - "2cb92efe-42c9-429e-a0db-3e51f9591c47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183705Z:2cb92efe-42c9-429e-a0db-3e51f9591c47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "3c3ebcfecb65452a861827006d65281d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df97bcb1-e33b-46f9-98b5-9805e9bd8349" - ], - "x-ms-correlation-request-id": [ - "df97bcb1-e33b-46f9-98b5-9805e9bd8349" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:df97bcb1-e33b-46f9-98b5-9805e9bd8349" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "f74e503e3f5840fa81c3f81de5db6c1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13404e78-1b34-4b5a-8ddf-e194860178a6" - ], - "x-ms-correlation-request-id": [ - "13404e78-1b34-4b5a-8ddf-e194860178a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:13404e78-1b34-4b5a-8ddf-e194860178a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "f428a4c09f194b36be0c17a2006a26c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "611be91a-b446-4221-ac25-a6293df55eab" - ], - "x-ms-correlation-request-id": [ - "611be91a-b446-4221-ac25-a6293df55eab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:611be91a-b446-4221-ac25-a6293df55eab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "b3a367789dc14856b8233673fd48fb9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcbc380c-a243-4417-8303-0be5aca2387d" - ], - "x-ms-correlation-request-id": [ - "dcbc380c-a243-4417-8303-0be5aca2387d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:dcbc380c-a243-4417-8303-0be5aca2387d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "f257664cea6443fd9c0f0abf1bb06847" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d0bcfc2-6e5f-40a5-b6ee-d8e25c6de1ed" - ], - "x-ms-correlation-request-id": [ - "7d0bcfc2-6e5f-40a5-b6ee-d8e25c6de1ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:7d0bcfc2-6e5f-40a5-b6ee-d8e25c6de1ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "2013a2c230bc4e7c99cfdd9bd697d252" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e10f0aac-ff68-4d7a-9fbc-98f894f199d0" - ], - "x-ms-correlation-request-id": [ - "e10f0aac-ff68-4d7a-9fbc-98f894f199d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:e10f0aac-ff68-4d7a-9fbc-98f894f199d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "4567686470e449849f65b0cfe8012cdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d89bdf0f-460d-471d-b8d4-67bc37215830" - ], - "x-ms-correlation-request-id": [ - "d89bdf0f-460d-471d-b8d4-67bc37215830" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:d89bdf0f-460d-471d-b8d4-67bc37215830" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "4de44eb01abe42f9bdd1b8c45979dc05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c71d7c54-8c32-4ab0-b6f5-a2406cec9e9b" - ], - "x-ms-correlation-request-id": [ - "c71d7c54-8c32-4ab0-b6f5-a2406cec9e9b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:c71d7c54-8c32-4ab0-b6f5-a2406cec9e9b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "71df6e39c66243f28ebb02345582ad65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38ff903c-e696-4699-8431-2c936f6f5231" - ], - "x-ms-correlation-request-id": [ - "38ff903c-e696-4699-8431-2c936f6f5231" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183706Z:38ff903c-e696-4699-8431-2c936f6f5231" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "fa102142942c4760b9bc1215c483bf7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1f0dc16-7c6a-4ffd-9e02-1b12a1f61691" - ], - "x-ms-correlation-request-id": [ - "b1f0dc16-7c6a-4ffd-9e02-1b12a1f61691" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183707Z:b1f0dc16-7c6a-4ffd-9e02-1b12a1f61691" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "f31d78a585b94adaba9db0dbe366a6a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab1aaaf4-1251-4669-a9f0-3e76c512c540" - ], - "x-ms-correlation-request-id": [ - "ab1aaaf4-1251-4669-a9f0-3e76c512c540" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183707Z:ab1aaaf4-1251-4669-a9f0-3e76c512c540" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "e92d8636545549c5a848287e15643acd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15f35157-de9a-441d-8d10-6f7a4b2e56c6" - ], - "x-ms-correlation-request-id": [ - "15f35157-de9a-441d-8d10-6f7a4b2e56c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183707Z:15f35157-de9a-441d-8d10-6f7a4b2e56c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "819dd5ee74614691a0f2d81a07a97be7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73f4a60c-4e3b-4d45-ba10-8854d07d82cb" - ], - "x-ms-correlation-request-id": [ - "73f4a60c-4e3b-4d45-ba10-8854d07d82cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183707Z:73f4a60c-4e3b-4d45-ba10-8854d07d82cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "46f2fde6115b458eaf7b287e27ca5715" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3758b34d-a915-407a-94c3-826a9385b9f2" - ], - "x-ms-correlation-request-id": [ - "3758b34d-a915-407a-94c3-826a9385b9f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183707Z:3758b34d-a915-407a-94c3-826a9385b9f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "c33b098640454249bdc6b526777b321c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ab83be7-dee1-4491-bdc2-065b79e31b36" - ], - "x-ms-correlation-request-id": [ - "9ab83be7-dee1-4491-bdc2-065b79e31b36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183707Z:9ab83be7-dee1-4491-bdc2-065b79e31b36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "e0df1291a2c445e2ae31044df735c04c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84a2786e-e3f9-44a7-b273-9211a0854338" - ], - "x-ms-correlation-request-id": [ - "84a2786e-e3f9-44a7-b273-9211a0854338" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183707Z:84a2786e-e3f9-44a7-b273-9211a0854338" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "b12a8f8cc7214b409d4730df5abb2133" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d3e5e10-6048-4b3c-b680-510382a61290" - ], - "x-ms-correlation-request-id": [ - "1d3e5e10-6048-4b3c-b680-510382a61290" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183708Z:1d3e5e10-6048-4b3c-b680-510382a61290" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "f3fe8d40ed234fbe831ac82a9840e48e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bca0c6a8-4940-410a-9e56-544acc8cff3a" - ], - "x-ms-correlation-request-id": [ - "bca0c6a8-4940-410a-9e56-544acc8cff3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183708Z:bca0c6a8-4940-410a-9e56-544acc8cff3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "42b0ec59f9b849c584c74f1f07137831" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ce5801d-efaf-41ec-ab7d-a264f22b52f0" - ], - "x-ms-correlation-request-id": [ - "5ce5801d-efaf-41ec-ab7d-a264f22b52f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183708Z:5ce5801d-efaf-41ec-ab7d-a264f22b52f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "f2557f08c5674d90bd22c021ccd04a12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0881fcf1-a53a-4c2c-8fe6-f5914037e12c" - ], - "x-ms-correlation-request-id": [ - "0881fcf1-a53a-4c2c-8fe6-f5914037e12c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183708Z:0881fcf1-a53a-4c2c-8fe6-f5914037e12c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "af724800ff7847b6a1122c34f55fa375" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7696829-72ef-4a44-a82a-a39145616a6f" - ], - "x-ms-correlation-request-id": [ - "b7696829-72ef-4a44-a82a-a39145616a6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183708Z:b7696829-72ef-4a44-a82a-a39145616a6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "e6c0d8f8719048dbb4116180897ca846" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7642c1ec-41cb-412e-914b-200ee228f53b" - ], - "x-ms-correlation-request-id": [ - "7642c1ec-41cb-412e-914b-200ee228f53b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183708Z:7642c1ec-41cb-412e-914b-200ee228f53b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "a4ef3f13575243639760e53fac50833c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cfcb54a-d822-4de9-b38f-8169c0e690fb" - ], - "x-ms-correlation-request-id": [ - "3cfcb54a-d822-4de9-b38f-8169c0e690fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183709Z:3cfcb54a-d822-4de9-b38f-8169c0e690fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "bbd1f18d39aa4f3881acc60e32104c18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef694c7e-0a11-46b3-8483-c1bd4b6530e5" - ], - "x-ms-correlation-request-id": [ - "ef694c7e-0a11-46b3-8483-c1bd4b6530e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183709Z:ef694c7e-0a11-46b3-8483-c1bd4b6530e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "fc47a587e432488d9633aa45349b1181" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5002c69f-221e-4530-80e7-7062bfa855fb" - ], - "x-ms-correlation-request-id": [ - "5002c69f-221e-4530-80e7-7062bfa855fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183709Z:5002c69f-221e-4530-80e7-7062bfa855fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "4bae2e1f8b7c4f0caaf52fff23b4e964" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27cdd705-d652-4353-a798-243319965360" - ], - "x-ms-correlation-request-id": [ - "27cdd705-d652-4353-a798-243319965360" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183709Z:27cdd705-d652-4353-a798-243319965360" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "3b20be277aff49e09b9e814cb41c6f10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f8932dd-726f-497c-a90a-81b24e8a9952" - ], - "x-ms-correlation-request-id": [ - "8f8932dd-726f-497c-a90a-81b24e8a9952" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183709Z:8f8932dd-726f-497c-a90a-81b24e8a9952" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "c6b331a4f1064225b54a6ae9b3b4674b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4474fb8-6906-433e-aacb-144301fc8821" - ], - "x-ms-correlation-request-id": [ - "b4474fb8-6906-433e-aacb-144301fc8821" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183709Z:b4474fb8-6906-433e-aacb-144301fc8821" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "826fbddfc8ca49ee9561d2d5caf5f0ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "913077c0-6e50-4e9a-b7df-ce6f07c33936" - ], - "x-ms-correlation-request-id": [ - "913077c0-6e50-4e9a-b7df-ce6f07c33936" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183709Z:913077c0-6e50-4e9a-b7df-ce6f07c33936" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "78992e825e054bc88c442a65aa5c3b65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bba14d14-9b50-4acc-ad50-91756311a2ac" - ], - "x-ms-correlation-request-id": [ - "bba14d14-9b50-4acc-ad50-91756311a2ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183710Z:bba14d14-9b50-4acc-ad50-91756311a2ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "e50be436ba2145f9918daf3c189cbaf1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0ff84cd-80a2-463c-af1b-df579aa6eb7f" - ], - "x-ms-correlation-request-id": [ - "e0ff84cd-80a2-463c-af1b-df579aa6eb7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183710Z:e0ff84cd-80a2-463c-af1b-df579aa6eb7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "952b3a8a0f0344b6b6ee4803b4672402" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afe508d0-3a1c-4c73-ba92-010cc19f9533" - ], - "x-ms-correlation-request-id": [ - "afe508d0-3a1c-4c73-ba92-010cc19f9533" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183710Z:afe508d0-3a1c-4c73-ba92-010cc19f9533" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "a0266de45da04fd4abbae307368ecf32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92d1a475-0696-4cf9-9ef8-4c60b9018d22" - ], - "x-ms-correlation-request-id": [ - "92d1a475-0696-4cf9-9ef8-4c60b9018d22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183710Z:92d1a475-0696-4cf9-9ef8-4c60b9018d22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "1eb7fbede0134ab6910348c6c23b1b3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f76bfe1-b84e-4145-b5a9-44fb980d12a4" - ], - "x-ms-correlation-request-id": [ - "5f76bfe1-b84e-4145-b5a9-44fb980d12a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183710Z:5f76bfe1-b84e-4145-b5a9-44fb980d12a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "e0ecfcb9a23f4c49b529d68363dde771" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20e6f193-8130-40a1-a659-28a7ec4b0e82" - ], - "x-ms-correlation-request-id": [ - "20e6f193-8130-40a1-a659-28a7ec4b0e82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183710Z:20e6f193-8130-40a1-a659-28a7ec4b0e82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "030af21dbbca4cdcaaef900f88ef3bee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3859f23e-aa63-4d2e-a4ad-a4f955998549" - ], - "x-ms-correlation-request-id": [ - "3859f23e-aa63-4d2e-a4ad-a4f955998549" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183711Z:3859f23e-aa63-4d2e-a4ad-a4f955998549" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "303444ddb16244b785e7e42a6ab8e1f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "173e31b3-70e5-4527-a914-aad2d421311d" - ], - "x-ms-correlation-request-id": [ - "173e31b3-70e5-4527-a914-aad2d421311d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183711Z:173e31b3-70e5-4527-a914-aad2d421311d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "a127220856ea4432adc7ab181172be37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14daaf34-e1ab-4bab-a4e4-65151453887c" - ], - "x-ms-correlation-request-id": [ - "14daaf34-e1ab-4bab-a4e4-65151453887c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183711Z:14daaf34-e1ab-4bab-a4e4-65151453887c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "3a5c8a256f8349e494355105c6e2c83d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d10e8b36-60c2-423c-bf25-0a6d5d170ca4" - ], - "x-ms-correlation-request-id": [ - "d10e8b36-60c2-423c-bf25-0a6d5d170ca4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183711Z:d10e8b36-60c2-423c-bf25-0a6d5d170ca4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "a253bfdbd85e475583a92a56322f98f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "506808b5-d534-4699-b33a-2c70cc996376" - ], - "x-ms-correlation-request-id": [ - "506808b5-d534-4699-b33a-2c70cc996376" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183711Z:506808b5-d534-4699-b33a-2c70cc996376" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "6356890025314d73a9a857bb3a7289ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a199cdf-4d76-4f13-ae3f-71ca0dc1967b" - ], - "x-ms-correlation-request-id": [ - "9a199cdf-4d76-4f13-ae3f-71ca0dc1967b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183711Z:9a199cdf-4d76-4f13-ae3f-71ca0dc1967b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "b384175d5f364181aca2451e630491a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed82b789-b674-4302-b7e1-944f0e8d0fd5" - ], - "x-ms-correlation-request-id": [ - "ed82b789-b674-4302-b7e1-944f0e8d0fd5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183711Z:ed82b789-b674-4302-b7e1-944f0e8d0fd5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "7b9cc34afcff45e38cc66d12118bb167" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61c8d0ad-4b73-466a-a0c8-d3f7ce30d854" - ], - "x-ms-correlation-request-id": [ - "61c8d0ad-4b73-466a-a0c8-d3f7ce30d854" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183712Z:61c8d0ad-4b73-466a-a0c8-d3f7ce30d854" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "30a9dade037f4535a412f66773cc8588" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e5486b2-b78f-4d27-90fc-77e3683c8ee6" - ], - "x-ms-correlation-request-id": [ - "0e5486b2-b78f-4d27-90fc-77e3683c8ee6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183712Z:0e5486b2-b78f-4d27-90fc-77e3683c8ee6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "a14eb8a31f11434b96b4ea1b263e21fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58735e66-bc59-4873-80c9-4e740570f5b3" - ], - "x-ms-correlation-request-id": [ - "58735e66-bc59-4873-80c9-4e740570f5b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183712Z:58735e66-bc59-4873-80c9-4e740570f5b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "c3e6665008b644aa8c1e9250b2f4dcda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4eee8b26-eeb6-4045-8b8d-fc101fe2b086" - ], - "x-ms-correlation-request-id": [ - "4eee8b26-eeb6-4045-8b8d-fc101fe2b086" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183712Z:4eee8b26-eeb6-4045-8b8d-fc101fe2b086" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "31247c021da143c883992296dd8f0b7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56606a2c-824c-4204-8bff-a6b0c998ae5b" - ], - "x-ms-correlation-request-id": [ - "56606a2c-824c-4204-8bff-a6b0c998ae5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183712Z:56606a2c-824c-4204-8bff-a6b0c998ae5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "905a2135a6fc4ba9aecd41c8b23258aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "375d50dc-398e-4ece-b959-4d14f6152aff" - ], - "x-ms-correlation-request-id": [ - "375d50dc-398e-4ece-b959-4d14f6152aff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183712Z:375d50dc-398e-4ece-b959-4d14f6152aff" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "616ef5000d334536b449ada47c675025" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dacde316-819c-49a3-a149-f20d4c008733" - ], - "x-ms-correlation-request-id": [ - "dacde316-819c-49a3-a149-f20d4c008733" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183713Z:dacde316-819c-49a3-a149-f20d4c008733" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "1c78eb43c0a7436185f2e057802d6c71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f21173ae-1ef3-4e3d-85ef-96c3f72ac96a" - ], - "x-ms-correlation-request-id": [ - "f21173ae-1ef3-4e3d-85ef-96c3f72ac96a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183713Z:f21173ae-1ef3-4e3d-85ef-96c3f72ac96a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "441b2ac7a6154e6180a2ba54f9eeeee1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5c43d11-19ef-4af3-bd36-5ec37af30c29" - ], - "x-ms-correlation-request-id": [ - "e5c43d11-19ef-4af3-bd36-5ec37af30c29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183713Z:e5c43d11-19ef-4af3-bd36-5ec37af30c29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "250b46eb37eb4d63ad69c1593176f58e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ed21a28-30be-4d15-98bf-77cd1d8540b4" - ], - "x-ms-correlation-request-id": [ - "6ed21a28-30be-4d15-98bf-77cd1d8540b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183713Z:6ed21a28-30be-4d15-98bf-77cd1d8540b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "9e4b85a4b1de4b109694515cd114c460" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "752100c8-1f27-4949-9432-cc1ca7e8e638" - ], - "x-ms-correlation-request-id": [ - "752100c8-1f27-4949-9432-cc1ca7e8e638" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:752100c8-1f27-4949-9432-cc1ca7e8e638" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "92c77b3b25aa41cd82ed2d624d57f97b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d89e29a5-c6af-4f6f-b91d-55ad19832885" - ], - "x-ms-correlation-request-id": [ - "d89e29a5-c6af-4f6f-b91d-55ad19832885" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:d89e29a5-c6af-4f6f-b91d-55ad19832885" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "22fada92eae04d208aa79f8a34721325" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7955e287-bfad-4895-bc9a-9410577e37d8" - ], - "x-ms-correlation-request-id": [ - "7955e287-bfad-4895-bc9a-9410577e37d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:7955e287-bfad-4895-bc9a-9410577e37d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "d90d2694e9e3408f8c22ed7d9e33b405" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "426832e8-1d77-4e06-a7a6-796d96795481" - ], - "x-ms-correlation-request-id": [ - "426832e8-1d77-4e06-a7a6-796d96795481" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:426832e8-1d77-4e06-a7a6-796d96795481" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "f72114bd1fbe428c81569c8c15d0cc78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb1314bc-0264-4bee-82e7-53161d234e85" - ], - "x-ms-correlation-request-id": [ - "fb1314bc-0264-4bee-82e7-53161d234e85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:fb1314bc-0264-4bee-82e7-53161d234e85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "f2863b3055c547c6958e36c1cc276eff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd6349a2-5ce4-4f14-9376-d2d753cb4d7e" - ], - "x-ms-correlation-request-id": [ - "fd6349a2-5ce4-4f14-9376-d2d753cb4d7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:fd6349a2-5ce4-4f14-9376-d2d753cb4d7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "686e16c96b75494498eef125c82026dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42b426ce-774f-465c-be29-d99ea2338f2c" - ], - "x-ms-correlation-request-id": [ - "42b426ce-774f-465c-be29-d99ea2338f2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:42b426ce-774f-465c-be29-d99ea2338f2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "207c1f85c0da487b89d0c22bf73a1063" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a991f3df-cbc9-4996-9989-1a9297fe1747" - ], - "x-ms-correlation-request-id": [ - "a991f3df-cbc9-4996-9989-1a9297fe1747" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183714Z:a991f3df-cbc9-4996-9989-1a9297fe1747" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "2887d2eb552b49c9b4186633492fca96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f3a7267-09b7-4aa7-954e-485fd85a623d" - ], - "x-ms-correlation-request-id": [ - "0f3a7267-09b7-4aa7-954e-485fd85a623d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:0f3a7267-09b7-4aa7-954e-485fd85a623d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "c89ec25467744fe386f38cbd28ba4511" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "337a9df4-f99c-48e6-97d0-c3ff1d1cc58f" - ], - "x-ms-correlation-request-id": [ - "337a9df4-f99c-48e6-97d0-c3ff1d1cc58f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:337a9df4-f99c-48e6-97d0-c3ff1d1cc58f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "76e1f90bfb7c4f55a97f18e96ffffe8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46b6f164-88a6-4880-b5e4-372fc8a19e04" - ], - "x-ms-correlation-request-id": [ - "46b6f164-88a6-4880-b5e4-372fc8a19e04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:46b6f164-88a6-4880-b5e4-372fc8a19e04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "dde02420049347a5a3cf2ff4e7eec9bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b8fe887-bb11-4bc1-950c-97c3bd019039" - ], - "x-ms-correlation-request-id": [ - "6b8fe887-bb11-4bc1-950c-97c3bd019039" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:6b8fe887-bb11-4bc1-950c-97c3bd019039" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "3a425b57652643df86d827c07126c538" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1936d148-2262-4e61-b233-3af44613bfe3" - ], - "x-ms-correlation-request-id": [ - "1936d148-2262-4e61-b233-3af44613bfe3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:1936d148-2262-4e61-b233-3af44613bfe3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "3a8f9720318641a9a3ac24978d636f83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "737c1b21-dff4-469c-8316-17a4d5adba5f" - ], - "x-ms-correlation-request-id": [ - "737c1b21-dff4-469c-8316-17a4d5adba5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:737c1b21-dff4-469c-8316-17a4d5adba5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "fad8c6a9e2dd426390390305a58b9fd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "186f7abd-a143-4785-80ed-861a56147cc4" - ], - "x-ms-correlation-request-id": [ - "186f7abd-a143-4785-80ed-861a56147cc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:186f7abd-a143-4785-80ed-861a56147cc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "a4104f5b678146b0a2f24529dbdaaffc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6d42a74-0035-4da6-99eb-15cba6d35c06" - ], - "x-ms-correlation-request-id": [ - "d6d42a74-0035-4da6-99eb-15cba6d35c06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183715Z:d6d42a74-0035-4da6-99eb-15cba6d35c06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "a3c134b02f58462089eae990f4cee6fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5113b603-12fe-4769-b754-d826160cbda8" - ], - "x-ms-correlation-request-id": [ - "5113b603-12fe-4769-b754-d826160cbda8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183716Z:5113b603-12fe-4769-b754-d826160cbda8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "11319a8ef6944c83a089177dacaf5326" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d493789a-0aec-4c37-8c8d-9b86cf9afd45" - ], - "x-ms-correlation-request-id": [ - "d493789a-0aec-4c37-8c8d-9b86cf9afd45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183716Z:d493789a-0aec-4c37-8c8d-9b86cf9afd45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "1d84e60df147418e82c3b04c2949b445" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22b7f64a-e3ef-4a13-9c8c-eb2494b53fff" - ], - "x-ms-correlation-request-id": [ - "22b7f64a-e3ef-4a13-9c8c-eb2494b53fff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183716Z:22b7f64a-e3ef-4a13-9c8c-eb2494b53fff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "5c9a9f2dca0a483b9a08afd4645667f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3532856e-13a7-44fb-bb95-26b52800acf2" - ], - "x-ms-correlation-request-id": [ - "3532856e-13a7-44fb-bb95-26b52800acf2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183716Z:3532856e-13a7-44fb-bb95-26b52800acf2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "195ae17373af4b5bb3359ccc4923048a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9a16885-c36d-47d5-aa19-c5474b5b03cc" - ], - "x-ms-correlation-request-id": [ - "f9a16885-c36d-47d5-aa19-c5474b5b03cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183716Z:f9a16885-c36d-47d5-aa19-c5474b5b03cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "d6672e2f17994c8499633c48dec82b38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da19c812-f622-4d9c-aa5c-e901ba5a4a17" - ], - "x-ms-correlation-request-id": [ - "da19c812-f622-4d9c-aa5c-e901ba5a4a17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183716Z:da19c812-f622-4d9c-aa5c-e901ba5a4a17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "52ef14a5f1db4452b68ca21b5af89cda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abddb8f0-5608-4ceb-958f-4151be65ae2d" - ], - "x-ms-correlation-request-id": [ - "abddb8f0-5608-4ceb-958f-4151be65ae2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183719Z:abddb8f0-5608-4ceb-958f-4151be65ae2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "6739db4769d64947a63403fc91fde083" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c27603b0-e0d7-4939-a89d-acccb8e9cdbc" - ], - "x-ms-correlation-request-id": [ - "c27603b0-e0d7-4939-a89d-acccb8e9cdbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183720Z:c27603b0-e0d7-4939-a89d-acccb8e9cdbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "5e50ea309d9b472ea85ccb39d606d015" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17223740-7ab6-4801-9846-40e3de4ec029" - ], - "x-ms-correlation-request-id": [ - "17223740-7ab6-4801-9846-40e3de4ec029" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183720Z:17223740-7ab6-4801-9846-40e3de4ec029" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "b537c248266c4c429de6e689d4911aff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2561c465-4055-4d66-ad1f-8fa7df8aacd7" - ], - "x-ms-correlation-request-id": [ - "2561c465-4055-4d66-ad1f-8fa7df8aacd7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183721Z:2561c465-4055-4d66-ad1f-8fa7df8aacd7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "e5051d9799fd41a391a2ffd797d1a50e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc6c5cea-bcb5-4680-913b-76da73734ebc" - ], - "x-ms-correlation-request-id": [ - "fc6c5cea-bcb5-4680-913b-76da73734ebc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183721Z:fc6c5cea-bcb5-4680-913b-76da73734ebc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "d372045d59a343bcb4f8454b09486d28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "432ac72a-e0d4-4848-8f6b-da10b500d9a4" - ], - "x-ms-correlation-request-id": [ - "432ac72a-e0d4-4848-8f6b-da10b500d9a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183721Z:432ac72a-e0d4-4848-8f6b-da10b500d9a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "52b34d001ae04d518249dda8ce5276f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a323e439-23d6-42cc-a792-f101c6b594ba" - ], - "x-ms-correlation-request-id": [ - "a323e439-23d6-42cc-a792-f101c6b594ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183721Z:a323e439-23d6-42cc-a792-f101c6b594ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "62e4225075c744269308db2a89f2b69b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ec0925b-47b7-44b1-8f50-fc9287503292" - ], - "x-ms-correlation-request-id": [ - "0ec0925b-47b7-44b1-8f50-fc9287503292" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183721Z:0ec0925b-47b7-44b1-8f50-fc9287503292" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "72b4ecff8bd048c2a82fe8973e5b2a6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e24573fb-d1d7-47c9-8ddb-4a5457c64d83" - ], - "x-ms-correlation-request-id": [ - "e24573fb-d1d7-47c9-8ddb-4a5457c64d83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183721Z:e24573fb-d1d7-47c9-8ddb-4a5457c64d83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "206ace17df464b73aeaaaddb374f2a84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d6da15e-113a-47f0-8c37-e5e8caa05869" - ], - "x-ms-correlation-request-id": [ - "2d6da15e-113a-47f0-8c37-e5e8caa05869" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:2d6da15e-113a-47f0-8c37-e5e8caa05869" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "8e45d52a0a3e47fcbd89dc87b9b76e4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79da9952-3d8a-4370-80da-a930e2f40e38" - ], - "x-ms-correlation-request-id": [ - "79da9952-3d8a-4370-80da-a930e2f40e38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:79da9952-3d8a-4370-80da-a930e2f40e38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "3f1e95b5eb6b480e9f500a1dbea0d46b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09a36be8-d92a-4178-968a-ed1d3552ec62" - ], - "x-ms-correlation-request-id": [ - "09a36be8-d92a-4178-968a-ed1d3552ec62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:09a36be8-d92a-4178-968a-ed1d3552ec62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "0f992b6be25743dd95878ba44ac8bae3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93c9b4f5-3d40-40f0-abbf-69a7e525ef3d" - ], - "x-ms-correlation-request-id": [ - "93c9b4f5-3d40-40f0-abbf-69a7e525ef3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:93c9b4f5-3d40-40f0-abbf-69a7e525ef3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "6a310283aaa8436793e211bc87f14d0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d96ef0c1-3f30-421c-b842-fd284f3148dd" - ], - "x-ms-correlation-request-id": [ - "d96ef0c1-3f30-421c-b842-fd284f3148dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:d96ef0c1-3f30-421c-b842-fd284f3148dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "8f992725b1a94e23afa266f4c9a31fa3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee87a182-14fc-4fcf-a489-961475ab0b62" - ], - "x-ms-correlation-request-id": [ - "ee87a182-14fc-4fcf-a489-961475ab0b62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:ee87a182-14fc-4fcf-a489-961475ab0b62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "398237203e5840f595f1b2eecf658f5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b0fe7d4-5c33-4747-af74-dfe74a514c48" - ], - "x-ms-correlation-request-id": [ - "3b0fe7d4-5c33-4747-af74-dfe74a514c48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:3b0fe7d4-5c33-4747-af74-dfe74a514c48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "d5c22c5951664c3a934aad291f694b23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45769d20-2a5a-4fae-8072-ca37cc1daf97" - ], - "x-ms-correlation-request-id": [ - "45769d20-2a5a-4fae-8072-ca37cc1daf97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183722Z:45769d20-2a5a-4fae-8072-ca37cc1daf97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "6a1725af78be4fb386c7778c996f1bc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f12a9f7a-3cf3-4aaa-9f8c-687a8a687333" - ], - "x-ms-correlation-request-id": [ - "f12a9f7a-3cf3-4aaa-9f8c-687a8a687333" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183723Z:f12a9f7a-3cf3-4aaa-9f8c-687a8a687333" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "7c1be6b88f474adbbd3d60f152b1935c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41c021cd-3d1b-4b58-a77b-389f92ae500c" - ], - "x-ms-correlation-request-id": [ - "41c021cd-3d1b-4b58-a77b-389f92ae500c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183723Z:41c021cd-3d1b-4b58-a77b-389f92ae500c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "941deea0dfda4e2b97bdc66be19ba1dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60738145-4b05-4ce3-a56a-e5acabc9cd13" - ], - "x-ms-correlation-request-id": [ - "60738145-4b05-4ce3-a56a-e5acabc9cd13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183723Z:60738145-4b05-4ce3-a56a-e5acabc9cd13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "74aef16b1cf04b1bb2feb63594a35cd1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f45c427-4609-4676-b30d-7bdd3525764b" - ], - "x-ms-correlation-request-id": [ - "3f45c427-4609-4676-b30d-7bdd3525764b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183723Z:3f45c427-4609-4676-b30d-7bdd3525764b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "40caf08c3c5b40ffb91654c67484d2ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c7da6d0-2b9d-475a-a067-4dd27e2479e1" - ], - "x-ms-correlation-request-id": [ - "1c7da6d0-2b9d-475a-a067-4dd27e2479e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183723Z:1c7da6d0-2b9d-475a-a067-4dd27e2479e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "dcde3300b75147baa1ddf4f3a1ed137f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec92a3a8-b87c-4fee-867f-09d0959c6512" - ], - "x-ms-correlation-request-id": [ - "ec92a3a8-b87c-4fee-867f-09d0959c6512" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183723Z:ec92a3a8-b87c-4fee-867f-09d0959c6512" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "cef2695cccde4455a9b6fc6cd6599326" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ccbd8f6-2d6f-417e-9f46-06932b25cb21" - ], - "x-ms-correlation-request-id": [ - "0ccbd8f6-2d6f-417e-9f46-06932b25cb21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183723Z:0ccbd8f6-2d6f-417e-9f46-06932b25cb21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "5123194fbd83493fb89963e29b534f5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aba17705-15a5-4fa2-abcb-23a157164774" - ], - "x-ms-correlation-request-id": [ - "aba17705-15a5-4fa2-abcb-23a157164774" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183724Z:aba17705-15a5-4fa2-abcb-23a157164774" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "87e836ba1efd42d497e94a83800e21dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5b527ec-3af4-4d76-8d9d-483d0a5f2a43" - ], - "x-ms-correlation-request-id": [ - "e5b527ec-3af4-4d76-8d9d-483d0a5f2a43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183724Z:e5b527ec-3af4-4d76-8d9d-483d0a5f2a43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "b541fe94d7c645a189f3529c0b7828d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d685744-518f-427c-ad1f-5498849c87c3" - ], - "x-ms-correlation-request-id": [ - "5d685744-518f-427c-ad1f-5498849c87c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183724Z:5d685744-518f-427c-ad1f-5498849c87c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "66fcc81a215c496fa9a7d3b3f335ed3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1b117a4-e9c6-4653-94ed-2c693d2d3d94" - ], - "x-ms-correlation-request-id": [ - "c1b117a4-e9c6-4653-94ed-2c693d2d3d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183724Z:c1b117a4-e9c6-4653-94ed-2c693d2d3d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "97ca0243d99b43499c9c57969f7e9b35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4968c07-ddb1-484e-a508-63b5f3ac3e32" - ], - "x-ms-correlation-request-id": [ - "c4968c07-ddb1-484e-a508-63b5f3ac3e32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183724Z:c4968c07-ddb1-484e-a508-63b5f3ac3e32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "14418e9475e4427a8dda3892c019ccc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d900aa9-e4a4-416a-a3f6-723f83ec61eb" - ], - "x-ms-correlation-request-id": [ - "1d900aa9-e4a4-416a-a3f6-723f83ec61eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183724Z:1d900aa9-e4a4-416a-a3f6-723f83ec61eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "6d2928ae81d440bab94b8c008dbf3f96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c62ffd6e-32e2-4bea-a3a5-29687f546c9d" - ], - "x-ms-correlation-request-id": [ - "c62ffd6e-32e2-4bea-a3a5-29687f546c9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183725Z:c62ffd6e-32e2-4bea-a3a5-29687f546c9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "314abfb652464ed095bc3e0fd42fd30b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed0aa0c0-55db-4255-a7a2-206f2beade5e" - ], - "x-ms-correlation-request-id": [ - "ed0aa0c0-55db-4255-a7a2-206f2beade5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183725Z:ed0aa0c0-55db-4255-a7a2-206f2beade5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "84849dca4dc040ffa15312b93e0af91c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4faecf1f-7d79-4d8a-a3b2-59caab6c4b26" - ], - "x-ms-correlation-request-id": [ - "4faecf1f-7d79-4d8a-a3b2-59caab6c4b26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183725Z:4faecf1f-7d79-4d8a-a3b2-59caab6c4b26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "f30b11383f104a7f86355c374501b770" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a72bd4b-3cf0-4b0e-aaa7-06ac615a7fcb" - ], - "x-ms-correlation-request-id": [ - "6a72bd4b-3cf0-4b0e-aaa7-06ac615a7fcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183725Z:6a72bd4b-3cf0-4b0e-aaa7-06ac615a7fcb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "0774cbf7ac3f4b588889a085a221f616" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a0a0229-b0fe-48a6-aeac-8af7001c73d9" - ], - "x-ms-correlation-request-id": [ - "1a0a0229-b0fe-48a6-aeac-8af7001c73d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183725Z:1a0a0229-b0fe-48a6-aeac-8af7001c73d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "2b96ace9439c4b05b464d1777f7a2ea6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73eaec7d-4271-4471-a323-2208667c62e1" - ], - "x-ms-correlation-request-id": [ - "73eaec7d-4271-4471-a323-2208667c62e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183725Z:73eaec7d-4271-4471-a323-2208667c62e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "93b9f337b7e248c4b96471f89dc72f1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4a1999e-fea4-432b-b1a8-b6ac8bfcf8c6" - ], - "x-ms-correlation-request-id": [ - "d4a1999e-fea4-432b-b1a8-b6ac8bfcf8c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:d4a1999e-fea4-432b-b1a8-b6ac8bfcf8c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "b36c31ceed424719af1aff785f7cba06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89f4e3cb-73b5-4f32-9ee8-2a81ae1f31bb" - ], - "x-ms-correlation-request-id": [ - "89f4e3cb-73b5-4f32-9ee8-2a81ae1f31bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:89f4e3cb-73b5-4f32-9ee8-2a81ae1f31bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "c9ac8d2813024fb9a8aa37560fc91890" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de19919d-96a3-4ace-8c78-1248eba39ca1" - ], - "x-ms-correlation-request-id": [ - "de19919d-96a3-4ace-8c78-1248eba39ca1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:de19919d-96a3-4ace-8c78-1248eba39ca1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "753f40cd739a40c1bba8a2c35bbaf80f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0efbfea-0c53-4589-a0ba-b1b02fe12be0" - ], - "x-ms-correlation-request-id": [ - "a0efbfea-0c53-4589-a0ba-b1b02fe12be0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:a0efbfea-0c53-4589-a0ba-b1b02fe12be0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "e5ab1f23c0a44d559d370168d232055d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "081675e4-f73a-43a3-baf3-edbc5f5f19fb" - ], - "x-ms-correlation-request-id": [ - "081675e4-f73a-43a3-baf3-edbc5f5f19fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:081675e4-f73a-43a3-baf3-edbc5f5f19fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "455de57bc7374234a868ecb670d37dd7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2203d01c-f136-4410-938c-eed0c7bff1c7" - ], - "x-ms-correlation-request-id": [ - "2203d01c-f136-4410-938c-eed0c7bff1c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:2203d01c-f136-4410-938c-eed0c7bff1c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "f0a340b39a8f49c99b75078bf8d9251f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8acc54b0-b303-4bc0-9c26-5ec7a67ef1f9" - ], - "x-ms-correlation-request-id": [ - "8acc54b0-b303-4bc0-9c26-5ec7a67ef1f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:8acc54b0-b303-4bc0-9c26-5ec7a67ef1f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "49baddb307974ac5952ec6c8b4734368" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bb839e9-5fcb-4ff0-bf28-2c58e7c3574c" - ], - "x-ms-correlation-request-id": [ - "3bb839e9-5fcb-4ff0-bf28-2c58e7c3574c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:3bb839e9-5fcb-4ff0-bf28-2c58e7c3574c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "2246a2c8c29043be8987b57a37b0111e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "156e325a-c5fd-487a-a7f9-4dd7d4a31467" - ], - "x-ms-correlation-request-id": [ - "156e325a-c5fd-487a-a7f9-4dd7d4a31467" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183726Z:156e325a-c5fd-487a-a7f9-4dd7d4a31467" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "dbe39dda21ea45e8b81bbc8d58bb4f39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a718bd5c-5446-4e46-9bc4-da6c6b56a592" - ], - "x-ms-correlation-request-id": [ - "a718bd5c-5446-4e46-9bc4-da6c6b56a592" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183727Z:a718bd5c-5446-4e46-9bc4-da6c6b56a592" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "12bf5067907a4446a68485e3cf5da1ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3659d48f-10eb-48bf-b1fa-6acca00970d4" - ], - "x-ms-correlation-request-id": [ - "3659d48f-10eb-48bf-b1fa-6acca00970d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183727Z:3659d48f-10eb-48bf-b1fa-6acca00970d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "d388ea89002d4f5e9e81c1cec51aef16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28628f4a-f842-4ec6-b86d-362df14f1cec" - ], - "x-ms-correlation-request-id": [ - "28628f4a-f842-4ec6-b86d-362df14f1cec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183727Z:28628f4a-f842-4ec6-b86d-362df14f1cec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "968b337254e24354a370d1e27ca66200" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fc0fa8f-dace-4d2a-a333-1b35854375a0" - ], - "x-ms-correlation-request-id": [ - "5fc0fa8f-dace-4d2a-a333-1b35854375a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183727Z:5fc0fa8f-dace-4d2a-a333-1b35854375a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "368a534015a04eff91b3cef795ad7b72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e079047f-811f-479c-9f1d-9f880692ff65" - ], - "x-ms-correlation-request-id": [ - "e079047f-811f-479c-9f1d-9f880692ff65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183727Z:e079047f-811f-479c-9f1d-9f880692ff65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "715afe2980c746729574c358b4f45127" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1650ccb-b2bf-40e8-8927-c1aefbbbb049" - ], - "x-ms-correlation-request-id": [ - "b1650ccb-b2bf-40e8-8927-c1aefbbbb049" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183727Z:b1650ccb-b2bf-40e8-8927-c1aefbbbb049" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "bfa78e190eb14a30b40a32b858cb918d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1613ed46-c987-4082-bd90-de25a58dbc7e" - ], - "x-ms-correlation-request-id": [ - "1613ed46-c987-4082-bd90-de25a58dbc7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:1613ed46-c987-4082-bd90-de25a58dbc7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "34f8fd051c1a435384bfb2a9024a61c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3d4b9be-cace-4930-8fc1-5348b84a2582" - ], - "x-ms-correlation-request-id": [ - "b3d4b9be-cace-4930-8fc1-5348b84a2582" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:b3d4b9be-cace-4930-8fc1-5348b84a2582" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "7dfb15fa06464bf3a7ebad426906772d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f08a7ab-88cd-4593-ac65-9e806c593824" - ], - "x-ms-correlation-request-id": [ - "5f08a7ab-88cd-4593-ac65-9e806c593824" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:5f08a7ab-88cd-4593-ac65-9e806c593824" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "c1eb6edcdedc4185b2fcd06fb7de532e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e7d9986-c8fd-49d9-93c4-a2ef84589f51" - ], - "x-ms-correlation-request-id": [ - "9e7d9986-c8fd-49d9-93c4-a2ef84589f51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:9e7d9986-c8fd-49d9-93c4-a2ef84589f51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "4ce048cbd39947f1963d081b833d2e07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96d6d27b-e508-4daf-b90b-ce2ecebafb37" - ], - "x-ms-correlation-request-id": [ - "96d6d27b-e508-4daf-b90b-ce2ecebafb37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:96d6d27b-e508-4daf-b90b-ce2ecebafb37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "2a384b86b3554e02a244f9c2951b5c3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "061b198c-d9e5-40e3-afd7-e32069e37756" - ], - "x-ms-correlation-request-id": [ - "061b198c-d9e5-40e3-afd7-e32069e37756" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:061b198c-d9e5-40e3-afd7-e32069e37756" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "d6fd1bdaea0d47c990a4565eb7e3ed6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8e500b9-bc17-489a-a5a1-1201b590ce95" - ], - "x-ms-correlation-request-id": [ - "a8e500b9-bc17-489a-a5a1-1201b590ce95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:a8e500b9-bc17-489a-a5a1-1201b590ce95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "d923716d21ba4d48afc5d3a0f22696b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15d53d4f-23c1-4428-a629-9746a6b36aa3" - ], - "x-ms-correlation-request-id": [ - "15d53d4f-23c1-4428-a629-9746a6b36aa3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183728Z:15d53d4f-23c1-4428-a629-9746a6b36aa3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "9b0f0a9e5f54495cb2d86520b5bf6e49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6cea8a06-cc27-4e9c-a07d-33e298e7c287" - ], - "x-ms-correlation-request-id": [ - "6cea8a06-cc27-4e9c-a07d-33e298e7c287" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183729Z:6cea8a06-cc27-4e9c-a07d-33e298e7c287" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "a8014e0e738d4cf7993cabf6f853de17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f0766d1-0395-4b62-9b74-222952abaf83" - ], - "x-ms-correlation-request-id": [ - "6f0766d1-0395-4b62-9b74-222952abaf83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183729Z:6f0766d1-0395-4b62-9b74-222952abaf83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "c106b739526f458bbddb2ca72491c303" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b40d0c2d-4194-4c15-9c6f-d28d1c7c7e2a" - ], - "x-ms-correlation-request-id": [ - "b40d0c2d-4194-4c15-9c6f-d28d1c7c7e2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183729Z:b40d0c2d-4194-4c15-9c6f-d28d1c7c7e2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "041f7cb4c8654769b5beeff421492437" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe5e49c6-75d9-47f0-9222-2486d3797d02" - ], - "x-ms-correlation-request-id": [ - "fe5e49c6-75d9-47f0-9222-2486d3797d02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183729Z:fe5e49c6-75d9-47f0-9222-2486d3797d02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "274ed6756c384dcd9eda4ee42c77cca7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fa7725e-6034-47c0-a82f-9ceb71c9de5f" - ], - "x-ms-correlation-request-id": [ - "0fa7725e-6034-47c0-a82f-9ceb71c9de5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183729Z:0fa7725e-6034-47c0-a82f-9ceb71c9de5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "3ea31e45ce2b47f3a14b11dfc56e39c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b808c1f7-bef5-4594-849c-0df3d976902b" - ], - "x-ms-correlation-request-id": [ - "b808c1f7-bef5-4594-849c-0df3d976902b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183729Z:b808c1f7-bef5-4594-849c-0df3d976902b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "739d26b8028346469d74bc7e338d8881" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1cfce1ad-2a75-4aaa-9453-79415d653ec6" - ], - "x-ms-correlation-request-id": [ - "1cfce1ad-2a75-4aaa-9453-79415d653ec6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183730Z:1cfce1ad-2a75-4aaa-9453-79415d653ec6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "4d4d90808ba84fafb4dde190a5e0a239" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30bc9297-40fa-4657-88c0-3becf020c638" - ], - "x-ms-correlation-request-id": [ - "30bc9297-40fa-4657-88c0-3becf020c638" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183730Z:30bc9297-40fa-4657-88c0-3becf020c638" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "afdee647b0994611a8040429f3201d85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bc29d76-a06b-479b-8c44-999e3fd93d82" - ], - "x-ms-correlation-request-id": [ - "6bc29d76-a06b-479b-8c44-999e3fd93d82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183730Z:6bc29d76-a06b-479b-8c44-999e3fd93d82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "fe97e55d1d04471e8b599fdfdbadf0b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e045c9e6-9d93-4f81-81f7-d4c69c341f71" - ], - "x-ms-correlation-request-id": [ - "e045c9e6-9d93-4f81-81f7-d4c69c341f71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183730Z:e045c9e6-9d93-4f81-81f7-d4c69c341f71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "5f64cd86e2644513a8e229be06eff2b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19b1771c-e59a-4e39-af87-19101c0decf8" - ], - "x-ms-correlation-request-id": [ - "19b1771c-e59a-4e39-af87-19101c0decf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183730Z:19b1771c-e59a-4e39-af87-19101c0decf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "5d971181bcc94e4597f14dad38dd6fdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ba7fce3-63c5-4edd-932a-073f93ceddb4" - ], - "x-ms-correlation-request-id": [ - "2ba7fce3-63c5-4edd-932a-073f93ceddb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183730Z:2ba7fce3-63c5-4edd-932a-073f93ceddb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "9e656f0515dc4df0bf79c314fc425172" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df7ac033-06b8-45b4-a07f-1d6efa58f5a6" - ], - "x-ms-correlation-request-id": [ - "df7ac033-06b8-45b4-a07f-1d6efa58f5a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183730Z:df7ac033-06b8-45b4-a07f-1d6efa58f5a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "708bba17f9bf4bfea5c4b1fd2d24d511" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf365074-468c-4755-85b7-0bac99a1a544" - ], - "x-ms-correlation-request-id": [ - "cf365074-468c-4755-85b7-0bac99a1a544" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183731Z:cf365074-468c-4755-85b7-0bac99a1a544" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "f970e62ec742450882c1f46098065a37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7802c113-2ffa-4127-9ff3-c8dde8b97d1c" - ], - "x-ms-correlation-request-id": [ - "7802c113-2ffa-4127-9ff3-c8dde8b97d1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183731Z:7802c113-2ffa-4127-9ff3-c8dde8b97d1c" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "7dc3f701e16d42e9bd0313f480ca7cdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d761a4ff-66cf-4ef8-886b-e31650da7c54" - ], - "x-ms-correlation-request-id": [ - "d761a4ff-66cf-4ef8-886b-e31650da7c54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183731Z:d761a4ff-66cf-4ef8-886b-e31650da7c54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "39b349cf011940e18e7b0b510c84cb57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c5b67d4-9480-4fea-85de-73e3bb602e51" - ], - "x-ms-correlation-request-id": [ - "9c5b67d4-9480-4fea-85de-73e3bb602e51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183731Z:9c5b67d4-9480-4fea-85de-73e3bb602e51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "8162f753962f446b93c0c0f090b55bfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b9024c5-e5b8-4bca-bb53-12706f3cbe22" - ], - "x-ms-correlation-request-id": [ - "8b9024c5-e5b8-4bca-bb53-12706f3cbe22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183732Z:8b9024c5-e5b8-4bca-bb53-12706f3cbe22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "283250f310504b0c875143d9d59ce37e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06908e92-2163-41cc-860c-f0ea5f36f5c2" - ], - "x-ms-correlation-request-id": [ - "06908e92-2163-41cc-860c-f0ea5f36f5c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183732Z:06908e92-2163-41cc-860c-f0ea5f36f5c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "b67269b7291e4111b214a890f97f3130" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d3f9741-663a-41bc-809f-b4025f22886c" - ], - "x-ms-correlation-request-id": [ - "9d3f9741-663a-41bc-809f-b4025f22886c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183732Z:9d3f9741-663a-41bc-809f-b4025f22886c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "2948fae770d4438091bff15fc7303f33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9afd7fa-2440-4480-9710-1a9e873f8855" - ], - "x-ms-correlation-request-id": [ - "c9afd7fa-2440-4480-9710-1a9e873f8855" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183732Z:c9afd7fa-2440-4480-9710-1a9e873f8855" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "7daffa9796164784acc12a1da80f1e0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4bcbb367-6204-461c-944a-261213799f1d" - ], - "x-ms-correlation-request-id": [ - "4bcbb367-6204-461c-944a-261213799f1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183732Z:4bcbb367-6204-461c-944a-261213799f1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "41941bc092ac4687a6b2bb2ac9362438" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89a4cf32-65d1-45ce-9f86-a535b7577026" - ], - "x-ms-correlation-request-id": [ - "89a4cf32-65d1-45ce-9f86-a535b7577026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183732Z:89a4cf32-65d1-45ce-9f86-a535b7577026" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "9033b4a9798148e2beb3877b62f81292" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0d3ca5b-a7bb-485a-9cf8-909a52718f48" - ], - "x-ms-correlation-request-id": [ - "f0d3ca5b-a7bb-485a-9cf8-909a52718f48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183733Z:f0d3ca5b-a7bb-485a-9cf8-909a52718f48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "71bc5811b5f04ef7bd4c9a438b369466" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37a1b2c0-829c-46c5-a9e6-a32456f106e3" - ], - "x-ms-correlation-request-id": [ - "37a1b2c0-829c-46c5-a9e6-a32456f106e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183733Z:37a1b2c0-829c-46c5-a9e6-a32456f106e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "57c358c5e82443608c2d2d29b25f6413" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d18d41d2-b573-4418-845c-a1f6cabe873f" - ], - "x-ms-correlation-request-id": [ - "d18d41d2-b573-4418-845c-a1f6cabe873f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183733Z:d18d41d2-b573-4418-845c-a1f6cabe873f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "435acdcf339e4442a158e4298dba6736" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5005347e-d280-44aa-807a-4fb7aad0981c" - ], - "x-ms-correlation-request-id": [ - "5005347e-d280-44aa-807a-4fb7aad0981c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183733Z:5005347e-d280-44aa-807a-4fb7aad0981c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "edb79b3d674746098a46ef1b00143516" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afb1866b-decc-4966-9997-b83812fcd3f8" - ], - "x-ms-correlation-request-id": [ - "afb1866b-decc-4966-9997-b83812fcd3f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183733Z:afb1866b-decc-4966-9997-b83812fcd3f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "e1fe1e6b581145c3a3bac6d3518409a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d03c7863-0908-4eb2-b7cb-21c38aae9921" - ], - "x-ms-correlation-request-id": [ - "d03c7863-0908-4eb2-b7cb-21c38aae9921" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183733Z:d03c7863-0908-4eb2-b7cb-21c38aae9921" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "84dc411f7759408fa43b015dbf031e5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e871d129-a6db-4695-addf-71d948549640" - ], - "x-ms-correlation-request-id": [ - "e871d129-a6db-4695-addf-71d948549640" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183733Z:e871d129-a6db-4695-addf-71d948549640" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "c7cb8595aeec4939b9b9fe994d92e2b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4dc8281-3995-4ea8-9bca-f96ae413cdf8" - ], - "x-ms-correlation-request-id": [ - "c4dc8281-3995-4ea8-9bca-f96ae413cdf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:c4dc8281-3995-4ea8-9bca-f96ae413cdf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "9c329c69d8a04aaebbd6950d327b58c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7bfffe8-b310-44a9-9d6e-6ff716098910" - ], - "x-ms-correlation-request-id": [ - "d7bfffe8-b310-44a9-9d6e-6ff716098910" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:d7bfffe8-b310-44a9-9d6e-6ff716098910" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "02a9972ca6d747e4a0c404d7bd720c74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad1a7cb1-7491-46de-88f9-74adb35951a3" - ], - "x-ms-correlation-request-id": [ - "ad1a7cb1-7491-46de-88f9-74adb35951a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:ad1a7cb1-7491-46de-88f9-74adb35951a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "be7416a6520b4eea8f9903672637189c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a74d457e-528d-41c3-ab9a-a3681fb9a726" - ], - "x-ms-correlation-request-id": [ - "a74d457e-528d-41c3-ab9a-a3681fb9a726" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:a74d457e-528d-41c3-ab9a-a3681fb9a726" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "6895962de47e4e0097f0779e9b37fc14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb0bf928-54f5-424c-ae2b-3143810fcfd2" - ], - "x-ms-correlation-request-id": [ - "cb0bf928-54f5-424c-ae2b-3143810fcfd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:cb0bf928-54f5-424c-ae2b-3143810fcfd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "5abfbe9625a04cc4b712e187914e17ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96c23e02-d445-480f-a5d1-38b07b40beeb" - ], - "x-ms-correlation-request-id": [ - "96c23e02-d445-480f-a5d1-38b07b40beeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:96c23e02-d445-480f-a5d1-38b07b40beeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "49778b65bb3e4eb5b9fd535bb1af25cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70359218-24bf-4600-b44b-7c6d7fa92f9c" - ], - "x-ms-correlation-request-id": [ - "70359218-24bf-4600-b44b-7c6d7fa92f9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:70359218-24bf-4600-b44b-7c6d7fa92f9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "0b53e296f61b410cb2f0dc0345c08782" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dae343b1-49fa-4543-bea0-872be31a18c7" - ], - "x-ms-correlation-request-id": [ - "dae343b1-49fa-4543-bea0-872be31a18c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183734Z:dae343b1-49fa-4543-bea0-872be31a18c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "d69771c6a59f45a3a8897086c9e33346" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9eb4e121-370a-42de-8da4-619e61c578cb" - ], - "x-ms-correlation-request-id": [ - "9eb4e121-370a-42de-8da4-619e61c578cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183735Z:9eb4e121-370a-42de-8da4-619e61c578cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "61b82b99d7414b1ebf69e81506ea4ec1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45fe2e80-cffb-4bd1-a82c-241a37278c44" - ], - "x-ms-correlation-request-id": [ - "45fe2e80-cffb-4bd1-a82c-241a37278c44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183735Z:45fe2e80-cffb-4bd1-a82c-241a37278c44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "fb399d18ee6b4a79a9af63c3e82acc9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9a24cb6-47b8-416f-8655-d0c844dfafde" - ], - "x-ms-correlation-request-id": [ - "e9a24cb6-47b8-416f-8655-d0c844dfafde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183735Z:e9a24cb6-47b8-416f-8655-d0c844dfafde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "06608735658949cbbea9cd1b16161b21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4432c41-d602-4f92-91eb-2e77eb409de6" - ], - "x-ms-correlation-request-id": [ - "e4432c41-d602-4f92-91eb-2e77eb409de6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183735Z:e4432c41-d602-4f92-91eb-2e77eb409de6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "631fabcf0cca480daf24a04548998e46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14900d11-5faa-4b4f-a8c8-5e7e9132e727" - ], - "x-ms-correlation-request-id": [ - "14900d11-5faa-4b4f-a8c8-5e7e9132e727" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183735Z:14900d11-5faa-4b4f-a8c8-5e7e9132e727" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "a42afb1bea604699abbf67f0a7bd07bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f13d942d-1a1d-47f0-af3a-9422d8f749cf" - ], - "x-ms-correlation-request-id": [ - "f13d942d-1a1d-47f0-af3a-9422d8f749cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183735Z:f13d942d-1a1d-47f0-af3a-9422d8f749cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "4418a7fe02b749ac882680a7260961fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12ced06d-cb80-4f34-9be4-eb4148377876" - ], - "x-ms-correlation-request-id": [ - "12ced06d-cb80-4f34-9be4-eb4148377876" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183735Z:12ced06d-cb80-4f34-9be4-eb4148377876" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "12e22c697cc141488ae6d2b0360114f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a79a6212-2674-498b-a44e-17eff60cc9ee" - ], - "x-ms-correlation-request-id": [ - "a79a6212-2674-498b-a44e-17eff60cc9ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183736Z:a79a6212-2674-498b-a44e-17eff60cc9ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "33a4aac747304b908c7f28a45344df61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67bb01e6-0ba3-487f-9588-7a5f946c8295" - ], - "x-ms-correlation-request-id": [ - "67bb01e6-0ba3-487f-9588-7a5f946c8295" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183736Z:67bb01e6-0ba3-487f-9588-7a5f946c8295" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "cc53cb52ca804f22a653ca8a27cfea30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e6eb1af-6c3d-4cff-af60-49bf994d7506" - ], - "x-ms-correlation-request-id": [ - "2e6eb1af-6c3d-4cff-af60-49bf994d7506" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183736Z:2e6eb1af-6c3d-4cff-af60-49bf994d7506" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "046221966b6a4224bf7a794d1bc496c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06374edb-40c2-4c25-ba4d-1ac28eebec0b" - ], - "x-ms-correlation-request-id": [ - "06374edb-40c2-4c25-ba4d-1ac28eebec0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183736Z:06374edb-40c2-4c25-ba4d-1ac28eebec0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "b170247c8fa049c984843ada471400f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89ca05f5-6716-43b2-bb0c-b0e72c763304" - ], - "x-ms-correlation-request-id": [ - "89ca05f5-6716-43b2-bb0c-b0e72c763304" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183736Z:89ca05f5-6716-43b2-bb0c-b0e72c763304" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "e139b704da56448bb6acefd817f79ea3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4fc28b2-b3fe-46e4-8f62-51e5a5f158ab" - ], - "x-ms-correlation-request-id": [ - "b4fc28b2-b3fe-46e4-8f62-51e5a5f158ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183736Z:b4fc28b2-b3fe-46e4-8f62-51e5a5f158ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "afb1412ffd5d41ca9d338969ce061239" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d294ae5-2b4b-4648-8db1-a654cda10afe" - ], - "x-ms-correlation-request-id": [ - "3d294ae5-2b4b-4648-8db1-a654cda10afe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183736Z:3d294ae5-2b4b-4648-8db1-a654cda10afe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "7b441b98049446e782ee3edbd3e4c63c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4317cf2b-7fbd-4a5d-9a53-c1b7f6cf0dda" - ], - "x-ms-correlation-request-id": [ - "4317cf2b-7fbd-4a5d-9a53-c1b7f6cf0dda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:4317cf2b-7fbd-4a5d-9a53-c1b7f6cf0dda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "6752af035fc941098fc83c3659e34b59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "049d09df-4e58-4abb-b5bf-c7df5f635668" - ], - "x-ms-correlation-request-id": [ - "049d09df-4e58-4abb-b5bf-c7df5f635668" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:049d09df-4e58-4abb-b5bf-c7df5f635668" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "bdb918759ee94600b48fc3ab35e8cb62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4458ec9-cf59-46dd-9f0d-cf3ed796cdf5" - ], - "x-ms-correlation-request-id": [ - "e4458ec9-cf59-46dd-9f0d-cf3ed796cdf5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:e4458ec9-cf59-46dd-9f0d-cf3ed796cdf5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "f27ef239ec2b4494965e6088a8f1c740" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4bd7a1c-869c-4c22-a009-4bb3558b3601" - ], - "x-ms-correlation-request-id": [ - "c4bd7a1c-869c-4c22-a009-4bb3558b3601" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:c4bd7a1c-869c-4c22-a009-4bb3558b3601" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "7b273a8bbf74492cac6aadbee092ed11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f265cc96-a8d9-4c45-9e02-d64b30dc3be5" - ], - "x-ms-correlation-request-id": [ - "f265cc96-a8d9-4c45-9e02-d64b30dc3be5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:f265cc96-a8d9-4c45-9e02-d64b30dc3be5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "15c9bcb4ba5b4734aebacc0dbb071bcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0927c237-be57-4c57-9ec4-7aaa8e46301c" - ], - "x-ms-correlation-request-id": [ - "0927c237-be57-4c57-9ec4-7aaa8e46301c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:0927c237-be57-4c57-9ec4-7aaa8e46301c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "82158407fea640c7b2618e97289c6a1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0360e954-de02-4fa3-91ff-8b3d49f681c2" - ], - "x-ms-correlation-request-id": [ - "0360e954-de02-4fa3-91ff-8b3d49f681c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:0360e954-de02-4fa3-91ff-8b3d49f681c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" - ], - "x-ms-client-request-id": [ - "e97cde1a4ae84ce69c4242387b0d53b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11e1bc5c-c048-45c3-9d15-75af0257ca74" - ], - "x-ms-correlation-request-id": [ - "11e1bc5c-c048-45c3-9d15-75af0257ca74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183737Z:11e1bc5c-c048-45c3-9d15-75af0257ca74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" - ], - "x-ms-client-request-id": [ - "13cb5aa5dada419ba69d174bafaa750b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98abc4e1-178a-48b3-aac0-a07d06ae34a6" - ], - "x-ms-correlation-request-id": [ - "98abc4e1-178a-48b3-aac0-a07d06ae34a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:98abc4e1-178a-48b3-aac0-a07d06ae34a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" - ], - "x-ms-client-request-id": [ - "ec029079cb524af0a3b51588e0a2bd0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bff37eb-7fb9-4bc9-8486-a7fcb94fcb57" - ], - "x-ms-correlation-request-id": [ - "5bff37eb-7fb9-4bc9-8486-a7fcb94fcb57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:5bff37eb-7fb9-4bc9-8486-a7fcb94fcb57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" - ], - "x-ms-client-request-id": [ - "bb80a7c89a6b4a1cb0917a665f5d4ea3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1defd75e-f6b2-4800-bd70-e6a71af2334b" - ], - "x-ms-correlation-request-id": [ - "1defd75e-f6b2-4800-bd70-e6a71af2334b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:1defd75e-f6b2-4800-bd70-e6a71af2334b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" - ], - "x-ms-client-request-id": [ - "8d9c0b8e598b482d82cdbda855dab548" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c729f22-90f4-4ec2-815e-b3fc62fa3309" - ], - "x-ms-correlation-request-id": [ - "6c729f22-90f4-4ec2-815e-b3fc62fa3309" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:6c729f22-90f4-4ec2-815e-b3fc62fa3309" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" - ], - "x-ms-client-request-id": [ - "1b36543f3ac34d609f8b5a068deb7566" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c74ea6c-a091-446d-95bd-0e3f52a96fa5" - ], - "x-ms-correlation-request-id": [ - "4c74ea6c-a091-446d-95bd-0e3f52a96fa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:4c74ea6c-a091-446d-95bd-0e3f52a96fa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "9563d67ba78a4361b829e191dd4409e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de820987-7b66-4145-a4e8-5717f0c8d2de" - ], - "x-ms-correlation-request-id": [ - "de820987-7b66-4145-a4e8-5717f0c8d2de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:de820987-7b66-4145-a4e8-5717f0c8d2de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "393f6dcfa9f147a9ba38ab365ca76765" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "095ca59f-d47f-47ea-8ad5-5c59d46ef49a" - ], - "x-ms-correlation-request-id": [ - "095ca59f-d47f-47ea-8ad5-5c59d46ef49a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:095ca59f-d47f-47ea-8ad5-5c59d46ef49a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "7512c80abb104bfa8a2fd2bc52f9761d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69496604-f70f-4a68-a684-df244b63010a" - ], - "x-ms-correlation-request-id": [ - "69496604-f70f-4a68-a684-df244b63010a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183738Z:69496604-f70f-4a68-a684-df244b63010a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "ebc98dfa60fc42e1954f4b7a72151314" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "320ba445-2fbf-4470-866b-0977250e083d" - ], - "x-ms-correlation-request-id": [ - "320ba445-2fbf-4470-866b-0977250e083d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183739Z:320ba445-2fbf-4470-866b-0977250e083d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "54dac0a52f2643d8ac4320a45764ca8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "357d9c91-3978-4567-bbc4-48171bfa272f" - ], - "x-ms-correlation-request-id": [ - "357d9c91-3978-4567-bbc4-48171bfa272f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183739Z:357d9c91-3978-4567-bbc4-48171bfa272f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "ebd0fa6c43cc45e8a433825fe7d6369b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75eceb5a-0322-491e-9efc-c9d2b2cf2b87" - ], - "x-ms-correlation-request-id": [ - "75eceb5a-0322-491e-9efc-c9d2b2cf2b87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183739Z:75eceb5a-0322-491e-9efc-c9d2b2cf2b87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "d1e106420d14411983a92c069badfeeb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e933bc5-866a-4c98-ae62-e67e97c2d86e" - ], - "x-ms-correlation-request-id": [ - "8e933bc5-866a-4c98-ae62-e67e97c2d86e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183739Z:8e933bc5-866a-4c98-ae62-e67e97c2d86e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "53776994a84c495db976fedfb690ce01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8670859c-1d8b-482a-b5aa-4d7d910836ee" - ], - "x-ms-correlation-request-id": [ - "8670859c-1d8b-482a-b5aa-4d7d910836ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183739Z:8670859c-1d8b-482a-b5aa-4d7d910836ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "524789a3df684580aa24d4d36606471b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b80b8d60-8940-4bc4-b9d0-23a7087f03ff" - ], - "x-ms-correlation-request-id": [ - "b80b8d60-8940-4bc4-b9d0-23a7087f03ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183739Z:b80b8d60-8940-4bc4-b9d0-23a7087f03ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" - ], - "x-ms-client-request-id": [ - "5303581ca2b74f21ac7692c259180c4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1493a209-9866-46e4-a72a-b2dfdaebeb13" - ], - "x-ms-correlation-request-id": [ - "1493a209-9866-46e4-a72a-b2dfdaebeb13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:1493a209-9866-46e4-a72a-b2dfdaebeb13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "0d4c1463912a4bea84d7db3298850d32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec6cc59e-1a96-4256-a04a-0c1923ce72b6" - ], - "x-ms-correlation-request-id": [ - "ec6cc59e-1a96-4256-a04a-0c1923ce72b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:ec6cc59e-1a96-4256-a04a-0c1923ce72b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "67b52369cf33428892463f113c3b6063" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46c4989d-328b-4208-bc77-fd3133ea57d8" - ], - "x-ms-correlation-request-id": [ - "46c4989d-328b-4208-bc77-fd3133ea57d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:46c4989d-328b-4208-bc77-fd3133ea57d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "46d4ca6770c942deb028a2a11f61478a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50b3d9ac-0241-4c79-8e59-5c54183f96e3" - ], - "x-ms-correlation-request-id": [ - "50b3d9ac-0241-4c79-8e59-5c54183f96e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:50b3d9ac-0241-4c79-8e59-5c54183f96e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "a98b6b302f3842a0a3ab745ab4c4c75b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af3c6615-c561-426a-9c92-c6a6a4340d58" - ], - "x-ms-correlation-request-id": [ - "af3c6615-c561-426a-9c92-c6a6a4340d58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:af3c6615-c561-426a-9c92-c6a6a4340d58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "cd144d66f6ae45ad9e3632d12337843e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7600fad-b2c9-4406-a6ed-04e6a56a69c6" - ], - "x-ms-correlation-request-id": [ - "c7600fad-b2c9-4406-a6ed-04e6a56a69c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:c7600fad-b2c9-4406-a6ed-04e6a56a69c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "57ac505a6da74ccdacbb6b4dc5a1cef4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8c2947f-7449-4dc2-b6f0-d4d3d5016382" - ], - "x-ms-correlation-request-id": [ - "b8c2947f-7449-4dc2-b6f0-d4d3d5016382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:b8c2947f-7449-4dc2-b6f0-d4d3d5016382" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "66cc27670de64765ae787e9a985b6315" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59291087-1f62-49c3-86f2-c2e944202334" - ], - "x-ms-correlation-request-id": [ - "59291087-1f62-49c3-86f2-c2e944202334" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183740Z:59291087-1f62-49c3-86f2-c2e944202334" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "8c33ce41e4ed4ef4adb53d4dab44c85b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a32786b2-bbba-42c3-afbc-2ac99de2dde0" - ], - "x-ms-correlation-request-id": [ - "a32786b2-bbba-42c3-afbc-2ac99de2dde0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183741Z:a32786b2-bbba-42c3-afbc-2ac99de2dde0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" - ], - "x-ms-client-request-id": [ - "6dd2044734e44b3ca32555ece9523bcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4df478c6-a58f-43e3-8b19-42f1d1213dc3" - ], - "x-ms-correlation-request-id": [ - "4df478c6-a58f-43e3-8b19-42f1d1213dc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183741Z:4df478c6-a58f-43e3-8b19-42f1d1213dc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" - ], - "x-ms-client-request-id": [ - "6a0735ad15284866926d3b010a79bbc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2139641b-e002-47e8-9628-add47eb6d659" - ], - "x-ms-correlation-request-id": [ - "2139641b-e002-47e8-9628-add47eb6d659" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183741Z:2139641b-e002-47e8-9628-add47eb6d659" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "x-ms-client-request-id": [ - "b2b6228ef321485d870c41ab5fbe0579" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54b0b75b-627f-46e2-8633-3c6b08b2fec1" - ], - "x-ms-correlation-request-id": [ - "54b0b75b-627f-46e2-8633-3c6b08b2fec1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183741Z:54b0b75b-627f-46e2-8633-3c6b08b2fec1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "x-ms-client-request-id": [ - "58f65ec986e34e23b2c9688fede6ced7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "434628d2-80c2-486d-84c8-a01e305c75d0" - ], - "x-ms-correlation-request-id": [ - "434628d2-80c2-486d-84c8-a01e305c75d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183741Z:434628d2-80c2-486d-84c8-a01e305c75d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-client-request-id": [ - "842bd92e163341b783d9a9931556afd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5adc9f5b-784b-4ac5-aabb-ddcd6feb3c72" - ], - "x-ms-correlation-request-id": [ - "5adc9f5b-784b-4ac5-aabb-ddcd6feb3c72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183741Z:5adc9f5b-784b-4ac5-aabb-ddcd6feb3c72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "x-ms-client-request-id": [ - "f24d556986554f05abc027cb527f9840" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87b80685-e3b8-491f-9b28-a1d9ede229ad" - ], - "x-ms-correlation-request-id": [ - "87b80685-e3b8-491f-9b28-a1d9ede229ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:87b80685-e3b8-491f-9b28-a1d9ede229ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" - ], - "x-ms-client-request-id": [ - "0ed4ebdca9da46ebbe2865b12f493a58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f2c9017-56dd-45f8-9d0c-a71be747d3d8" - ], - "x-ms-correlation-request-id": [ - "3f2c9017-56dd-45f8-9d0c-a71be747d3d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:3f2c9017-56dd-45f8-9d0c-a71be747d3d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" - ], - "x-ms-client-request-id": [ - "0b6c566f6c044b19b2bce6f991e5a3ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1ca90e5-db98-4fa3-9dd4-5e0b15debdb7" - ], - "x-ms-correlation-request-id": [ - "c1ca90e5-db98-4fa3-9dd4-5e0b15debdb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:c1ca90e5-db98-4fa3-9dd4-5e0b15debdb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" - ], - "x-ms-client-request-id": [ - "e43d4f14eb154a5f91da78a988637319" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a548a7c3-73e9-43a4-8b61-05e489fc64ad" - ], - "x-ms-correlation-request-id": [ - "a548a7c3-73e9-43a4-8b61-05e489fc64ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:a548a7c3-73e9-43a4-8b61-05e489fc64ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" - ], - "x-ms-client-request-id": [ - "2b5f2e2e477340d4a362805ef29a9d14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0e2c645-28b5-4ea9-b246-4575736eda2e" - ], - "x-ms-correlation-request-id": [ - "d0e2c645-28b5-4ea9-b246-4575736eda2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:d0e2c645-28b5-4ea9-b246-4575736eda2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" - ], - "x-ms-client-request-id": [ - "021c57b1e45a46058be4d8a67dcf4838" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "829124aa-e4ae-4f2e-9a5a-2b973a4695be" - ], - "x-ms-correlation-request-id": [ - "829124aa-e4ae-4f2e-9a5a-2b973a4695be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:829124aa-e4ae-4f2e-9a5a-2b973a4695be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" - ], - "x-ms-client-request-id": [ - "c75ddbd65ad540aea034cde4090742ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e211877f-bbb5-4f7f-ad73-246d83174a54" - ], - "x-ms-correlation-request-id": [ - "e211877f-bbb5-4f7f-ad73-246d83174a54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:e211877f-bbb5-4f7f-ad73-246d83174a54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" - ], - "x-ms-client-request-id": [ - "7dc14ac3743d44e5a0ce207b1196ff4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19623c27-2312-44c9-bf79-8bd25c290170" - ], - "x-ms-correlation-request-id": [ - "19623c27-2312-44c9-bf79-8bd25c290170" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183742Z:19623c27-2312-44c9-bf79-8bd25c290170" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" - ], - "x-ms-client-request-id": [ - "14c4a8212cf245d983386842e904c708" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ad21aec-86f6-4d3a-b1d7-15804afc777d" - ], - "x-ms-correlation-request-id": [ - "0ad21aec-86f6-4d3a-b1d7-15804afc777d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183743Z:0ad21aec-86f6-4d3a-b1d7-15804afc777d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" - ], - "x-ms-client-request-id": [ - "304bce8ed73a4aedadbf35ad839e3b4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7977e38f-a3a7-41c7-bdef-6650ae225acf" - ], - "x-ms-correlation-request-id": [ - "7977e38f-a3a7-41c7-bdef-6650ae225acf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183743Z:7977e38f-a3a7-41c7-bdef-6650ae225acf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" - ], - "x-ms-client-request-id": [ - "a41118d889ac4e9e8d59c8695c82f808" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fcf2814-5215-405c-a3d5-02718fe8ce2e" - ], - "x-ms-correlation-request-id": [ - "3fcf2814-5215-405c-a3d5-02718fe8ce2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183743Z:3fcf2814-5215-405c-a3d5-02718fe8ce2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" - ], - "x-ms-client-request-id": [ - "b17aaf9bf2a24a40b14cd1fd6b478de1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53f07f9a-99fa-4986-852b-8e3b65d7feaa" - ], - "x-ms-correlation-request-id": [ - "53f07f9a-99fa-4986-852b-8e3b65d7feaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183743Z:53f07f9a-99fa-4986-852b-8e3b65d7feaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" - ], - "x-ms-client-request-id": [ - "6723926fa3b24c9380362cb446393dc4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f41b926-f5f6-4057-9b40-4289fffde835" - ], - "x-ms-correlation-request-id": [ - "7f41b926-f5f6-4057-9b40-4289fffde835" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183743Z:7f41b926-f5f6-4057-9b40-4289fffde835" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" - ], - "x-ms-client-request-id": [ - "203a58fde47e4dca93e5aaf8149cba3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c137df7e-78e4-4572-a870-f6a2e33049a9" - ], - "x-ms-correlation-request-id": [ - "c137df7e-78e4-4572-a870-f6a2e33049a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183743Z:c137df7e-78e4-4572-a870-f6a2e33049a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" - ], - "x-ms-client-request-id": [ - "c34d52889aa44f07998d55b58ac5302b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "005bf16b-1a7b-486e-9d49-e31c63ade36c" - ], - "x-ms-correlation-request-id": [ - "005bf16b-1a7b-486e-9d49-e31c63ade36c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183744Z:005bf16b-1a7b-486e-9d49-e31c63ade36c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14672" - ], - "x-ms-client-request-id": [ - "7d1682555cd54e08814f63e6501254bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97d676cd-e735-49f9-9153-f4deafc90302" - ], - "x-ms-correlation-request-id": [ - "97d676cd-e735-49f9-9153-f4deafc90302" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183744Z:97d676cd-e735-49f9-9153-f4deafc90302" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14671" - ], - "x-ms-client-request-id": [ - "84f24e743c024e23878e841305036f2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46af350f-1673-40c8-85f9-5c4a076d1af2" - ], - "x-ms-correlation-request-id": [ - "46af350f-1673-40c8-85f9-5c4a076d1af2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183744Z:46af350f-1673-40c8-85f9-5c4a076d1af2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" - ], - "x-ms-client-request-id": [ - "585d2e2cf5f542249d9d117d6430c086" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ac229ef-b7be-465e-af4d-b4f48a68d5f0" - ], - "x-ms-correlation-request-id": [ - "2ac229ef-b7be-465e-af4d-b4f48a68d5f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183744Z:2ac229ef-b7be-465e-af4d-b4f48a68d5f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" - ], - "x-ms-client-request-id": [ - "5b64fac4668948b69a754108d28925d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b515dd1d-d3c3-4389-9302-58db5489a5ac" - ], - "x-ms-correlation-request-id": [ - "b515dd1d-d3c3-4389-9302-58db5489a5ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183744Z:b515dd1d-d3c3-4389-9302-58db5489a5ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14668" - ], - "x-ms-client-request-id": [ - "7381965c4df147508b92969b73efa4ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef50cbc6-a62d-42fd-a0c9-cfdcd6a031e7" - ], - "x-ms-correlation-request-id": [ - "ef50cbc6-a62d-42fd-a0c9-cfdcd6a031e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183745Z:ef50cbc6-a62d-42fd-a0c9-cfdcd6a031e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14667" - ], - "x-ms-client-request-id": [ - "ccd9b94adc6e4979aef53b1b971eb676" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "650e9d84-c7ec-48d6-b81b-002370d665e6" - ], - "x-ms-correlation-request-id": [ - "650e9d84-c7ec-48d6-b81b-002370d665e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183745Z:650e9d84-c7ec-48d6-b81b-002370d665e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14666" - ], - "x-ms-client-request-id": [ - "cfd5318a492b4158ad9ab24c1a20448c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dc66d8b-6df3-47b2-8d3b-c9869e9de959" - ], - "x-ms-correlation-request-id": [ - "6dc66d8b-6df3-47b2-8d3b-c9869e9de959" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183745Z:6dc66d8b-6df3-47b2-8d3b-c9869e9de959" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14665" - ], - "x-ms-client-request-id": [ - "ac686379c1ed4968938409dfa0b691e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5abc584c-bb17-4176-9e03-194121f9600f" - ], - "x-ms-correlation-request-id": [ - "5abc584c-bb17-4176-9e03-194121f9600f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183745Z:5abc584c-bb17-4176-9e03-194121f9600f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14664" - ], - "x-ms-client-request-id": [ - "b2cbc3a5877e4b6caddecfb1873d9829" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c4f27ff-9819-4668-a170-1d3f1d853ae1" - ], - "x-ms-correlation-request-id": [ - "1c4f27ff-9819-4668-a170-1d3f1d853ae1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183745Z:1c4f27ff-9819-4668-a170-1d3f1d853ae1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14663" - ], - "x-ms-client-request-id": [ - "889eb02704ad44ecabb24f8e20d2d59e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89c6cda9-dd8e-45a9-b898-6278efac23dd" - ], - "x-ms-correlation-request-id": [ - "89c6cda9-dd8e-45a9-b898-6278efac23dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183745Z:89c6cda9-dd8e-45a9-b898-6278efac23dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14662" - ], - "x-ms-client-request-id": [ - "fb0199fca2fe4258b0a45c74af8afd68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "075df1fd-9b88-46a0-adfb-4ccdcc9675bf" - ], - "x-ms-correlation-request-id": [ - "075df1fd-9b88-46a0-adfb-4ccdcc9675bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183745Z:075df1fd-9b88-46a0-adfb-4ccdcc9675bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14661" - ], - "x-ms-client-request-id": [ - "92f4d704ee2249c69c15d1d4a8cfb5aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e77c11fe-cbab-417a-84d8-476639faec51" - ], - "x-ms-correlation-request-id": [ - "e77c11fe-cbab-417a-84d8-476639faec51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183746Z:e77c11fe-cbab-417a-84d8-476639faec51" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "e1c16b9dd08c4eaa9a0b401d5938de50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a25b4a81-169d-404e-8dd8-cdd649e8f773" - ], - "x-ms-correlation-request-id": [ - "a25b4a81-169d-404e-8dd8-cdd649e8f773" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183746Z:a25b4a81-169d-404e-8dd8-cdd649e8f773" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "cf1434d1755d4c2182f8a1d04b2bd59e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41a61fb5-04ab-4b82-ba39-82d901f65887" - ], - "x-ms-correlation-request-id": [ - "41a61fb5-04ab-4b82-ba39-82d901f65887" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183746Z:41a61fb5-04ab-4b82-ba39-82d901f65887" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "337b6f90c0d54bc5b98a54df31c56e07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13bba9a0-5c4b-42b4-a6a5-4751394f6949" - ], - "x-ms-correlation-request-id": [ - "13bba9a0-5c4b-42b4-a6a5-4751394f6949" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:13bba9a0-5c4b-42b4-a6a5-4751394f6949" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "3dc9ff597557400bb908707c1b083238" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13c9f334-48b6-4312-a8b3-9479432a9944" - ], - "x-ms-correlation-request-id": [ - "13c9f334-48b6-4312-a8b3-9479432a9944" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:13c9f334-48b6-4312-a8b3-9479432a9944" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "a65d4072d8214ecaa10ef628af0c7edb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4649e6f1-8925-493a-9e28-36657b2e75f3" - ], - "x-ms-correlation-request-id": [ - "4649e6f1-8925-493a-9e28-36657b2e75f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:4649e6f1-8925-493a-9e28-36657b2e75f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "1880393ee840410db70d03225c5e7f31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36901608-107e-4730-9881-704696891d94" - ], - "x-ms-correlation-request-id": [ - "36901608-107e-4730-9881-704696891d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:36901608-107e-4730-9881-704696891d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "1ce700ee15874070b5c225d8121e8ce2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9cf74ab-a944-4902-9732-f32f90ac73d1" - ], - "x-ms-correlation-request-id": [ - "f9cf74ab-a944-4902-9732-f32f90ac73d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:f9cf74ab-a944-4902-9732-f32f90ac73d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "ee0e9968829a468296a187004aa219d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a403c9b6-8eb0-4d1a-9a34-9fd3baa0d2de" - ], - "x-ms-correlation-request-id": [ - "a403c9b6-8eb0-4d1a-9a34-9fd3baa0d2de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:a403c9b6-8eb0-4d1a-9a34-9fd3baa0d2de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "00be498e25c4451e9a6d73aeebc0e036" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15df0110-3886-4cde-8b78-9d5e911c3365" - ], - "x-ms-correlation-request-id": [ - "15df0110-3886-4cde-8b78-9d5e911c3365" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:15df0110-3886-4cde-8b78-9d5e911c3365" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "632e86f85ee74432a8efc60efd5da46e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c858f49c-170c-4975-b448-a655a5385e09" - ], - "x-ms-correlation-request-id": [ - "c858f49c-170c-4975-b448-a655a5385e09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183747Z:c858f49c-170c-4975-b448-a655a5385e09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "f02e469bd3f642f9bd83bed0eba0179a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db32f4e5-cd3d-477e-a27e-e0d178f4fa0d" - ], - "x-ms-correlation-request-id": [ - "db32f4e5-cd3d-477e-a27e-e0d178f4fa0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183748Z:db32f4e5-cd3d-477e-a27e-e0d178f4fa0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "8429b1421503496f9467bc94b0a79a8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7c992f1-5593-4e59-8f94-7efc2d6cefe9" - ], - "x-ms-correlation-request-id": [ - "e7c992f1-5593-4e59-8f94-7efc2d6cefe9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183748Z:e7c992f1-5593-4e59-8f94-7efc2d6cefe9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "00e2519952424893ab888da819e5c620" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3451fa3-5da6-485e-a202-02ae2b8238d1" - ], - "x-ms-correlation-request-id": [ - "f3451fa3-5da6-485e-a202-02ae2b8238d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183748Z:f3451fa3-5da6-485e-a202-02ae2b8238d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "b1c43a28edbe4bd5a9650c46da2e8bcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce6f2401-7f34-46eb-8754-090676ddd861" - ], - "x-ms-correlation-request-id": [ - "ce6f2401-7f34-46eb-8754-090676ddd861" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183748Z:ce6f2401-7f34-46eb-8754-090676ddd861" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "da27d9dce95e4a3dbc35cde91af04fb8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57ff64bc-0163-45ad-ae87-e4c2c7cf3af9" - ], - "x-ms-correlation-request-id": [ - "57ff64bc-0163-45ad-ae87-e4c2c7cf3af9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183748Z:57ff64bc-0163-45ad-ae87-e4c2c7cf3af9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "01b5d6085b724821a9bad4db170bf97a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e6b0b28-a440-4f45-beb3-20791824cd09" - ], - "x-ms-correlation-request-id": [ - "2e6b0b28-a440-4f45-beb3-20791824cd09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183748Z:2e6b0b28-a440-4f45-beb3-20791824cd09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "bc82eafdf18b4e84b450a7758430d785" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e75a2102-5a36-4262-a8fc-c93d1d3928ca" - ], - "x-ms-correlation-request-id": [ - "e75a2102-5a36-4262-a8fc-c93d1d3928ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183748Z:e75a2102-5a36-4262-a8fc-c93d1d3928ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "c55082faa5fe4f74ad099f1dad4f9fe0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aae0ebbb-202d-405a-9002-35b0c30f7d47" - ], - "x-ms-correlation-request-id": [ - "aae0ebbb-202d-405a-9002-35b0c30f7d47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:aae0ebbb-202d-405a-9002-35b0c30f7d47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "3833037aa3124edb8c77fa52023336e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "124e7d77-6f9a-4498-8cae-a5aa755ca78b" - ], - "x-ms-correlation-request-id": [ - "124e7d77-6f9a-4498-8cae-a5aa755ca78b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:124e7d77-6f9a-4498-8cae-a5aa755ca78b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "b39ef1ab228b4561a566f88d6f06b71d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b981c99-f961-400f-b9ad-bd1db791b898" - ], - "x-ms-correlation-request-id": [ - "2b981c99-f961-400f-b9ad-bd1db791b898" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:2b981c99-f961-400f-b9ad-bd1db791b898" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "200571f550024d76a78e58825f3fa263" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9017d4c-a631-4c3b-812c-3e42b5031300" - ], - "x-ms-correlation-request-id": [ - "c9017d4c-a631-4c3b-812c-3e42b5031300" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:c9017d4c-a631-4c3b-812c-3e42b5031300" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "2ef61aeba03c4605b0b105a5691b6cf3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b13850f5-5fc6-4d9f-ab04-3413285d2531" - ], - "x-ms-correlation-request-id": [ - "b13850f5-5fc6-4d9f-ab04-3413285d2531" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:b13850f5-5fc6-4d9f-ab04-3413285d2531" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "bca03ecc28b74d789d1ac3afa070ffbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "161ce936-ff73-44e9-8f8f-eeb5575c9c4a" - ], - "x-ms-correlation-request-id": [ - "161ce936-ff73-44e9-8f8f-eeb5575c9c4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:161ce936-ff73-44e9-8f8f-eeb5575c9c4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "0a8b3dc34da540bbb2d268b3dc809493" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb754fc8-753f-4a9e-9b2e-bfbcec441106" - ], - "x-ms-correlation-request-id": [ - "eb754fc8-753f-4a9e-9b2e-bfbcec441106" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:eb754fc8-753f-4a9e-9b2e-bfbcec441106" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "188320f5f189496eb2ed01bff582122e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaa05b62-de40-4a5d-a302-d93dd833de49" - ], - "x-ms-correlation-request-id": [ - "eaa05b62-de40-4a5d-a302-d93dd833de49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:eaa05b62-de40-4a5d-a302-d93dd833de49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "6e0a05dc705440c18749d0ed0b11674f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97d93c35-7b8a-46d7-b602-46ce2f66f80b" - ], - "x-ms-correlation-request-id": [ - "97d93c35-7b8a-46d7-b602-46ce2f66f80b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:97d93c35-7b8a-46d7-b602-46ce2f66f80b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "4029b02e626642678b9ba4ffb26a9823" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe2863d6-44c0-4042-8f45-dd0fa01ff927" - ], - "x-ms-correlation-request-id": [ - "fe2863d6-44c0-4042-8f45-dd0fa01ff927" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183749Z:fe2863d6-44c0-4042-8f45-dd0fa01ff927" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "db369441b5b447e683d492a9645fc47a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff26e3ba-49f2-4a08-a4b1-a43961119627" - ], - "x-ms-correlation-request-id": [ - "ff26e3ba-49f2-4a08-a4b1-a43961119627" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183750Z:ff26e3ba-49f2-4a08-a4b1-a43961119627" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "943e3a935fc64af7b3e1eb488eeb4fe2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5e827f1-fd12-47c4-a9b3-437f35facf7a" - ], - "x-ms-correlation-request-id": [ - "f5e827f1-fd12-47c4-a9b3-437f35facf7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183750Z:f5e827f1-fd12-47c4-a9b3-437f35facf7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "ef4ecb2624f44a4f8d1fc15328de5f65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a72dc24-b9b5-4cd6-93cc-94c2fe2949af" - ], - "x-ms-correlation-request-id": [ - "2a72dc24-b9b5-4cd6-93cc-94c2fe2949af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183750Z:2a72dc24-b9b5-4cd6-93cc-94c2fe2949af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "385ea677973a4026a6898d30adde4ea6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "014aa624-588a-437e-8b08-51d449ccde28" - ], - "x-ms-correlation-request-id": [ - "014aa624-588a-437e-8b08-51d449ccde28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183750Z:014aa624-588a-437e-8b08-51d449ccde28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "33ff5e26ab254d729f6d82070c2d5dd2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab226805-cf59-43f6-a902-61207fdd84d7" - ], - "x-ms-correlation-request-id": [ - "ab226805-cf59-43f6-a902-61207fdd84d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183750Z:ab226805-cf59-43f6-a902-61207fdd84d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "4f7ff248b71c41928d0e2841efe3bd0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd391abd-f5e2-414c-aac1-4e8fb64f9ecd" - ], - "x-ms-correlation-request-id": [ - "fd391abd-f5e2-414c-aac1-4e8fb64f9ecd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183750Z:fd391abd-f5e2-414c-aac1-4e8fb64f9ecd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "27ec5d1e025f4268a67f387c2aacfde3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29e440d6-f986-4cc9-b65d-032534cb1710" - ], - "x-ms-correlation-request-id": [ - "29e440d6-f986-4cc9-b65d-032534cb1710" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183750Z:29e440d6-f986-4cc9-b65d-032534cb1710" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "9bb400ef976f402aa8a77ccf58848f29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98e65de4-5b53-406d-9364-93990d448161" - ], - "x-ms-correlation-request-id": [ - "98e65de4-5b53-406d-9364-93990d448161" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183751Z:98e65de4-5b53-406d-9364-93990d448161" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "391b70ba800948648ddf6c8b863d4b56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "463c3f79-43b7-4cca-ac00-bed5366513f4" - ], - "x-ms-correlation-request-id": [ - "463c3f79-43b7-4cca-ac00-bed5366513f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183751Z:463c3f79-43b7-4cca-ac00-bed5366513f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "c3b35ee0ff274ab5884364e12ac75c99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1496936d-85d3-4eba-954a-93477fe2ad1e" - ], - "x-ms-correlation-request-id": [ - "1496936d-85d3-4eba-954a-93477fe2ad1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183751Z:1496936d-85d3-4eba-954a-93477fe2ad1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "7fa7896320584a4dadb79b846cbbc6d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10e6acd7-b986-4c2c-8914-133a853ed23b" - ], - "x-ms-correlation-request-id": [ - "10e6acd7-b986-4c2c-8914-133a853ed23b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183751Z:10e6acd7-b986-4c2c-8914-133a853ed23b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "8adabc3ca30b4e78aaeb5d2db187557c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48b82fe0-0d67-4e0d-a395-5787e0b8a5bf" - ], - "x-ms-correlation-request-id": [ - "48b82fe0-0d67-4e0d-a395-5787e0b8a5bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183751Z:48b82fe0-0d67-4e0d-a395-5787e0b8a5bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "79598b16c87a4c709fb31b71fe146889" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7978e42a-71d6-4a8a-a593-dd525afb2070" - ], - "x-ms-correlation-request-id": [ - "7978e42a-71d6-4a8a-a593-dd525afb2070" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183751Z:7978e42a-71d6-4a8a-a593-dd525afb2070" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "47f8e3d4dbe04abab457570519937faf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "442454c6-9a96-44c1-89d3-522ec4e5eb48" - ], - "x-ms-correlation-request-id": [ - "442454c6-9a96-44c1-89d3-522ec4e5eb48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183751Z:442454c6-9a96-44c1-89d3-522ec4e5eb48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "bc25aafcbdcd415f9e26e551c7e9204e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4988d145-31ab-4437-bb88-cf832d1a9440" - ], - "x-ms-correlation-request-id": [ - "4988d145-31ab-4437-bb88-cf832d1a9440" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:4988d145-31ab-4437-bb88-cf832d1a9440" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "b1afd50962114a1db422c152a07d730a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79e6bfe4-8a0d-44b0-bd6b-c7f68bca1048" - ], - "x-ms-correlation-request-id": [ - "79e6bfe4-8a0d-44b0-bd6b-c7f68bca1048" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:79e6bfe4-8a0d-44b0-bd6b-c7f68bca1048" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "1b7c0fa387f0498489913d43537c0517" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7658cc1-5202-4d92-b243-8016de4c86dd" - ], - "x-ms-correlation-request-id": [ - "d7658cc1-5202-4d92-b243-8016de4c86dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:d7658cc1-5202-4d92-b243-8016de4c86dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "5f76b135d38b4de7a47adf4c29b5365d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c269416-1156-418c-afa0-6f2e8ca1f9a4" - ], - "x-ms-correlation-request-id": [ - "0c269416-1156-418c-afa0-6f2e8ca1f9a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:0c269416-1156-418c-afa0-6f2e8ca1f9a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "db3f170070c94682bbd3d603ded72c77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02b6e2b4-1261-406b-a4f0-e007694b0345" - ], - "x-ms-correlation-request-id": [ - "02b6e2b4-1261-406b-a4f0-e007694b0345" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:02b6e2b4-1261-406b-a4f0-e007694b0345" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "193028797fcd49d69d2ebb0a1cf813bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37481fcc-b2da-4219-9fbf-b92a31b6e376" - ], - "x-ms-correlation-request-id": [ - "37481fcc-b2da-4219-9fbf-b92a31b6e376" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:37481fcc-b2da-4219-9fbf-b92a31b6e376" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "17e69aeb75574290a40904c3260d8c95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa5a63de-e067-413a-8f6d-7b5f2bb4e51c" - ], - "x-ms-correlation-request-id": [ - "aa5a63de-e067-413a-8f6d-7b5f2bb4e51c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:aa5a63de-e067-413a-8f6d-7b5f2bb4e51c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "23c26b797a5c47b7a29cd54a3e3ae3cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a12ca86-b6e9-4125-b622-a40772df7d5a" - ], - "x-ms-correlation-request-id": [ - "1a12ca86-b6e9-4125-b622-a40772df7d5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183752Z:1a12ca86-b6e9-4125-b622-a40772df7d5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "13c48743c95f4723ba4f36a3dbed63ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84d744e1-d05d-4886-a447-d04ca9fabc37" - ], - "x-ms-correlation-request-id": [ - "84d744e1-d05d-4886-a447-d04ca9fabc37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:84d744e1-d05d-4886-a447-d04ca9fabc37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "8f767d1f44a5404daec054c74d3cdc92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ad923d1-8a2a-4b0c-96a1-74ba785815f3" - ], - "x-ms-correlation-request-id": [ - "5ad923d1-8a2a-4b0c-96a1-74ba785815f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:5ad923d1-8a2a-4b0c-96a1-74ba785815f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "bebeb9cbd2704a8e870ad4c46bb1d785" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1676d70d-a9ba-4a2e-8946-0c9a043daee5" - ], - "x-ms-correlation-request-id": [ - "1676d70d-a9ba-4a2e-8946-0c9a043daee5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:1676d70d-a9ba-4a2e-8946-0c9a043daee5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "6f5620553cb14a86874e159d7d7851dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1455a925-c872-4ed1-b6bb-fe3be2165ccf" - ], - "x-ms-correlation-request-id": [ - "1455a925-c872-4ed1-b6bb-fe3be2165ccf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:1455a925-c872-4ed1-b6bb-fe3be2165ccf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "9454ac4217d44418ab9c569cea9b9f3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0423993-f303-4aad-80a8-091d6e6b9110" - ], - "x-ms-correlation-request-id": [ - "a0423993-f303-4aad-80a8-091d6e6b9110" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:a0423993-f303-4aad-80a8-091d6e6b9110" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "149c662409b042c2a575c46b98a25c11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb376e55-a776-4fa7-a75a-3a881e2a9036" - ], - "x-ms-correlation-request-id": [ - "bb376e55-a776-4fa7-a75a-3a881e2a9036" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:bb376e55-a776-4fa7-a75a-3a881e2a9036" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "4d7bb43887394ad08b52c3624e4c001b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76cd367d-7eae-4ff8-bc1b-a821cca67f21" - ], - "x-ms-correlation-request-id": [ - "76cd367d-7eae-4ff8-bc1b-a821cca67f21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:76cd367d-7eae-4ff8-bc1b-a821cca67f21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "229ade2f1bf64150b1d2c4d239ab1f9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b44a82f4-3b8d-4ff4-9f9a-ad3bb668fbc8" - ], - "x-ms-correlation-request-id": [ - "b44a82f4-3b8d-4ff4-9f9a-ad3bb668fbc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:b44a82f4-3b8d-4ff4-9f9a-ad3bb668fbc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "9b5f1c66fda24671a335b44b28efdc14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3166d796-1c41-4afd-ba8a-a97adf1cc0eb" - ], - "x-ms-correlation-request-id": [ - "3166d796-1c41-4afd-ba8a-a97adf1cc0eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183753Z:3166d796-1c41-4afd-ba8a-a97adf1cc0eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "9601dfa150d949a2846b5d92996eb766" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "544c40bf-f439-4b4f-8de9-b9051eb57186" - ], - "x-ms-correlation-request-id": [ - "544c40bf-f439-4b4f-8de9-b9051eb57186" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:544c40bf-f439-4b4f-8de9-b9051eb57186" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "a7ae820e9b3f475496008ded58c6599f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f97a9ce-2332-4ab7-aa53-b64a4592e4b6" - ], - "x-ms-correlation-request-id": [ - "5f97a9ce-2332-4ab7-aa53-b64a4592e4b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:5f97a9ce-2332-4ab7-aa53-b64a4592e4b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "93db778e47ab4741a646d859e3cab550" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acfe5f03-d0cb-4482-8bf1-46ffe4cf2fd6" - ], - "x-ms-correlation-request-id": [ - "acfe5f03-d0cb-4482-8bf1-46ffe4cf2fd6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:acfe5f03-d0cb-4482-8bf1-46ffe4cf2fd6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "6a81a439133c44729b8e28f6102771c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43c58625-effb-4d89-b424-c423f2654997" - ], - "x-ms-correlation-request-id": [ - "43c58625-effb-4d89-b424-c423f2654997" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:43c58625-effb-4d89-b424-c423f2654997" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "13020068372e41b3bf6ec873471e279c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f6f03ed-6146-4073-8167-532d0009e52f" - ], - "x-ms-correlation-request-id": [ - "7f6f03ed-6146-4073-8167-532d0009e52f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:7f6f03ed-6146-4073-8167-532d0009e52f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "ad8b299e893a4ff39036e79ab797cfb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d86abeb9-a5e4-4051-9b3b-0cf07364bcb1" - ], - "x-ms-correlation-request-id": [ - "d86abeb9-a5e4-4051-9b3b-0cf07364bcb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:d86abeb9-a5e4-4051-9b3b-0cf07364bcb1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "4aaa0b0ad4b44021bbabddb785a91888" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e24b3ed-2733-47b9-9315-fcfafa8b19ee" - ], - "x-ms-correlation-request-id": [ - "1e24b3ed-2733-47b9-9315-fcfafa8b19ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:1e24b3ed-2733-47b9-9315-fcfafa8b19ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "bd1e6cab5a874bf097e73643844acab2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b010265d-4cf5-4141-b8e8-cd6b04a757ab" - ], - "x-ms-correlation-request-id": [ - "b010265d-4cf5-4141-b8e8-cd6b04a757ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183754Z:b010265d-4cf5-4141-b8e8-cd6b04a757ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "871fd3b31e94496e9f26cd9677b7c9a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a335bb66-a37a-4942-8bfc-9e09a3780d88" - ], - "x-ms-correlation-request-id": [ - "a335bb66-a37a-4942-8bfc-9e09a3780d88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:a335bb66-a37a-4942-8bfc-9e09a3780d88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "3aebb19522484080a7cfa9c1b138ad87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3f7142d-a2a6-499e-8448-170870167839" - ], - "x-ms-correlation-request-id": [ - "f3f7142d-a2a6-499e-8448-170870167839" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:f3f7142d-a2a6-499e-8448-170870167839" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "ec6a346f03da4b029680c9b683354655" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbe33092-4ad1-4591-b3ba-ad8147f993da" - ], - "x-ms-correlation-request-id": [ - "dbe33092-4ad1-4591-b3ba-ad8147f993da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:dbe33092-4ad1-4591-b3ba-ad8147f993da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "0043a3027375421e8f02c71b1dd3f076" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13fa9940-dc58-4914-8854-752338f33b25" - ], - "x-ms-correlation-request-id": [ - "13fa9940-dc58-4914-8854-752338f33b25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:13fa9940-dc58-4914-8854-752338f33b25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "b51c6bafda8d40ebbc72463a0f77267b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1318c8ad-642b-44cd-b498-09525ab97683" - ], - "x-ms-correlation-request-id": [ - "1318c8ad-642b-44cd-b498-09525ab97683" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:1318c8ad-642b-44cd-b498-09525ab97683" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "8a50f99c87b54f6d83f73afa4b62b053" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "136cd2a9-453e-48a3-b7ab-7a6c4ee28db0" - ], - "x-ms-correlation-request-id": [ - "136cd2a9-453e-48a3-b7ab-7a6c4ee28db0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:136cd2a9-453e-48a3-b7ab-7a6c4ee28db0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "e05f38e5b9624942a4062c3f0399efd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0cf11ee2-8982-4b3c-8821-936a29b3e797" - ], - "x-ms-correlation-request-id": [ - "0cf11ee2-8982-4b3c-8821-936a29b3e797" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:0cf11ee2-8982-4b3c-8821-936a29b3e797" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "35e202d3b6c94db9a0d22e27366d5138" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b36115ff-405d-4259-81cd-804a19a1b206" - ], - "x-ms-correlation-request-id": [ - "b36115ff-405d-4259-81cd-804a19a1b206" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183755Z:b36115ff-405d-4259-81cd-804a19a1b206" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "daf6fd4c5053475ab2be813fdaef79da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6296d5bf-24c2-4836-9784-c04c826124f2" - ], - "x-ms-correlation-request-id": [ - "6296d5bf-24c2-4836-9784-c04c826124f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183756Z:6296d5bf-24c2-4836-9784-c04c826124f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "05e9af32dfca4414ab1be9f062f7cfe6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d5a64ef-fad0-4aee-bf65-facb30ca68af" - ], - "x-ms-correlation-request-id": [ - "9d5a64ef-fad0-4aee-bf65-facb30ca68af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183756Z:9d5a64ef-fad0-4aee-bf65-facb30ca68af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "d248fb16ef994c9ea03afd130b9e982b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f80b2123-b857-44eb-b0a8-8b737a4d86d8" - ], - "x-ms-correlation-request-id": [ - "f80b2123-b857-44eb-b0a8-8b737a4d86d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183756Z:f80b2123-b857-44eb-b0a8-8b737a4d86d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "248c2b0894d54b019c4ad3f05cb771c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0b8025b-41a4-4bb4-a007-9592966409bc" - ], - "x-ms-correlation-request-id": [ - "e0b8025b-41a4-4bb4-a007-9592966409bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183756Z:e0b8025b-41a4-4bb4-a007-9592966409bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "a0e83c56e80c4b198953be0a0bed67eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbd65e9a-6d4b-4654-abee-4822a8195aa6" - ], - "x-ms-correlation-request-id": [ - "fbd65e9a-6d4b-4654-abee-4822a8195aa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183756Z:fbd65e9a-6d4b-4654-abee-4822a8195aa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "e2c26e713c1147e084c50d3e586c04d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf4e24ea-c81d-4fd0-81e3-a559b81777fd" - ], - "x-ms-correlation-request-id": [ - "bf4e24ea-c81d-4fd0-81e3-a559b81777fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183756Z:bf4e24ea-c81d-4fd0-81e3-a559b81777fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "109f0a4182634d1b88f14292b40b3dbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16cdd31e-f672-459a-b6d4-1704c794756f" - ], - "x-ms-correlation-request-id": [ - "16cdd31e-f672-459a-b6d4-1704c794756f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183756Z:16cdd31e-f672-459a-b6d4-1704c794756f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "900d5b24b9044a9f93ba1948b70204ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f54952d-8e8d-4c57-b7da-b875c5254293" - ], - "x-ms-correlation-request-id": [ - "4f54952d-8e8d-4c57-b7da-b875c5254293" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183757Z:4f54952d-8e8d-4c57-b7da-b875c5254293" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "7adbae4380ca4db9816011dff7091346" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1233acf2-50f1-4d55-a56a-ad7a71171ea6" - ], - "x-ms-correlation-request-id": [ - "1233acf2-50f1-4d55-a56a-ad7a71171ea6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183757Z:1233acf2-50f1-4d55-a56a-ad7a71171ea6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "98467f8104074ddf9f6d1dfd1dcaf797" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9dcad02-892c-4bd7-9431-e7a98d3b878e" - ], - "x-ms-correlation-request-id": [ - "d9dcad02-892c-4bd7-9431-e7a98d3b878e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183757Z:d9dcad02-892c-4bd7-9431-e7a98d3b878e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "255e6753db0349e1ab8115ce71e50c84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78b49743-5b39-4839-b490-903cbd9a924f" - ], - "x-ms-correlation-request-id": [ - "78b49743-5b39-4839-b490-903cbd9a924f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183757Z:78b49743-5b39-4839-b490-903cbd9a924f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "dccf11326413407e89e0a8c59605fd7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "332314ec-fd35-4d6e-a8f4-2667744c31fb" - ], - "x-ms-correlation-request-id": [ - "332314ec-fd35-4d6e-a8f4-2667744c31fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183757Z:332314ec-fd35-4d6e-a8f4-2667744c31fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "fc841b9d359e4d0992f46d2bfa33da23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d6e33d8-b4e9-451a-a34b-944b15903684" - ], - "x-ms-correlation-request-id": [ - "7d6e33d8-b4e9-451a-a34b-944b15903684" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183757Z:7d6e33d8-b4e9-451a-a34b-944b15903684" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "6d6dea21cdc548768b0e75320a1ec81f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8b33da3-a960-4af8-8a38-70b750b1dfb9" - ], - "x-ms-correlation-request-id": [ - "a8b33da3-a960-4af8-8a38-70b750b1dfb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183757Z:a8b33da3-a960-4af8-8a38-70b750b1dfb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "bf5fcef609cc42a8bc51ca917207259c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c47f4ae5-e1fc-482d-a83f-5a70e6522742" - ], - "x-ms-correlation-request-id": [ - "c47f4ae5-e1fc-482d-a83f-5a70e6522742" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183758Z:c47f4ae5-e1fc-482d-a83f-5a70e6522742" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "26a2350a421f46768b80e273af95e2a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5fd9b5e-892e-45da-aa18-2425413f80b1" - ], - "x-ms-correlation-request-id": [ - "a5fd9b5e-892e-45da-aa18-2425413f80b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183758Z:a5fd9b5e-892e-45da-aa18-2425413f80b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "7e673a78c1ad455e8947ccc71874bda5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77ad539f-c71f-4564-a47a-791bcb2410ac" - ], - "x-ms-correlation-request-id": [ - "77ad539f-c71f-4564-a47a-791bcb2410ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183758Z:77ad539f-c71f-4564-a47a-791bcb2410ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "e753ef7ee36742dd9b6f914f2eff2ab5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "adcf7af6-ea25-46ef-bf7c-20cba0b28b9c" - ], - "x-ms-correlation-request-id": [ - "adcf7af6-ea25-46ef-bf7c-20cba0b28b9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183758Z:adcf7af6-ea25-46ef-bf7c-20cba0b28b9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "ec951ff65e8d4c7289dfb07e829aacde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6654115a-7a5c-436e-8c87-774b18ae16f3" - ], - "x-ms-correlation-request-id": [ - "6654115a-7a5c-436e-8c87-774b18ae16f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183758Z:6654115a-7a5c-436e-8c87-774b18ae16f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "aa189d03302d4168afd436eb0f3236e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7b92a69-c825-4d02-b5ae-a09cf4f0d148" - ], - "x-ms-correlation-request-id": [ - "f7b92a69-c825-4d02-b5ae-a09cf4f0d148" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183758Z:f7b92a69-c825-4d02-b5ae-a09cf4f0d148" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "35dd4e8399e447b7aacbdb20522c3019" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b56470a-5191-4926-95b6-249260a4a226" - ], - "x-ms-correlation-request-id": [ - "3b56470a-5191-4926-95b6-249260a4a226" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183758Z:3b56470a-5191-4926-95b6-249260a4a226" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "7558c7a424be4940acb04f04b6e89360" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1e2c6af-d8c1-4306-a246-132e206f5063" - ], - "x-ms-correlation-request-id": [ - "e1e2c6af-d8c1-4306-a246-132e206f5063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183759Z:e1e2c6af-d8c1-4306-a246-132e206f5063" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "de4df86528c74f139ac35151ab0c54d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbf8f9d2-4537-4095-b465-7e0b9912e464" - ], - "x-ms-correlation-request-id": [ - "cbf8f9d2-4537-4095-b465-7e0b9912e464" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183759Z:cbf8f9d2-4537-4095-b465-7e0b9912e464" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "a8d0a89b856f48b0be9243c6bbe93f5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42c7fce7-10c3-4730-ace4-7bc8b5b5e628" - ], - "x-ms-correlation-request-id": [ - "42c7fce7-10c3-4730-ace4-7bc8b5b5e628" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183759Z:42c7fce7-10c3-4730-ace4-7bc8b5b5e628" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "5d405ff92f804482a2efba6277f7d027" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12c919c9-8225-4b11-b3b6-dc7c954b4f83" - ], - "x-ms-correlation-request-id": [ - "12c919c9-8225-4b11-b3b6-dc7c954b4f83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183759Z:12c919c9-8225-4b11-b3b6-dc7c954b4f83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "03fb06fc81044a44b21dcfd371c1d186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab296a44-4c68-49e7-b1c4-f03a026dc110" - ], - "x-ms-correlation-request-id": [ - "ab296a44-4c68-49e7-b1c4-f03a026dc110" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183759Z:ab296a44-4c68-49e7-b1c4-f03a026dc110" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:37:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "e5ae81b4c23e4d00b2d65db80fe05451" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0664071f-feca-47bc-a54a-8fdc4055793e" - ], - "x-ms-correlation-request-id": [ - "0664071f-feca-47bc-a54a-8fdc4055793e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183801Z:0664071f-feca-47bc-a54a-8fdc4055793e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "74701426cd234e4cbbafc468e706a9a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "583501e5-d811-4b73-a2e3-5d7e95ea9882" - ], - "x-ms-correlation-request-id": [ - "583501e5-d811-4b73-a2e3-5d7e95ea9882" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183801Z:583501e5-d811-4b73-a2e3-5d7e95ea9882" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "bcec1f7b13f948b19544b7837ca2bdb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84f752e3-768c-4ec7-a834-a4368f398d03" - ], - "x-ms-correlation-request-id": [ - "84f752e3-768c-4ec7-a834-a4368f398d03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:84f752e3-768c-4ec7-a834-a4368f398d03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "c904f9882d8b409a9923077a2153f384" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ecb869a-ac47-4dd3-a57b-1ed3b4e1ca22" - ], - "x-ms-correlation-request-id": [ - "5ecb869a-ac47-4dd3-a57b-1ed3b4e1ca22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:5ecb869a-ac47-4dd3-a57b-1ed3b4e1ca22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "904f598c7cd845078dcb78e8745b68a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcb800a3-7fc9-4878-a4a1-8f5e69bbb4bd" - ], - "x-ms-correlation-request-id": [ - "dcb800a3-7fc9-4878-a4a1-8f5e69bbb4bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:dcb800a3-7fc9-4878-a4a1-8f5e69bbb4bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "7579b9fb42264837bca7e06da31e37df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "235809c9-5f5f-417f-9562-d968e30c09c1" - ], - "x-ms-correlation-request-id": [ - "235809c9-5f5f-417f-9562-d968e30c09c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:235809c9-5f5f-417f-9562-d968e30c09c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "4ffb94be24b34d409f5e5fdaca31b329" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9860b0d-555d-4a06-b6db-935363a1e361" - ], - "x-ms-correlation-request-id": [ - "e9860b0d-555d-4a06-b6db-935363a1e361" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:e9860b0d-555d-4a06-b6db-935363a1e361" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "f1ab48e0868f45caabaa69e95f1bab81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a3a1cd3-494a-4569-abaa-facefbdb9317" - ], - "x-ms-correlation-request-id": [ - "4a3a1cd3-494a-4569-abaa-facefbdb9317" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:4a3a1cd3-494a-4569-abaa-facefbdb9317" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "648412773c2f4493a9d0be2d9d72417d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2765c498-a451-402b-b9e0-be88848d183b" - ], - "x-ms-correlation-request-id": [ - "2765c498-a451-402b-b9e0-be88848d183b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:2765c498-a451-402b-b9e0-be88848d183b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "365cb293b37c4183b005fd893d2356fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85b8ff06-76ad-43b2-896d-deeb012a66a4" - ], - "x-ms-correlation-request-id": [ - "85b8ff06-76ad-43b2-896d-deeb012a66a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183802Z:85b8ff06-76ad-43b2-896d-deeb012a66a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "aa93b3e84083483e973eae9fcfa83a17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9d466a6-54ee-40f1-b74b-7315bf231c07" - ], - "x-ms-correlation-request-id": [ - "d9d466a6-54ee-40f1-b74b-7315bf231c07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:d9d466a6-54ee-40f1-b74b-7315bf231c07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "358a7d40fe9147318866789e125205a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "181192b1-3f3b-411d-9d90-fb55ea91b855" - ], - "x-ms-correlation-request-id": [ - "181192b1-3f3b-411d-9d90-fb55ea91b855" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:181192b1-3f3b-411d-9d90-fb55ea91b855" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "2ced71fa66704bcb91229cc706502484" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65c51571-fc2f-422d-be4d-5980a7a28a11" - ], - "x-ms-correlation-request-id": [ - "65c51571-fc2f-422d-be4d-5980a7a28a11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:65c51571-fc2f-422d-be4d-5980a7a28a11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "3763e5854e51496584a62a79bac1e3db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "842c8016-a198-4f68-8b59-0ef474719b97" - ], - "x-ms-correlation-request-id": [ - "842c8016-a198-4f68-8b59-0ef474719b97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:842c8016-a198-4f68-8b59-0ef474719b97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "8333c882ad6d4546b572e3d3258b5f82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97097cec-4f1b-4887-8ad5-a5184777c9e0" - ], - "x-ms-correlation-request-id": [ - "97097cec-4f1b-4887-8ad5-a5184777c9e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:97097cec-4f1b-4887-8ad5-a5184777c9e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "64bf39707d3f40cfaf38ebb789cfef47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcee1ae9-2f03-4b3c-b357-061253496216" - ], - "x-ms-correlation-request-id": [ - "dcee1ae9-2f03-4b3c-b357-061253496216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:dcee1ae9-2f03-4b3c-b357-061253496216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "9c97e6b648ad4e1b84e0092879ddfa36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a5dcd77-4f4b-4dc7-a49f-7f07d32f9061" - ], - "x-ms-correlation-request-id": [ - "7a5dcd77-4f4b-4dc7-a49f-7f07d32f9061" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:7a5dcd77-4f4b-4dc7-a49f-7f07d32f9061" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "b009e7078da441f4b40724b1faac8018" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ced8eb71-d2b0-4eeb-a642-0ff8cebea901" - ], - "x-ms-correlation-request-id": [ - "ced8eb71-d2b0-4eeb-a642-0ff8cebea901" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:ced8eb71-d2b0-4eeb-a642-0ff8cebea901" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "6ef3b8fe6cfa472e9ce25ef2677497c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0cd71caa-5409-4dc7-aa0a-752361c8b7c0" - ], - "x-ms-correlation-request-id": [ - "0cd71caa-5409-4dc7-aa0a-752361c8b7c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183803Z:0cd71caa-5409-4dc7-aa0a-752361c8b7c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "84bb3e240dba4500b3fcb8d80d6b8c55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d4a1ca4-ace0-413f-ad5c-2796d7939653" - ], - "x-ms-correlation-request-id": [ - "7d4a1ca4-ace0-413f-ad5c-2796d7939653" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183804Z:7d4a1ca4-ace0-413f-ad5c-2796d7939653" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "8fe526b28e9a4f51a1c38149635384c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8865137-b033-489d-b913-fe8945d60828" - ], - "x-ms-correlation-request-id": [ - "f8865137-b033-489d-b913-fe8945d60828" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183804Z:f8865137-b033-489d-b913-fe8945d60828" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "97a39bafb2bd443097fa10492ccab2a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bec0e561-eabb-40f4-9d19-6baa084b4f44" - ], - "x-ms-correlation-request-id": [ - "bec0e561-eabb-40f4-9d19-6baa084b4f44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183804Z:bec0e561-eabb-40f4-9d19-6baa084b4f44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "1f6a67c15bf147738fb61a635802b584" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3735e39-7613-42bb-ba07-b113180abac7" - ], - "x-ms-correlation-request-id": [ - "f3735e39-7613-42bb-ba07-b113180abac7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183804Z:f3735e39-7613-42bb-ba07-b113180abac7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "ff68d556ef7948968975a0ee1be7e894" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4aa771e9-9bc6-4c89-80f3-533fedbd0ac6" - ], - "x-ms-correlation-request-id": [ - "4aa771e9-9bc6-4c89-80f3-533fedbd0ac6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183804Z:4aa771e9-9bc6-4c89-80f3-533fedbd0ac6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "be4a2aed119246948613250fc2dddf84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83528aff-b40a-4088-9513-ae3334d02181" - ], - "x-ms-correlation-request-id": [ - "83528aff-b40a-4088-9513-ae3334d02181" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183804Z:83528aff-b40a-4088-9513-ae3334d02181" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "6bff361f46014b2191e3aad36fa9e459" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "611614c1-5e5d-438f-892a-726f0d9cb975" - ], - "x-ms-correlation-request-id": [ - "611614c1-5e5d-438f-892a-726f0d9cb975" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183804Z:611614c1-5e5d-438f-892a-726f0d9cb975" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "5d211b05fdbf43b7ab7441c7ca2818e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c9c3a2b-837d-45b7-970e-0a0e6a0b7834" - ], - "x-ms-correlation-request-id": [ - "7c9c3a2b-837d-45b7-970e-0a0e6a0b7834" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183805Z:7c9c3a2b-837d-45b7-970e-0a0e6a0b7834" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "7bfe2cbc834f46668ae817e8c4c9f95b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0287f32-e30f-4936-9f28-3fe0037eb271" - ], - "x-ms-correlation-request-id": [ - "d0287f32-e30f-4936-9f28-3fe0037eb271" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183805Z:d0287f32-e30f-4936-9f28-3fe0037eb271" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "7bd2d1806d6f429e80bc9295bcb0b6cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b47abe40-70f1-4b2a-8fdc-af1250ff65d0" - ], - "x-ms-correlation-request-id": [ - "b47abe40-70f1-4b2a-8fdc-af1250ff65d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183805Z:b47abe40-70f1-4b2a-8fdc-af1250ff65d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "55b79b142f2a4e48ac26dd6ebc8d8238" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fff0d894-f3b7-4462-b287-513121e43ea7" - ], - "x-ms-correlation-request-id": [ - "fff0d894-f3b7-4462-b287-513121e43ea7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183805Z:fff0d894-f3b7-4462-b287-513121e43ea7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "36d53ecbdd154e2c9d11495385a73080" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8494c266-e401-4abb-938f-fe814d4ff23c" - ], - "x-ms-correlation-request-id": [ - "8494c266-e401-4abb-938f-fe814d4ff23c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:8494c266-e401-4abb-938f-fe814d4ff23c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "6e980f9bb1c448d3863907ddec591302" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aef2c7b2-d264-420d-b472-2804c4e79849" - ], - "x-ms-correlation-request-id": [ - "aef2c7b2-d264-420d-b472-2804c4e79849" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:aef2c7b2-d264-420d-b472-2804c4e79849" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "b62a80f6c9db4abcb4ad7b3a236ad530" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6c65a33-4b2a-4645-a398-91e2febaa18a" - ], - "x-ms-correlation-request-id": [ - "a6c65a33-4b2a-4645-a398-91e2febaa18a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:a6c65a33-4b2a-4645-a398-91e2febaa18a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "0edba6b323414061a6a63645a5e2e84a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "751daad5-f52a-4e24-a8d3-25f84b52a465" - ], - "x-ms-correlation-request-id": [ - "751daad5-f52a-4e24-a8d3-25f84b52a465" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:751daad5-f52a-4e24-a8d3-25f84b52a465" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "03d3e818a1f54f22a75167216385feac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e90ad91c-d38d-4511-9735-72e17627fe66" - ], - "x-ms-correlation-request-id": [ - "e90ad91c-d38d-4511-9735-72e17627fe66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:e90ad91c-d38d-4511-9735-72e17627fe66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "ba8dac4b74b34895b128dd89c814f796" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaef9f76-b05b-4d0f-bb37-49cd3142db82" - ], - "x-ms-correlation-request-id": [ - "eaef9f76-b05b-4d0f-bb37-49cd3142db82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:eaef9f76-b05b-4d0f-bb37-49cd3142db82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "7c71dc57a1584a88af93cbb151113773" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46b5bd5f-612c-484b-afa7-f5c84273e236" - ], - "x-ms-correlation-request-id": [ - "46b5bd5f-612c-484b-afa7-f5c84273e236" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:46b5bd5f-612c-484b-afa7-f5c84273e236" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "8fdc3bbf2eb948d4a914f4673af3abb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba67233b-5c0c-418d-9889-78bdba518f71" - ], - "x-ms-correlation-request-id": [ - "ba67233b-5c0c-418d-9889-78bdba518f71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:ba67233b-5c0c-418d-9889-78bdba518f71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "fe45b676067c4f4da449611954530aa8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09be4954-db5f-4843-aed0-2b07fbed3339" - ], - "x-ms-correlation-request-id": [ - "09be4954-db5f-4843-aed0-2b07fbed3339" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183806Z:09be4954-db5f-4843-aed0-2b07fbed3339" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "faee310a309c4b11bd25e8e476554fe0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2199f665-4866-448b-98c7-1b889920b0e9" - ], - "x-ms-correlation-request-id": [ - "2199f665-4866-448b-98c7-1b889920b0e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183807Z:2199f665-4866-448b-98c7-1b889920b0e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "f6c5a3511982434993e9099fce16d321" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1b69f3c-4dd1-4be6-98a2-75a29db48980" - ], - "x-ms-correlation-request-id": [ - "e1b69f3c-4dd1-4be6-98a2-75a29db48980" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183807Z:e1b69f3c-4dd1-4be6-98a2-75a29db48980" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "1e73b56e60d744d08618fa5be25ec103" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b881a918-cc12-49e5-be51-19d99eba3ea7" - ], - "x-ms-correlation-request-id": [ - "b881a918-cc12-49e5-be51-19d99eba3ea7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183807Z:b881a918-cc12-49e5-be51-19d99eba3ea7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "2cb9ba879ce6469b808c3a387ddd5f02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61e67681-53e8-4db2-b44a-0be9fd82d0d3" - ], - "x-ms-correlation-request-id": [ - "61e67681-53e8-4db2-b44a-0be9fd82d0d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183807Z:61e67681-53e8-4db2-b44a-0be9fd82d0d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "60ca4b086cde44d1b02a81ad72f7ba70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cc6b944-402b-4b81-b0c4-0399b6ccd2d4" - ], - "x-ms-correlation-request-id": [ - "9cc6b944-402b-4b81-b0c4-0399b6ccd2d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183807Z:9cc6b944-402b-4b81-b0c4-0399b6ccd2d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "f0d470fc52f14a39a947d73d4193d5d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8960c58e-b672-45fd-b460-df8a6074ac6c" - ], - "x-ms-correlation-request-id": [ - "8960c58e-b672-45fd-b460-df8a6074ac6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183807Z:8960c58e-b672-45fd-b460-df8a6074ac6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "7ff3481c4346496da8886b0a1dac701a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5fb1b5c-a6d1-4296-b305-77e21e78dbe1" - ], - "x-ms-correlation-request-id": [ - "a5fb1b5c-a6d1-4296-b305-77e21e78dbe1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183808Z:a5fb1b5c-a6d1-4296-b305-77e21e78dbe1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "9c5fe9ec8cf64776b715efadb0db5d0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03d212de-d2f0-452c-9d9e-e2fee3f14f0a" - ], - "x-ms-correlation-request-id": [ - "03d212de-d2f0-452c-9d9e-e2fee3f14f0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183808Z:03d212de-d2f0-452c-9d9e-e2fee3f14f0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "d8df15cdfd3648cfb90b892438d2d867" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68cf3028-c635-4903-8597-74ad5edfb7ed" - ], - "x-ms-correlation-request-id": [ - "68cf3028-c635-4903-8597-74ad5edfb7ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183808Z:68cf3028-c635-4903-8597-74ad5edfb7ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "21ae5e8e39764307b11e482d1961fc53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01fccca8-27c2-4cc5-ac71-6d8a3b2aadb6" - ], - "x-ms-correlation-request-id": [ - "01fccca8-27c2-4cc5-ac71-6d8a3b2aadb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183808Z:01fccca8-27c2-4cc5-ac71-6d8a3b2aadb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "705b89a27ac645db95683c2c7c0972ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09e99a37-994d-4980-b858-a46dac3c508b" - ], - "x-ms-correlation-request-id": [ - "09e99a37-994d-4980-b858-a46dac3c508b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183808Z:09e99a37-994d-4980-b858-a46dac3c508b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "3c0a3bc0bcf34da892d09a678d3abe56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "402523c5-f86d-49de-a41a-6b84196b485e" - ], - "x-ms-correlation-request-id": [ - "402523c5-f86d-49de-a41a-6b84196b485e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183808Z:402523c5-f86d-49de-a41a-6b84196b485e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "44d3a9195b0646dfb05779eeb4208ca6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4dc747f-5f3f-4ff9-9b6d-dff9db2dcb29" - ], - "x-ms-correlation-request-id": [ - "f4dc747f-5f3f-4ff9-9b6d-dff9db2dcb29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183808Z:f4dc747f-5f3f-4ff9-9b6d-dff9db2dcb29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "bffc4916bc5f4e8ba53ff83d547202fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec60dd6c-51fd-4733-9af8-6365885c86c4" - ], - "x-ms-correlation-request-id": [ - "ec60dd6c-51fd-4733-9af8-6365885c86c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183809Z:ec60dd6c-51fd-4733-9af8-6365885c86c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "c46becc620fe4040a1d206cf049ce2ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47e3e4ce-13ad-44d2-8103-d3ee23485df2" - ], - "x-ms-correlation-request-id": [ - "47e3e4ce-13ad-44d2-8103-d3ee23485df2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183809Z:47e3e4ce-13ad-44d2-8103-d3ee23485df2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "9e3b8a180a3b4e9dbbf99ca3a53224c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01596511-fdff-4158-8d52-10c3d5498423" - ], - "x-ms-correlation-request-id": [ - "01596511-fdff-4158-8d52-10c3d5498423" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183809Z:01596511-fdff-4158-8d52-10c3d5498423" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "3b659db199ef438d90b7ce42a8844801" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f47c5f27-9586-4119-ad8c-23b3d55bcb17" - ], - "x-ms-correlation-request-id": [ - "f47c5f27-9586-4119-ad8c-23b3d55bcb17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183809Z:f47c5f27-9586-4119-ad8c-23b3d55bcb17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "f463dac1797145f4a55341c342a4f15b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1c78c09-a2aa-4d20-9a50-4ba009553389" - ], - "x-ms-correlation-request-id": [ - "e1c78c09-a2aa-4d20-9a50-4ba009553389" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183809Z:e1c78c09-a2aa-4d20-9a50-4ba009553389" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "d87cda2ae0e0428191ba0b1e79597d0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08025b6a-104e-4eb6-9eb6-d615b64dc952" - ], - "x-ms-correlation-request-id": [ - "08025b6a-104e-4eb6-9eb6-d615b64dc952" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183809Z:08025b6a-104e-4eb6-9eb6-d615b64dc952" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "b54dd6cb21ac447b85b2372f09813fce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b77e52d3-bb8a-43a3-8f32-003a26fc3e34" - ], - "x-ms-correlation-request-id": [ - "b77e52d3-bb8a-43a3-8f32-003a26fc3e34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183809Z:b77e52d3-bb8a-43a3-8f32-003a26fc3e34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "414c72626b304b8c95bb1cc1ef09060a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6654e2d-e943-4128-bccf-d3e81c5725c5" - ], - "x-ms-correlation-request-id": [ - "f6654e2d-e943-4128-bccf-d3e81c5725c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183810Z:f6654e2d-e943-4128-bccf-d3e81c5725c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "8c2bd369d40645cab942d9698f9e6d32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a5d627a-4751-4d21-97aa-2a19c754062f" - ], - "x-ms-correlation-request-id": [ - "8a5d627a-4751-4d21-97aa-2a19c754062f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183810Z:8a5d627a-4751-4d21-97aa-2a19c754062f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "1a9d7ca9b223481c998348a52795c238" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c38ba1af-233d-4d48-a636-eaa95e88d557" - ], - "x-ms-correlation-request-id": [ - "c38ba1af-233d-4d48-a636-eaa95e88d557" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183810Z:c38ba1af-233d-4d48-a636-eaa95e88d557" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "d5216aff023543298b106b7c79452e1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f05e39b-0d4b-464b-a954-0a9f2e685fc5" - ], - "x-ms-correlation-request-id": [ - "1f05e39b-0d4b-464b-a954-0a9f2e685fc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183810Z:1f05e39b-0d4b-464b-a954-0a9f2e685fc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "929646f39a4c4e92b9030215f255e899" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5c32b80-fa0d-4361-b769-1de5446ddf23" - ], - "x-ms-correlation-request-id": [ - "f5c32b80-fa0d-4361-b769-1de5446ddf23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183810Z:f5c32b80-fa0d-4361-b769-1de5446ddf23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "5a4ab746624f49d9954d56bbe3527e1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c51cee78-4b2b-4a02-8cd3-0af2404cc1b3" - ], - "x-ms-correlation-request-id": [ - "c51cee78-4b2b-4a02-8cd3-0af2404cc1b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183811Z:c51cee78-4b2b-4a02-8cd3-0af2404cc1b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "6c349fea8c84455490923a0a9153166e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45a17e4f-b34c-47e4-9b87-d0ee98835258" - ], - "x-ms-correlation-request-id": [ - "45a17e4f-b34c-47e4-9b87-d0ee98835258" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183811Z:45a17e4f-b34c-47e4-9b87-d0ee98835258" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "a272a26ce94c4f329d2720e7f2381a95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15de32ad-2616-4d89-b550-b314ebac0c1f" - ], - "x-ms-correlation-request-id": [ - "15de32ad-2616-4d89-b550-b314ebac0c1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183811Z:15de32ad-2616-4d89-b550-b314ebac0c1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "35b0c0b3d87b4fb2a2fd7b723bd55457" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a682b08b-f4cb-4fe4-899d-e212141ccd2b" - ], - "x-ms-correlation-request-id": [ - "a682b08b-f4cb-4fe4-899d-e212141ccd2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183811Z:a682b08b-f4cb-4fe4-899d-e212141ccd2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "9138e9ebb297401d9f683f95b7fa1a05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cd4c82e-b478-4ef2-bac2-35e0dd022e3f" - ], - "x-ms-correlation-request-id": [ - "3cd4c82e-b478-4ef2-bac2-35e0dd022e3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183812Z:3cd4c82e-b478-4ef2-bac2-35e0dd022e3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "076807e58d97456a87c1d40f7524308a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c05b37b7-da39-4aaa-ba2c-9b71f803fb41" - ], - "x-ms-correlation-request-id": [ - "c05b37b7-da39-4aaa-ba2c-9b71f803fb41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183812Z:c05b37b7-da39-4aaa-ba2c-9b71f803fb41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "d953ce5d670c437999f82ef88eadff72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e28dcb39-55f4-45a0-952e-5d0cea5cb7d4" - ], - "x-ms-correlation-request-id": [ - "e28dcb39-55f4-45a0-952e-5d0cea5cb7d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183812Z:e28dcb39-55f4-45a0-952e-5d0cea5cb7d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "ecb30038ed9c4573a9f1e5ca77e7808f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe2fb27d-9607-4f38-b78d-c9b98c0797ad" - ], - "x-ms-correlation-request-id": [ - "fe2fb27d-9607-4f38-b78d-c9b98c0797ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183812Z:fe2fb27d-9607-4f38-b78d-c9b98c0797ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "6ddbdfba45d94f259f3597233223390c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a649f7f9-52be-4e99-ada7-4d16a9f5a129" - ], - "x-ms-correlation-request-id": [ - "a649f7f9-52be-4e99-ada7-4d16a9f5a129" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183812Z:a649f7f9-52be-4e99-ada7-4d16a9f5a129" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "c641899bc28f4229af8161145eb43916" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14c0d7be-1e2f-423a-99d8-267048645ce8" - ], - "x-ms-correlation-request-id": [ - "14c0d7be-1e2f-423a-99d8-267048645ce8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183812Z:14c0d7be-1e2f-423a-99d8-267048645ce8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "8a397dcb838b43c5957174fa012bd6e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ad14e5b-0e78-456c-b29b-290b2ca8dabe" - ], - "x-ms-correlation-request-id": [ - "1ad14e5b-0e78-456c-b29b-290b2ca8dabe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183813Z:1ad14e5b-0e78-456c-b29b-290b2ca8dabe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "b5026210ec434a9f89745e7143f547ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cddca53-199e-4d4b-b422-694b89dd6222" - ], - "x-ms-correlation-request-id": [ - "5cddca53-199e-4d4b-b422-694b89dd6222" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183813Z:5cddca53-199e-4d4b-b422-694b89dd6222" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "c003954d57284d858945e5b2f54ba79f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94003212-c0df-4f01-ad9f-76b82a27147c" - ], - "x-ms-correlation-request-id": [ - "94003212-c0df-4f01-ad9f-76b82a27147c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183813Z:94003212-c0df-4f01-ad9f-76b82a27147c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "ace86624452149e6ba6569758017b59e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93fee101-7e7f-45a1-9bf5-91587bd63760" - ], - "x-ms-correlation-request-id": [ - "93fee101-7e7f-45a1-9bf5-91587bd63760" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183813Z:93fee101-7e7f-45a1-9bf5-91587bd63760" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "ec91f5df29b44a97b9c809119bf4bfa0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "266c91b4-f093-4aa4-a05a-5ccf1a829228" - ], - "x-ms-correlation-request-id": [ - "266c91b4-f093-4aa4-a05a-5ccf1a829228" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183813Z:266c91b4-f093-4aa4-a05a-5ccf1a829228" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "5231bc31b95844478c8363c8c7eb9d7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed4af2cc-ab18-4605-9f6e-9ae6c5cca491" - ], - "x-ms-correlation-request-id": [ - "ed4af2cc-ab18-4605-9f6e-9ae6c5cca491" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183814Z:ed4af2cc-ab18-4605-9f6e-9ae6c5cca491" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "892abfd44e1246baa9344b7a2f5c3287" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb468390-e83b-4898-b99e-58ad4829a2ee" - ], - "x-ms-correlation-request-id": [ - "eb468390-e83b-4898-b99e-58ad4829a2ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183814Z:eb468390-e83b-4898-b99e-58ad4829a2ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "9388fbde29c4439493959d78f86a2720" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c86616d-a4cd-4393-a8a2-3836078056c3" - ], - "x-ms-correlation-request-id": [ - "4c86616d-a4cd-4393-a8a2-3836078056c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183814Z:4c86616d-a4cd-4393-a8a2-3836078056c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "0402b402868b49f3969c3df20711609a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fa43554-3854-4f3e-839e-dcb37402b401" - ], - "x-ms-correlation-request-id": [ - "7fa43554-3854-4f3e-839e-dcb37402b401" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183814Z:7fa43554-3854-4f3e-839e-dcb37402b401" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "716e22d1c1fd4357a2a62994dbd6ec9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b52de9a7-a7ff-4849-b219-a2904531ba0b" - ], - "x-ms-correlation-request-id": [ - "b52de9a7-a7ff-4849-b219-a2904531ba0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183814Z:b52de9a7-a7ff-4849-b219-a2904531ba0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "21830209ceb045fe8959c958e9461129" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb14daf2-915a-4825-a4ae-65dad8f48e1c" - ], - "x-ms-correlation-request-id": [ - "eb14daf2-915a-4825-a4ae-65dad8f48e1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183814Z:eb14daf2-915a-4825-a4ae-65dad8f48e1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "ab21e73993a940e2bee6ee91d711db75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9615bbea-5c8d-4d00-94a9-10eb3945558e" - ], - "x-ms-correlation-request-id": [ - "9615bbea-5c8d-4d00-94a9-10eb3945558e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183814Z:9615bbea-5c8d-4d00-94a9-10eb3945558e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "a6472121f7db4745b4f82a86caf215e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f911239-4bbf-4507-8b13-adb6327d94a0" - ], - "x-ms-correlation-request-id": [ - "7f911239-4bbf-4507-8b13-adb6327d94a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:7f911239-4bbf-4507-8b13-adb6327d94a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "c50532180bc3456bb12a87d044e913a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "866d9aaf-e924-4eab-b839-a988627a6d2b" - ], - "x-ms-correlation-request-id": [ - "866d9aaf-e924-4eab-b839-a988627a6d2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:866d9aaf-e924-4eab-b839-a988627a6d2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "c9fe9965b2574a91bfdd294a1e3436b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad79b501-ec91-4d86-ba5b-154f1cbbcccf" - ], - "x-ms-correlation-request-id": [ - "ad79b501-ec91-4d86-ba5b-154f1cbbcccf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:ad79b501-ec91-4d86-ba5b-154f1cbbcccf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "11b6e7708f9143e784e50754b4399d8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25ffdfbf-4c92-4da9-a2b7-48ee41c32e7e" - ], - "x-ms-correlation-request-id": [ - "25ffdfbf-4c92-4da9-a2b7-48ee41c32e7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:25ffdfbf-4c92-4da9-a2b7-48ee41c32e7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "d0c005e00f7f4cb6a793b8d789a206d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69305428-9ff9-476f-9227-2a94b77f270c" - ], - "x-ms-correlation-request-id": [ - "69305428-9ff9-476f-9227-2a94b77f270c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:69305428-9ff9-476f-9227-2a94b77f270c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "332f57f18fe143fb9643a3e85501a9eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21586fcd-c827-44fd-93db-eb46f995e0d5" - ], - "x-ms-correlation-request-id": [ - "21586fcd-c827-44fd-93db-eb46f995e0d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:21586fcd-c827-44fd-93db-eb46f995e0d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "fe6478cf75c64b6bbf631868e119d70e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3886bcac-815e-4c68-85c3-ed6003b0ccf0" - ], - "x-ms-correlation-request-id": [ - "3886bcac-815e-4c68-85c3-ed6003b0ccf0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:3886bcac-815e-4c68-85c3-ed6003b0ccf0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "b353525a93af4ba5b744317f0c0a0207" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9cf33cb-c529-4f76-a3af-f7ec7e1a18eb" - ], - "x-ms-correlation-request-id": [ - "b9cf33cb-c529-4f76-a3af-f7ec7e1a18eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183815Z:b9cf33cb-c529-4f76-a3af-f7ec7e1a18eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "4369fd3cf59d4ac8991895b497441656" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "137d2118-6647-4d90-b028-d7e793aab05f" - ], - "x-ms-correlation-request-id": [ - "137d2118-6647-4d90-b028-d7e793aab05f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183816Z:137d2118-6647-4d90-b028-d7e793aab05f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "3690fbad298942a1bef00a744bc0858a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c70f1c15-8409-40e7-bc45-9b55429d2e96" - ], - "x-ms-correlation-request-id": [ - "c70f1c15-8409-40e7-bc45-9b55429d2e96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183816Z:c70f1c15-8409-40e7-bc45-9b55429d2e96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "5dd78ca9006f420693ef3410b4598f94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "005a2ece-5526-4ec6-b142-c899c2be79ef" - ], - "x-ms-correlation-request-id": [ - "005a2ece-5526-4ec6-b142-c899c2be79ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183817Z:005a2ece-5526-4ec6-b142-c899c2be79ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "7599b271e70e432b87bd8a8629fea6c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "026e289f-d83f-43ff-a209-c652ea6322e8" - ], - "x-ms-correlation-request-id": [ - "026e289f-d83f-43ff-a209-c652ea6322e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183817Z:026e289f-d83f-43ff-a209-c652ea6322e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "369f0715ff4a41c18ec101a7969332b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54653492-d8a1-4301-983a-2b357370760b" - ], - "x-ms-correlation-request-id": [ - "54653492-d8a1-4301-983a-2b357370760b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183817Z:54653492-d8a1-4301-983a-2b357370760b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "8bf5af56bc16437f991902e90b0d3193" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0791828e-1bfc-447f-ad53-737c8b1649ea" - ], - "x-ms-correlation-request-id": [ - "0791828e-1bfc-447f-ad53-737c8b1649ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183817Z:0791828e-1bfc-447f-ad53-737c8b1649ea" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "620590c5fc0d42048100d41981657974" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8999e664-476d-491e-a1a0-551612890d6a" - ], - "x-ms-correlation-request-id": [ - "8999e664-476d-491e-a1a0-551612890d6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183818Z:8999e664-476d-491e-a1a0-551612890d6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "e6c9bd9c33db4c29994ce59c892a8f27" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a90ffe1d-d949-49ad-982e-a2bac8b64089" - ], - "x-ms-correlation-request-id": [ - "a90ffe1d-d949-49ad-982e-a2bac8b64089" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183818Z:a90ffe1d-d949-49ad-982e-a2bac8b64089" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "0bf50557e3d9429db15eb4ca3f3b4b8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85bd13cb-cea5-4f51-949b-379b882e9951" - ], - "x-ms-correlation-request-id": [ - "85bd13cb-cea5-4f51-949b-379b882e9951" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183818Z:85bd13cb-cea5-4f51-949b-379b882e9951" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "3fbd822678074187ba2d564024c415a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2f74e60-a4f2-4107-a8d1-e6b3e740270d" - ], - "x-ms-correlation-request-id": [ - "b2f74e60-a4f2-4107-a8d1-e6b3e740270d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183818Z:b2f74e60-a4f2-4107-a8d1-e6b3e740270d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "464d62148c1d4308bd46bcc5297fa1a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca7afad2-098f-491a-b9dc-8aa070cb9d6f" - ], - "x-ms-correlation-request-id": [ - "ca7afad2-098f-491a-b9dc-8aa070cb9d6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183818Z:ca7afad2-098f-491a-b9dc-8aa070cb9d6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "696275d197e443be9047f046a82b2cf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13ababce-7cc5-4b93-882c-2c94abf76273" - ], - "x-ms-correlation-request-id": [ - "13ababce-7cc5-4b93-882c-2c94abf76273" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183818Z:13ababce-7cc5-4b93-882c-2c94abf76273" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "8d06fac92f0c4da29cdde13218378c5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d2568be-6aca-4d77-9ba2-04e0588c4a6f" - ], - "x-ms-correlation-request-id": [ - "0d2568be-6aca-4d77-9ba2-04e0588c4a6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183819Z:0d2568be-6aca-4d77-9ba2-04e0588c4a6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "6e4cc52258e64130ba31fe2160bc1993" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dce1e4e7-3eeb-4e26-bb8e-da9ac16b960b" - ], - "x-ms-correlation-request-id": [ - "dce1e4e7-3eeb-4e26-bb8e-da9ac16b960b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183819Z:dce1e4e7-3eeb-4e26-bb8e-da9ac16b960b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "74437b15e0e14de6a662be0977a4cd8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc2043ff-bf1f-491e-81ac-921d8c767e57" - ], - "x-ms-correlation-request-id": [ - "bc2043ff-bf1f-491e-81ac-921d8c767e57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183819Z:bc2043ff-bf1f-491e-81ac-921d8c767e57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "a01ef6d4337544c09808de2eb94b7f25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5bff617-5b7c-4089-960b-bf1236b00df9" - ], - "x-ms-correlation-request-id": [ - "c5bff617-5b7c-4089-960b-bf1236b00df9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183819Z:c5bff617-5b7c-4089-960b-bf1236b00df9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "04afef4ea2124447a592d150439fe21c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c013d98-08cc-4ba9-8921-6cc7cdcb9ad1" - ], - "x-ms-correlation-request-id": [ - "3c013d98-08cc-4ba9-8921-6cc7cdcb9ad1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183819Z:3c013d98-08cc-4ba9-8921-6cc7cdcb9ad1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "3a59fb2c094a4356913eac54fe59357b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e55ba36d-b5a9-4621-b6a3-020297b9c842" - ], - "x-ms-correlation-request-id": [ - "e55ba36d-b5a9-4621-b6a3-020297b9c842" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183819Z:e55ba36d-b5a9-4621-b6a3-020297b9c842" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "320cb83d0aaa4a77a65b85eba6f1ad2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f59b25a0-9964-4135-befe-9afa1e6f13df" - ], - "x-ms-correlation-request-id": [ - "f59b25a0-9964-4135-befe-9afa1e6f13df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:f59b25a0-9964-4135-befe-9afa1e6f13df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "53688e9920984b0e949cfe86411eace0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bcb2decf-ac5f-42cc-9fa3-883aa01ab8cd" - ], - "x-ms-correlation-request-id": [ - "bcb2decf-ac5f-42cc-9fa3-883aa01ab8cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:bcb2decf-ac5f-42cc-9fa3-883aa01ab8cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "b407b479822a4030924d70443211fcbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a520bb7-07eb-4edd-bed9-ab008e44b47d" - ], - "x-ms-correlation-request-id": [ - "5a520bb7-07eb-4edd-bed9-ab008e44b47d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:5a520bb7-07eb-4edd-bed9-ab008e44b47d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "8775f16b4e974beca1993c9cd0a6a612" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5539385-52fc-4842-a6c5-c6f4e989598e" - ], - "x-ms-correlation-request-id": [ - "f5539385-52fc-4842-a6c5-c6f4e989598e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:f5539385-52fc-4842-a6c5-c6f4e989598e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "77886437638a4d8aab750849f9b4b71c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1061ac90-f041-4120-8c6b-1a46fadd4036" - ], - "x-ms-correlation-request-id": [ - "1061ac90-f041-4120-8c6b-1a46fadd4036" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:1061ac90-f041-4120-8c6b-1a46fadd4036" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "a15c6abfcbce4af3adec0fe340568336" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c017361-8e57-4c20-99f6-3aadedfa9314" - ], - "x-ms-correlation-request-id": [ - "7c017361-8e57-4c20-99f6-3aadedfa9314" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:7c017361-8e57-4c20-99f6-3aadedfa9314" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "9aac59ec7e0848429f9da66630602c7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a196d34-e761-4154-812c-a70fee5f4e98" - ], - "x-ms-correlation-request-id": [ - "3a196d34-e761-4154-812c-a70fee5f4e98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:3a196d34-e761-4154-812c-a70fee5f4e98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "257bee1980134eecb89e2549d2eecaf5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "071e25f7-b2bd-4c0a-98ec-4fb8f4f7b7bb" - ], - "x-ms-correlation-request-id": [ - "071e25f7-b2bd-4c0a-98ec-4fb8f4f7b7bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:071e25f7-b2bd-4c0a-98ec-4fb8f4f7b7bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "077c9fe212ca41ed867723c8a2ee1a94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21e90275-68ca-46ec-bbcc-dabb3cd69e61" - ], - "x-ms-correlation-request-id": [ - "21e90275-68ca-46ec-bbcc-dabb3cd69e61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183820Z:21e90275-68ca-46ec-bbcc-dabb3cd69e61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "a384ea5cd4334fdcbb6685e2c73bb4ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "add0f443-db4d-4afe-8cdf-ed6475f5c4ff" - ], - "x-ms-correlation-request-id": [ - "add0f443-db4d-4afe-8cdf-ed6475f5c4ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183821Z:add0f443-db4d-4afe-8cdf-ed6475f5c4ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "b969ebfade234dd4a937e57ed74cb4df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76e12588-cbf3-4f77-9175-2b5f903067a5" - ], - "x-ms-correlation-request-id": [ - "76e12588-cbf3-4f77-9175-2b5f903067a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183821Z:76e12588-cbf3-4f77-9175-2b5f903067a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "fa648a0c4e2044ce9b525f22e5ca995b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0471c631-7e46-4db9-92b7-f07032a31520" - ], - "x-ms-correlation-request-id": [ - "0471c631-7e46-4db9-92b7-f07032a31520" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183821Z:0471c631-7e46-4db9-92b7-f07032a31520" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "a4c84939e0d04366b6746c15c6872f19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4abf503-94db-48ba-b5e2-2b29e1660f5a" - ], - "x-ms-correlation-request-id": [ - "f4abf503-94db-48ba-b5e2-2b29e1660f5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183821Z:f4abf503-94db-48ba-b5e2-2b29e1660f5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "5a0b91ad8e9c46649e34f922a3f7abb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36c3bafb-e3ce-460f-bdf5-abe68155cdf6" - ], - "x-ms-correlation-request-id": [ - "36c3bafb-e3ce-460f-bdf5-abe68155cdf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183821Z:36c3bafb-e3ce-460f-bdf5-abe68155cdf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "05dae109a9474b9d9f747fafa9fb2067" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09e202b1-3764-4d1c-b8a4-a7bbe638e340" - ], - "x-ms-correlation-request-id": [ - "09e202b1-3764-4d1c-b8a4-a7bbe638e340" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183821Z:09e202b1-3764-4d1c-b8a4-a7bbe638e340" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "d09d74c67b7641e3867e193dee118be4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f6b15ed-7486-40f7-a5b6-ed8570e8660f" - ], - "x-ms-correlation-request-id": [ - "8f6b15ed-7486-40f7-a5b6-ed8570e8660f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183822Z:8f6b15ed-7486-40f7-a5b6-ed8570e8660f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "295068f847174e178294b8129bd077a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9e29d23-a549-4309-a4bd-e3fcb1eb7269" - ], - "x-ms-correlation-request-id": [ - "f9e29d23-a549-4309-a4bd-e3fcb1eb7269" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183822Z:f9e29d23-a549-4309-a4bd-e3fcb1eb7269" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "84d807f4d3e84c368c585a4a61a90f0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7f2b2ce-7360-4e25-a3a0-4c19df45bd0c" - ], - "x-ms-correlation-request-id": [ - "b7f2b2ce-7360-4e25-a3a0-4c19df45bd0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183822Z:b7f2b2ce-7360-4e25-a3a0-4c19df45bd0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "da1f9c266741472b94ec298cfaf44234" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d2d7e91-7ef7-4e50-8177-955b0dbd3540" - ], - "x-ms-correlation-request-id": [ - "3d2d7e91-7ef7-4e50-8177-955b0dbd3540" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183822Z:3d2d7e91-7ef7-4e50-8177-955b0dbd3540" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "142b419997284a989978208a29980080" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee51df90-efaa-48b1-b646-b0aa07da81de" - ], - "x-ms-correlation-request-id": [ - "ee51df90-efaa-48b1-b646-b0aa07da81de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183822Z:ee51df90-efaa-48b1-b646-b0aa07da81de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "77ccaa510bb8467db4fbf24da0338983" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11b2ca27-8d92-4828-9556-7cc536618b24" - ], - "x-ms-correlation-request-id": [ - "11b2ca27-8d92-4828-9556-7cc536618b24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:11b2ca27-8d92-4828-9556-7cc536618b24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "60d2dfd7b32f42c593503361d5512e79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fd813be-7baf-4173-a180-6ad0d8f92c14" - ], - "x-ms-correlation-request-id": [ - "9fd813be-7baf-4173-a180-6ad0d8f92c14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:9fd813be-7baf-4173-a180-6ad0d8f92c14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "cc5ee7cd167e4de5b14c1fabf363f0d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79a3cf5a-127b-481d-a159-8213b19ea054" - ], - "x-ms-correlation-request-id": [ - "79a3cf5a-127b-481d-a159-8213b19ea054" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:79a3cf5a-127b-481d-a159-8213b19ea054" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "aea0dba855524aefaf7d2bf7e876d12f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14541f97-cc2b-4891-877e-9fdb576e2195" - ], - "x-ms-correlation-request-id": [ - "14541f97-cc2b-4891-877e-9fdb576e2195" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:14541f97-cc2b-4891-877e-9fdb576e2195" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "26da1f7a48c941f880ba0db37eba3c67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb0bfd3f-9c43-4366-a4b4-a58925a175d1" - ], - "x-ms-correlation-request-id": [ - "cb0bfd3f-9c43-4366-a4b4-a58925a175d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:cb0bfd3f-9c43-4366-a4b4-a58925a175d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "8f62d4a45bfe4756b4d925d68de60244" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44dc0524-a877-4e02-ab05-9a97ae7740e1" - ], - "x-ms-correlation-request-id": [ - "44dc0524-a877-4e02-ab05-9a97ae7740e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:44dc0524-a877-4e02-ab05-9a97ae7740e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "0eccdab48e0345fdaf2c3465e0b25925" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41891698-67bd-48d5-b98e-143bbb3d5356" - ], - "x-ms-correlation-request-id": [ - "41891698-67bd-48d5-b98e-143bbb3d5356" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:41891698-67bd-48d5-b98e-143bbb3d5356" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "d86912b6b4d145f1b3b4f52a9757d0be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "735981dc-6da9-44ae-8a9a-02c08a56b34b" - ], - "x-ms-correlation-request-id": [ - "735981dc-6da9-44ae-8a9a-02c08a56b34b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183823Z:735981dc-6da9-44ae-8a9a-02c08a56b34b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "517182e2b6504bc8a7147972ad4e9d75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "571b500d-e891-470e-b87b-68be640f1b15" - ], - "x-ms-correlation-request-id": [ - "571b500d-e891-470e-b87b-68be640f1b15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183824Z:571b500d-e891-470e-b87b-68be640f1b15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "4381e793986b46798647db0781811164" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d03eb72c-563b-4019-9c16-863f168f4da1" - ], - "x-ms-correlation-request-id": [ - "d03eb72c-563b-4019-9c16-863f168f4da1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183824Z:d03eb72c-563b-4019-9c16-863f168f4da1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "0af2fb26871a4e8aa17301b181c841eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f546dbd-72d6-4c7e-b275-574ca83d859b" - ], - "x-ms-correlation-request-id": [ - "9f546dbd-72d6-4c7e-b275-574ca83d859b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183824Z:9f546dbd-72d6-4c7e-b275-574ca83d859b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "0c9370c8dbfb4fd49bffc658c2591142" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d121a229-0c51-4962-8fac-ddf21c094de7" - ], - "x-ms-correlation-request-id": [ - "d121a229-0c51-4962-8fac-ddf21c094de7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183824Z:d121a229-0c51-4962-8fac-ddf21c094de7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "84476fd78a584a6f8314feec7810996e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b695138e-5d8d-4699-b1d4-431be4f358b4" - ], - "x-ms-correlation-request-id": [ - "b695138e-5d8d-4699-b1d4-431be4f358b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183824Z:b695138e-5d8d-4699-b1d4-431be4f358b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "0e6c17a93219447b9649ea73e835da9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "549b1914-ccb0-4541-83cc-0acaf64ebe65" - ], - "x-ms-correlation-request-id": [ - "549b1914-ccb0-4541-83cc-0acaf64ebe65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183824Z:549b1914-ccb0-4541-83cc-0acaf64ebe65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "a087b23001f74c7a99da23ccd4d93234" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f9eec6d-a9dc-4edc-992f-b5d5b1d7657a" - ], - "x-ms-correlation-request-id": [ - "1f9eec6d-a9dc-4edc-992f-b5d5b1d7657a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183825Z:1f9eec6d-a9dc-4edc-992f-b5d5b1d7657a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "1cf2949dc2104bc4b5ac2a6408f0e15f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40888bb1-b310-46fc-9270-e98c0544c441" - ], - "x-ms-correlation-request-id": [ - "40888bb1-b310-46fc-9270-e98c0544c441" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183825Z:40888bb1-b310-46fc-9270-e98c0544c441" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "994c34ce7dec4ca5b6ea98c643397955" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44af0941-c9fb-4615-87c9-680e0a22f947" - ], - "x-ms-correlation-request-id": [ - "44af0941-c9fb-4615-87c9-680e0a22f947" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183825Z:44af0941-c9fb-4615-87c9-680e0a22f947" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "3b576de8010448a78ed4ccc5545896cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6bcdc58-c16c-4aa3-a931-0cd93776a270" - ], - "x-ms-correlation-request-id": [ - "d6bcdc58-c16c-4aa3-a931-0cd93776a270" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183825Z:d6bcdc58-c16c-4aa3-a931-0cd93776a270" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "d99b679330fb41a28b146e41dec94440" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e81e4562-328a-4775-9b2b-ac4df9a841a3" - ], - "x-ms-correlation-request-id": [ - "e81e4562-328a-4775-9b2b-ac4df9a841a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183825Z:e81e4562-328a-4775-9b2b-ac4df9a841a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "a5ec3cbf192c4f4ba168c80f0565cf23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4b93546-5909-4f5b-baf1-27a7547f33d4" - ], - "x-ms-correlation-request-id": [ - "d4b93546-5909-4f5b-baf1-27a7547f33d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183826Z:d4b93546-5909-4f5b-baf1-27a7547f33d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "6d4609460c6546268c5e2f1dc9436d56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bc997a6-710b-479a-881a-df17ba28fc9f" - ], - "x-ms-correlation-request-id": [ - "9bc997a6-710b-479a-881a-df17ba28fc9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183826Z:9bc997a6-710b-479a-881a-df17ba28fc9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "5a8d45a89edb44f5b67dc3700742f026" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f345bc7-b97b-472f-8489-b2ce0a6ed9b0" - ], - "x-ms-correlation-request-id": [ - "1f345bc7-b97b-472f-8489-b2ce0a6ed9b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183826Z:1f345bc7-b97b-472f-8489-b2ce0a6ed9b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "8c99bdce05ad4493b624ddf263059ee8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0c5a9b8-e6d7-47ed-9c86-156ea85c20aa" - ], - "x-ms-correlation-request-id": [ - "e0c5a9b8-e6d7-47ed-9c86-156ea85c20aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183826Z:e0c5a9b8-e6d7-47ed-9c86-156ea85c20aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "6c26456495244acfaea475d1d4e5d0f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7804d4ce-06e1-4cf1-aaa6-d300709e2f61" - ], - "x-ms-correlation-request-id": [ - "7804d4ce-06e1-4cf1-aaa6-d300709e2f61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183826Z:7804d4ce-06e1-4cf1-aaa6-d300709e2f61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "b478c284afbb454782af914f572da053" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8da87ae-74db-48de-bb4a-b2c85f9899d3" - ], - "x-ms-correlation-request-id": [ - "b8da87ae-74db-48de-bb4a-b2c85f9899d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183826Z:b8da87ae-74db-48de-bb4a-b2c85f9899d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "334739ca12354ea49c75668005d03940" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9497dd0-e335-4ebd-a317-0753d5059d87" - ], - "x-ms-correlation-request-id": [ - "a9497dd0-e335-4ebd-a317-0753d5059d87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183827Z:a9497dd0-e335-4ebd-a317-0753d5059d87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "34d061a038bc4d38bd22ca082756d961" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bc69607-070b-441d-a84d-fb16b5b18bf9" - ], - "x-ms-correlation-request-id": [ - "3bc69607-070b-441d-a84d-fb16b5b18bf9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183827Z:3bc69607-070b-441d-a84d-fb16b5b18bf9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "39f222ceff0e4e84a6770ad31b29c604" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbcae113-2fdb-4f49-8ea7-f10b3806bf29" - ], - "x-ms-correlation-request-id": [ - "fbcae113-2fdb-4f49-8ea7-f10b3806bf29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183827Z:fbcae113-2fdb-4f49-8ea7-f10b3806bf29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "2177f132cca14224b38d3e4b63b6820a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51612cfa-6fb5-4ad2-9c13-25a72bbb6132" - ], - "x-ms-correlation-request-id": [ - "51612cfa-6fb5-4ad2-9c13-25a72bbb6132" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183827Z:51612cfa-6fb5-4ad2-9c13-25a72bbb6132" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "2f4b6768bfb64dd1a2ea646169c8d112" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5837fd93-fffb-41ce-90b8-9e96e04e9d62" - ], - "x-ms-correlation-request-id": [ - "5837fd93-fffb-41ce-90b8-9e96e04e9d62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183827Z:5837fd93-fffb-41ce-90b8-9e96e04e9d62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "63f14d3caf784c5a8527a7bbab9afd12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecd877de-eb8f-48bc-8b1a-3cd1d27fabb0" - ], - "x-ms-correlation-request-id": [ - "ecd877de-eb8f-48bc-8b1a-3cd1d27fabb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183827Z:ecd877de-eb8f-48bc-8b1a-3cd1d27fabb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "7ec672d993744f68812d8ccd6b13e353" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9a4e364-93fe-452b-bc9c-f8c41b9cada0" - ], - "x-ms-correlation-request-id": [ - "b9a4e364-93fe-452b-bc9c-f8c41b9cada0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183827Z:b9a4e364-93fe-452b-bc9c-f8c41b9cada0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "2ded0495722949d9ac37fb9b7db0aaad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6331a9b4-727d-40ab-a8e2-8da371f62fe9" - ], - "x-ms-correlation-request-id": [ - "6331a9b4-727d-40ab-a8e2-8da371f62fe9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183828Z:6331a9b4-727d-40ab-a8e2-8da371f62fe9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "6c9c8ad2efaa492aabeca5888e658372" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28aa157c-71b8-432b-975d-d5bba806fecd" - ], - "x-ms-correlation-request-id": [ - "28aa157c-71b8-432b-975d-d5bba806fecd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183828Z:28aa157c-71b8-432b-975d-d5bba806fecd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "9902e04fe2b4412e83e2d78ded69872c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94d2ba63-9d10-4617-a059-597f7b900a4a" - ], - "x-ms-correlation-request-id": [ - "94d2ba63-9d10-4617-a059-597f7b900a4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183828Z:94d2ba63-9d10-4617-a059-597f7b900a4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "74839a90ca924dc99e799ba6fbd9a5db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b9edd17-8d1f-4c49-b812-e6d69295a27d" - ], - "x-ms-correlation-request-id": [ - "9b9edd17-8d1f-4c49-b812-e6d69295a27d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183828Z:9b9edd17-8d1f-4c49-b812-e6d69295a27d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "49efa219b5964b229833610d3f228da9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ccfaffc-42b9-4633-8dc8-9dd34a93239e" - ], - "x-ms-correlation-request-id": [ - "4ccfaffc-42b9-4633-8dc8-9dd34a93239e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183828Z:4ccfaffc-42b9-4633-8dc8-9dd34a93239e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "67cfc840a6834940aaaac273cf764ba0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a890a389-1bd3-4257-875a-7b3163b89ed1" - ], - "x-ms-correlation-request-id": [ - "a890a389-1bd3-4257-875a-7b3163b89ed1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183828Z:a890a389-1bd3-4257-875a-7b3163b89ed1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "cd355658ef714d40b62176308f9d0eaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bda376f6-435d-4eb6-9a53-97c6bb86c27b" - ], - "x-ms-correlation-request-id": [ - "bda376f6-435d-4eb6-9a53-97c6bb86c27b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183828Z:bda376f6-435d-4eb6-9a53-97c6bb86c27b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "89a3700fd8fc420086b274d89556b2db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d0a2695-d2cc-491e-b7f3-e9db422eaf60" - ], - "x-ms-correlation-request-id": [ - "4d0a2695-d2cc-491e-b7f3-e9db422eaf60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183829Z:4d0a2695-d2cc-491e-b7f3-e9db422eaf60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "752c45db7ae648d78d573b160ea28a3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0544531d-fbb7-48ad-9941-7d661bc4b504" - ], - "x-ms-correlation-request-id": [ - "0544531d-fbb7-48ad-9941-7d661bc4b504" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183829Z:0544531d-fbb7-48ad-9941-7d661bc4b504" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "d4440ed8e513415e97fa21386dd74967" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b5e1206-010c-48dc-932b-821c9c1d9f2a" - ], - "x-ms-correlation-request-id": [ - "9b5e1206-010c-48dc-932b-821c9c1d9f2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183829Z:9b5e1206-010c-48dc-932b-821c9c1d9f2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "7e9916d06b234150bdbb67650ba2f5f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f75e0490-efd4-465b-a5a7-2f06acc0a54a" - ], - "x-ms-correlation-request-id": [ - "f75e0490-efd4-465b-a5a7-2f06acc0a54a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183829Z:f75e0490-efd4-465b-a5a7-2f06acc0a54a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "08d607e0622946bebaa6c356a99528d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1f1fc65-8457-486c-aba9-85b8223592cf" - ], - "x-ms-correlation-request-id": [ - "d1f1fc65-8457-486c-aba9-85b8223592cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183829Z:d1f1fc65-8457-486c-aba9-85b8223592cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "d12927b7ca9e44358dcd4a9622dc0a2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "912a5ef2-ed99-4b20-8d73-e8914e6c3a03" - ], - "x-ms-correlation-request-id": [ - "912a5ef2-ed99-4b20-8d73-e8914e6c3a03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183829Z:912a5ef2-ed99-4b20-8d73-e8914e6c3a03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "a3e289d8d6504ec9b9f61c15b0954bb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b1b08d2-37a1-42b4-95ae-e0b4eebf2786" - ], - "x-ms-correlation-request-id": [ - "0b1b08d2-37a1-42b4-95ae-e0b4eebf2786" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183829Z:0b1b08d2-37a1-42b4-95ae-e0b4eebf2786" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "6623e5e26109436caab8f91f07178e4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab92927b-1170-4747-93ce-2fae33d59d2a" - ], - "x-ms-correlation-request-id": [ - "ab92927b-1170-4747-93ce-2fae33d59d2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183830Z:ab92927b-1170-4747-93ce-2fae33d59d2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "e8468803ca4f4f3598b15e34d4af9592" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cf45235-8a34-4ebc-8c42-ba98d1fb19e5" - ], - "x-ms-correlation-request-id": [ - "4cf45235-8a34-4ebc-8c42-ba98d1fb19e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183830Z:4cf45235-8a34-4ebc-8c42-ba98d1fb19e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "eaa8487488634580bdc63a52c70de3b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa8040cf-3663-4a6f-9442-4090d4df3465" - ], - "x-ms-correlation-request-id": [ - "aa8040cf-3663-4a6f-9442-4090d4df3465" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183830Z:aa8040cf-3663-4a6f-9442-4090d4df3465" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "729bb52a88d142e39fdae7fb120ea43b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f865b994-2e2f-491c-af9b-6313240af236" - ], - "x-ms-correlation-request-id": [ - "f865b994-2e2f-491c-af9b-6313240af236" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183830Z:f865b994-2e2f-491c-af9b-6313240af236" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "4ec69bbc7aba415b968124e47a21c65d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b01c5024-7687-4f09-a2b0-37a1166e4cb0" - ], - "x-ms-correlation-request-id": [ - "b01c5024-7687-4f09-a2b0-37a1166e4cb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183830Z:b01c5024-7687-4f09-a2b0-37a1166e4cb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "d4e03bc2c5b44895a04094437ffad03a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9632dc37-bdd2-44ca-ab8a-288cdf824270" - ], - "x-ms-correlation-request-id": [ - "9632dc37-bdd2-44ca-ab8a-288cdf824270" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183830Z:9632dc37-bdd2-44ca-ab8a-288cdf824270" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "c9c1d2f007bf4320bcac4a8d5d5dceaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a4af79b-7907-42fb-b1a8-8bf01f0f70ef" - ], - "x-ms-correlation-request-id": [ - "0a4af79b-7907-42fb-b1a8-8bf01f0f70ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183830Z:0a4af79b-7907-42fb-b1a8-8bf01f0f70ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "847def33112a4180aaecfc5289161b70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9588b2a6-194f-497f-9617-a27a7300e9ec" - ], - "x-ms-correlation-request-id": [ - "9588b2a6-194f-497f-9617-a27a7300e9ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:9588b2a6-194f-497f-9617-a27a7300e9ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "f574f12a087b45329419f3e7f1853489" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a96f64b-768f-49c3-9fca-b91c4d1766d5" - ], - "x-ms-correlation-request-id": [ - "9a96f64b-768f-49c3-9fca-b91c4d1766d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:9a96f64b-768f-49c3-9fca-b91c4d1766d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "d59d98d9543243d1acb87e9bb3623564" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b20d362a-b65c-440f-82d4-5b329fb543b0" - ], - "x-ms-correlation-request-id": [ - "b20d362a-b65c-440f-82d4-5b329fb543b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:b20d362a-b65c-440f-82d4-5b329fb543b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "046f43e4f9554f33b3e2835bc4fad7b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1543398-ce83-47de-9dec-ddba3070a6ee" - ], - "x-ms-correlation-request-id": [ - "b1543398-ce83-47de-9dec-ddba3070a6ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:b1543398-ce83-47de-9dec-ddba3070a6ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "97b2463a312a485ca71d1838aca0d022" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9da2e841-5db7-4999-a31a-8e0a7dd2e43b" - ], - "x-ms-correlation-request-id": [ - "9da2e841-5db7-4999-a31a-8e0a7dd2e43b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:9da2e841-5db7-4999-a31a-8e0a7dd2e43b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "14fd457a1b644bba8923b5208a5a9b9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4370a5c6-1259-4456-acee-5c2bae9815f5" - ], - "x-ms-correlation-request-id": [ - "4370a5c6-1259-4456-acee-5c2bae9815f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:4370a5c6-1259-4456-acee-5c2bae9815f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "80e7344749e24af1ab7983f693334513" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "290382d6-f964-481b-bfc0-24f5a976a5f6" - ], - "x-ms-correlation-request-id": [ - "290382d6-f964-481b-bfc0-24f5a976a5f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:290382d6-f964-481b-bfc0-24f5a976a5f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "445154ea192f4925b7a2425e90d5893c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71f44d32-be47-42e5-b073-598873bc6bb2" - ], - "x-ms-correlation-request-id": [ - "71f44d32-be47-42e5-b073-598873bc6bb2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183831Z:71f44d32-be47-42e5-b073-598873bc6bb2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "ae25999872694b5d9c183509ffff6f56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "976c26bb-d020-4b0b-97e7-64653cd285a7" - ], - "x-ms-correlation-request-id": [ - "976c26bb-d020-4b0b-97e7-64653cd285a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183832Z:976c26bb-d020-4b0b-97e7-64653cd285a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "558ad25bcd694eafabc4755d23be7f24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6db9c48b-f57e-44bf-9eef-6ceae768f43a" - ], - "x-ms-correlation-request-id": [ - "6db9c48b-f57e-44bf-9eef-6ceae768f43a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183832Z:6db9c48b-f57e-44bf-9eef-6ceae768f43a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "b007c83f8aa346538a9a2c6c3dc53813" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "190fbb9b-4638-4465-9dbd-b96ed26d74b4" - ], - "x-ms-correlation-request-id": [ - "190fbb9b-4638-4465-9dbd-b96ed26d74b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183832Z:190fbb9b-4638-4465-9dbd-b96ed26d74b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "4d7b6a533c8f497498b80668e2174a30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32712916-a9c4-4572-9cf0-b20b446dac48" - ], - "x-ms-correlation-request-id": [ - "32712916-a9c4-4572-9cf0-b20b446dac48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183832Z:32712916-a9c4-4572-9cf0-b20b446dac48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "4010c86206e849da900a30053642eae2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c10f0b7f-4946-491d-bd17-788f4c7406cb" - ], - "x-ms-correlation-request-id": [ - "c10f0b7f-4946-491d-bd17-788f4c7406cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183832Z:c10f0b7f-4946-491d-bd17-788f4c7406cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "42dddaa3e5b94c10a5a1319dabd9f552" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bb44d81-adf3-4cc2-8476-48616f1c8197" - ], - "x-ms-correlation-request-id": [ - "6bb44d81-adf3-4cc2-8476-48616f1c8197" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183832Z:6bb44d81-adf3-4cc2-8476-48616f1c8197" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "5b44186c6b72463ebfdde693013a3bf5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d572df8-160f-4a71-9e3c-247c44408fa7" - ], - "x-ms-correlation-request-id": [ - "8d572df8-160f-4a71-9e3c-247c44408fa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183832Z:8d572df8-160f-4a71-9e3c-247c44408fa7" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "f94b07ffc20d4b1c9f628c390a37d1a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b57a0b43-365b-4716-b238-4837824d65f5" - ], - "x-ms-correlation-request-id": [ - "b57a0b43-365b-4716-b238-4837824d65f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183833Z:b57a0b43-365b-4716-b238-4837824d65f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "4219d933605f4bb59a5bb2d30a83a783" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c268b6b7-c85d-496b-9a19-ae0e7fe9814f" - ], - "x-ms-correlation-request-id": [ - "c268b6b7-c85d-496b-9a19-ae0e7fe9814f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183833Z:c268b6b7-c85d-496b-9a19-ae0e7fe9814f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "74c999aa7be146259ac51cb53e156f76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0d8a40e-fb81-4127-a92f-714eaf66371c" - ], - "x-ms-correlation-request-id": [ - "e0d8a40e-fb81-4127-a92f-714eaf66371c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183833Z:e0d8a40e-fb81-4127-a92f-714eaf66371c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "19734d110eb04a84873477fbb1a776d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d829604-61b2-4e3d-974c-ff7257873f98" - ], - "x-ms-correlation-request-id": [ - "3d829604-61b2-4e3d-974c-ff7257873f98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183833Z:3d829604-61b2-4e3d-974c-ff7257873f98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "f38dc9ae240a44b49e450b5e7b3d564a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10f9b811-1868-4c55-bf53-e59cfb1e4ede" - ], - "x-ms-correlation-request-id": [ - "10f9b811-1868-4c55-bf53-e59cfb1e4ede" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:10f9b811-1868-4c55-bf53-e59cfb1e4ede" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "11386a1d2eda465fbf7a86eccd40975c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "147d0966-c0cb-453c-8013-426908d76161" - ], - "x-ms-correlation-request-id": [ - "147d0966-c0cb-453c-8013-426908d76161" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:147d0966-c0cb-453c-8013-426908d76161" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "b0b5b6c898fc4101aa401698c9ac2b98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "258e4ef7-0dce-4290-8503-25b1077cb3c2" - ], - "x-ms-correlation-request-id": [ - "258e4ef7-0dce-4290-8503-25b1077cb3c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:258e4ef7-0dce-4290-8503-25b1077cb3c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "9b78871652d646e7bceb086ca650a447" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4811cb9-c4e7-4de1-8007-8ad568458325" - ], - "x-ms-correlation-request-id": [ - "b4811cb9-c4e7-4de1-8007-8ad568458325" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:b4811cb9-c4e7-4de1-8007-8ad568458325" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "5b1dd8e7d77e423eaf5a90bf859d7913" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64322cd3-5bbc-44ec-aac4-69852c4f293f" - ], - "x-ms-correlation-request-id": [ - "64322cd3-5bbc-44ec-aac4-69852c4f293f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:64322cd3-5bbc-44ec-aac4-69852c4f293f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "8c3aea5056e349e4b42c2d5efeb07fe9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f44cac38-7fb3-4c81-a0c1-9b779aa37357" - ], - "x-ms-correlation-request-id": [ - "f44cac38-7fb3-4c81-a0c1-9b779aa37357" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:f44cac38-7fb3-4c81-a0c1-9b779aa37357" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "6cf8c1acb2064ac988a74cfad3e09040" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eab898cb-9dd1-4d89-9ccd-4a19f43a1d33" - ], - "x-ms-correlation-request-id": [ - "eab898cb-9dd1-4d89-9ccd-4a19f43a1d33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:eab898cb-9dd1-4d89-9ccd-4a19f43a1d33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "1d56d643f753436e9e55b9aa2b1256ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5368027-4cf9-44bb-b9b6-397d28ebd0e6" - ], - "x-ms-correlation-request-id": [ - "d5368027-4cf9-44bb-b9b6-397d28ebd0e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:d5368027-4cf9-44bb-b9b6-397d28ebd0e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "c85002423a8a44d58c0d56d173f40fba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33f4c491-6479-47cf-92d1-a8617ab73ebc" - ], - "x-ms-correlation-request-id": [ - "33f4c491-6479-47cf-92d1-a8617ab73ebc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183834Z:33f4c491-6479-47cf-92d1-a8617ab73ebc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "041427a5cb0341c8952308eb77a016c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc93ca49-af1f-45ca-8607-4be0e736ea2f" - ], - "x-ms-correlation-request-id": [ - "cc93ca49-af1f-45ca-8607-4be0e736ea2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183835Z:cc93ca49-af1f-45ca-8607-4be0e736ea2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "2bc91070415c4a11b59739e6893233d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0f85091-aec6-46ab-8f05-d7869cc6ae80" - ], - "x-ms-correlation-request-id": [ - "f0f85091-aec6-46ab-8f05-d7869cc6ae80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183835Z:f0f85091-aec6-46ab-8f05-d7869cc6ae80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "fba029948781497089bd216dd56e2c99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "faeaa348-c2c2-407d-b4c9-2d5e3d84ef71" - ], - "x-ms-correlation-request-id": [ - "faeaa348-c2c2-407d-b4c9-2d5e3d84ef71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183835Z:faeaa348-c2c2-407d-b4c9-2d5e3d84ef71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "6f479ff6da42486c828657e4921d6b44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64de1949-5d6f-48e1-ad4c-82c504f4842d" - ], - "x-ms-correlation-request-id": [ - "64de1949-5d6f-48e1-ad4c-82c504f4842d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183835Z:64de1949-5d6f-48e1-ad4c-82c504f4842d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "19a1830076844168bb915bce30c006e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2072cf14-0a6f-449b-a971-026ba1562b18" - ], - "x-ms-correlation-request-id": [ - "2072cf14-0a6f-449b-a971-026ba1562b18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183835Z:2072cf14-0a6f-449b-a971-026ba1562b18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "be567f79212d40d6bde6793f5df78643" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9b936ed-6712-4d20-89f3-340cb7ad7367" - ], - "x-ms-correlation-request-id": [ - "c9b936ed-6712-4d20-89f3-340cb7ad7367" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183835Z:c9b936ed-6712-4d20-89f3-340cb7ad7367" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "60a33e6fe73c46e7a5300e9651071951" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb2368d7-2025-4f24-a74c-c3e70fe76971" - ], - "x-ms-correlation-request-id": [ - "bb2368d7-2025-4f24-a74c-c3e70fe76971" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183835Z:bb2368d7-2025-4f24-a74c-c3e70fe76971" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "41d9907797bc4ac3bbf5055097d61cda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c19db731-88ea-46d6-9418-379f211f09cc" - ], - "x-ms-correlation-request-id": [ - "c19db731-88ea-46d6-9418-379f211f09cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183836Z:c19db731-88ea-46d6-9418-379f211f09cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "b356ee77c1a04d788a7237e48068a79f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b79b6e4a-8fc9-496f-963d-59d536df4060" - ], - "x-ms-correlation-request-id": [ - "b79b6e4a-8fc9-496f-963d-59d536df4060" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183836Z:b79b6e4a-8fc9-496f-963d-59d536df4060" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "4183847723a34611b2e34c7593177a7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0084da95-eece-4bcb-b7c5-ee30a66ff809" - ], - "x-ms-correlation-request-id": [ - "0084da95-eece-4bcb-b7c5-ee30a66ff809" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183836Z:0084da95-eece-4bcb-b7c5-ee30a66ff809" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "fcad0daa95ba424b98498c3296d9bee4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60ce278e-ac5a-4d4d-8ec5-9ac15437c270" - ], - "x-ms-correlation-request-id": [ - "60ce278e-ac5a-4d4d-8ec5-9ac15437c270" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183836Z:60ce278e-ac5a-4d4d-8ec5-9ac15437c270" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "d4342e24306e49a0b99d244df215a504" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "014e96c9-68de-4e84-99db-f9160afcf2ac" - ], - "x-ms-correlation-request-id": [ - "014e96c9-68de-4e84-99db-f9160afcf2ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183836Z:014e96c9-68de-4e84-99db-f9160afcf2ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "2bbbe066a52b48a3aadf646f8c4d1068" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44120c58-808f-45e7-a446-a80fd7ceaeb1" - ], - "x-ms-correlation-request-id": [ - "44120c58-808f-45e7-a446-a80fd7ceaeb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183836Z:44120c58-808f-45e7-a446-a80fd7ceaeb1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "d5d9d3a699a44ef6ba91b20171475bdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ce925cd-5dfd-44d8-9b65-d1c24ea32cd4" - ], - "x-ms-correlation-request-id": [ - "5ce925cd-5dfd-44d8-9b65-d1c24ea32cd4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183836Z:5ce925cd-5dfd-44d8-9b65-d1c24ea32cd4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "d19be9ddbc8049f39d8b727dc42a5c31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19976534-8df7-4c49-b14b-2e4d2dc339e6" - ], - "x-ms-correlation-request-id": [ - "19976534-8df7-4c49-b14b-2e4d2dc339e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:19976534-8df7-4c49-b14b-2e4d2dc339e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "3e738e9981954b60b1de7e88981da99e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29c52fdf-e204-4883-bd9b-93282459b62f" - ], - "x-ms-correlation-request-id": [ - "29c52fdf-e204-4883-bd9b-93282459b62f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:29c52fdf-e204-4883-bd9b-93282459b62f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "8b64da1899b14a539e7c7b157644131b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc984936-5790-4933-b455-53e844b345c0" - ], - "x-ms-correlation-request-id": [ - "bc984936-5790-4933-b455-53e844b345c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:bc984936-5790-4933-b455-53e844b345c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "fc730cb12551423088a5707f0427f886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abcbdef1-50d4-48e4-a3e2-82258327c3b4" - ], - "x-ms-correlation-request-id": [ - "abcbdef1-50d4-48e4-a3e2-82258327c3b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:abcbdef1-50d4-48e4-a3e2-82258327c3b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "a51d13b3cbb1454f92694757ac758cba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "199db441-21c9-40ee-a381-db6057980448" - ], - "x-ms-correlation-request-id": [ - "199db441-21c9-40ee-a381-db6057980448" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:199db441-21c9-40ee-a381-db6057980448" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "cbb8798689b1477cb70d044bbca8ddf4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d632a91b-78f5-402f-a419-a1cb0d72dc7b" - ], - "x-ms-correlation-request-id": [ - "d632a91b-78f5-402f-a419-a1cb0d72dc7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:d632a91b-78f5-402f-a419-a1cb0d72dc7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "4641cef6b2214121a12d03d6cc8b8788" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ab88b34-24e2-473e-bb2f-72dfe57ff695" - ], - "x-ms-correlation-request-id": [ - "7ab88b34-24e2-473e-bb2f-72dfe57ff695" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:7ab88b34-24e2-473e-bb2f-72dfe57ff695" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "a21c984dbfe347f285412b73cdfd1e52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b399a8d-191e-4f36-a7e6-03a992ab3dde" - ], - "x-ms-correlation-request-id": [ - "2b399a8d-191e-4f36-a7e6-03a992ab3dde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183837Z:2b399a8d-191e-4f36-a7e6-03a992ab3dde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "4f578b87b9d04e68aa6effe2edaafd3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70899ff7-95bf-4f7a-ba9b-dabb8de3bd93" - ], - "x-ms-correlation-request-id": [ - "70899ff7-95bf-4f7a-ba9b-dabb8de3bd93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:70899ff7-95bf-4f7a-ba9b-dabb8de3bd93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "cacbb28656854fd4bc621dddec8cf35b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a89fe384-2387-4588-bb92-bce747f3cbb3" - ], - "x-ms-correlation-request-id": [ - "a89fe384-2387-4588-bb92-bce747f3cbb3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:a89fe384-2387-4588-bb92-bce747f3cbb3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "ddcee9ed8cd748799fc5494f609508c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9799dbc9-3a8e-4dd6-a2a0-4340d00ec9fe" - ], - "x-ms-correlation-request-id": [ - "9799dbc9-3a8e-4dd6-a2a0-4340d00ec9fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:9799dbc9-3a8e-4dd6-a2a0-4340d00ec9fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "832bc1081db240adbbe56a63e0842e1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "753f6492-74df-4a18-af0a-38ebed8718b1" - ], - "x-ms-correlation-request-id": [ - "753f6492-74df-4a18-af0a-38ebed8718b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:753f6492-74df-4a18-af0a-38ebed8718b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "cf73ba37cf19493cbd37c45cd3a3ef52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "365988e1-c624-4ba3-ad6f-ee1ef34f82f3" - ], - "x-ms-correlation-request-id": [ - "365988e1-c624-4ba3-ad6f-ee1ef34f82f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:365988e1-c624-4ba3-ad6f-ee1ef34f82f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "c862c4119b924a058b9c96be9edcce11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bd3bf12-9f3d-4360-8538-d26379e86990" - ], - "x-ms-correlation-request-id": [ - "6bd3bf12-9f3d-4360-8538-d26379e86990" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:6bd3bf12-9f3d-4360-8538-d26379e86990" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "164a3aec11634095a5dd20b8edb10bdc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b624eb3-f7ae-477f-86ff-7708e43ca74c" - ], - "x-ms-correlation-request-id": [ - "0b624eb3-f7ae-477f-86ff-7708e43ca74c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:0b624eb3-f7ae-477f-86ff-7708e43ca74c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "21c692eb3ba844938fece1bce3d1a494" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d366e87-2acb-4f70-b74d-16567fd0767a" - ], - "x-ms-correlation-request-id": [ - "3d366e87-2acb-4f70-b74d-16567fd0767a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183838Z:3d366e87-2acb-4f70-b74d-16567fd0767a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "1cb4cd97ccbe49b6a34d9863fd597404" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "716013e6-6b9e-4e65-a40c-4bea1b2bc5e4" - ], - "x-ms-correlation-request-id": [ - "716013e6-6b9e-4e65-a40c-4bea1b2bc5e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:716013e6-6b9e-4e65-a40c-4bea1b2bc5e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "96214a2c611f46aa9a4b2770308bf9c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b4bea49-d7b5-426e-b7f2-46176b8efc88" - ], - "x-ms-correlation-request-id": [ - "7b4bea49-d7b5-426e-b7f2-46176b8efc88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:7b4bea49-d7b5-426e-b7f2-46176b8efc88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "028212d8da794066bc9584c02915d735" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87a1d772-8bc9-4e22-8b45-d71d716b48fe" - ], - "x-ms-correlation-request-id": [ - "87a1d772-8bc9-4e22-8b45-d71d716b48fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:87a1d772-8bc9-4e22-8b45-d71d716b48fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "1a25ea1a2afa402087448982bcfb729d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4173e75-e725-479d-86d1-2b539dd85fd0" - ], - "x-ms-correlation-request-id": [ - "f4173e75-e725-479d-86d1-2b539dd85fd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:f4173e75-e725-479d-86d1-2b539dd85fd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "e2b45304df1449b7b4ca634cd6f48f5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc911a41-df3c-4b48-92ca-c307e5fe86b4" - ], - "x-ms-correlation-request-id": [ - "bc911a41-df3c-4b48-92ca-c307e5fe86b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:bc911a41-df3c-4b48-92ca-c307e5fe86b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "143bcac750284004832ecee14075b91a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fe195b5-92e9-4d33-9da8-567a074df79a" - ], - "x-ms-correlation-request-id": [ - "4fe195b5-92e9-4d33-9da8-567a074df79a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:4fe195b5-92e9-4d33-9da8-567a074df79a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "76fa4de6e1ec411daba716bd28e38f2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb503754-af52-4b9b-8bbc-e1a8c8c9bf6e" - ], - "x-ms-correlation-request-id": [ - "bb503754-af52-4b9b-8bbc-e1a8c8c9bf6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:bb503754-af52-4b9b-8bbc-e1a8c8c9bf6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "a06e8221e0f34e90a21281e6fa3e2c2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "899be2a3-0d44-4fd6-920f-38079a2df5c2" - ], - "x-ms-correlation-request-id": [ - "899be2a3-0d44-4fd6-920f-38079a2df5c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183839Z:899be2a3-0d44-4fd6-920f-38079a2df5c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "fcb2629277dd4eb78ff811c001955908" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2a5dbe0-77ff-463a-b963-3b79e6b99043" - ], - "x-ms-correlation-request-id": [ - "b2a5dbe0-77ff-463a-b963-3b79e6b99043" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:b2a5dbe0-77ff-463a-b963-3b79e6b99043" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "48bbd66f24294237ad58bcf2200b992e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eec132c5-16f7-4bca-83f0-48a268829c8a" - ], - "x-ms-correlation-request-id": [ - "eec132c5-16f7-4bca-83f0-48a268829c8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:eec132c5-16f7-4bca-83f0-48a268829c8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "1d0feff7025b4495944caa54f2de3710" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c4db420-2510-426b-86c4-157ac3b00d5d" - ], - "x-ms-correlation-request-id": [ - "8c4db420-2510-426b-86c4-157ac3b00d5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:8c4db420-2510-426b-86c4-157ac3b00d5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "b7d59e7c0f974a9c8f4037403b10a235" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2178dfc-518d-4191-9f98-a04582bb5dfa" - ], - "x-ms-correlation-request-id": [ - "c2178dfc-518d-4191-9f98-a04582bb5dfa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:c2178dfc-518d-4191-9f98-a04582bb5dfa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "32ecb6452f02440d83ebbb36a1fce468" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "584ed17a-ae8e-41e8-8926-641f8cfbca92" - ], - "x-ms-correlation-request-id": [ - "584ed17a-ae8e-41e8-8926-641f8cfbca92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:584ed17a-ae8e-41e8-8926-641f8cfbca92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "0f067e05fcf34a15ac70adf951dd1156" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee7474f6-182e-4710-8a86-7532f9a63cdc" - ], - "x-ms-correlation-request-id": [ - "ee7474f6-182e-4710-8a86-7532f9a63cdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:ee7474f6-182e-4710-8a86-7532f9a63cdc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "5b78745463d14c12812fd66c719fae2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c59c802a-94ad-44e5-b045-d1c7ea2cf2cf" - ], - "x-ms-correlation-request-id": [ - "c59c802a-94ad-44e5-b045-d1c7ea2cf2cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:c59c802a-94ad-44e5-b045-d1c7ea2cf2cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "8cbdcf39e4f947b28e59883108cf6118" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "029bab0f-9b09-4f39-b6f8-8f122223b131" - ], - "x-ms-correlation-request-id": [ - "029bab0f-9b09-4f39-b6f8-8f122223b131" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:029bab0f-9b09-4f39-b6f8-8f122223b131" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "19590883bac3496abc3335d1711c7d53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a3d9cbc-2303-4900-bf82-b47725be73db" - ], - "x-ms-correlation-request-id": [ - "3a3d9cbc-2303-4900-bf82-b47725be73db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183840Z:3a3d9cbc-2303-4900-bf82-b47725be73db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "810bb7456d8c4f669c8d059f2839d57b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5823c91f-49ca-4f29-9d48-1224cf70a182" - ], - "x-ms-correlation-request-id": [ - "5823c91f-49ca-4f29-9d48-1224cf70a182" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:5823c91f-49ca-4f29-9d48-1224cf70a182" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "94b447c7c9954381b9cdb06568d2eae2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10c34b85-e287-412f-880f-3476cf4199ca" - ], - "x-ms-correlation-request-id": [ - "10c34b85-e287-412f-880f-3476cf4199ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:10c34b85-e287-412f-880f-3476cf4199ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "eeed60b7241849b79c28de7cd9e2f988" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e1d22c2-50ed-4b31-8674-3b4205cbd7f2" - ], - "x-ms-correlation-request-id": [ - "2e1d22c2-50ed-4b31-8674-3b4205cbd7f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:2e1d22c2-50ed-4b31-8674-3b4205cbd7f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "27f8908eb59a41c694e72bf4166e417f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6fcdec5-c40f-4951-a7f0-ef099354e4dc" - ], - "x-ms-correlation-request-id": [ - "d6fcdec5-c40f-4951-a7f0-ef099354e4dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:d6fcdec5-c40f-4951-a7f0-ef099354e4dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "a2d4118fe6744f09ae17c4a94b1b7da4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f75a9998-5889-42b7-bd7e-3946664923c0" - ], - "x-ms-correlation-request-id": [ - "f75a9998-5889-42b7-bd7e-3946664923c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:f75a9998-5889-42b7-bd7e-3946664923c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "2fa39a27620b4c4f9bc930863289d4d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cba0816f-f5ab-473b-a673-b5c8507d2cc3" - ], - "x-ms-correlation-request-id": [ - "cba0816f-f5ab-473b-a673-b5c8507d2cc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:cba0816f-f5ab-473b-a673-b5c8507d2cc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "be5d0def61f74cbb86f761fb7ba8308c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c4ac43d-df21-4bb8-aeef-3e29f84a8ca7" - ], - "x-ms-correlation-request-id": [ - "0c4ac43d-df21-4bb8-aeef-3e29f84a8ca7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:0c4ac43d-df21-4bb8-aeef-3e29f84a8ca7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "d659329d061d4267858bb8e36c9c8875" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d048630-00bd-4cdf-84a8-10db98bdb1ef" - ], - "x-ms-correlation-request-id": [ - "3d048630-00bd-4cdf-84a8-10db98bdb1ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183841Z:3d048630-00bd-4cdf-84a8-10db98bdb1ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "071c5498650940b4ac8ecdf4181ecd61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "653871cf-93f5-4314-9b7e-1b4643e479c9" - ], - "x-ms-correlation-request-id": [ - "653871cf-93f5-4314-9b7e-1b4643e479c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:653871cf-93f5-4314-9b7e-1b4643e479c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "9e5c04098a36431eb3634011eedc9225" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7fd8513-42ae-4252-bb15-0cad84b4516c" - ], - "x-ms-correlation-request-id": [ - "b7fd8513-42ae-4252-bb15-0cad84b4516c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:b7fd8513-42ae-4252-bb15-0cad84b4516c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "c1df1627dbeb433c9f720260dbfa06b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "234926c2-1658-4bc0-a596-dacbb064a667" - ], - "x-ms-correlation-request-id": [ - "234926c2-1658-4bc0-a596-dacbb064a667" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:234926c2-1658-4bc0-a596-dacbb064a667" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "71c9ac8e2bcb45b9a32ea299db31a543" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8425e429-50e9-4a53-b523-9bc2e046a414" - ], - "x-ms-correlation-request-id": [ - "8425e429-50e9-4a53-b523-9bc2e046a414" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:8425e429-50e9-4a53-b523-9bc2e046a414" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "7c296fcc6cf34c039e5468cdf82495dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "913497a6-707a-4bc9-a812-ae0412cbeb84" - ], - "x-ms-correlation-request-id": [ - "913497a6-707a-4bc9-a812-ae0412cbeb84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:913497a6-707a-4bc9-a812-ae0412cbeb84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "3990ccf3c47042659bc945ab21d49ffe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c61b4dcf-b9f8-487f-9af0-f8730ad878d3" - ], - "x-ms-correlation-request-id": [ - "c61b4dcf-b9f8-487f-9af0-f8730ad878d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:c61b4dcf-b9f8-487f-9af0-f8730ad878d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "60a6522680f6403ba17722c5fa94f9e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8461da68-2457-41ac-830f-2c7d50b4f526" - ], - "x-ms-correlation-request-id": [ - "8461da68-2457-41ac-830f-2c7d50b4f526" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:8461da68-2457-41ac-830f-2c7d50b4f526" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "2e1b8c6a5cd14ef4a28736b85eaa9723" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36392ce9-2434-460a-bfcc-bb40ee52895e" - ], - "x-ms-correlation-request-id": [ - "36392ce9-2434-460a-bfcc-bb40ee52895e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183842Z:36392ce9-2434-460a-bfcc-bb40ee52895e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "9fac760047b24684b40109b8c9281470" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25f277fe-3823-4c7a-8fe7-44d5ee40f6c2" - ], - "x-ms-correlation-request-id": [ - "25f277fe-3823-4c7a-8fe7-44d5ee40f6c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:25f277fe-3823-4c7a-8fe7-44d5ee40f6c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "a1d4cf608744461e8454562366904262" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af1c2c43-a2a7-4d7c-936f-59420972119a" - ], - "x-ms-correlation-request-id": [ - "af1c2c43-a2a7-4d7c-936f-59420972119a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:af1c2c43-a2a7-4d7c-936f-59420972119a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "c402225b0c9c4c3ca27125bb1f4b09d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef9a28a7-12e6-4f17-bb31-ebf11bb125f3" - ], - "x-ms-correlation-request-id": [ - "ef9a28a7-12e6-4f17-bb31-ebf11bb125f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:ef9a28a7-12e6-4f17-bb31-ebf11bb125f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "37159cfd704b45db8c7b972336ba4ccd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "292a8cba-0592-42f1-a906-491ee6cad466" - ], - "x-ms-correlation-request-id": [ - "292a8cba-0592-42f1-a906-491ee6cad466" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:292a8cba-0592-42f1-a906-491ee6cad466" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "0af67bb358934c279a111d0255e68ef1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ea5192a-ea35-4b26-aebd-c6c0d48d3cd5" - ], - "x-ms-correlation-request-id": [ - "3ea5192a-ea35-4b26-aebd-c6c0d48d3cd5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:3ea5192a-ea35-4b26-aebd-c6c0d48d3cd5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "c1fa06bdd56642f984a0d5b6b78c8569" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4afc3682-7aef-4a81-8153-4e05937b6a8c" - ], - "x-ms-correlation-request-id": [ - "4afc3682-7aef-4a81-8153-4e05937b6a8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:4afc3682-7aef-4a81-8153-4e05937b6a8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "8375bc27a4454dfcaacc5f4f0909db18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24a1ff28-6782-445b-a76c-d2e4644ec2c4" - ], - "x-ms-correlation-request-id": [ - "24a1ff28-6782-445b-a76c-d2e4644ec2c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:24a1ff28-6782-445b-a76c-d2e4644ec2c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "b5ba93a8502b41ff87d8d43c3d82d0f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aca96b1f-3961-4d3f-baf3-26d7e9cee419" - ], - "x-ms-correlation-request-id": [ - "aca96b1f-3961-4d3f-baf3-26d7e9cee419" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183843Z:aca96b1f-3961-4d3f-baf3-26d7e9cee419" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "8b8ee4a665ec4c15989417a8a7f68ed3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9c2e84b-8cd7-438d-9c77-6325118317da" - ], - "x-ms-correlation-request-id": [ - "b9c2e84b-8cd7-438d-9c77-6325118317da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:b9c2e84b-8cd7-438d-9c77-6325118317da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "adfeb2d7e13a4642b6c2dca7a555d0f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a828224b-d5dc-4d7c-ae2d-528f51add931" - ], - "x-ms-correlation-request-id": [ - "a828224b-d5dc-4d7c-ae2d-528f51add931" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:a828224b-d5dc-4d7c-ae2d-528f51add931" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "38a19f15e60246ab8ece0859a8a0e938" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e801345f-28d9-4dbf-bfc8-7c6c8936ed9a" - ], - "x-ms-correlation-request-id": [ - "e801345f-28d9-4dbf-bfc8-7c6c8936ed9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:e801345f-28d9-4dbf-bfc8-7c6c8936ed9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "87ba4b2a33b548af8054311c967173dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c09e4205-18fc-4fc2-b1c0-691d626ef84c" - ], - "x-ms-correlation-request-id": [ - "c09e4205-18fc-4fc2-b1c0-691d626ef84c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:c09e4205-18fc-4fc2-b1c0-691d626ef84c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "1ae233ae543748e9a862873ccd15c809" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88d324d3-892a-4243-bd31-5fcc58285ed3" - ], - "x-ms-correlation-request-id": [ - "88d324d3-892a-4243-bd31-5fcc58285ed3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:88d324d3-892a-4243-bd31-5fcc58285ed3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "4582aaf2ad22402581f2c07b88bb1db2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4425749b-f17d-4410-a736-e187d0e7827a" - ], - "x-ms-correlation-request-id": [ - "4425749b-f17d-4410-a736-e187d0e7827a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:4425749b-f17d-4410-a736-e187d0e7827a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "9bd91a127b6c4336a0a50260202de1a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4187b730-3334-4474-9fb9-c4bba1aaa55a" - ], - "x-ms-correlation-request-id": [ - "4187b730-3334-4474-9fb9-c4bba1aaa55a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:4187b730-3334-4474-9fb9-c4bba1aaa55a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "63986351c1ec46f3895a91eae47db182" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51ba500e-10a0-49e6-bed9-bf205e2262f8" - ], - "x-ms-correlation-request-id": [ - "51ba500e-10a0-49e6-bed9-bf205e2262f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183844Z:51ba500e-10a0-49e6-bed9-bf205e2262f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "48ef48a126314017b074d0f2fa14481a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9695379-c1c2-43a5-8df9-09479b7fff59" - ], - "x-ms-correlation-request-id": [ - "e9695379-c1c2-43a5-8df9-09479b7fff59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183845Z:e9695379-c1c2-43a5-8df9-09479b7fff59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "74f3b7f91ef14ab2853f9d3a3b582352" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26afddb0-5b55-4261-ad9f-3384965d039f" - ], - "x-ms-correlation-request-id": [ - "26afddb0-5b55-4261-ad9f-3384965d039f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183845Z:26afddb0-5b55-4261-ad9f-3384965d039f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "82b278bc52dd46c6a855e9b7f5283950" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67fe7e47-3da5-4dfe-8892-3ac46fb9f9b3" - ], - "x-ms-correlation-request-id": [ - "67fe7e47-3da5-4dfe-8892-3ac46fb9f9b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183845Z:67fe7e47-3da5-4dfe-8892-3ac46fb9f9b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "6ca6e6234cfe4f1f92ebcd3962de70e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39a1bd94-c087-432d-aae9-83970475f532" - ], - "x-ms-correlation-request-id": [ - "39a1bd94-c087-432d-aae9-83970475f532" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183845Z:39a1bd94-c087-432d-aae9-83970475f532" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "3acd944f8b454617bb14ec41007a1b41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4d9f832-9788-44f3-bdb6-69baf7363ca4" - ], - "x-ms-correlation-request-id": [ - "c4d9f832-9788-44f3-bdb6-69baf7363ca4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183846Z:c4d9f832-9788-44f3-bdb6-69baf7363ca4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "471dda7ebaaf43ffa21a2730e0f4d7e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c742b222-2555-4e89-aa8e-1582168fe69c" - ], - "x-ms-correlation-request-id": [ - "c742b222-2555-4e89-aa8e-1582168fe69c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183846Z:c742b222-2555-4e89-aa8e-1582168fe69c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "0060a4075de84efbb78a12a6186fdc2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31a64975-3ed0-4b3a-b9ca-11b5f880cfd7" - ], - "x-ms-correlation-request-id": [ - "31a64975-3ed0-4b3a-b9ca-11b5f880cfd7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183846Z:31a64975-3ed0-4b3a-b9ca-11b5f880cfd7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "0ce00ed29ad5405ba5b998adf2bc0529" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecc9c0d9-09e7-49d4-9514-7787d63c6398" - ], - "x-ms-correlation-request-id": [ - "ecc9c0d9-09e7-49d4-9514-7787d63c6398" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183846Z:ecc9c0d9-09e7-49d4-9514-7787d63c6398" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "89443aa1222b45d3a6685572324f7775" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70e316e7-5b3d-449b-a4f7-b7a3e65d8648" - ], - "x-ms-correlation-request-id": [ - "70e316e7-5b3d-449b-a4f7-b7a3e65d8648" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183849Z:70e316e7-5b3d-449b-a4f7-b7a3e65d8648" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "95126edd037a4103b4af6aa03dffd575" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b930a660-2555-44e3-bbb3-7ed731276992" - ], - "x-ms-correlation-request-id": [ - "b930a660-2555-44e3-bbb3-7ed731276992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183849Z:b930a660-2555-44e3-bbb3-7ed731276992" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "eeef6bc5ac924ee8b7ba4f81ca8f97c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "248aa0f9-24af-4442-8d49-34a6bacb7f4f" - ], - "x-ms-correlation-request-id": [ - "248aa0f9-24af-4442-8d49-34a6bacb7f4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183849Z:248aa0f9-24af-4442-8d49-34a6bacb7f4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "f758cf9b781c4387bafa7d004d7aaaa3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc84b557-0db1-4d47-9447-031ba88be99f" - ], - "x-ms-correlation-request-id": [ - "bc84b557-0db1-4d47-9447-031ba88be99f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183849Z:bc84b557-0db1-4d47-9447-031ba88be99f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "6a06d1950ccc4957aa9f8eda8b2387ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26fb5881-77c2-4cac-b97b-bee5ad0ce595" - ], - "x-ms-correlation-request-id": [ - "26fb5881-77c2-4cac-b97b-bee5ad0ce595" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183850Z:26fb5881-77c2-4cac-b97b-bee5ad0ce595" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "d3c59c28c1404f3a9bfd20d20d7f811c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00202429-51bd-4278-b589-40d59ee5fe21" - ], - "x-ms-correlation-request-id": [ - "00202429-51bd-4278-b589-40d59ee5fe21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183850Z:00202429-51bd-4278-b589-40d59ee5fe21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "1b2853543914476ebe6ff1624bdd5b91" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "296770ea-9917-4285-bd51-8bf23dedf10e" - ], - "x-ms-correlation-request-id": [ - "296770ea-9917-4285-bd51-8bf23dedf10e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183850Z:296770ea-9917-4285-bd51-8bf23dedf10e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "0ecc227b5eae4a20a33a8e6e08283dc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "621a73ff-ecfd-41ba-b37e-b24cf6505667" - ], - "x-ms-correlation-request-id": [ - "621a73ff-ecfd-41ba-b37e-b24cf6505667" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183850Z:621a73ff-ecfd-41ba-b37e-b24cf6505667" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "fc66ee787f9844518f004fcca8d9cd59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c4c69662-4ac7-404f-9592-e5582c4894b6" - ], - "x-ms-correlation-request-id": [ - "c4c69662-4ac7-404f-9592-e5582c4894b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183850Z:c4c69662-4ac7-404f-9592-e5582c4894b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "6b0e3e939a5b48c6a5cf8ba02952b37f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bce3827-62eb-4e31-9732-2efbc942bc6f" - ], - "x-ms-correlation-request-id": [ - "7bce3827-62eb-4e31-9732-2efbc942bc6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183850Z:7bce3827-62eb-4e31-9732-2efbc942bc6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "af3d317fa59544e6a4edcb3aafeeeffe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c640a91b-e9b7-4583-830e-3af5f07de7bd" - ], - "x-ms-correlation-request-id": [ - "c640a91b-e9b7-4583-830e-3af5f07de7bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183851Z:c640a91b-e9b7-4583-830e-3af5f07de7bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "d623325711704232aeb2a0385afed5fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b97cda4-3f27-4568-951d-a386eaae717c" - ], - "x-ms-correlation-request-id": [ - "0b97cda4-3f27-4568-951d-a386eaae717c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183851Z:0b97cda4-3f27-4568-951d-a386eaae717c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "b1125a92a5b2475dbc663f8a97711ab6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94d8306d-abf0-4365-9e4a-0ca1793343e4" - ], - "x-ms-correlation-request-id": [ - "94d8306d-abf0-4365-9e4a-0ca1793343e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183851Z:94d8306d-abf0-4365-9e4a-0ca1793343e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "3460a36339f14b9abfe52bbe0ceae59b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c745a02b-bbf2-4d3c-a0ca-1bcd31e5955f" - ], - "x-ms-correlation-request-id": [ - "c745a02b-bbf2-4d3c-a0ca-1bcd31e5955f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183851Z:c745a02b-bbf2-4d3c-a0ca-1bcd31e5955f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "c5e99d8965944bc8a69750fce0188b6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c32c9e4-667b-4a35-8d41-7c3843d80e21" - ], - "x-ms-correlation-request-id": [ - "4c32c9e4-667b-4a35-8d41-7c3843d80e21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183852Z:4c32c9e4-667b-4a35-8d41-7c3843d80e21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "eec11ec4cb924b1eadece6e402db9be7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7bccdac-0496-43f2-9915-5665caaab4ac" - ], - "x-ms-correlation-request-id": [ - "c7bccdac-0496-43f2-9915-5665caaab4ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183852Z:c7bccdac-0496-43f2-9915-5665caaab4ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "fa28460b6e15466fb87eff3f0bbb10f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53f8cc03-2c9c-482a-bd4f-d011f492c1de" - ], - "x-ms-correlation-request-id": [ - "53f8cc03-2c9c-482a-bd4f-d011f492c1de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183852Z:53f8cc03-2c9c-482a-bd4f-d011f492c1de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "261159d917e544d4816bec69ad6c9bff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ad723da-9689-41dc-b698-a46a5441638a" - ], - "x-ms-correlation-request-id": [ - "6ad723da-9689-41dc-b698-a46a5441638a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183852Z:6ad723da-9689-41dc-b698-a46a5441638a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "e3516be55c57494e8ec9c6427ce3f02f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "201beb25-ca49-49d9-9a6e-df89b6bce891" - ], - "x-ms-correlation-request-id": [ - "201beb25-ca49-49d9-9a6e-df89b6bce891" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183852Z:201beb25-ca49-49d9-9a6e-df89b6bce891" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "357bf93bef4b4f99aa2c0d40d52ac95e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb2d7c13-a9dd-40bc-a479-730e2c39c80c" - ], - "x-ms-correlation-request-id": [ - "eb2d7c13-a9dd-40bc-a479-730e2c39c80c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183853Z:eb2d7c13-a9dd-40bc-a479-730e2c39c80c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "df4ea40c3c4f4430adbe4797f1ee27bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91fb36bb-4189-4191-b822-1db496bdf45f" - ], - "x-ms-correlation-request-id": [ - "91fb36bb-4189-4191-b822-1db496bdf45f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183853Z:91fb36bb-4189-4191-b822-1db496bdf45f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "c2d6155489c54d969b244089e047efd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f08f7d8-6a5e-4e0f-94c8-2266b0d0a207" - ], - "x-ms-correlation-request-id": [ - "6f08f7d8-6a5e-4e0f-94c8-2266b0d0a207" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183853Z:6f08f7d8-6a5e-4e0f-94c8-2266b0d0a207" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "daed3682f8524a0f8858e756a433b541" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbdcaa4f-7147-4784-a935-6ebd66866cb0" - ], - "x-ms-correlation-request-id": [ - "cbdcaa4f-7147-4784-a935-6ebd66866cb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183853Z:cbdcaa4f-7147-4784-a935-6ebd66866cb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "1e0073dbce1542448122822afe89386e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97853d63-c906-4549-9593-7abe7ee80b45" - ], - "x-ms-correlation-request-id": [ - "97853d63-c906-4549-9593-7abe7ee80b45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183854Z:97853d63-c906-4549-9593-7abe7ee80b45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "5aca969477ac48e1bc5389872a7ce037" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36ee1f4a-e0f1-41cd-b587-58f8ed005ffe" - ], - "x-ms-correlation-request-id": [ - "36ee1f4a-e0f1-41cd-b587-58f8ed005ffe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183854Z:36ee1f4a-e0f1-41cd-b587-58f8ed005ffe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "af6ca0439820451b99cb0100998cc445" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c307363-fe82-460b-8b90-9894873d62b3" - ], - "x-ms-correlation-request-id": [ - "0c307363-fe82-460b-8b90-9894873d62b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183854Z:0c307363-fe82-460b-8b90-9894873d62b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "4a19cb4f81df44a6a66ddb561eb2720a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1e5a1f9-09cd-4a72-8b00-3ebb1fd5f08f" - ], - "x-ms-correlation-request-id": [ - "d1e5a1f9-09cd-4a72-8b00-3ebb1fd5f08f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183854Z:d1e5a1f9-09cd-4a72-8b00-3ebb1fd5f08f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "85eed1ef7848400bb8d59f82cffbf87b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7d2046b-ac04-43cc-ad4c-a63971b7bd87" - ], - "x-ms-correlation-request-id": [ - "e7d2046b-ac04-43cc-ad4c-a63971b7bd87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183854Z:e7d2046b-ac04-43cc-ad4c-a63971b7bd87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "a152b63cd3b44a41a8d4d38e26a08f31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67d70d00-a6a7-410c-b18f-90e0720363f9" - ], - "x-ms-correlation-request-id": [ - "67d70d00-a6a7-410c-b18f-90e0720363f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183854Z:67d70d00-a6a7-410c-b18f-90e0720363f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "2e946162e201474eaf33623cecb03451" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db79c6c2-6c18-479b-8e79-c4ff92231690" - ], - "x-ms-correlation-request-id": [ - "db79c6c2-6c18-479b-8e79-c4ff92231690" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183854Z:db79c6c2-6c18-479b-8e79-c4ff92231690" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "e7efb71ced604f6dabf581748d65f617" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20f6c606-7f4e-414f-a821-54a8424b1efa" - ], - "x-ms-correlation-request-id": [ - "20f6c606-7f4e-414f-a821-54a8424b1efa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183855Z:20f6c606-7f4e-414f-a821-54a8424b1efa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "4a5533e511c64f298885a34158c678e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a59eb40-d4d1-4538-a402-57a4966f4e33" - ], - "x-ms-correlation-request-id": [ - "6a59eb40-d4d1-4538-a402-57a4966f4e33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183855Z:6a59eb40-d4d1-4538-a402-57a4966f4e33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "a08b52ad13854360a88a70de396f6e50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4614c45b-b648-4387-8718-e346d6d3b246" - ], - "x-ms-correlation-request-id": [ - "4614c45b-b648-4387-8718-e346d6d3b246" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183855Z:4614c45b-b648-4387-8718-e346d6d3b246" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "38414fe7296148009c281699e780225c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b2dcff3-9707-471b-b993-3bf51380496a" - ], - "x-ms-correlation-request-id": [ - "5b2dcff3-9707-471b-b993-3bf51380496a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183855Z:5b2dcff3-9707-471b-b993-3bf51380496a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "34d9e8aa482d4172a4dad199ef95346b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94ee23ff-892e-4b20-9010-f7b5f5bd1bbe" - ], - "x-ms-correlation-request-id": [ - "94ee23ff-892e-4b20-9010-f7b5f5bd1bbe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183856Z:94ee23ff-892e-4b20-9010-f7b5f5bd1bbe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "fdc26a640ea8478c8ae8013b75e5f805" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38c6e353-5bf2-42af-87f6-8c24b2ecd8de" - ], - "x-ms-correlation-request-id": [ - "38c6e353-5bf2-42af-87f6-8c24b2ecd8de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183856Z:38c6e353-5bf2-42af-87f6-8c24b2ecd8de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "bb4b72d5ec824b74bf52d1cc62c0406c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81df9614-4a39-4137-83a4-a6b5cfa10b3f" - ], - "x-ms-correlation-request-id": [ - "81df9614-4a39-4137-83a4-a6b5cfa10b3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183856Z:81df9614-4a39-4137-83a4-a6b5cfa10b3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "76e6ffd999da463ba0adb099e653325b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03c0fa89-54fa-4748-a340-f45e68358adc" - ], - "x-ms-correlation-request-id": [ - "03c0fa89-54fa-4748-a340-f45e68358adc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183859Z:03c0fa89-54fa-4748-a340-f45e68358adc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "c205314e43164fc28e1d5f55d7f582ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f4c1791-9486-4757-aa26-5f4c308956ad" - ], - "x-ms-correlation-request-id": [ - "1f4c1791-9486-4757-aa26-5f4c308956ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183859Z:1f4c1791-9486-4757-aa26-5f4c308956ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "9155a8a972284e0eb9393352b0105ec2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb2bbff7-1143-4315-bf49-2cc8f6d8f578" - ], - "x-ms-correlation-request-id": [ - "eb2bbff7-1143-4315-bf49-2cc8f6d8f578" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183859Z:eb2bbff7-1143-4315-bf49-2cc8f6d8f578" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "af73788e2f7748e4adb47542dd0926f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e282dc51-ce40-47a3-b54d-76de4b34af26" - ], - "x-ms-correlation-request-id": [ - "e282dc51-ce40-47a3-b54d-76de4b34af26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183900Z:e282dc51-ce40-47a3-b54d-76de4b34af26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:38:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "b97f7a92aaf34796b279224eb9015500" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f557b634-97a4-4f14-b9b8-7f46dde13df0" - ], - "x-ms-correlation-request-id": [ - "f557b634-97a4-4f14-b9b8-7f46dde13df0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183900Z:f557b634-97a4-4f14-b9b8-7f46dde13df0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "0d823793331c40ff9d04eef70e12a1a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a81cef2-336c-4019-a648-5d5206a7638d" - ], - "x-ms-correlation-request-id": [ - "9a81cef2-336c-4019-a648-5d5206a7638d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183900Z:9a81cef2-336c-4019-a648-5d5206a7638d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "c9db10e97052443696b929326381d08c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47e879a5-b4bc-4cb6-8336-5bfdd0f0c1b9" - ], - "x-ms-correlation-request-id": [ - "47e879a5-b4bc-4cb6-8336-5bfdd0f0c1b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183900Z:47e879a5-b4bc-4cb6-8336-5bfdd0f0c1b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "328f6129f5274c0fa82690445fe07b93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a321b4fd-e07a-4d20-a2d9-fd9fd22bb3a0" - ], - "x-ms-correlation-request-id": [ - "a321b4fd-e07a-4d20-a2d9-fd9fd22bb3a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183900Z:a321b4fd-e07a-4d20-a2d9-fd9fd22bb3a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "7f3d7fe529654296b7bbf85dcf32dc70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bff30cfc-8014-44dc-a375-56d5afe56c3d" - ], - "x-ms-correlation-request-id": [ - "bff30cfc-8014-44dc-a375-56d5afe56c3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183901Z:bff30cfc-8014-44dc-a375-56d5afe56c3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "df79f82e3df34e3298b4314163ccaa72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f5f4dfd-b3d2-4835-8f2a-44f92ab3fdbb" - ], - "x-ms-correlation-request-id": [ - "5f5f4dfd-b3d2-4835-8f2a-44f92ab3fdbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183901Z:5f5f4dfd-b3d2-4835-8f2a-44f92ab3fdbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "03de90d5eaa14bc5baf0ae1651cd220a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05b16a08-dffc-4b73-a78c-4d4d23ff4f71" - ], - "x-ms-correlation-request-id": [ - "05b16a08-dffc-4b73-a78c-4d4d23ff4f71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183901Z:05b16a08-dffc-4b73-a78c-4d4d23ff4f71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "482f73e468b649bfafe6f984f22ff9f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bff1c537-e89d-4cd4-a088-afbaec9af261" - ], - "x-ms-correlation-request-id": [ - "bff1c537-e89d-4cd4-a088-afbaec9af261" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183901Z:bff1c537-e89d-4cd4-a088-afbaec9af261" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "81e1e9ee022d4a61a7c057b1cf424690" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec0f8ca4-31b9-4283-86ce-237091d88939" - ], - "x-ms-correlation-request-id": [ - "ec0f8ca4-31b9-4283-86ce-237091d88939" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183901Z:ec0f8ca4-31b9-4283-86ce-237091d88939" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "5e22a7693012488baa1911e73a7601dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5c5e263-1199-40c6-a2e5-b1e6adf1bd68" - ], - "x-ms-correlation-request-id": [ - "b5c5e263-1199-40c6-a2e5-b1e6adf1bd68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183901Z:b5c5e263-1199-40c6-a2e5-b1e6adf1bd68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "24baaacc0ffa4fe98cb6739591361bd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdabf7f3-7f9c-4176-910b-f77cbb49662b" - ], - "x-ms-correlation-request-id": [ - "fdabf7f3-7f9c-4176-910b-f77cbb49662b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183902Z:fdabf7f3-7f9c-4176-910b-f77cbb49662b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "50843a85e0844dc4a1f2118b8d771cca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8fd2230-1cd6-4fc7-a343-f5d9279ca6f3" - ], - "x-ms-correlation-request-id": [ - "e8fd2230-1cd6-4fc7-a343-f5d9279ca6f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183903Z:e8fd2230-1cd6-4fc7-a343-f5d9279ca6f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "073267a373cc4d52825a1765b36730f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61e08f72-6d08-479a-8be6-e4b023380d0d" - ], - "x-ms-correlation-request-id": [ - "61e08f72-6d08-479a-8be6-e4b023380d0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183903Z:61e08f72-6d08-479a-8be6-e4b023380d0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "b12fbf80474e4ef0b6c29083068f108f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ea898d3-dca4-49ad-8088-288b1cdbe8d9" - ], - "x-ms-correlation-request-id": [ - "8ea898d3-dca4-49ad-8088-288b1cdbe8d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183903Z:8ea898d3-dca4-49ad-8088-288b1cdbe8d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "7bdf7b74a17443f5ba3d9ced349cfe2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86e30873-c44f-4da7-96fa-a20fb6300ddc" - ], - "x-ms-correlation-request-id": [ - "86e30873-c44f-4da7-96fa-a20fb6300ddc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183903Z:86e30873-c44f-4da7-96fa-a20fb6300ddc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "a5c18b11c6424bc8b4f55120f14d3b46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90e22887-0ea5-4b09-9e1a-f8d91ffab510" - ], - "x-ms-correlation-request-id": [ - "90e22887-0ea5-4b09-9e1a-f8d91ffab510" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183904Z:90e22887-0ea5-4b09-9e1a-f8d91ffab510" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "5ec0b00dd2de4967975cb93202517fb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5eb67daa-1821-42c3-9764-d1c23488c826" - ], - "x-ms-correlation-request-id": [ - "5eb67daa-1821-42c3-9764-d1c23488c826" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183904Z:5eb67daa-1821-42c3-9764-d1c23488c826" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "ddab6bea1e4840df8e01f255e9f1ad9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffcb0a16-4957-4818-8c4f-aad95a8e4d3b" - ], - "x-ms-correlation-request-id": [ - "ffcb0a16-4957-4818-8c4f-aad95a8e4d3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183904Z:ffcb0a16-4957-4818-8c4f-aad95a8e4d3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "507ef31add98473c97534b6e604d2de3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c072d3c9-b744-4229-aaeb-588a38ecc5ad" - ], - "x-ms-correlation-request-id": [ - "c072d3c9-b744-4229-aaeb-588a38ecc5ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183904Z:c072d3c9-b744-4229-aaeb-588a38ecc5ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "fbc69c6ed0854f0e9402f136c9f33491" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21444013-0a3d-4bc0-8b59-9da7c9c55ef7" - ], - "x-ms-correlation-request-id": [ - "21444013-0a3d-4bc0-8b59-9da7c9c55ef7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183905Z:21444013-0a3d-4bc0-8b59-9da7c9c55ef7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "e45a4f88b1e949efa787aa117877583a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1eddd0b5-28de-434f-b86d-7e0e1a48289c" - ], - "x-ms-correlation-request-id": [ - "1eddd0b5-28de-434f-b86d-7e0e1a48289c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183905Z:1eddd0b5-28de-434f-b86d-7e0e1a48289c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "08f4c22b086c41ae9ec751d29bcf8bb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98f885b6-f667-49ec-a33f-f4a4f81a4a8a" - ], - "x-ms-correlation-request-id": [ - "98f885b6-f667-49ec-a33f-f4a4f81a4a8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183906Z:98f885b6-f667-49ec-a33f-f4a4f81a4a8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "c6b8a7da3c654abda8f17c96393e6647" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d139147b-463c-4380-9e4a-ab5be7d4d130" - ], - "x-ms-correlation-request-id": [ - "d139147b-463c-4380-9e4a-ab5be7d4d130" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183906Z:d139147b-463c-4380-9e4a-ab5be7d4d130" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "8a791672920e4d299eb003d60b4fb6f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd613a5d-a78b-4084-877a-de1ca65bb069" - ], - "x-ms-correlation-request-id": [ - "fd613a5d-a78b-4084-877a-de1ca65bb069" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183906Z:fd613a5d-a78b-4084-877a-de1ca65bb069" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "a88f591d03e34a9992774338ddc35c7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "644e6b38-9842-4be5-aa0c-a7d6cc889091" - ], - "x-ms-correlation-request-id": [ - "644e6b38-9842-4be5-aa0c-a7d6cc889091" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183906Z:644e6b38-9842-4be5-aa0c-a7d6cc889091" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "781c34c7d8fc41f1b909ba26b9472dc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31612168-a06b-4591-840f-5344c2501392" - ], - "x-ms-correlation-request-id": [ - "31612168-a06b-4591-840f-5344c2501392" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183906Z:31612168-a06b-4591-840f-5344c2501392" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "1d95c09248fd42b5ac4190cea6adc88d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40fc512f-a051-4047-aa26-c127e003c8d5" - ], - "x-ms-correlation-request-id": [ - "40fc512f-a051-4047-aa26-c127e003c8d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183907Z:40fc512f-a051-4047-aa26-c127e003c8d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "7589ad611d5e42589ba3f34474af3669" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baf4ef8a-04b7-4296-b077-28f3f472189a" - ], - "x-ms-correlation-request-id": [ - "baf4ef8a-04b7-4296-b077-28f3f472189a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183907Z:baf4ef8a-04b7-4296-b077-28f3f472189a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "296b554e265047a3ae24fb5b39c8dfa8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0a6fa72-1233-4033-8452-661db668895c" - ], - "x-ms-correlation-request-id": [ - "c0a6fa72-1233-4033-8452-661db668895c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183907Z:c0a6fa72-1233-4033-8452-661db668895c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "0e3dca7729a649278eba5656f65a539e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "332db7cf-faf0-4757-9477-512bee68079a" - ], - "x-ms-correlation-request-id": [ - "332db7cf-faf0-4757-9477-512bee68079a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183907Z:332db7cf-faf0-4757-9477-512bee68079a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "11dfcd1ebb9a401fbbd1321e2271eb2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd478bae-4229-4cfe-9a28-34f277922ff9" - ], - "x-ms-correlation-request-id": [ - "fd478bae-4229-4cfe-9a28-34f277922ff9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183907Z:fd478bae-4229-4cfe-9a28-34f277922ff9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "fe70b147322748b18101e5fafcba5520" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6a251df-0860-4f2e-8621-4f98b66b4db9" - ], - "x-ms-correlation-request-id": [ - "f6a251df-0860-4f2e-8621-4f98b66b4db9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183907Z:f6a251df-0860-4f2e-8621-4f98b66b4db9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "17330ebeb96540a6b9f9d1cbb8a5681e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b70d3651-c218-4455-83f8-8231a3cf56e6" - ], - "x-ms-correlation-request-id": [ - "b70d3651-c218-4455-83f8-8231a3cf56e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183908Z:b70d3651-c218-4455-83f8-8231a3cf56e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "8cfb28898719460f8525cb9b40b0c334" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c568d31f-3662-4499-afde-3a2de2bf8706" - ], - "x-ms-correlation-request-id": [ - "c568d31f-3662-4499-afde-3a2de2bf8706" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183908Z:c568d31f-3662-4499-afde-3a2de2bf8706" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "d272ad5213064f7284b8155d86d1b79e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7e98d42-4152-4192-85d4-250777e8f9a0" - ], - "x-ms-correlation-request-id": [ - "e7e98d42-4152-4192-85d4-250777e8f9a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183908Z:e7e98d42-4152-4192-85d4-250777e8f9a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "715f951225b34c418b434f0fbba92d01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4934b613-572e-417b-bec7-cc09841d5098" - ], - "x-ms-correlation-request-id": [ - "4934b613-572e-417b-bec7-cc09841d5098" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183908Z:4934b613-572e-417b-bec7-cc09841d5098" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "6e67dd93a85a4e80a4a30066e2494c75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c54cedb6-63ef-4706-ade6-3fdabf7e031a" - ], - "x-ms-correlation-request-id": [ - "c54cedb6-63ef-4706-ade6-3fdabf7e031a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183908Z:c54cedb6-63ef-4706-ade6-3fdabf7e031a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "21d8fa1d0c394f96a14e27231d32a65c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5b0bf09-423e-4924-950a-91d2ec6ff1e4" - ], - "x-ms-correlation-request-id": [ - "d5b0bf09-423e-4924-950a-91d2ec6ff1e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183908Z:d5b0bf09-423e-4924-950a-91d2ec6ff1e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "8098dd79c05442aa8f66570c4ef7d021" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71bd101f-75bc-44ef-a639-e9b5ef1fdd68" - ], - "x-ms-correlation-request-id": [ - "71bd101f-75bc-44ef-a639-e9b5ef1fdd68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183909Z:71bd101f-75bc-44ef-a639-e9b5ef1fdd68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "6cb0536fee1b445981a442da8c852266" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11c27947-64ec-4e5b-add5-7c28900d7042" - ], - "x-ms-correlation-request-id": [ - "11c27947-64ec-4e5b-add5-7c28900d7042" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183909Z:11c27947-64ec-4e5b-add5-7c28900d7042" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "f0f34ce685f0427b8d4c4b29cd8444f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43825390-dd28-49da-b4fa-97185dc234b2" - ], - "x-ms-correlation-request-id": [ - "43825390-dd28-49da-b4fa-97185dc234b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183909Z:43825390-dd28-49da-b4fa-97185dc234b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "ed0412b088174f7e9bd7899eef0575c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a9eeb2c-6f4a-438d-9119-c3c75fbc1ebe" - ], - "x-ms-correlation-request-id": [ - "3a9eeb2c-6f4a-438d-9119-c3c75fbc1ebe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183909Z:3a9eeb2c-6f4a-438d-9119-c3c75fbc1ebe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "5d71e4c38a7742e08792a28dd41c797d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2c0f20c-ea7d-4626-ada3-c23bee213f58" - ], - "x-ms-correlation-request-id": [ - "b2c0f20c-ea7d-4626-ada3-c23bee213f58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183910Z:b2c0f20c-ea7d-4626-ada3-c23bee213f58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "7755ea000a4940b6960595bc4706b7fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b41583d-dc25-4f02-b0a9-8a0ff4d4b082" - ], - "x-ms-correlation-request-id": [ - "2b41583d-dc25-4f02-b0a9-8a0ff4d4b082" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183910Z:2b41583d-dc25-4f02-b0a9-8a0ff4d4b082" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "4e96092c776f4d0d971d6f2cc1193fe2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed7c2492-d935-4a7d-a0dc-b23174f29d7a" - ], - "x-ms-correlation-request-id": [ - "ed7c2492-d935-4a7d-a0dc-b23174f29d7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183910Z:ed7c2492-d935-4a7d-a0dc-b23174f29d7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "8e5ef563fd0340bb8df3a6f4396ed556" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "583dca86-ecbb-4616-a341-11dc3b471645" - ], - "x-ms-correlation-request-id": [ - "583dca86-ecbb-4616-a341-11dc3b471645" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183910Z:583dca86-ecbb-4616-a341-11dc3b471645" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "5cfb5bc836f443d182db9cee2f317a06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2011662f-073a-4a7f-8e06-be382ecbceee" - ], - "x-ms-correlation-request-id": [ - "2011662f-073a-4a7f-8e06-be382ecbceee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183910Z:2011662f-073a-4a7f-8e06-be382ecbceee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "d35ab7ca6ecc49ae9f0a8cf6c2a7ca32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "300ac81c-fc83-4213-b102-d7982cbfb333" - ], - "x-ms-correlation-request-id": [ - "300ac81c-fc83-4213-b102-d7982cbfb333" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183910Z:300ac81c-fc83-4213-b102-d7982cbfb333" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "1d13dcf9af914bd7a332214755bb4043" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f46e4b5-b918-4a76-9ed5-e0e7174dac78" - ], - "x-ms-correlation-request-id": [ - "1f46e4b5-b918-4a76-9ed5-e0e7174dac78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183911Z:1f46e4b5-b918-4a76-9ed5-e0e7174dac78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "18d2d5685bda4eaf9fa552c71f8e4825" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07d690d9-0bfc-473e-a2f0-bf32faee9d46" - ], - "x-ms-correlation-request-id": [ - "07d690d9-0bfc-473e-a2f0-bf32faee9d46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183911Z:07d690d9-0bfc-473e-a2f0-bf32faee9d46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "da8b7996e3cc4601b685a9e163529ed8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5790234d-8578-4d72-8204-9b46e8e11246" - ], - "x-ms-correlation-request-id": [ - "5790234d-8578-4d72-8204-9b46e8e11246" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183912Z:5790234d-8578-4d72-8204-9b46e8e11246" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "5e3cb81a73434ee69af56fc717bdf4ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "157aa5ba-01a4-4229-a233-6166ad8442f9" - ], - "x-ms-correlation-request-id": [ - "157aa5ba-01a4-4229-a233-6166ad8442f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183912Z:157aa5ba-01a4-4229-a233-6166ad8442f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "21dc30a3f87b43a397f8a441837c1dc1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "042b2280-b946-4fcc-adb4-c9d913d10ce6" - ], - "x-ms-correlation-request-id": [ - "042b2280-b946-4fcc-adb4-c9d913d10ce6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183912Z:042b2280-b946-4fcc-adb4-c9d913d10ce6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "4630ff1a128f45909379ca3784f1820c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15106edc-d2a3-4094-820a-9ab521a9d67f" - ], - "x-ms-correlation-request-id": [ - "15106edc-d2a3-4094-820a-9ab521a9d67f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183912Z:15106edc-d2a3-4094-820a-9ab521a9d67f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "ceab73989397494db9f7719f9ba0c17b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1070dfe0-84dc-43d8-bd19-d6801644de25" - ], - "x-ms-correlation-request-id": [ - "1070dfe0-84dc-43d8-bd19-d6801644de25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183912Z:1070dfe0-84dc-43d8-bd19-d6801644de25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "d3b1c9be35094528bc8ea47e7961aec1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f402bc64-b59f-4942-928b-a874b69d8315" - ], - "x-ms-correlation-request-id": [ - "f402bc64-b59f-4942-928b-a874b69d8315" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183912Z:f402bc64-b59f-4942-928b-a874b69d8315" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "9964bdfc77ba4e0ca5cd9570c984d72a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3711305-13a6-4dc1-8ab2-1a4476528270" - ], - "x-ms-correlation-request-id": [ - "d3711305-13a6-4dc1-8ab2-1a4476528270" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183912Z:d3711305-13a6-4dc1-8ab2-1a4476528270" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "060558b7029f4e70abbdf2dd2fdefb03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff3b84ae-3188-4644-8c33-d5c8cadb86c2" - ], - "x-ms-correlation-request-id": [ - "ff3b84ae-3188-4644-8c33-d5c8cadb86c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183913Z:ff3b84ae-3188-4644-8c33-d5c8cadb86c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "72d288d58531422081f37aeb773a5f9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e94b6032-8b9a-4fc3-9a90-e8c2d1ee783c" - ], - "x-ms-correlation-request-id": [ - "e94b6032-8b9a-4fc3-9a90-e8c2d1ee783c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183913Z:e94b6032-8b9a-4fc3-9a90-e8c2d1ee783c" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "5c02c601f45b443296f363b8ce0f0bb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a46df66-d662-4b86-b6e0-be58fb4caec5" - ], - "x-ms-correlation-request-id": [ - "6a46df66-d662-4b86-b6e0-be58fb4caec5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183914Z:6a46df66-d662-4b86-b6e0-be58fb4caec5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "0e97f5b7cc4941ff8ad16e66652f6202" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a23dfa4f-4b45-44da-aa4b-1855d77bc6c2" - ], - "x-ms-correlation-request-id": [ - "a23dfa4f-4b45-44da-aa4b-1855d77bc6c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183914Z:a23dfa4f-4b45-44da-aa4b-1855d77bc6c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "59b25f643df44120889df25b7dd41eab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a5ea756-779e-499d-bd22-d4e01b07a5c3" - ], - "x-ms-correlation-request-id": [ - "8a5ea756-779e-499d-bd22-d4e01b07a5c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183915Z:8a5ea756-779e-499d-bd22-d4e01b07a5c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "6af4baea60344caf894d5d7bc6ccf101" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b47f8f2-c6fe-4d62-a5e1-311bd9fe0a2f" - ], - "x-ms-correlation-request-id": [ - "8b47f8f2-c6fe-4d62-a5e1-311bd9fe0a2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183915Z:8b47f8f2-c6fe-4d62-a5e1-311bd9fe0a2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "a203e6932ffa4e66b59f146ccb4ccdff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c34a59af-f1a3-4966-ab0f-3d700e1fb712" - ], - "x-ms-correlation-request-id": [ - "c34a59af-f1a3-4966-ab0f-3d700e1fb712" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183915Z:c34a59af-f1a3-4966-ab0f-3d700e1fb712" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "e2fe72c93f1f4cd59a7125324cf55545" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61fd791c-97ae-4564-a65f-1c9df4028a32" - ], - "x-ms-correlation-request-id": [ - "61fd791c-97ae-4564-a65f-1c9df4028a32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183915Z:61fd791c-97ae-4564-a65f-1c9df4028a32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "6bfe0f4cb6614dcb93a7ed43012c7f5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64e36ebc-1c26-40cc-b2a9-a0ccdb663c7d" - ], - "x-ms-correlation-request-id": [ - "64e36ebc-1c26-40cc-b2a9-a0ccdb663c7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183915Z:64e36ebc-1c26-40cc-b2a9-a0ccdb663c7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "c8d70330752843f7b38c7c61847854d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61becec4-cb09-486f-945f-50bfde251886" - ], - "x-ms-correlation-request-id": [ - "61becec4-cb09-486f-945f-50bfde251886" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183916Z:61becec4-cb09-486f-945f-50bfde251886" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "502dbe01ba384c7baa7612dc269f06a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "115d6147-6a6c-424b-8cca-f30dc065f95e" - ], - "x-ms-correlation-request-id": [ - "115d6147-6a6c-424b-8cca-f30dc065f95e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183916Z:115d6147-6a6c-424b-8cca-f30dc065f95e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "62621b6d83f54d599bc27798fbcc826b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1de6d47-fdde-4609-978f-c6d41ffb89ad" - ], - "x-ms-correlation-request-id": [ - "e1de6d47-fdde-4609-978f-c6d41ffb89ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183916Z:e1de6d47-fdde-4609-978f-c6d41ffb89ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "dbdab30ef9eb435a949e60069bbbebee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61e144f9-6057-4ddb-82e0-1d3ce097c2f0" - ], - "x-ms-correlation-request-id": [ - "61e144f9-6057-4ddb-82e0-1d3ce097c2f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183916Z:61e144f9-6057-4ddb-82e0-1d3ce097c2f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "1f4a3807bd38446ea04db601a0ec483e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d856aad0-8fd4-449c-b816-065eeb9d8bb9" - ], - "x-ms-correlation-request-id": [ - "d856aad0-8fd4-449c-b816-065eeb9d8bb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183916Z:d856aad0-8fd4-449c-b816-065eeb9d8bb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "86cb1c0036bf49018535d1d6dc5c16de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26217ab0-9897-494b-b37b-07688bf39f7e" - ], - "x-ms-correlation-request-id": [ - "26217ab0-9897-494b-b37b-07688bf39f7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183916Z:26217ab0-9897-494b-b37b-07688bf39f7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "1b1b08a2d78f4b4b8938d99424d7af12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "729178e2-911d-483c-a177-959ed8b1499b" - ], - "x-ms-correlation-request-id": [ - "729178e2-911d-483c-a177-959ed8b1499b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183916Z:729178e2-911d-483c-a177-959ed8b1499b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "acedfd8a2bc24404ac10f64c63547044" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07dbc004-63e1-4d4d-b969-f7ca0602d6d3" - ], - "x-ms-correlation-request-id": [ - "07dbc004-63e1-4d4d-b969-f7ca0602d6d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183917Z:07dbc004-63e1-4d4d-b969-f7ca0602d6d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "c3e193c5e6f945e992ab6483bf95e16d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80011a42-9c5c-485f-8fd2-02d69c1bb6f2" - ], - "x-ms-correlation-request-id": [ - "80011a42-9c5c-485f-8fd2-02d69c1bb6f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183918Z:80011a42-9c5c-485f-8fd2-02d69c1bb6f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "33f89482196c43e5b02b59467a076234" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12940c08-ea80-4a41-8625-0911487454c8" - ], - "x-ms-correlation-request-id": [ - "12940c08-ea80-4a41-8625-0911487454c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183918Z:12940c08-ea80-4a41-8625-0911487454c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "958fda29781e4994a2a3ce08e6ffd530" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa941ab6-ce3c-4ae5-b38e-485006fe7a28" - ], - "x-ms-correlation-request-id": [ - "aa941ab6-ce3c-4ae5-b38e-485006fe7a28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183918Z:aa941ab6-ce3c-4ae5-b38e-485006fe7a28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "8497989177fc4745bcbc18ae36def622" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad9de006-78a5-47e2-965e-13bb597caeef" - ], - "x-ms-correlation-request-id": [ - "ad9de006-78a5-47e2-965e-13bb597caeef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183918Z:ad9de006-78a5-47e2-965e-13bb597caeef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "b39d6ff829e94ad0893008130dbea130" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f875832e-6b40-4c41-9c9a-1a9351ab173d" - ], - "x-ms-correlation-request-id": [ - "f875832e-6b40-4c41-9c9a-1a9351ab173d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183918Z:f875832e-6b40-4c41-9c9a-1a9351ab173d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "b9cf790dcbfd4f86a9824e91c0b5295b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3a51ffa-3912-4c4d-bbdd-56a083c52f55" - ], - "x-ms-correlation-request-id": [ - "f3a51ffa-3912-4c4d-bbdd-56a083c52f55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183918Z:f3a51ffa-3912-4c4d-bbdd-56a083c52f55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "6f9c45103b7c42b5b3c1476cffe89239" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "294ff18b-3107-449f-81fd-12279828477b" - ], - "x-ms-correlation-request-id": [ - "294ff18b-3107-449f-81fd-12279828477b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183919Z:294ff18b-3107-449f-81fd-12279828477b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "db162859e86b4c3f8f5cb846e44e6e0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e8fee72-d849-4fcb-a306-c7469ddfea45" - ], - "x-ms-correlation-request-id": [ - "2e8fee72-d849-4fcb-a306-c7469ddfea45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183919Z:2e8fee72-d849-4fcb-a306-c7469ddfea45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "4b598720d5d74f77a1156bf499359a78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d9e7235-231f-4bd0-8413-92288cdada22" - ], - "x-ms-correlation-request-id": [ - "4d9e7235-231f-4bd0-8413-92288cdada22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183919Z:4d9e7235-231f-4bd0-8413-92288cdada22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "a843c4835d6c426b83b21db5c1e17a14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc4bcbfd-b37c-4805-8ab4-85d84b289652" - ], - "x-ms-correlation-request-id": [ - "dc4bcbfd-b37c-4805-8ab4-85d84b289652" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183919Z:dc4bcbfd-b37c-4805-8ab4-85d84b289652" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "133e1cbf3d964d0fa92a5dbb026b8495" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "647c3104-c781-4c8e-b837-3b20811aaa25" - ], - "x-ms-correlation-request-id": [ - "647c3104-c781-4c8e-b837-3b20811aaa25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183919Z:647c3104-c781-4c8e-b837-3b20811aaa25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "fe7b4a8ac3b9407ab7f37294347c67fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a30c8f8-d82b-4af9-a051-9e28db533fb5" - ], - "x-ms-correlation-request-id": [ - "8a30c8f8-d82b-4af9-a051-9e28db533fb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183919Z:8a30c8f8-d82b-4af9-a051-9e28db533fb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "1015f5ccc846437fab7e0b57963a79ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ed99f34-49f2-4a4c-bf1a-ce62358ac528" - ], - "x-ms-correlation-request-id": [ - "8ed99f34-49f2-4a4c-bf1a-ce62358ac528" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183919Z:8ed99f34-49f2-4a4c-bf1a-ce62358ac528" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "cfeffdcc6650423e9fdf453ce034a116" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6f5912d-ad33-486a-85ed-4ce3f3d76270" - ], - "x-ms-correlation-request-id": [ - "d6f5912d-ad33-486a-85ed-4ce3f3d76270" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:d6f5912d-ad33-486a-85ed-4ce3f3d76270" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "efe2d16c871b4b1a87778bc0e2f5ae8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ad04fd7-c615-4edf-8ccc-1c575c68dacd" - ], - "x-ms-correlation-request-id": [ - "4ad04fd7-c615-4edf-8ccc-1c575c68dacd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:4ad04fd7-c615-4edf-8ccc-1c575c68dacd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "a7bef951f5d94b9b99441ebe9693d4fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2612e0c7-1920-4571-a740-caf4e2f2a2a8" - ], - "x-ms-correlation-request-id": [ - "2612e0c7-1920-4571-a740-caf4e2f2a2a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:2612e0c7-1920-4571-a740-caf4e2f2a2a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "507ade90f4f34c2a93ae5cf9ebf73ee6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d589e8a-3e8b-492b-a4b7-c004875890d9" - ], - "x-ms-correlation-request-id": [ - "2d589e8a-3e8b-492b-a4b7-c004875890d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:2d589e8a-3e8b-492b-a4b7-c004875890d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "5ed1375061ce473087ea8358a4ca5f80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7c0a8d1-9b42-46bf-99e2-c35cc7f773f7" - ], - "x-ms-correlation-request-id": [ - "f7c0a8d1-9b42-46bf-99e2-c35cc7f773f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:f7c0a8d1-9b42-46bf-99e2-c35cc7f773f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "cfbc70ccccc74a12b0a3e50ecf0457f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c4ff9e5-99a0-4418-8057-ee0801db9ca8" - ], - "x-ms-correlation-request-id": [ - "4c4ff9e5-99a0-4418-8057-ee0801db9ca8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:4c4ff9e5-99a0-4418-8057-ee0801db9ca8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "fab4460bba094b3195e4a25bdb943808" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fdd5c36-2297-477b-b638-47e078dc7d7b" - ], - "x-ms-correlation-request-id": [ - "7fdd5c36-2297-477b-b638-47e078dc7d7b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:7fdd5c36-2297-477b-b638-47e078dc7d7b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "c1d32ec616634d619e0181e47a4f9dba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b92903dd-0886-4361-b038-79389a7e4015" - ], - "x-ms-correlation-request-id": [ - "b92903dd-0886-4361-b038-79389a7e4015" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183920Z:b92903dd-0886-4361-b038-79389a7e4015" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "d775a9a7fd2441e2bb4e175e69e6ab6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdb35fc0-afa0-4de8-aa56-ce83fc8d8e21" - ], - "x-ms-correlation-request-id": [ - "cdb35fc0-afa0-4de8-aa56-ce83fc8d8e21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183921Z:cdb35fc0-afa0-4de8-aa56-ce83fc8d8e21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "59587f4dbf2d4ea386fc735221b45c7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b70f210-e037-432f-8856-5d2f07a6c34e" - ], - "x-ms-correlation-request-id": [ - "7b70f210-e037-432f-8856-5d2f07a6c34e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183921Z:7b70f210-e037-432f-8856-5d2f07a6c34e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "b16233459f3c4550a546387dce027648" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "276a9d86-36c0-4c27-a815-29bde19f859d" - ], - "x-ms-correlation-request-id": [ - "276a9d86-36c0-4c27-a815-29bde19f859d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183921Z:276a9d86-36c0-4c27-a815-29bde19f859d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "9ed4805051f4420db3486dde82775557" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdb416c5-0bf3-44d6-84c9-b1fed4a057d1" - ], - "x-ms-correlation-request-id": [ - "cdb416c5-0bf3-44d6-84c9-b1fed4a057d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183921Z:cdb416c5-0bf3-44d6-84c9-b1fed4a057d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "4aa63fc488534aec9e98c028ffe154c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a98a8b7-094f-4522-8aa5-91dd5b7b9fc8" - ], - "x-ms-correlation-request-id": [ - "5a98a8b7-094f-4522-8aa5-91dd5b7b9fc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183921Z:5a98a8b7-094f-4522-8aa5-91dd5b7b9fc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "7529366efb4049ffa638f4452726f47b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d392963b-cb02-41c2-983e-4e1f7152bb1d" - ], - "x-ms-correlation-request-id": [ - "d392963b-cb02-41c2-983e-4e1f7152bb1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183922Z:d392963b-cb02-41c2-983e-4e1f7152bb1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "b28bfd07a4c84675a9c084b15f6d8f6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0594ba35-695f-4ead-b512-07b1c230aa3e" - ], - "x-ms-correlation-request-id": [ - "0594ba35-695f-4ead-b512-07b1c230aa3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183922Z:0594ba35-695f-4ead-b512-07b1c230aa3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "8f00d97dbe684ee381aa5e6a03a814f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b5118b6-ae37-4aea-97ba-b4bad6b41ba8" - ], - "x-ms-correlation-request-id": [ - "4b5118b6-ae37-4aea-97ba-b4bad6b41ba8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183922Z:4b5118b6-ae37-4aea-97ba-b4bad6b41ba8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "5971b45471fe4f1c8f7e320f4d4a76ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cd9ead1-fcf9-454c-a0bc-50e74a1f5ef6" - ], - "x-ms-correlation-request-id": [ - "3cd9ead1-fcf9-454c-a0bc-50e74a1f5ef6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183924Z:3cd9ead1-fcf9-454c-a0bc-50e74a1f5ef6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "2ece83357b154e47a1a1ee4e9b43dbb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97ec1b8b-62ba-4756-aa99-66aa19826687" - ], - "x-ms-correlation-request-id": [ - "97ec1b8b-62ba-4756-aa99-66aa19826687" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183925Z:97ec1b8b-62ba-4756-aa99-66aa19826687" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "a95b4df9e4fb427e885f15db80e75025" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e549010-8e6d-4559-a9da-fb6b769197c5" - ], - "x-ms-correlation-request-id": [ - "5e549010-8e6d-4559-a9da-fb6b769197c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183925Z:5e549010-8e6d-4559-a9da-fb6b769197c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "089ea2aabc894f8aa4a879baa408c23c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aeac0e2a-2627-402e-bded-f26de5d3d56b" - ], - "x-ms-correlation-request-id": [ - "aeac0e2a-2627-402e-bded-f26de5d3d56b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183925Z:aeac0e2a-2627-402e-bded-f26de5d3d56b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "8d066afce5bc42af9e03708a870d5fb8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5abb5905-b95d-4ad3-bea3-27c4a1ef6c5e" - ], - "x-ms-correlation-request-id": [ - "5abb5905-b95d-4ad3-bea3-27c4a1ef6c5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183926Z:5abb5905-b95d-4ad3-bea3-27c4a1ef6c5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "9f526b0104bc481088cc14bb2cdf767b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad821cbe-ad10-48cf-ad31-658eab9923e6" - ], - "x-ms-correlation-request-id": [ - "ad821cbe-ad10-48cf-ad31-658eab9923e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183928Z:ad821cbe-ad10-48cf-ad31-658eab9923e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "bea31700a17c4f099b8f5e3f0d0d7c2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "578a11f4-52cf-4ed9-b124-5c4ecc8c0f87" - ], - "x-ms-correlation-request-id": [ - "578a11f4-52cf-4ed9-b124-5c4ecc8c0f87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183928Z:578a11f4-52cf-4ed9-b124-5c4ecc8c0f87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "06b80aaa5265484fad7778e8ef237849" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "045c3890-0e50-423e-906c-9b5e416ee89d" - ], - "x-ms-correlation-request-id": [ - "045c3890-0e50-423e-906c-9b5e416ee89d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183928Z:045c3890-0e50-423e-906c-9b5e416ee89d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" - ], - "x-ms-client-request-id": [ - "6c904426860b47b6acfdc384c0a4d801" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94001bc2-17c4-4c13-8154-6abf294692f0" - ], - "x-ms-correlation-request-id": [ - "94001bc2-17c4-4c13-8154-6abf294692f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183928Z:94001bc2-17c4-4c13-8154-6abf294692f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" - ], - "x-ms-client-request-id": [ - "c9bce0daa5d8463fb90ffb10d6fee9db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54069e3e-8fe2-488f-96ae-a1e0c85bdcb3" - ], - "x-ms-correlation-request-id": [ - "54069e3e-8fe2-488f-96ae-a1e0c85bdcb3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183928Z:54069e3e-8fe2-488f-96ae-a1e0c85bdcb3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" - ], - "x-ms-client-request-id": [ - "332f37b2b470426e9f87b2703e8b2511" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9711e35-c4db-4fcd-8b7d-1fe9075fd938" - ], - "x-ms-correlation-request-id": [ - "f9711e35-c4db-4fcd-8b7d-1fe9075fd938" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183929Z:f9711e35-c4db-4fcd-8b7d-1fe9075fd938" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" - ], - "x-ms-client-request-id": [ - "4686b8c9f8714d7590afd412b8048b3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c182dec9-fb9a-4bfc-943e-bf65a0989bb9" - ], - "x-ms-correlation-request-id": [ - "c182dec9-fb9a-4bfc-943e-bf65a0989bb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183929Z:c182dec9-fb9a-4bfc-943e-bf65a0989bb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" - ], - "x-ms-client-request-id": [ - "98ef58c8b3bd4c688e149aded277eb73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca0c9aa2-be12-44bd-8dfe-4a37a10459e2" - ], - "x-ms-correlation-request-id": [ - "ca0c9aa2-be12-44bd-8dfe-4a37a10459e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183929Z:ca0c9aa2-be12-44bd-8dfe-4a37a10459e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" - ], - "x-ms-client-request-id": [ - "1a412b8dcd0346398a1d2558e7dab169" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15185c23-4cb4-4444-832b-ac455b52af6b" - ], - "x-ms-correlation-request-id": [ - "15185c23-4cb4-4444-832b-ac455b52af6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183931Z:15185c23-4cb4-4444-832b-ac455b52af6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "010436c149b24c16a04b15dfe5c30eda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef05f34a-9dad-41f6-b8c4-c9089e0dea3b" - ], - "x-ms-correlation-request-id": [ - "ef05f34a-9dad-41f6-b8c4-c9089e0dea3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:ef05f34a-9dad-41f6-b8c4-c9089e0dea3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "a09fe9aac3624b34a81e98e942eb34e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ec7042a-5a5d-447a-88c2-4347bcaeaa3c" - ], - "x-ms-correlation-request-id": [ - "1ec7042a-5a5d-447a-88c2-4347bcaeaa3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:1ec7042a-5a5d-447a-88c2-4347bcaeaa3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "73ea78b44fdb4dcb85e5017b47fdfd4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1072dc93-eff0-4e66-9f94-6102de154a00" - ], - "x-ms-correlation-request-id": [ - "1072dc93-eff0-4e66-9f94-6102de154a00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:1072dc93-eff0-4e66-9f94-6102de154a00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "27d9e2792404402292088e1a0b6accb8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3acbc049-9119-497e-ab42-2c40f60b4347" - ], - "x-ms-correlation-request-id": [ - "3acbc049-9119-497e-ab42-2c40f60b4347" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:3acbc049-9119-497e-ab42-2c40f60b4347" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "24ff3a3c21ed46399ae5822131774816" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b01d2ecd-c42b-478c-8d30-be2ed57035d9" - ], - "x-ms-correlation-request-id": [ - "b01d2ecd-c42b-478c-8d30-be2ed57035d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:b01d2ecd-c42b-478c-8d30-be2ed57035d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "770313bb6edd4246a30d9cfa65b54fe6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a2c1fd2-c9e2-486b-bc3c-a21a5d3397d8" - ], - "x-ms-correlation-request-id": [ - "9a2c1fd2-c9e2-486b-bc3c-a21a5d3397d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:9a2c1fd2-c9e2-486b-bc3c-a21a5d3397d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "3dadffcc7edb4648afd74f267aa21b44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80a8b551-0ee5-43ce-8e55-2c46117036c0" - ], - "x-ms-correlation-request-id": [ - "80a8b551-0ee5-43ce-8e55-2c46117036c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:80a8b551-0ee5-43ce-8e55-2c46117036c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "d444d4b9b52f47e19cdebb7424e33c92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac6f0ab6-511e-481f-88cb-7ee48d471ce0" - ], - "x-ms-correlation-request-id": [ - "ac6f0ab6-511e-481f-88cb-7ee48d471ce0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183933Z:ac6f0ab6-511e-481f-88cb-7ee48d471ce0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "fc5d3d14f149401caa3ad2c8fcf10e3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90974b74-58cf-4a90-ac0f-933777463f3d" - ], - "x-ms-correlation-request-id": [ - "90974b74-58cf-4a90-ac0f-933777463f3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183934Z:90974b74-58cf-4a90-ac0f-933777463f3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" - ], - "x-ms-client-request-id": [ - "7ae0e2ef342b412897587f301b4f16df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52ff0318-51ae-4c68-9e8a-c55a81d3132b" - ], - "x-ms-correlation-request-id": [ - "52ff0318-51ae-4c68-9e8a-c55a81d3132b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183934Z:52ff0318-51ae-4c68-9e8a-c55a81d3132b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "4e222bebca1d4ed3a2c473ccd8b4c5b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5ff3ca3-0c0e-4a18-b040-69f0b58925e6" - ], - "x-ms-correlation-request-id": [ - "f5ff3ca3-0c0e-4a18-b040-69f0b58925e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183934Z:f5ff3ca3-0c0e-4a18-b040-69f0b58925e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "916ed85513a0489cbf793022b7f6d639" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b44b71b-4fae-4d72-bb3f-8e645486922e" - ], - "x-ms-correlation-request-id": [ - "7b44b71b-4fae-4d72-bb3f-8e645486922e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183935Z:7b44b71b-4fae-4d72-bb3f-8e645486922e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "c49554611be04704a57aadc539da9d97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "319b03dc-a56c-4d5a-9073-e6df2ef5711a" - ], - "x-ms-correlation-request-id": [ - "319b03dc-a56c-4d5a-9073-e6df2ef5711a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183935Z:319b03dc-a56c-4d5a-9073-e6df2ef5711a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "278f30a3b3154f39a4629c7ccd4e7ee4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db6163ad-e391-439a-a808-ff68fbcbb27c" - ], - "x-ms-correlation-request-id": [ - "db6163ad-e391-439a-a808-ff68fbcbb27c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183935Z:db6163ad-e391-439a-a808-ff68fbcbb27c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "2473ad80e1f34a7faf7cf79e83bd731a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36418d66-a26b-4a1a-b100-ec0d300e4249" - ], - "x-ms-correlation-request-id": [ - "36418d66-a26b-4a1a-b100-ec0d300e4249" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183935Z:36418d66-a26b-4a1a-b100-ec0d300e4249" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "7788fcefe47a439f8e5334eacb8c2ee0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f0934e5-2db5-4d40-862d-345531233a4f" - ], - "x-ms-correlation-request-id": [ - "4f0934e5-2db5-4d40-862d-345531233a4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183936Z:4f0934e5-2db5-4d40-862d-345531233a4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "431d7e7fdea44f128f8e7a0b641098ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c147e67-61ed-4a37-aa16-46699bf1a066" - ], - "x-ms-correlation-request-id": [ - "7c147e67-61ed-4a37-aa16-46699bf1a066" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183936Z:7c147e67-61ed-4a37-aa16-46699bf1a066" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "450a798d9038404d8244add8c0b2ccf8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed2858db-d374-48ce-ae1c-5885d586895c" - ], - "x-ms-correlation-request-id": [ - "ed2858db-d374-48ce-ae1c-5885d586895c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183936Z:ed2858db-d374-48ce-ae1c-5885d586895c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" - ], - "x-ms-client-request-id": [ - "868e56d4fdaf434c93a336043b14f08a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7cd95239-3d3b-4974-a102-7215bc99e7dd" - ], - "x-ms-correlation-request-id": [ - "7cd95239-3d3b-4974-a102-7215bc99e7dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183936Z:7cd95239-3d3b-4974-a102-7215bc99e7dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" - ], - "x-ms-client-request-id": [ - "41ca49a1ac6f41c1841cc3bb3730df3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d76881d2-306d-4db9-8275-7bcb101ffb7f" - ], - "x-ms-correlation-request-id": [ - "d76881d2-306d-4db9-8275-7bcb101ffb7f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183936Z:d76881d2-306d-4db9-8275-7bcb101ffb7f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "x-ms-client-request-id": [ - "44b3855360774cb987e88ea518b7a8c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a89bdb53-bd0c-4ca5-950b-13ac47762daa" - ], - "x-ms-correlation-request-id": [ - "a89bdb53-bd0c-4ca5-950b-13ac47762daa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183937Z:a89bdb53-bd0c-4ca5-950b-13ac47762daa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "x-ms-client-request-id": [ - "9370f03ae0e24964837ec7fecf26692e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d6d47a3-4f8a-4f4e-ba29-42f0ff4d9c64" - ], - "x-ms-correlation-request-id": [ - "9d6d47a3-4f8a-4f4e-ba29-42f0ff4d9c64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183937Z:9d6d47a3-4f8a-4f4e-ba29-42f0ff4d9c64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-client-request-id": [ - "de4d2ac37fe941a1ae49ae0dbba35237" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1028005-861b-4302-bebc-e3175e45183f" - ], - "x-ms-correlation-request-id": [ - "f1028005-861b-4302-bebc-e3175e45183f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183939Z:f1028005-861b-4302-bebc-e3175e45183f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "x-ms-client-request-id": [ - "fe74d77cbfe6429aa36d747440e82a2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5b25ff9-2033-4f89-a845-84b0c8fc898d" - ], - "x-ms-correlation-request-id": [ - "e5b25ff9-2033-4f89-a845-84b0c8fc898d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183939Z:e5b25ff9-2033-4f89-a845-84b0c8fc898d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" - ], - "x-ms-client-request-id": [ - "58300eee184549569f14155fb1d90d4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "066dd219-1b1f-455c-99af-57a5c7b4a15b" - ], - "x-ms-correlation-request-id": [ - "066dd219-1b1f-455c-99af-57a5c7b4a15b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183939Z:066dd219-1b1f-455c-99af-57a5c7b4a15b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" - ], - "x-ms-client-request-id": [ - "495095437d344996bb91a9722f7277ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c669f0f-5d96-46a1-bfd7-e5a9c8236411" - ], - "x-ms-correlation-request-id": [ - "8c669f0f-5d96-46a1-bfd7-e5a9c8236411" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:8c669f0f-5d96-46a1-bfd7-e5a9c8236411" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" - ], - "x-ms-client-request-id": [ - "677dc8322cea4181b53bd5b4c40202dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1476434-ebac-48df-9b8c-81deca24c8b5" - ], - "x-ms-correlation-request-id": [ - "b1476434-ebac-48df-9b8c-81deca24c8b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:b1476434-ebac-48df-9b8c-81deca24c8b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" - ], - "x-ms-client-request-id": [ - "3e0a932b8acb4b12907e5cefa518e054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73988dc7-fd64-40f6-a19c-180176dc010f" - ], - "x-ms-correlation-request-id": [ - "73988dc7-fd64-40f6-a19c-180176dc010f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:73988dc7-fd64-40f6-a19c-180176dc010f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" - ], - "x-ms-client-request-id": [ - "ea50b51da9e54466b9765e574dd775dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3c2901f-4a99-4fe4-81cd-7a857ebd8a3c" - ], - "x-ms-correlation-request-id": [ - "d3c2901f-4a99-4fe4-81cd-7a857ebd8a3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:d3c2901f-4a99-4fe4-81cd-7a857ebd8a3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" - ], - "x-ms-client-request-id": [ - "803e9dfc9f77445ea7a6deb30c733429" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fad2f14d-5184-4c42-8024-9e5e9121c8cd" - ], - "x-ms-correlation-request-id": [ - "fad2f14d-5184-4c42-8024-9e5e9121c8cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:fad2f14d-5184-4c42-8024-9e5e9121c8cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" - ], - "x-ms-client-request-id": [ - "5bd4c53db8f941648943e8392df7b993" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fccdbf0b-27ce-4d4f-9d55-1681e9e4f090" - ], - "x-ms-correlation-request-id": [ - "fccdbf0b-27ce-4d4f-9d55-1681e9e4f090" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:fccdbf0b-27ce-4d4f-9d55-1681e9e4f090" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" - ], - "x-ms-client-request-id": [ - "225da400e21444cca17cb87518be3054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df04414f-1926-4d9e-b7e0-76332db52c23" - ], - "x-ms-correlation-request-id": [ - "df04414f-1926-4d9e-b7e0-76332db52c23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:df04414f-1926-4d9e-b7e0-76332db52c23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" - ], - "x-ms-client-request-id": [ - "baa35fd7f0494fad9d6bb00ef1330299" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4122f88-0877-44a7-b06f-daccc63d4dfd" - ], - "x-ms-correlation-request-id": [ - "f4122f88-0877-44a7-b06f-daccc63d4dfd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183940Z:f4122f88-0877-44a7-b06f-daccc63d4dfd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" - ], - "x-ms-client-request-id": [ - "61e7f1d6af98459db5f59b25b893b9ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbe39c4d-4716-4bff-ba41-fbdd704656ce" - ], - "x-ms-correlation-request-id": [ - "cbe39c4d-4716-4bff-ba41-fbdd704656ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183941Z:cbe39c4d-4716-4bff-ba41-fbdd704656ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" - ], - "x-ms-client-request-id": [ - "e66615df369c4912a940089f40e7ef61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3905847-9efd-42aa-87aa-a1cbd3717cd6" - ], - "x-ms-correlation-request-id": [ - "c3905847-9efd-42aa-87aa-a1cbd3717cd6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183942Z:c3905847-9efd-42aa-87aa-a1cbd3717cd6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" - ], - "x-ms-client-request-id": [ - "e50307761dc6455c8f4b21a8ff734c06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74df6346-5f05-4e90-901e-d3d1cc66d4ca" - ], - "x-ms-correlation-request-id": [ - "74df6346-5f05-4e90-901e-d3d1cc66d4ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183942Z:74df6346-5f05-4e90-901e-d3d1cc66d4ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" - ], - "x-ms-client-request-id": [ - "411812c0809c4dda90aead87b328c1ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b88f6965-f29d-40d1-8e66-e6267fc20ef9" - ], - "x-ms-correlation-request-id": [ - "b88f6965-f29d-40d1-8e66-e6267fc20ef9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183942Z:b88f6965-f29d-40d1-8e66-e6267fc20ef9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" - ], - "x-ms-client-request-id": [ - "62f6f0b5a4b4426f843c1e9e2aba2e00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b9165e5-e746-4011-a3c9-111c3fef0c3f" - ], - "x-ms-correlation-request-id": [ - "7b9165e5-e746-4011-a3c9-111c3fef0c3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183942Z:7b9165e5-e746-4011-a3c9-111c3fef0c3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14672" - ], - "x-ms-client-request-id": [ - "af36336b26b64a0c8fbd002df1883905" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89309346-8b75-4d95-aa72-096014773b29" - ], - "x-ms-correlation-request-id": [ - "89309346-8b75-4d95-aa72-096014773b29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183943Z:89309346-8b75-4d95-aa72-096014773b29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14671" - ], - "x-ms-client-request-id": [ - "bf569aa79e014589913b35f06197917c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f60ae89-c88a-4936-bda1-e60f760d19c5" - ], - "x-ms-correlation-request-id": [ - "5f60ae89-c88a-4936-bda1-e60f760d19c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183943Z:5f60ae89-c88a-4936-bda1-e60f760d19c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" - ], - "x-ms-client-request-id": [ - "1e4106ed9efc4a1fabf06d8ecc016d7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58711efb-154f-4163-b0f4-ce2f348344b0" - ], - "x-ms-correlation-request-id": [ - "58711efb-154f-4163-b0f4-ce2f348344b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183943Z:58711efb-154f-4163-b0f4-ce2f348344b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" - ], - "x-ms-client-request-id": [ - "08dd2f1ceb974d2b9deeab0ac17f08a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e35c2b36-b226-4708-8bf8-16f32909f1a0" - ], - "x-ms-correlation-request-id": [ - "e35c2b36-b226-4708-8bf8-16f32909f1a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183943Z:e35c2b36-b226-4708-8bf8-16f32909f1a0" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "e691ae1512814c438f288a20ad24f770" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b038f5b-80bc-496d-901e-1ca024ab33bb" - ], - "x-ms-correlation-request-id": [ - "9b038f5b-80bc-496d-901e-1ca024ab33bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183943Z:9b038f5b-80bc-496d-901e-1ca024ab33bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "aaffdb29065b4e22ad0031f0a3b29ed7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "918d4c08-fd72-433a-aef4-2b0d370bb416" - ], - "x-ms-correlation-request-id": [ - "918d4c08-fd72-433a-aef4-2b0d370bb416" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183943Z:918d4c08-fd72-433a-aef4-2b0d370bb416" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "f0dc0f44544d4f2a99c6172e26f1aa5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f923bf2-2aec-4686-9bc2-12394502abc6" - ], - "x-ms-correlation-request-id": [ - "5f923bf2-2aec-4686-9bc2-12394502abc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183943Z:5f923bf2-2aec-4686-9bc2-12394502abc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "52d4d4b6e50a47b791403237696dc85a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be334263-ab7b-48a3-94c1-964391cfefe8" - ], - "x-ms-correlation-request-id": [ - "be334263-ab7b-48a3-94c1-964391cfefe8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183944Z:be334263-ab7b-48a3-94c1-964391cfefe8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "1d0caf56907548edab50a2d084cca817" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1792a166-2353-441d-9305-069e02b4a57f" - ], - "x-ms-correlation-request-id": [ - "1792a166-2353-441d-9305-069e02b4a57f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183944Z:1792a166-2353-441d-9305-069e02b4a57f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "9def6b756350493cb44c96d2680a5b69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b51ded8-6cea-4e23-9148-6201587ed505" - ], - "x-ms-correlation-request-id": [ - "1b51ded8-6cea-4e23-9148-6201587ed505" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183944Z:1b51ded8-6cea-4e23-9148-6201587ed505" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "437bcf784bd04ca4bfceeb133f870671" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1858247f-9255-41c6-8c03-92c6b890b894" - ], - "x-ms-correlation-request-id": [ - "1858247f-9255-41c6-8c03-92c6b890b894" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183944Z:1858247f-9255-41c6-8c03-92c6b890b894" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "28fc67e2cdcc4ed78e1e9375e049dad1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d02a4f97-5a67-488b-a255-7b1d1a1858b5" - ], - "x-ms-correlation-request-id": [ - "d02a4f97-5a67-488b-a255-7b1d1a1858b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183945Z:d02a4f97-5a67-488b-a255-7b1d1a1858b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "c1cd0fcabb21423d9ea566e52e8a94f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5cddd7f8-3483-4cb0-b472-0a417cbe4b8a" - ], - "x-ms-correlation-request-id": [ - "5cddd7f8-3483-4cb0-b472-0a417cbe4b8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183946Z:5cddd7f8-3483-4cb0-b472-0a417cbe4b8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "0833718151f1403894dddeee54fff888" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffa53dcd-044b-41e6-8a68-91250c826251" - ], - "x-ms-correlation-request-id": [ - "ffa53dcd-044b-41e6-8a68-91250c826251" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183946Z:ffa53dcd-044b-41e6-8a68-91250c826251" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "b186534fb8894171adbd61d2fdd1edd5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5db3d9ca-9b03-44fb-b114-cfd334c849b3" - ], - "x-ms-correlation-request-id": [ - "5db3d9ca-9b03-44fb-b114-cfd334c849b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183946Z:5db3d9ca-9b03-44fb-b114-cfd334c849b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "19ba4bffc091406794a3e65581812928" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dc68219-1dec-43cf-931e-b8da82ee4eb7" - ], - "x-ms-correlation-request-id": [ - "6dc68219-1dec-43cf-931e-b8da82ee4eb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183946Z:6dc68219-1dec-43cf-931e-b8da82ee4eb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "43efc4cd2d854d84b187aa3899a9febe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a713bedc-c63f-4fc1-b4b4-8251140ae8dd" - ], - "x-ms-correlation-request-id": [ - "a713bedc-c63f-4fc1-b4b4-8251140ae8dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183947Z:a713bedc-c63f-4fc1-b4b4-8251140ae8dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "fd6a99933b1b4347929ecfef09e18b49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dac94532-b2d4-4c1d-b702-62f091f2988b" - ], - "x-ms-correlation-request-id": [ - "dac94532-b2d4-4c1d-b702-62f091f2988b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183947Z:dac94532-b2d4-4c1d-b702-62f091f2988b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "4d17af4f57f941a98d314bda3391f941" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31367802-d81f-415c-b4b8-ac796c9de8f5" - ], - "x-ms-correlation-request-id": [ - "31367802-d81f-415c-b4b8-ac796c9de8f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183947Z:31367802-d81f-415c-b4b8-ac796c9de8f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "203b9ff2f5f146d3a485867c1aa56f90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "701836f3-5446-45d9-bcfc-c8a40c5795f5" - ], - "x-ms-correlation-request-id": [ - "701836f3-5446-45d9-bcfc-c8a40c5795f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183948Z:701836f3-5446-45d9-bcfc-c8a40c5795f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "c5a760c052e64860bcc459686a3adca7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "946229dd-e44a-459a-99b1-86bcd81b2b1a" - ], - "x-ms-correlation-request-id": [ - "946229dd-e44a-459a-99b1-86bcd81b2b1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183948Z:946229dd-e44a-459a-99b1-86bcd81b2b1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "a11fdfff3e14435694e665207200d8e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40d4869e-c88b-4ae4-aae9-a62bf4d1d0b4" - ], - "x-ms-correlation-request-id": [ - "40d4869e-c88b-4ae4-aae9-a62bf4d1d0b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183948Z:40d4869e-c88b-4ae4-aae9-a62bf4d1d0b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "88fdc093957a450b82a6b93dea866546" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bde4d99-1039-49df-85be-3855f2b42442" - ], - "x-ms-correlation-request-id": [ - "2bde4d99-1039-49df-85be-3855f2b42442" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183948Z:2bde4d99-1039-49df-85be-3855f2b42442" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "cc89e1c07bd34fcaaf9caf4ec9a70e7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8540bae-d1b2-483e-b45f-469b1e1e1392" - ], - "x-ms-correlation-request-id": [ - "c8540bae-d1b2-483e-b45f-469b1e1e1392" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183948Z:c8540bae-d1b2-483e-b45f-469b1e1e1392" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "75369a5658b94af6be4b010665c5b95b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e35c0c0-8bc8-43c8-bd4b-8987585f8ab8" - ], - "x-ms-correlation-request-id": [ - "9e35c0c0-8bc8-43c8-bd4b-8987585f8ab8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183948Z:9e35c0c0-8bc8-43c8-bd4b-8987585f8ab8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "4ce03889dc1a49afa12b576ca4deae3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7212b07d-3b76-45a0-b392-e4f11684c439" - ], - "x-ms-correlation-request-id": [ - "7212b07d-3b76-45a0-b392-e4f11684c439" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183948Z:7212b07d-3b76-45a0-b392-e4f11684c439" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "bbbb1b3376de4aeea4621e59a62aeecd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c41779fc-f725-4e1a-8331-23df2d3cca85" - ], - "x-ms-correlation-request-id": [ - "c41779fc-f725-4e1a-8331-23df2d3cca85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183949Z:c41779fc-f725-4e1a-8331-23df2d3cca85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "ba7acd3b17ac43a19494ce9abd5390fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6bd2ce2-43bb-463f-a33a-1c5aa9671719" - ], - "x-ms-correlation-request-id": [ - "f6bd2ce2-43bb-463f-a33a-1c5aa9671719" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183949Z:f6bd2ce2-43bb-463f-a33a-1c5aa9671719" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "08647813368d43489982471718d1c0ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42491c3f-1b28-4bb0-9ce0-cf2b73abc8ae" - ], - "x-ms-correlation-request-id": [ - "42491c3f-1b28-4bb0-9ce0-cf2b73abc8ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183949Z:42491c3f-1b28-4bb0-9ce0-cf2b73abc8ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "f1ae26907471427eb0b65b44134ba89a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "611cf4c8-bc1c-469d-94ed-3d7f98930532" - ], - "x-ms-correlation-request-id": [ - "611cf4c8-bc1c-469d-94ed-3d7f98930532" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183949Z:611cf4c8-bc1c-469d-94ed-3d7f98930532" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "a917ceabdef0419ca8eac48a3070e3b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e675825-e5b1-411f-ae9f-d76a613d0816" - ], - "x-ms-correlation-request-id": [ - "8e675825-e5b1-411f-ae9f-d76a613d0816" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183949Z:8e675825-e5b1-411f-ae9f-d76a613d0816" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "bcf685e728294919aece4371fd6c968a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54f922bd-9abe-4aa1-a611-cf1c8f3cc5ca" - ], - "x-ms-correlation-request-id": [ - "54f922bd-9abe-4aa1-a611-cf1c8f3cc5ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183949Z:54f922bd-9abe-4aa1-a611-cf1c8f3cc5ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "795860a4dc99404d92332fe6bccb668b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f30fa2d-69e6-4daf-aea1-6d3a751c8dc8" - ], - "x-ms-correlation-request-id": [ - "2f30fa2d-69e6-4daf-aea1-6d3a751c8dc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183949Z:2f30fa2d-69e6-4daf-aea1-6d3a751c8dc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "86a62433f1464020b5d2489b3cd30779" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93069b17-d9f2-4a01-b210-1a206d65f8da" - ], - "x-ms-correlation-request-id": [ - "93069b17-d9f2-4a01-b210-1a206d65f8da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183950Z:93069b17-d9f2-4a01-b210-1a206d65f8da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "80744a743d594265b73b145dd6325109" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "701a262d-5672-45b5-af5e-888c818f4a51" - ], - "x-ms-correlation-request-id": [ - "701a262d-5672-45b5-af5e-888c818f4a51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183951Z:701a262d-5672-45b5-af5e-888c818f4a51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "90c24d6229ac47188298d1c71c392fd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9bbc61e-c598-4313-86f2-1a7db7306d88" - ], - "x-ms-correlation-request-id": [ - "f9bbc61e-c598-4313-86f2-1a7db7306d88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183953Z:f9bbc61e-c598-4313-86f2-1a7db7306d88" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "73293a21117c48fc8855456b757b5eb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aefc3e16-44b0-4ea5-960f-2ac58a2e9182" - ], - "x-ms-correlation-request-id": [ - "aefc3e16-44b0-4ea5-960f-2ac58a2e9182" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183953Z:aefc3e16-44b0-4ea5-960f-2ac58a2e9182" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "624967ed85994ed88b8c029138e1cbca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9177b25c-22a1-4790-854f-48c02bb8c2a0" - ], - "x-ms-correlation-request-id": [ - "9177b25c-22a1-4790-854f-48c02bb8c2a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183953Z:9177b25c-22a1-4790-854f-48c02bb8c2a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "0c01d6a31dd9461095082f20efd398f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42afdabe-1993-404d-b07d-9d3c8032e1db" - ], - "x-ms-correlation-request-id": [ - "42afdabe-1993-404d-b07d-9d3c8032e1db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183953Z:42afdabe-1993-404d-b07d-9d3c8032e1db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "bf892f345c4240549bfa04821f497c0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1797c261-a056-41e9-8dd0-829f5913c6e6" - ], - "x-ms-correlation-request-id": [ - "1797c261-a056-41e9-8dd0-829f5913c6e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183954Z:1797c261-a056-41e9-8dd0-829f5913c6e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "7f2ea222ea054b49ae581f0fe615910f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38fd4f74-fcf5-4eb7-9769-628c8e114afb" - ], - "x-ms-correlation-request-id": [ - "38fd4f74-fcf5-4eb7-9769-628c8e114afb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183954Z:38fd4f74-fcf5-4eb7-9769-628c8e114afb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "88ec068fe89548f68faa6218031a0d0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "967c18d9-6c38-4335-b29e-894e495501bd" - ], - "x-ms-correlation-request-id": [ - "967c18d9-6c38-4335-b29e-894e495501bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183954Z:967c18d9-6c38-4335-b29e-894e495501bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "1880975a855e4914ad31dade79261cc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "814ebaf4-e03b-407e-b846-75032e038f35" - ], - "x-ms-correlation-request-id": [ - "814ebaf4-e03b-407e-b846-75032e038f35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183955Z:814ebaf4-e03b-407e-b846-75032e038f35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "c013815c8c30488fa2bc222d94934c1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d438eed-6244-4aae-9e71-ebbc42afb252" - ], - "x-ms-correlation-request-id": [ - "4d438eed-6244-4aae-9e71-ebbc42afb252" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183955Z:4d438eed-6244-4aae-9e71-ebbc42afb252" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "2c1535ef042e42c68aa76418b56e8cbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac69497f-5675-4c73-a19f-9e5921f1d257" - ], - "x-ms-correlation-request-id": [ - "ac69497f-5675-4c73-a19f-9e5921f1d257" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183955Z:ac69497f-5675-4c73-a19f-9e5921f1d257" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "f3040f3ecd934e4baa172c7702ebd6a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77c7d782-5779-4f8c-a1be-dfbb052b0c4a" - ], - "x-ms-correlation-request-id": [ - "77c7d782-5779-4f8c-a1be-dfbb052b0c4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183955Z:77c7d782-5779-4f8c-a1be-dfbb052b0c4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "92ba056164a94198b3c59a1bf41ef824" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53036e86-fa3e-4991-9884-c0fd98512668" - ], - "x-ms-correlation-request-id": [ - "53036e86-fa3e-4991-9884-c0fd98512668" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183955Z:53036e86-fa3e-4991-9884-c0fd98512668" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "96a868a8ae1a473ca9996b8b7b82d074" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a0621c0-6c04-43d9-9a85-2b404cf8228d" - ], - "x-ms-correlation-request-id": [ - "0a0621c0-6c04-43d9-9a85-2b404cf8228d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183955Z:0a0621c0-6c04-43d9-9a85-2b404cf8228d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "7ceb4165064b4d48bcda6384a528e4f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8bc7efd7-72ed-4347-8f2b-b99e23a185aa" - ], - "x-ms-correlation-request-id": [ - "8bc7efd7-72ed-4347-8f2b-b99e23a185aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183956Z:8bc7efd7-72ed-4347-8f2b-b99e23a185aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "192977c41fb44d9cb8de9576f3327ac1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2dddcce-13fe-4164-b51f-90f36099f476" - ], - "x-ms-correlation-request-id": [ - "b2dddcce-13fe-4164-b51f-90f36099f476" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183956Z:b2dddcce-13fe-4164-b51f-90f36099f476" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "a0c9c90e57764ab6b61a10c8154f612c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "298a209a-fd89-4ad6-a91d-f39a1381c8be" - ], - "x-ms-correlation-request-id": [ - "298a209a-fd89-4ad6-a91d-f39a1381c8be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183956Z:298a209a-fd89-4ad6-a91d-f39a1381c8be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "641690d382104b0e9a512cf413d43c99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f0038ac-9513-4c0f-ab3c-cf1d69ec0dda" - ], - "x-ms-correlation-request-id": [ - "0f0038ac-9513-4c0f-ab3c-cf1d69ec0dda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183956Z:0f0038ac-9513-4c0f-ab3c-cf1d69ec0dda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "aaa8332f61464a5bbb0bade05ff61816" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7015b00-ad5e-4c6b-ad07-bcebe2ab25bb" - ], - "x-ms-correlation-request-id": [ - "a7015b00-ad5e-4c6b-ad07-bcebe2ab25bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183956Z:a7015b00-ad5e-4c6b-ad07-bcebe2ab25bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "53fe896e62434e95b721051d446d0a17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d52f9888-78cd-4acd-9709-8e20b2cd0fcb" - ], - "x-ms-correlation-request-id": [ - "d52f9888-78cd-4acd-9709-8e20b2cd0fcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183956Z:d52f9888-78cd-4acd-9709-8e20b2cd0fcb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "d866203bedb64923acc6782adf3adda2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "351980a6-c13c-4d56-a2c7-64b4f5a7f9a5" - ], - "x-ms-correlation-request-id": [ - "351980a6-c13c-4d56-a2c7-64b4f5a7f9a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183957Z:351980a6-c13c-4d56-a2c7-64b4f5a7f9a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "3127cdaba0544befb6b6e5fc23d2f90c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9231edf-f53c-4461-a553-afe5e3895830" - ], - "x-ms-correlation-request-id": [ - "b9231edf-f53c-4461-a553-afe5e3895830" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183957Z:b9231edf-f53c-4461-a553-afe5e3895830" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "7cc4171f483246ee89582f83010516c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8dcfde8-f871-48ca-85dc-cd23d040ed0f" - ], - "x-ms-correlation-request-id": [ - "b8dcfde8-f871-48ca-85dc-cd23d040ed0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183957Z:b8dcfde8-f871-48ca-85dc-cd23d040ed0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "d3665a8c4c4942babb6495c43adb9b4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04928928-ca11-4a3c-a712-aa8e132a6e1b" - ], - "x-ms-correlation-request-id": [ - "04928928-ca11-4a3c-a712-aa8e132a6e1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183957Z:04928928-ca11-4a3c-a712-aa8e132a6e1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "cff09ee0d27545c7b4d80c8dc723d10d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "459294b0-722a-4fe8-b410-a204fa2fd6ec" - ], - "x-ms-correlation-request-id": [ - "459294b0-722a-4fe8-b410-a204fa2fd6ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183957Z:459294b0-722a-4fe8-b410-a204fa2fd6ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "2fc83900c2264e2a93fed97d00fa9c53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2fe82761-495d-4df0-9d15-32e85c0fd3ee" - ], - "x-ms-correlation-request-id": [ - "2fe82761-495d-4df0-9d15-32e85c0fd3ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183957Z:2fe82761-495d-4df0-9d15-32e85c0fd3ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "a587b392678942d78bf139205cb7a9a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2fd246b-2c95-4de2-bea2-489c1d124f9a" - ], - "x-ms-correlation-request-id": [ - "b2fd246b-2c95-4de2-bea2-489c1d124f9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183957Z:b2fd246b-2c95-4de2-bea2-489c1d124f9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "4e637286a70a4d5ea75a709416b52876" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd269e85-fc5d-47bb-8760-c82ab5d343fb" - ], - "x-ms-correlation-request-id": [ - "dd269e85-fc5d-47bb-8760-c82ab5d343fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T183958Z:dd269e85-fc5d-47bb-8760-c82ab5d343fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:39:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "25300421640746598533c9669c6e477e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89a8cec6-d86c-4102-bc41-4cef198609a4" - ], - "x-ms-correlation-request-id": [ - "89a8cec6-d86c-4102-bc41-4cef198609a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184001Z:89a8cec6-d86c-4102-bc41-4cef198609a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "aa0b1378559c408c813904c004878bdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "183ffaf1-6579-4192-9cfe-ef26ff27c5ac" - ], - "x-ms-correlation-request-id": [ - "183ffaf1-6579-4192-9cfe-ef26ff27c5ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184001Z:183ffaf1-6579-4192-9cfe-ef26ff27c5ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "32cf429e0cf943e88c37a1380670661d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a12b920d-738c-4bc9-bc74-88c01512d1d6" - ], - "x-ms-correlation-request-id": [ - "a12b920d-738c-4bc9-bc74-88c01512d1d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184001Z:a12b920d-738c-4bc9-bc74-88c01512d1d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "39637a75abcd41f092162c6051a19d93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aba4dd46-6214-4c7a-be3b-42ff5fd5b883" - ], - "x-ms-correlation-request-id": [ - "aba4dd46-6214-4c7a-be3b-42ff5fd5b883" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184002Z:aba4dd46-6214-4c7a-be3b-42ff5fd5b883" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "cdb2fc425e194382bbc162971d088e37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60fcd214-fc06-43a8-b57c-3b1219af6e06" - ], - "x-ms-correlation-request-id": [ - "60fcd214-fc06-43a8-b57c-3b1219af6e06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184002Z:60fcd214-fc06-43a8-b57c-3b1219af6e06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "46f9c8e4ab914f72af6a9d2910d9d4d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1d6f74b-7c42-4ecf-845f-d0faff594e54" - ], - "x-ms-correlation-request-id": [ - "d1d6f74b-7c42-4ecf-845f-d0faff594e54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184002Z:d1d6f74b-7c42-4ecf-845f-d0faff594e54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "9982d1e116254216afe8c04c820b1e01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "204f737a-02a0-4655-93fd-30abd04fca90" - ], - "x-ms-correlation-request-id": [ - "204f737a-02a0-4655-93fd-30abd04fca90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184003Z:204f737a-02a0-4655-93fd-30abd04fca90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "0819191b436e4411a41f9c200d1a3165" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1cbb4a50-8c1c-409f-b3b6-03b2f61928e2" - ], - "x-ms-correlation-request-id": [ - "1cbb4a50-8c1c-409f-b3b6-03b2f61928e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184003Z:1cbb4a50-8c1c-409f-b3b6-03b2f61928e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "fc253a57b8524d74bd12a88a4632f834" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ba22df0-4a08-4c12-a52d-45835d60a434" - ], - "x-ms-correlation-request-id": [ - "6ba22df0-4a08-4c12-a52d-45835d60a434" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184003Z:6ba22df0-4a08-4c12-a52d-45835d60a434" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "f3f38b5801dc44fc95276f566abd3fe4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97d6d7c8-8739-4f45-9d09-6dc227547d7c" - ], - "x-ms-correlation-request-id": [ - "97d6d7c8-8739-4f45-9d09-6dc227547d7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184003Z:97d6d7c8-8739-4f45-9d09-6dc227547d7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "24ab03914a2f4aa590e8f0d5e63f5f11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbeafa25-8459-4419-8136-abbe540ddfce" - ], - "x-ms-correlation-request-id": [ - "dbeafa25-8459-4419-8136-abbe540ddfce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184003Z:dbeafa25-8459-4419-8136-abbe540ddfce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "68839c9e73334959bd8b27b9a065f53c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71d48582-9f7f-4d40-bbe5-99177f8545e8" - ], - "x-ms-correlation-request-id": [ - "71d48582-9f7f-4d40-bbe5-99177f8545e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184003Z:71d48582-9f7f-4d40-bbe5-99177f8545e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "39111acd830b47bdb498dbaa79ed30ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9681a2e4-5e21-43ae-a9c5-2b5977d2b73a" - ], - "x-ms-correlation-request-id": [ - "9681a2e4-5e21-43ae-a9c5-2b5977d2b73a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184004Z:9681a2e4-5e21-43ae-a9c5-2b5977d2b73a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "15c13159351b4ba9aada8d5ec11b5e28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4aec2c9-ee19-40d7-8b5d-32822dbe5719" - ], - "x-ms-correlation-request-id": [ - "d4aec2c9-ee19-40d7-8b5d-32822dbe5719" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184004Z:d4aec2c9-ee19-40d7-8b5d-32822dbe5719" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "f66829d29624413c8ef576e34be10870" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "701c699d-9fd8-4876-a1a1-a065e54592c1" - ], - "x-ms-correlation-request-id": [ - "701c699d-9fd8-4876-a1a1-a065e54592c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184008Z:701c699d-9fd8-4876-a1a1-a065e54592c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "98112ec70e5b4b9dbf048640aacf7158" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba120225-bc46-4803-8ff3-e182d938802d" - ], - "x-ms-correlation-request-id": [ - "ba120225-bc46-4803-8ff3-e182d938802d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184008Z:ba120225-bc46-4803-8ff3-e182d938802d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "61556a3f6b3a485fbfcf30d21fad2ca7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63a93c47-d813-4da4-8988-25506cac0391" - ], - "x-ms-correlation-request-id": [ - "63a93c47-d813-4da4-8988-25506cac0391" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184008Z:63a93c47-d813-4da4-8988-25506cac0391" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "2a5e179d96ca45d8b9d0422576cf51bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0d41ad5-ac01-41dc-96fe-88daa17d1fd1" - ], - "x-ms-correlation-request-id": [ - "f0d41ad5-ac01-41dc-96fe-88daa17d1fd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184008Z:f0d41ad5-ac01-41dc-96fe-88daa17d1fd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "92dcbd267fd0425593dee38a2b11ea7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71ebdc99-2dbe-457e-b2b1-ac3f27358e40" - ], - "x-ms-correlation-request-id": [ - "71ebdc99-2dbe-457e-b2b1-ac3f27358e40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184009Z:71ebdc99-2dbe-457e-b2b1-ac3f27358e40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "ca52f06a4a2d48f0b75d2bd0eebffe8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bea2b3c0-e47b-45fa-9cde-a541a388afd4" - ], - "x-ms-correlation-request-id": [ - "bea2b3c0-e47b-45fa-9cde-a541a388afd4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184010Z:bea2b3c0-e47b-45fa-9cde-a541a388afd4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "8cddb4e4f8bd45d99416f3479cc2ef8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2d3dcfd-f9ec-4757-8d7e-2009d80a8eb7" - ], - "x-ms-correlation-request-id": [ - "e2d3dcfd-f9ec-4757-8d7e-2009d80a8eb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184010Z:e2d3dcfd-f9ec-4757-8d7e-2009d80a8eb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "7e529d996ed344dda2dafd8b61ad33be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49e453e4-a299-4af8-8f7c-3b923ac7c572" - ], - "x-ms-correlation-request-id": [ - "49e453e4-a299-4af8-8f7c-3b923ac7c572" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184010Z:49e453e4-a299-4af8-8f7c-3b923ac7c572" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "398469139737467dac44d08c2a4d24b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2250c2ad-8bae-4415-8aea-65f371923745" - ], - "x-ms-correlation-request-id": [ - "2250c2ad-8bae-4415-8aea-65f371923745" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184011Z:2250c2ad-8bae-4415-8aea-65f371923745" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "05171f9a6ca94e529ddd36c2927970b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c3e95e5-ced2-4a48-9ac4-a2ee67b4fc15" - ], - "x-ms-correlation-request-id": [ - "8c3e95e5-ced2-4a48-9ac4-a2ee67b4fc15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184011Z:8c3e95e5-ced2-4a48-9ac4-a2ee67b4fc15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "28d2ca37608d4520aaa250c90a112a2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca4ceb31-4213-4f1e-b81c-d92d803f65e5" - ], - "x-ms-correlation-request-id": [ - "ca4ceb31-4213-4f1e-b81c-d92d803f65e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:ca4ceb31-4213-4f1e-b81c-d92d803f65e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "e8bc8179d653474498964e3acbbf116a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63b3d6cc-3bbe-4144-b36e-32599e9dc4d1" - ], - "x-ms-correlation-request-id": [ - "63b3d6cc-3bbe-4144-b36e-32599e9dc4d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:63b3d6cc-3bbe-4144-b36e-32599e9dc4d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "6488e17969ae401486aa8f4326a1f641" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75c3dceb-c8c9-4a72-93a9-ddf96f329e03" - ], - "x-ms-correlation-request-id": [ - "75c3dceb-c8c9-4a72-93a9-ddf96f329e03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:75c3dceb-c8c9-4a72-93a9-ddf96f329e03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "28bb098e451d4702bc9e3e2531306cce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f0297bf-0044-4351-823f-a945ea4cf55a" - ], - "x-ms-correlation-request-id": [ - "4f0297bf-0044-4351-823f-a945ea4cf55a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:4f0297bf-0044-4351-823f-a945ea4cf55a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "585bbe5262b54e3fad47f455147c5d3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c01080f2-be79-4684-a6a8-3d959efbbf7c" - ], - "x-ms-correlation-request-id": [ - "c01080f2-be79-4684-a6a8-3d959efbbf7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:c01080f2-be79-4684-a6a8-3d959efbbf7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "18f3cf61b52f4fb8a9c7fa9f8d87a9d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b96b114d-fd88-4c5d-bc3f-a6bf70eadd15" - ], - "x-ms-correlation-request-id": [ - "b96b114d-fd88-4c5d-bc3f-a6bf70eadd15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:b96b114d-fd88-4c5d-bc3f-a6bf70eadd15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "9ad2852f69344a5ba1b922657781e630" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05909c2e-36da-4133-b921-8118059be082" - ], - "x-ms-correlation-request-id": [ - "05909c2e-36da-4133-b921-8118059be082" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:05909c2e-36da-4133-b921-8118059be082" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "7baebe5896344d74b33467a0f576af78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b58bd23-b129-4a5f-8fb8-52f1c751f114" - ], - "x-ms-correlation-request-id": [ - "9b58bd23-b129-4a5f-8fb8-52f1c751f114" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184013Z:9b58bd23-b129-4a5f-8fb8-52f1c751f114" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "86e320d225594d48a6e6af13b647a739" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a94bfc9-3852-4de9-9f9e-151f29ff4ace" - ], - "x-ms-correlation-request-id": [ - "0a94bfc9-3852-4de9-9f9e-151f29ff4ace" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184014Z:0a94bfc9-3852-4de9-9f9e-151f29ff4ace" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "5991adf7b25f4e45a4a14998fd091909" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4914839d-d9e2-4c11-b498-07f48f17e329" - ], - "x-ms-correlation-request-id": [ - "4914839d-d9e2-4c11-b498-07f48f17e329" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184014Z:4914839d-d9e2-4c11-b498-07f48f17e329" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "d9cf2c7aa7f941f28df7804c69655127" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7226ebb9-9043-4841-96cd-3a487de1c4c4" - ], - "x-ms-correlation-request-id": [ - "7226ebb9-9043-4841-96cd-3a487de1c4c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184014Z:7226ebb9-9043-4841-96cd-3a487de1c4c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "0470ce77998741278e5de9fa14029e43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35e34e5c-87a6-46fe-be05-dd01dff8cc73" - ], - "x-ms-correlation-request-id": [ - "35e34e5c-87a6-46fe-be05-dd01dff8cc73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184014Z:35e34e5c-87a6-46fe-be05-dd01dff8cc73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "733dbd22377a4a8daaabfff45343955b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f47825e-ace8-4243-a0df-73aac110ffc2" - ], - "x-ms-correlation-request-id": [ - "2f47825e-ace8-4243-a0df-73aac110ffc2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184015Z:2f47825e-ace8-4243-a0df-73aac110ffc2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "9fc839b9859840f7a4b2a45ea075d1a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "904c9fb9-bad5-4183-90fa-72021a1bd05d" - ], - "x-ms-correlation-request-id": [ - "904c9fb9-bad5-4183-90fa-72021a1bd05d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184015Z:904c9fb9-bad5-4183-90fa-72021a1bd05d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "c88eb76debc34067a4240495fb5dd74f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ef05d19-eeae-4e04-b45d-38db4f1c605a" - ], - "x-ms-correlation-request-id": [ - "2ef05d19-eeae-4e04-b45d-38db4f1c605a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184016Z:2ef05d19-eeae-4e04-b45d-38db4f1c605a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "1589f7a80c8b4e7ba7e827ece982e9a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf4d72f8-6d36-48cb-a491-ef0662d94a93" - ], - "x-ms-correlation-request-id": [ - "cf4d72f8-6d36-48cb-a491-ef0662d94a93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184016Z:cf4d72f8-6d36-48cb-a491-ef0662d94a93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "ac4935fe2b4c449e895109ee9a566968" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aec0b36c-f4ee-48e6-b500-775a49ac397d" - ], - "x-ms-correlation-request-id": [ - "aec0b36c-f4ee-48e6-b500-775a49ac397d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184016Z:aec0b36c-f4ee-48e6-b500-775a49ac397d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "8438717c9ee8461384174d00d477b6ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2c40715-1a3b-46c8-9490-fe0c5be8486c" - ], - "x-ms-correlation-request-id": [ - "a2c40715-1a3b-46c8-9490-fe0c5be8486c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184016Z:a2c40715-1a3b-46c8-9490-fe0c5be8486c" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "2d3b5c6487cd46459ade84d6ab2dfce0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "046986fc-c11c-4440-9b0c-2a01dd3de356" - ], - "x-ms-correlation-request-id": [ - "046986fc-c11c-4440-9b0c-2a01dd3de356" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184017Z:046986fc-c11c-4440-9b0c-2a01dd3de356" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "489441c6b7814362a435b4117c131d97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec84fcd5-50d3-4517-a515-ee07d476014a" - ], - "x-ms-correlation-request-id": [ - "ec84fcd5-50d3-4517-a515-ee07d476014a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184017Z:ec84fcd5-50d3-4517-a515-ee07d476014a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "6da3e5fba57a4a738ec672472ae5b40e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49646fd6-fb8f-4b09-84fb-bd3acf2af628" - ], - "x-ms-correlation-request-id": [ - "49646fd6-fb8f-4b09-84fb-bd3acf2af628" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184017Z:49646fd6-fb8f-4b09-84fb-bd3acf2af628" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "64b883ff65ee48cfaeff232b8cdf1817" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16b02da6-f6d2-4b3f-affb-9b5de36c2053" - ], - "x-ms-correlation-request-id": [ - "16b02da6-f6d2-4b3f-affb-9b5de36c2053" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184017Z:16b02da6-f6d2-4b3f-affb-9b5de36c2053" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "3c8cc322f5ca488e9594369a0211314a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e97f289-0892-4a25-91b7-3eb1a402927f" - ], - "x-ms-correlation-request-id": [ - "5e97f289-0892-4a25-91b7-3eb1a402927f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:5e97f289-0892-4a25-91b7-3eb1a402927f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "e81a529d6cd343edafa8992dec9eff34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bad24f2e-88cb-4607-8bca-c22bf9f58c3c" - ], - "x-ms-correlation-request-id": [ - "bad24f2e-88cb-4607-8bca-c22bf9f58c3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:bad24f2e-88cb-4607-8bca-c22bf9f58c3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "420ddb3cdf874b9f8a8f8e03e8374da5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fea2b3d3-273c-4a70-ae00-b61208c72fe9" - ], - "x-ms-correlation-request-id": [ - "fea2b3d3-273c-4a70-ae00-b61208c72fe9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:fea2b3d3-273c-4a70-ae00-b61208c72fe9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "ad91873cfaf74ad1943073c2e17ea128" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "377abadd-5fd8-4cb2-90e3-03b75878cc99" - ], - "x-ms-correlation-request-id": [ - "377abadd-5fd8-4cb2-90e3-03b75878cc99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:377abadd-5fd8-4cb2-90e3-03b75878cc99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "2150ee21f3e3452297c4927a792afeb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0aad4ede-ce55-4739-aeb1-d093b93d3565" - ], - "x-ms-correlation-request-id": [ - "0aad4ede-ce55-4739-aeb1-d093b93d3565" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:0aad4ede-ce55-4739-aeb1-d093b93d3565" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "6da9723de54f4d8f91dd410045754579" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c443a8b0-876e-49a1-963b-773dfbfbd513" - ], - "x-ms-correlation-request-id": [ - "c443a8b0-876e-49a1-963b-773dfbfbd513" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:c443a8b0-876e-49a1-963b-773dfbfbd513" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "2ca5e3f3a32d412b87b0ea8003e6f1e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c643a92-9360-4f4b-b394-51713dd2ca08" - ], - "x-ms-correlation-request-id": [ - "7c643a92-9360-4f4b-b394-51713dd2ca08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:7c643a92-9360-4f4b-b394-51713dd2ca08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "6fb5b584d76f467bbaec6158b3e300de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a032bdc-e8ba-40a5-a9c6-8f23b296ac1c" - ], - "x-ms-correlation-request-id": [ - "8a032bdc-e8ba-40a5-a9c6-8f23b296ac1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:8a032bdc-e8ba-40a5-a9c6-8f23b296ac1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "6316927574b94bd9b0ef67ef2b15feb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "991ac768-8c65-4827-88af-96274d215884" - ], - "x-ms-correlation-request-id": [ - "991ac768-8c65-4827-88af-96274d215884" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184018Z:991ac768-8c65-4827-88af-96274d215884" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "e3560d457b4e4780b2add3341b24a3b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3027920-7478-48f8-a51e-67768f3e6cf1" - ], - "x-ms-correlation-request-id": [ - "c3027920-7478-48f8-a51e-67768f3e6cf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:c3027920-7478-48f8-a51e-67768f3e6cf1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "bf015a803b804564b10233177dffa9cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6f6cf2d-5cbb-4a0e-b13b-1c2a6693c25c" - ], - "x-ms-correlation-request-id": [ - "d6f6cf2d-5cbb-4a0e-b13b-1c2a6693c25c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:d6f6cf2d-5cbb-4a0e-b13b-1c2a6693c25c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "4c5059279cfe48169ee6c339093eff86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fa204d4-1822-47dd-aea2-7a9e782840db" - ], - "x-ms-correlation-request-id": [ - "3fa204d4-1822-47dd-aea2-7a9e782840db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:3fa204d4-1822-47dd-aea2-7a9e782840db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "90b05cbcef8c4053840a6251a251b467" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1277ecee-ed1d-4dcb-91f3-46ea429aa062" - ], - "x-ms-correlation-request-id": [ - "1277ecee-ed1d-4dcb-91f3-46ea429aa062" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:1277ecee-ed1d-4dcb-91f3-46ea429aa062" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "59ed1435753940fe92b842196e3b1b82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28f4cc36-2125-4f8c-81b4-ab0f7f9c65e7" - ], - "x-ms-correlation-request-id": [ - "28f4cc36-2125-4f8c-81b4-ab0f7f9c65e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:28f4cc36-2125-4f8c-81b4-ab0f7f9c65e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "639bb7070f31451ca47afcbaf41d4c82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3a5fef3-ec6f-47a5-814e-a6275a7cf82f" - ], - "x-ms-correlation-request-id": [ - "a3a5fef3-ec6f-47a5-814e-a6275a7cf82f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:a3a5fef3-ec6f-47a5-814e-a6275a7cf82f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "02e3382f81604ddc96efaf02ad8fb705" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b76d6db7-b5d0-40c0-a9e9-763aee454be3" - ], - "x-ms-correlation-request-id": [ - "b76d6db7-b5d0-40c0-a9e9-763aee454be3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:b76d6db7-b5d0-40c0-a9e9-763aee454be3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "2476a977f52c44639517c3162d8a7455" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80c6ccf3-306f-48a0-ac3e-9d5f83fd16fd" - ], - "x-ms-correlation-request-id": [ - "80c6ccf3-306f-48a0-ac3e-9d5f83fd16fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184019Z:80c6ccf3-306f-48a0-ac3e-9d5f83fd16fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "7e87190b4aea430ea156ae49e70b82ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6045604e-7690-420f-95dc-64dad376d49c" - ], - "x-ms-correlation-request-id": [ - "6045604e-7690-420f-95dc-64dad376d49c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:6045604e-7690-420f-95dc-64dad376d49c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "ce0137c3bbbe4138bf027a57e3f7f7fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b27ccc77-3c38-41d6-a880-f8c9254999ae" - ], - "x-ms-correlation-request-id": [ - "b27ccc77-3c38-41d6-a880-f8c9254999ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:b27ccc77-3c38-41d6-a880-f8c9254999ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "4d2245e06ba9404cb46a2136d4995a7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1290fae4-78fc-45d5-9e30-3430cddbb98b" - ], - "x-ms-correlation-request-id": [ - "1290fae4-78fc-45d5-9e30-3430cddbb98b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:1290fae4-78fc-45d5-9e30-3430cddbb98b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "278f5bb7ef174a1f9e91d9b8e9582657" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b97e50c-2b0c-49b2-a4a0-50bd7419897c" - ], - "x-ms-correlation-request-id": [ - "0b97e50c-2b0c-49b2-a4a0-50bd7419897c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:0b97e50c-2b0c-49b2-a4a0-50bd7419897c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "bc7fc740d17b496c9661d50add32b84b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "551a78e4-a998-47b2-8c80-94d857d980ad" - ], - "x-ms-correlation-request-id": [ - "551a78e4-a998-47b2-8c80-94d857d980ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:551a78e4-a998-47b2-8c80-94d857d980ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "9504f86bf5e84a7bb1942dd163eebe10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb17b916-128e-49a7-95f7-cbf8712a30eb" - ], - "x-ms-correlation-request-id": [ - "bb17b916-128e-49a7-95f7-cbf8712a30eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:bb17b916-128e-49a7-95f7-cbf8712a30eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "dd3d46616a11471bab4ea55badb008be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a91b709-af91-411f-b158-25a655cf826c" - ], - "x-ms-correlation-request-id": [ - "3a91b709-af91-411f-b158-25a655cf826c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:3a91b709-af91-411f-b158-25a655cf826c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "1d0fde828c444854817e514d141d030f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f1de609-0de7-4fba-a5b0-b47706491cbf" - ], - "x-ms-correlation-request-id": [ - "1f1de609-0de7-4fba-a5b0-b47706491cbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:1f1de609-0de7-4fba-a5b0-b47706491cbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "b22f4a26489042cc9dbcd05008391473" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecd88736-3be6-4482-a9d2-2dcccc8bf90a" - ], - "x-ms-correlation-request-id": [ - "ecd88736-3be6-4482-a9d2-2dcccc8bf90a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184020Z:ecd88736-3be6-4482-a9d2-2dcccc8bf90a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "6379e89cd7474da2975235f6f88aa1ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98824e53-27fd-4434-b393-dfc1c9a13c91" - ], - "x-ms-correlation-request-id": [ - "98824e53-27fd-4434-b393-dfc1c9a13c91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184021Z:98824e53-27fd-4434-b393-dfc1c9a13c91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "5833387c7be047269912b9abff07f6bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3861afb-04b3-43c5-b361-fa3904117c83" - ], - "x-ms-correlation-request-id": [ - "d3861afb-04b3-43c5-b361-fa3904117c83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184021Z:d3861afb-04b3-43c5-b361-fa3904117c83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "0123e88934014d7d976fca71f971b37d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ced153c-df3a-4a2e-974b-06d081fad4bb" - ], - "x-ms-correlation-request-id": [ - "3ced153c-df3a-4a2e-974b-06d081fad4bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184021Z:3ced153c-df3a-4a2e-974b-06d081fad4bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "ae58f594ddab4196ad17a68c05a19ce2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b9f2db3-8499-44b4-ba2d-c8593243ec04" - ], - "x-ms-correlation-request-id": [ - "8b9f2db3-8499-44b4-ba2d-c8593243ec04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184021Z:8b9f2db3-8499-44b4-ba2d-c8593243ec04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "f0fb6a4e0020443ba40ba6676069b49b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f70a1c3c-65da-4b9b-91f4-a100ddc5f12b" - ], - "x-ms-correlation-request-id": [ - "f70a1c3c-65da-4b9b-91f4-a100ddc5f12b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184021Z:f70a1c3c-65da-4b9b-91f4-a100ddc5f12b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "5c0f150a30ea4da29e6cfcf3a82e37c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20dd0d8c-44f6-478e-af84-23fb87df52f9" - ], - "x-ms-correlation-request-id": [ - "20dd0d8c-44f6-478e-af84-23fb87df52f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184021Z:20dd0d8c-44f6-478e-af84-23fb87df52f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "ea71fc07735a4c839bb56ac522c5ca32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82004ebc-3682-44b6-85c8-c0f8762cbebf" - ], - "x-ms-correlation-request-id": [ - "82004ebc-3682-44b6-85c8-c0f8762cbebf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:82004ebc-3682-44b6-85c8-c0f8762cbebf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "6383d69ce3c04ae991964d1f9a9c8941" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f4e517a-84cc-4018-87da-4c5c25fa05af" - ], - "x-ms-correlation-request-id": [ - "1f4e517a-84cc-4018-87da-4c5c25fa05af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:1f4e517a-84cc-4018-87da-4c5c25fa05af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "7c899463d6004ee5b0f2e4e6f74ead31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce2fe736-d49b-4963-8806-9a6b099b7303" - ], - "x-ms-correlation-request-id": [ - "ce2fe736-d49b-4963-8806-9a6b099b7303" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:ce2fe736-d49b-4963-8806-9a6b099b7303" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "77e4837a4bbb4edc8d0c531a751c6b27" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c15d94b3-4bc0-4976-8fe9-3dd668c02cd4" - ], - "x-ms-correlation-request-id": [ - "c15d94b3-4bc0-4976-8fe9-3dd668c02cd4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:c15d94b3-4bc0-4976-8fe9-3dd668c02cd4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "0ca776a5d60f4fc099a7f58e94f6d6e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd3168c5-dc10-4301-aeab-8a6054248121" - ], - "x-ms-correlation-request-id": [ - "fd3168c5-dc10-4301-aeab-8a6054248121" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:fd3168c5-dc10-4301-aeab-8a6054248121" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "352a921a9bec4949904f7becfef88436" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef4131da-a41b-4132-a436-d365beecda7c" - ], - "x-ms-correlation-request-id": [ - "ef4131da-a41b-4132-a436-d365beecda7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:ef4131da-a41b-4132-a436-d365beecda7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "48b241adfc6c4f8c953c6450c0362021" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3133cdd-c8c3-4eaa-8983-c7e68ade5eb7" - ], - "x-ms-correlation-request-id": [ - "c3133cdd-c8c3-4eaa-8983-c7e68ade5eb7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:c3133cdd-c8c3-4eaa-8983-c7e68ade5eb7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "355a7b1d9e8c4f75b6ca81ad98da3011" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cbb77a8-6f90-4b18-81cb-bb828864fec5" - ], - "x-ms-correlation-request-id": [ - "2cbb77a8-6f90-4b18-81cb-bb828864fec5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184022Z:2cbb77a8-6f90-4b18-81cb-bb828864fec5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "731fc94924144a23a71cbc237af36b38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49d90916-917b-49f6-a627-6b0f1f37bbc9" - ], - "x-ms-correlation-request-id": [ - "49d90916-917b-49f6-a627-6b0f1f37bbc9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:49d90916-917b-49f6-a627-6b0f1f37bbc9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "936e0a4c0e7f4fc28341eb153b853828" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96e1fb15-e6a2-447d-bd99-a9202a2d2c59" - ], - "x-ms-correlation-request-id": [ - "96e1fb15-e6a2-447d-bd99-a9202a2d2c59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:96e1fb15-e6a2-447d-bd99-a9202a2d2c59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "b57ae871aea54320988269c792635020" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98758630-a986-4e9f-8598-106a9c18ec4b" - ], - "x-ms-correlation-request-id": [ - "98758630-a986-4e9f-8598-106a9c18ec4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:98758630-a986-4e9f-8598-106a9c18ec4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "b254ef4eb1f64634af9a1ab570d61636" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43fa51d3-e966-449d-9ae3-c490063d809a" - ], - "x-ms-correlation-request-id": [ - "43fa51d3-e966-449d-9ae3-c490063d809a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:43fa51d3-e966-449d-9ae3-c490063d809a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "2ba71b815e2c43fd95a5e209f16809db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "112d01fc-ceef-4505-8aba-9b47ebe986ac" - ], - "x-ms-correlation-request-id": [ - "112d01fc-ceef-4505-8aba-9b47ebe986ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:112d01fc-ceef-4505-8aba-9b47ebe986ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "6ff528d3bd0342499472be45b84167a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "250aedc0-61a5-466d-b976-131c4c7f23b1" - ], - "x-ms-correlation-request-id": [ - "250aedc0-61a5-466d-b976-131c4c7f23b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:250aedc0-61a5-466d-b976-131c4c7f23b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "1b32688ea01e4537a00a4abeb844c42d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18562c87-3184-41a6-8c6b-58f40e2516fd" - ], - "x-ms-correlation-request-id": [ - "18562c87-3184-41a6-8c6b-58f40e2516fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:18562c87-3184-41a6-8c6b-58f40e2516fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "3edbeddbddb8474aac0c87dccf3e44b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e51151b-5405-43e3-9bdc-4b20f0d181e7" - ], - "x-ms-correlation-request-id": [ - "2e51151b-5405-43e3-9bdc-4b20f0d181e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184023Z:2e51151b-5405-43e3-9bdc-4b20f0d181e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "8f779099c89346f8a7a77c47687ee105" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aac05926-ae01-4648-a25e-5e496f830cf4" - ], - "x-ms-correlation-request-id": [ - "aac05926-ae01-4648-a25e-5e496f830cf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:aac05926-ae01-4648-a25e-5e496f830cf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "805c1364dd0b428dafff54c8c50d8528" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddbd3ba4-c425-4ad9-9836-8942d52ab9f3" - ], - "x-ms-correlation-request-id": [ - "ddbd3ba4-c425-4ad9-9836-8942d52ab9f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:ddbd3ba4-c425-4ad9-9836-8942d52ab9f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "0e285ef6641643c6861836eb972fdd73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "baa65ac9-7a45-49a2-b6ec-3f5b6f0afc5e" - ], - "x-ms-correlation-request-id": [ - "baa65ac9-7a45-49a2-b6ec-3f5b6f0afc5e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:baa65ac9-7a45-49a2-b6ec-3f5b6f0afc5e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "c7ab0d3020924321bbbff96f332ece97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af86839d-9d51-43f9-b45c-d770ab4cac85" - ], - "x-ms-correlation-request-id": [ - "af86839d-9d51-43f9-b45c-d770ab4cac85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:af86839d-9d51-43f9-b45c-d770ab4cac85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "fce30aa1ad68404a9da3b7c7846524d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f69f074c-7315-4fec-b195-512b85b69b37" - ], - "x-ms-correlation-request-id": [ - "f69f074c-7315-4fec-b195-512b85b69b37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:f69f074c-7315-4fec-b195-512b85b69b37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "5482d7c218ae447d9f1fc7cb91511bcf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a12eaa56-14f7-4d6e-b26f-860a6c85c8ba" - ], - "x-ms-correlation-request-id": [ - "a12eaa56-14f7-4d6e-b26f-860a6c85c8ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:a12eaa56-14f7-4d6e-b26f-860a6c85c8ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "98eb66e0e99c48aba002840ab834266c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66cdac63-4da6-4521-a549-e574941039b1" - ], - "x-ms-correlation-request-id": [ - "66cdac63-4da6-4521-a549-e574941039b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:66cdac63-4da6-4521-a549-e574941039b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "379afe3342774f94a105e06e8da1e030" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c2679a9-8611-4cbc-9cde-24f90bab96f5" - ], - "x-ms-correlation-request-id": [ - "5c2679a9-8611-4cbc-9cde-24f90bab96f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:5c2679a9-8611-4cbc-9cde-24f90bab96f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "df86ff0a91384728b13ad1e95d899909" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1eb9e631-d8f9-49c9-ab79-964fddba6413" - ], - "x-ms-correlation-request-id": [ - "1eb9e631-d8f9-49c9-ab79-964fddba6413" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184024Z:1eb9e631-d8f9-49c9-ab79-964fddba6413" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "e0553fd9b9ef4571921da754759df8c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7dac498e-ddde-4d64-8f51-65bf4f97f2de" - ], - "x-ms-correlation-request-id": [ - "7dac498e-ddde-4d64-8f51-65bf4f97f2de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:7dac498e-ddde-4d64-8f51-65bf4f97f2de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "689b61dc4ee243fe874da0f7506778f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33a62086-2e40-4999-a2c0-80ff130bc7b7" - ], - "x-ms-correlation-request-id": [ - "33a62086-2e40-4999-a2c0-80ff130bc7b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:33a62086-2e40-4999-a2c0-80ff130bc7b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "bea42e3f49394b61a9b3cece4df11de6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c612dc5-0284-481b-8956-854b3ce55c17" - ], - "x-ms-correlation-request-id": [ - "7c612dc5-0284-481b-8956-854b3ce55c17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:7c612dc5-0284-481b-8956-854b3ce55c17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "720d3b9e64b541b29f3e1247f9a1a1d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "427b3055-7ef7-446a-8a8e-cd14f793c6d5" - ], - "x-ms-correlation-request-id": [ - "427b3055-7ef7-446a-8a8e-cd14f793c6d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:427b3055-7ef7-446a-8a8e-cd14f793c6d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "45d54b4f196b421e922a9c08118249da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9d4cf3a-c5e1-4978-a839-15afd8977267" - ], - "x-ms-correlation-request-id": [ - "b9d4cf3a-c5e1-4978-a839-15afd8977267" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:b9d4cf3a-c5e1-4978-a839-15afd8977267" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "51937f08133f41acba5ea8e82d0706b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "129e84eb-3a8e-415f-817d-8ab56b090568" - ], - "x-ms-correlation-request-id": [ - "129e84eb-3a8e-415f-817d-8ab56b090568" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:129e84eb-3a8e-415f-817d-8ab56b090568" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "a48950e24d5b47dd9fd55a17bd2716b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3948d3db-9ba2-4e88-9460-4d9571b5c0c5" - ], - "x-ms-correlation-request-id": [ - "3948d3db-9ba2-4e88-9460-4d9571b5c0c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:3948d3db-9ba2-4e88-9460-4d9571b5c0c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "e9f667b7aef847c491905607df57d5c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8b7eaac-9443-40c5-995b-0316634b478e" - ], - "x-ms-correlation-request-id": [ - "d8b7eaac-9443-40c5-995b-0316634b478e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184025Z:d8b7eaac-9443-40c5-995b-0316634b478e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "1b97a483d6a5483e8b4f062c459d2fdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07020baf-70fb-4f2c-8f6f-2f72bf4e4857" - ], - "x-ms-correlation-request-id": [ - "07020baf-70fb-4f2c-8f6f-2f72bf4e4857" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184026Z:07020baf-70fb-4f2c-8f6f-2f72bf4e4857" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "14ebb32d4b6e4b7db35393238903ee1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ded687f-6492-45c5-889f-295256b6d1f8" - ], - "x-ms-correlation-request-id": [ - "3ded687f-6492-45c5-889f-295256b6d1f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184026Z:3ded687f-6492-45c5-889f-295256b6d1f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "9d23c62951bc4c6e904368fca347d429" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8edb735-6f72-49ba-ad58-5c8182ccb5b3" - ], - "x-ms-correlation-request-id": [ - "c8edb735-6f72-49ba-ad58-5c8182ccb5b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184026Z:c8edb735-6f72-49ba-ad58-5c8182ccb5b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "ed69326ee8cc465c89936c10a0fea21b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a2cfe30-0d05-4d37-90b7-e3e601c7ae69" - ], - "x-ms-correlation-request-id": [ - "9a2cfe30-0d05-4d37-90b7-e3e601c7ae69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184026Z:9a2cfe30-0d05-4d37-90b7-e3e601c7ae69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "2f405d72b18a42a6a6238332efa26fb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0281c4c-8e21-4ee1-9ec9-3876c1cda21f" - ], - "x-ms-correlation-request-id": [ - "d0281c4c-8e21-4ee1-9ec9-3876c1cda21f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184026Z:d0281c4c-8e21-4ee1-9ec9-3876c1cda21f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "36cb70e9ecab4e598c7d1b91aa416806" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70ff14ab-90f8-4187-95e9-dda072b37cc9" - ], - "x-ms-correlation-request-id": [ - "70ff14ab-90f8-4187-95e9-dda072b37cc9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184026Z:70ff14ab-90f8-4187-95e9-dda072b37cc9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "c78ef057320c4d4fb148ff884967f77e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc2def6a-f344-4cef-bf4e-c0492a7986f9" - ], - "x-ms-correlation-request-id": [ - "dc2def6a-f344-4cef-bf4e-c0492a7986f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:dc2def6a-f344-4cef-bf4e-c0492a7986f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "fe539868d07542cbaee5cc7fe38f0990" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ea39705-8262-4aaa-8691-167aefef6c59" - ], - "x-ms-correlation-request-id": [ - "7ea39705-8262-4aaa-8691-167aefef6c59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:7ea39705-8262-4aaa-8691-167aefef6c59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "e66a54de7233452f8d2268ca496b316b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0fb9c7d-b0f0-4ae2-8cae-07e896804d43" - ], - "x-ms-correlation-request-id": [ - "f0fb9c7d-b0f0-4ae2-8cae-07e896804d43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:f0fb9c7d-b0f0-4ae2-8cae-07e896804d43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "817b1491c84d4ca39c9dba1bb6ab744d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cab03d36-41b8-4d75-96d3-da89de5599a5" - ], - "x-ms-correlation-request-id": [ - "cab03d36-41b8-4d75-96d3-da89de5599a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:cab03d36-41b8-4d75-96d3-da89de5599a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "321bfa22a53a4a1da51204f4f2469325" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90e4db74-a134-468b-a6d9-fd00dbedf401" - ], - "x-ms-correlation-request-id": [ - "90e4db74-a134-468b-a6d9-fd00dbedf401" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:90e4db74-a134-468b-a6d9-fd00dbedf401" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "8d86738969d44b44bfdc046342ca893e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae83da0d-7833-4ba0-b36c-d4c93d627635" - ], - "x-ms-correlation-request-id": [ - "ae83da0d-7833-4ba0-b36c-d4c93d627635" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:ae83da0d-7833-4ba0-b36c-d4c93d627635" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "6defe47bcd4c47568f4d0313572a615e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9ba139a-5a1a-4b8e-b040-321da35672a0" - ], - "x-ms-correlation-request-id": [ - "f9ba139a-5a1a-4b8e-b040-321da35672a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:f9ba139a-5a1a-4b8e-b040-321da35672a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "13cee4cad8e7485e8b595234cd8354e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbcd21fe-62b2-4732-bc52-c6f88d1bbbec" - ], - "x-ms-correlation-request-id": [ - "bbcd21fe-62b2-4732-bc52-c6f88d1bbbec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184027Z:bbcd21fe-62b2-4732-bc52-c6f88d1bbbec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "d54530f5cc5846dc8866acb0536fe3e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72f2a844-f2e9-475e-a649-5c9d952df8f8" - ], - "x-ms-correlation-request-id": [ - "72f2a844-f2e9-475e-a649-5c9d952df8f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184028Z:72f2a844-f2e9-475e-a649-5c9d952df8f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "a0dfa50c05d245b28bcf1a4b6c1b6c17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d441192a-3927-4afd-8dcd-38e6005d0e93" - ], - "x-ms-correlation-request-id": [ - "d441192a-3927-4afd-8dcd-38e6005d0e93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184028Z:d441192a-3927-4afd-8dcd-38e6005d0e93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "efe40aa1f05a4f10b3a3983ff334c483" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7339305b-0447-454e-af50-0911bd840a2a" - ], - "x-ms-correlation-request-id": [ - "7339305b-0447-454e-af50-0911bd840a2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184028Z:7339305b-0447-454e-af50-0911bd840a2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "1b409540b0c24835a0a55cef0f4340b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01703a74-88b7-45ac-acdf-00a378b279d4" - ], - "x-ms-correlation-request-id": [ - "01703a74-88b7-45ac-acdf-00a378b279d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184028Z:01703a74-88b7-45ac-acdf-00a378b279d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "1fa1e3328bee41faacc80148ed7abd81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fff5c1f-02fe-492c-ad7b-a64ee5cd65f5" - ], - "x-ms-correlation-request-id": [ - "3fff5c1f-02fe-492c-ad7b-a64ee5cd65f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184028Z:3fff5c1f-02fe-492c-ad7b-a64ee5cd65f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "01896681996a4b0fba1385d395b15d54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a4d9055-1bc3-4189-aa41-e7ca748dfd93" - ], - "x-ms-correlation-request-id": [ - "3a4d9055-1bc3-4189-aa41-e7ca748dfd93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184028Z:3a4d9055-1bc3-4189-aa41-e7ca748dfd93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "08433b987dfe48f4b6b74b6d44179aa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "116bd1e1-9dd9-464d-99e3-31f758ef70cd" - ], - "x-ms-correlation-request-id": [ - "116bd1e1-9dd9-464d-99e3-31f758ef70cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:116bd1e1-9dd9-464d-99e3-31f758ef70cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "4dfd8445559f49a7ae1335fcc8fc6f66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa7a2ac1-caf6-42f0-ba18-63ac416aff9f" - ], - "x-ms-correlation-request-id": [ - "fa7a2ac1-caf6-42f0-ba18-63ac416aff9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:fa7a2ac1-caf6-42f0-ba18-63ac416aff9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "26f6333330814376a18ac24a59cd5462" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7603bbf4-7444-412b-8b0b-c7bbaa07ac96" - ], - "x-ms-correlation-request-id": [ - "7603bbf4-7444-412b-8b0b-c7bbaa07ac96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:7603bbf4-7444-412b-8b0b-c7bbaa07ac96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "a4f34195f2744ebfbd8d326fbd49562c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd9c2ff0-68b5-47cf-894e-c75bccb670cc" - ], - "x-ms-correlation-request-id": [ - "cd9c2ff0-68b5-47cf-894e-c75bccb670cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:cd9c2ff0-68b5-47cf-894e-c75bccb670cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "efeb8b2537f54f3880fe5c3441c7f4d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c70f00e9-62c4-4b86-8689-9a5cecd4ba48" - ], - "x-ms-correlation-request-id": [ - "c70f00e9-62c4-4b86-8689-9a5cecd4ba48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:c70f00e9-62c4-4b86-8689-9a5cecd4ba48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "315aded31074417fa7a681652240de9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9a528b8-5e93-4668-815c-eff4a228cb3e" - ], - "x-ms-correlation-request-id": [ - "a9a528b8-5e93-4668-815c-eff4a228cb3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:a9a528b8-5e93-4668-815c-eff4a228cb3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "c6bed6de9ed44ce98d6bfd285f016916" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb279a33-66aa-46c4-a190-2de4f0bf4f97" - ], - "x-ms-correlation-request-id": [ - "eb279a33-66aa-46c4-a190-2de4f0bf4f97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:eb279a33-66aa-46c4-a190-2de4f0bf4f97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "0b4a0523dc924afa922e4e5953e6eab8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ece97584-9adf-4c36-9a32-f0e37d406241" - ], - "x-ms-correlation-request-id": [ - "ece97584-9adf-4c36-9a32-f0e37d406241" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:ece97584-9adf-4c36-9a32-f0e37d406241" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "ac5931312935490987032077e0237b84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb8cb5dd-51e9-4572-8cfb-2d84714b1509" - ], - "x-ms-correlation-request-id": [ - "eb8cb5dd-51e9-4572-8cfb-2d84714b1509" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184029Z:eb8cb5dd-51e9-4572-8cfb-2d84714b1509" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "f2d9f35c8b3440a9bba93330e8d90b17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3f91585-eb11-4951-9f2f-68739f8af46c" - ], - "x-ms-correlation-request-id": [ - "f3f91585-eb11-4951-9f2f-68739f8af46c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184030Z:f3f91585-eb11-4951-9f2f-68739f8af46c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "1943c234f0ea43509816fb394a1db181" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc23e8c7-eafb-4160-9e5f-8573222bff88" - ], - "x-ms-correlation-request-id": [ - "fc23e8c7-eafb-4160-9e5f-8573222bff88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184030Z:fc23e8c7-eafb-4160-9e5f-8573222bff88" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "930958ef7a8a44bda19e5e6b420126fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3edfd8a3-33d7-488c-b7ca-c3f0d9c71f56" - ], - "x-ms-correlation-request-id": [ - "3edfd8a3-33d7-488c-b7ca-c3f0d9c71f56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:3edfd8a3-33d7-488c-b7ca-c3f0d9c71f56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "a8bcdfed2fdb43d490280834c99030a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d3be3e0-0eb2-429a-b667-7ed984fec1f1" - ], - "x-ms-correlation-request-id": [ - "1d3be3e0-0eb2-429a-b667-7ed984fec1f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:1d3be3e0-0eb2-429a-b667-7ed984fec1f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "f3a3474ba6634fe386d72901f2bc9966" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c9c46b3-09b2-4d35-ad18-e3e1b3dcc2dd" - ], - "x-ms-correlation-request-id": [ - "9c9c46b3-09b2-4d35-ad18-e3e1b3dcc2dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:9c9c46b3-09b2-4d35-ad18-e3e1b3dcc2dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "65774ffe9d0542a180e2d00c52fcb8af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ed8470a-dd07-409a-9d74-5f6d91530393" - ], - "x-ms-correlation-request-id": [ - "4ed8470a-dd07-409a-9d74-5f6d91530393" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:4ed8470a-dd07-409a-9d74-5f6d91530393" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "95b08d9ad48440139dbf9a70f744558d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcb83ec6-c1b2-404d-baf3-46bcfc342b21" - ], - "x-ms-correlation-request-id": [ - "fcb83ec6-c1b2-404d-baf3-46bcfc342b21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:fcb83ec6-c1b2-404d-baf3-46bcfc342b21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "44af90732ad4424296913f3eaaa7c829" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50ee6d9a-f07e-4750-bfe9-fd859f1cbffb" - ], - "x-ms-correlation-request-id": [ - "50ee6d9a-f07e-4750-bfe9-fd859f1cbffb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:50ee6d9a-f07e-4750-bfe9-fd859f1cbffb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "3650b377add4467aa6b53c5ada27b2f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c48c0431-be11-4455-9d96-fbc622d20d1b" - ], - "x-ms-correlation-request-id": [ - "c48c0431-be11-4455-9d96-fbc622d20d1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:c48c0431-be11-4455-9d96-fbc622d20d1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "a1aa09887cf34e3c806f8e1e81d3e917" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f996f648-f4ef-4b6a-b677-bb531df01fa6" - ], - "x-ms-correlation-request-id": [ - "f996f648-f4ef-4b6a-b677-bb531df01fa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:f996f648-f4ef-4b6a-b677-bb531df01fa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "e95cfef668084f10997a48a4b8a4340b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44a5e29a-7d07-4985-a2c4-413af297b27f" - ], - "x-ms-correlation-request-id": [ - "44a5e29a-7d07-4985-a2c4-413af297b27f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184031Z:44a5e29a-7d07-4985-a2c4-413af297b27f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "2e0b38b002f1401385ab6f0b6d5e0f43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39ea7196-adfc-4cb8-a98c-7f5c4728bebd" - ], - "x-ms-correlation-request-id": [ - "39ea7196-adfc-4cb8-a98c-7f5c4728bebd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:39ea7196-adfc-4cb8-a98c-7f5c4728bebd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "144fbd6ab1fc4dda8c3d91142c197de7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b191737-2760-4c7e-9de2-83eae1453651" - ], - "x-ms-correlation-request-id": [ - "5b191737-2760-4c7e-9de2-83eae1453651" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:5b191737-2760-4c7e-9de2-83eae1453651" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "4d87f0ea26c9477dae2311998876b0b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcdd75f0-fb8c-44fd-8da7-e165fdacaea0" - ], - "x-ms-correlation-request-id": [ - "fcdd75f0-fb8c-44fd-8da7-e165fdacaea0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:fcdd75f0-fb8c-44fd-8da7-e165fdacaea0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "a311197e66c94eb1b6dd4462483cd464" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0000f3e-7e36-449d-b5bf-0a15ef8a369e" - ], - "x-ms-correlation-request-id": [ - "c0000f3e-7e36-449d-b5bf-0a15ef8a369e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:c0000f3e-7e36-449d-b5bf-0a15ef8a369e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "d844445ceafd4c05852186ecfdefb7c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46bd8c70-034c-4d66-8f01-31b4c1003578" - ], - "x-ms-correlation-request-id": [ - "46bd8c70-034c-4d66-8f01-31b4c1003578" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:46bd8c70-034c-4d66-8f01-31b4c1003578" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "d63ace55aeda4d8b9252ce92cbd92840" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3168849-0a8d-4b1d-b774-730dec19aad1" - ], - "x-ms-correlation-request-id": [ - "c3168849-0a8d-4b1d-b774-730dec19aad1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:c3168849-0a8d-4b1d-b774-730dec19aad1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "bff07186915e4bf7a58f1330a808645b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3943f3b5-609d-4717-982a-7a479b319bc3" - ], - "x-ms-correlation-request-id": [ - "3943f3b5-609d-4717-982a-7a479b319bc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:3943f3b5-609d-4717-982a-7a479b319bc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "7eb327828f1147b89043482072e96043" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b773864-0c66-43b0-ae14-3c3fa95186b0" - ], - "x-ms-correlation-request-id": [ - "8b773864-0c66-43b0-ae14-3c3fa95186b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:8b773864-0c66-43b0-ae14-3c3fa95186b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "8e6d5e6d08324534a21f1aad9da854fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c89e4331-c2bb-4b43-b4b3-b1d7bed2dd55" - ], - "x-ms-correlation-request-id": [ - "c89e4331-c2bb-4b43-b4b3-b1d7bed2dd55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184032Z:c89e4331-c2bb-4b43-b4b3-b1d7bed2dd55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "085c319c6d7948d2bfbdd6a703895075" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2426f4a5-8a32-45ee-aceb-a1bc517856d7" - ], - "x-ms-correlation-request-id": [ - "2426f4a5-8a32-45ee-aceb-a1bc517856d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184033Z:2426f4a5-8a32-45ee-aceb-a1bc517856d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "37a67f6b2af04eeb904c8c02d7be5c92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5457e81a-e1d0-49ae-8f7d-61e5a6a68b8d" - ], - "x-ms-correlation-request-id": [ - "5457e81a-e1d0-49ae-8f7d-61e5a6a68b8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184033Z:5457e81a-e1d0-49ae-8f7d-61e5a6a68b8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "71232f1615424407aa9c175e888c81db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "579847e0-dc35-44e2-b132-907008690c69" - ], - "x-ms-correlation-request-id": [ - "579847e0-dc35-44e2-b132-907008690c69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184033Z:579847e0-dc35-44e2-b132-907008690c69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "50c4f27e82b0498a93f2ae60942f7790" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "643e3574-918e-4938-a641-148a48af38dd" - ], - "x-ms-correlation-request-id": [ - "643e3574-918e-4938-a641-148a48af38dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184033Z:643e3574-918e-4938-a641-148a48af38dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "7e06fd39c6c74ac0af16996da6de9484" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "169c1355-c648-4339-b632-adfcd0943c83" - ], - "x-ms-correlation-request-id": [ - "169c1355-c648-4339-b632-adfcd0943c83" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184033Z:169c1355-c648-4339-b632-adfcd0943c83" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "4e85feffaf5844b795d3ddf93be59af4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c2bf8f0-123e-4ef7-b3a1-b682557d1e49" - ], - "x-ms-correlation-request-id": [ - "4c2bf8f0-123e-4ef7-b3a1-b682557d1e49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184034Z:4c2bf8f0-123e-4ef7-b3a1-b682557d1e49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "763808b79ba44cbb9e38ecd37d3a313b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8419f306-cd58-48c3-bab0-f0c20431c389" - ], - "x-ms-correlation-request-id": [ - "8419f306-cd58-48c3-bab0-f0c20431c389" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184034Z:8419f306-cd58-48c3-bab0-f0c20431c389" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "7c65a50c5d784640a186e5bd794088a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65c09b95-0b29-4854-b1d9-78bbf8d3c79d" - ], - "x-ms-correlation-request-id": [ - "65c09b95-0b29-4854-b1d9-78bbf8d3c79d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184034Z:65c09b95-0b29-4854-b1d9-78bbf8d3c79d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "698cb36ed50e4e68987cfbdd313beabb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "514b7892-2ea3-4eed-985b-1b80c8e7d97d" - ], - "x-ms-correlation-request-id": [ - "514b7892-2ea3-4eed-985b-1b80c8e7d97d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184034Z:514b7892-2ea3-4eed-985b-1b80c8e7d97d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "87d8bd5e99ca4feabd5a9a99ad917285" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a3ab055-b9ba-4b49-8956-54d14d62949d" - ], - "x-ms-correlation-request-id": [ - "9a3ab055-b9ba-4b49-8956-54d14d62949d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184034Z:9a3ab055-b9ba-4b49-8956-54d14d62949d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "084f091c24f04a5ea6d067f10893d301" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03f23063-92ef-4369-8476-4869162161d7" - ], - "x-ms-correlation-request-id": [ - "03f23063-92ef-4369-8476-4869162161d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184034Z:03f23063-92ef-4369-8476-4869162161d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "4585bb25183944dfaefc415c66bc368f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5601af91-e972-4e3c-b32f-41e1900590ea" - ], - "x-ms-correlation-request-id": [ - "5601af91-e972-4e3c-b32f-41e1900590ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184035Z:5601af91-e972-4e3c-b32f-41e1900590ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "549ab0cfdb5544aead0b99794a8f00b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea6a0975-298c-4098-b2c1-272b56822ae7" - ], - "x-ms-correlation-request-id": [ - "ea6a0975-298c-4098-b2c1-272b56822ae7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184035Z:ea6a0975-298c-4098-b2c1-272b56822ae7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "3be82f96a152443688045b02d8879e9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55684e7e-11e6-472f-ab50-f0486cd3cf5d" - ], - "x-ms-correlation-request-id": [ - "55684e7e-11e6-472f-ab50-f0486cd3cf5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184035Z:55684e7e-11e6-472f-ab50-f0486cd3cf5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "cbc5c0bc1d6d4d79a34faada13c681d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02bce6f5-4883-4c5c-a65b-4eb7ad8cea8f" - ], - "x-ms-correlation-request-id": [ - "02bce6f5-4883-4c5c-a65b-4eb7ad8cea8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184035Z:02bce6f5-4883-4c5c-a65b-4eb7ad8cea8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "aaeb32f25b9741d789c292cee8c2892f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a779d9f-8ed7-46b0-9b53-70beb267255f" - ], - "x-ms-correlation-request-id": [ - "8a779d9f-8ed7-46b0-9b53-70beb267255f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184035Z:8a779d9f-8ed7-46b0-9b53-70beb267255f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "2464b13acec24fc69ce975d9a845f695" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58d59b59-c1e5-4c39-b08a-2dcad72b8aad" - ], - "x-ms-correlation-request-id": [ - "58d59b59-c1e5-4c39-b08a-2dcad72b8aad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184035Z:58d59b59-c1e5-4c39-b08a-2dcad72b8aad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "6fa383b51bba4e378b7704d0c8914d25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba9e7b77-1280-493c-b00c-f72e3677e09b" - ], - "x-ms-correlation-request-id": [ - "ba9e7b77-1280-493c-b00c-f72e3677e09b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184035Z:ba9e7b77-1280-493c-b00c-f72e3677e09b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "e36ff74c02af41629c208840be52985f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "faa2c077-363e-4f91-a605-2d7c3a0bff40" - ], - "x-ms-correlation-request-id": [ - "faa2c077-363e-4f91-a605-2d7c3a0bff40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184036Z:faa2c077-363e-4f91-a605-2d7c3a0bff40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "5aa5e2416d1d4ba3bfe798170ca97960" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50f1e993-46a9-4c53-8107-91a84232da93" - ], - "x-ms-correlation-request-id": [ - "50f1e993-46a9-4c53-8107-91a84232da93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184036Z:50f1e993-46a9-4c53-8107-91a84232da93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "689fc08fc43544d29217a2135d4b93ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3ee2b03-1744-4c9b-9882-8321b684c5e5" - ], - "x-ms-correlation-request-id": [ - "e3ee2b03-1744-4c9b-9882-8321b684c5e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184036Z:e3ee2b03-1744-4c9b-9882-8321b684c5e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "738aad3cb1dd486f8db13c0abee8ed41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "172a41ed-1a7c-4437-83de-b5f968789d53" - ], - "x-ms-correlation-request-id": [ - "172a41ed-1a7c-4437-83de-b5f968789d53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184036Z:172a41ed-1a7c-4437-83de-b5f968789d53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "1b6e0f156d8e4cedbf570ba78acc2913" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0181d23-e336-4ee7-b419-8748a066b560" - ], - "x-ms-correlation-request-id": [ - "f0181d23-e336-4ee7-b419-8748a066b560" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184036Z:f0181d23-e336-4ee7-b419-8748a066b560" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "fe730db8c6fc419fb0cc6c86a1104a09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dda373ae-2010-405e-b2e6-d4c6a6ff5949" - ], - "x-ms-correlation-request-id": [ - "dda373ae-2010-405e-b2e6-d4c6a6ff5949" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184036Z:dda373ae-2010-405e-b2e6-d4c6a6ff5949" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "925e35116bc745428dd48c133f657953" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "990cce76-b37c-420c-b3f5-8495a5b9cc2b" - ], - "x-ms-correlation-request-id": [ - "990cce76-b37c-420c-b3f5-8495a5b9cc2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:990cce76-b37c-420c-b3f5-8495a5b9cc2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "a9be7735d64a458698da831fe1f98a9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7729dc2b-7e42-4c11-9e00-ba2d1f2ac14b" - ], - "x-ms-correlation-request-id": [ - "7729dc2b-7e42-4c11-9e00-ba2d1f2ac14b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:7729dc2b-7e42-4c11-9e00-ba2d1f2ac14b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "bd2f7fcdb4764051b957dca5782de9c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7366504e-75a6-4f3a-b59a-a813bf3d4089" - ], - "x-ms-correlation-request-id": [ - "7366504e-75a6-4f3a-b59a-a813bf3d4089" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:7366504e-75a6-4f3a-b59a-a813bf3d4089" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "3383068492584a0f8a12e9aa99e51e1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8d8b222-83bd-43cf-8b14-5bc2c5e87858" - ], - "x-ms-correlation-request-id": [ - "d8d8b222-83bd-43cf-8b14-5bc2c5e87858" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:d8d8b222-83bd-43cf-8b14-5bc2c5e87858" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "cf925dd14e7f4820a74858ae89436c51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38a42e63-718d-4e1f-8b4b-467dd527ad9f" - ], - "x-ms-correlation-request-id": [ - "38a42e63-718d-4e1f-8b4b-467dd527ad9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:38a42e63-718d-4e1f-8b4b-467dd527ad9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "15299e688e5a4039b120df4974c97b74" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8630840b-7ceb-48cf-8936-026f4639b988" - ], - "x-ms-correlation-request-id": [ - "8630840b-7ceb-48cf-8936-026f4639b988" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:8630840b-7ceb-48cf-8936-026f4639b988" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "c07ba399aee14310ae8c0cc264b673e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e371945-1aba-47b2-8809-ba65bd45dacd" - ], - "x-ms-correlation-request-id": [ - "2e371945-1aba-47b2-8809-ba65bd45dacd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:2e371945-1aba-47b2-8809-ba65bd45dacd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "d6de406ba2ac43f88d8e49b40b8b99b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eee8dba1-b8f9-41b8-9a7e-4dbb98c83df2" - ], - "x-ms-correlation-request-id": [ - "eee8dba1-b8f9-41b8-9a7e-4dbb98c83df2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184037Z:eee8dba1-b8f9-41b8-9a7e-4dbb98c83df2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "852488280b864eada3d8b1153ccc226e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60bd39ee-d047-4f06-ad8a-e4491a05552b" - ], - "x-ms-correlation-request-id": [ - "60bd39ee-d047-4f06-ad8a-e4491a05552b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:60bd39ee-d047-4f06-ad8a-e4491a05552b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "03475eee05844e16ad96f324c8b92330" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76dddab8-6bf7-4962-be78-51290c7b63c6" - ], - "x-ms-correlation-request-id": [ - "76dddab8-6bf7-4962-be78-51290c7b63c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:76dddab8-6bf7-4962-be78-51290c7b63c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "0f481789b89e466197f39916dc36e322" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "457b3233-3cfa-40fb-a0c5-1904938ab5d5" - ], - "x-ms-correlation-request-id": [ - "457b3233-3cfa-40fb-a0c5-1904938ab5d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:457b3233-3cfa-40fb-a0c5-1904938ab5d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "cf0fb4bb719946d9a10f900eb2d4ad11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "546cfe39-4b21-4080-8232-c1f34a9bc364" - ], - "x-ms-correlation-request-id": [ - "546cfe39-4b21-4080-8232-c1f34a9bc364" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:546cfe39-4b21-4080-8232-c1f34a9bc364" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "f2bf7d89202341db9c9918995dabd178" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c700d83-8876-422a-b5f1-ebb77fd07e24" - ], - "x-ms-correlation-request-id": [ - "5c700d83-8876-422a-b5f1-ebb77fd07e24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:5c700d83-8876-422a-b5f1-ebb77fd07e24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "254f1144ad534364bc7eb46fafdbaeae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a8adb03-6f16-47db-ba4e-48442e3dbdab" - ], - "x-ms-correlation-request-id": [ - "3a8adb03-6f16-47db-ba4e-48442e3dbdab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:3a8adb03-6f16-47db-ba4e-48442e3dbdab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "a53305f1ce92411387cdcfa3f6f2c54e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc1c50ae-0e71-4ef3-b838-ccbabeeb12b8" - ], - "x-ms-correlation-request-id": [ - "cc1c50ae-0e71-4ef3-b838-ccbabeeb12b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:cc1c50ae-0e71-4ef3-b838-ccbabeeb12b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "27d41d8985ed446b8d420be266ff4478" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d047b2a0-d857-45d7-8844-d7d520114293" - ], - "x-ms-correlation-request-id": [ - "d047b2a0-d857-45d7-8844-d7d520114293" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:d047b2a0-d857-45d7-8844-d7d520114293" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "87174014507147189405107651e39e42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b478cb03-18ae-435a-9009-9a13b7858b45" - ], - "x-ms-correlation-request-id": [ - "b478cb03-18ae-435a-9009-9a13b7858b45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184038Z:b478cb03-18ae-435a-9009-9a13b7858b45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "f9a0dc3f19934ffc8226438fabe97bbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4357843-9f52-41c5-9eab-e6c3129aae78" - ], - "x-ms-correlation-request-id": [ - "a4357843-9f52-41c5-9eab-e6c3129aae78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184039Z:a4357843-9f52-41c5-9eab-e6c3129aae78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "d8ec7099b33d4d74b11bf02a9003281d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7b4f21c-c72c-4eec-b862-40196bcedb71" - ], - "x-ms-correlation-request-id": [ - "e7b4f21c-c72c-4eec-b862-40196bcedb71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184039Z:e7b4f21c-c72c-4eec-b862-40196bcedb71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "c90493ee99cf45e697695ebbb90ceb93" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e82bf0b-c4fe-4d1a-832c-de64dd0de50e" - ], - "x-ms-correlation-request-id": [ - "5e82bf0b-c4fe-4d1a-832c-de64dd0de50e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184039Z:5e82bf0b-c4fe-4d1a-832c-de64dd0de50e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "2340d2ea3c2740ee837845faae1e3e7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae448fc9-57a1-4334-a1f2-eb242a1d1ea3" - ], - "x-ms-correlation-request-id": [ - "ae448fc9-57a1-4334-a1f2-eb242a1d1ea3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184039Z:ae448fc9-57a1-4334-a1f2-eb242a1d1ea3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "2f1f3fc6ce574162864a20db92ed9d09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1903545-0cab-45f5-8204-6137cd4c9159" - ], - "x-ms-correlation-request-id": [ - "a1903545-0cab-45f5-8204-6137cd4c9159" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184039Z:a1903545-0cab-45f5-8204-6137cd4c9159" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "6cdfb8ffa5aa4bb39ccaf9dd073e6d1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "305447b8-66d5-40b8-bb4d-480223d3cc48" - ], - "x-ms-correlation-request-id": [ - "305447b8-66d5-40b8-bb4d-480223d3cc48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184039Z:305447b8-66d5-40b8-bb4d-480223d3cc48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "0cbbf741f208404db2ee1fd2aacf7057" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c440e9f-a35d-4510-81e7-89d2101c9cfe" - ], - "x-ms-correlation-request-id": [ - "5c440e9f-a35d-4510-81e7-89d2101c9cfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184039Z:5c440e9f-a35d-4510-81e7-89d2101c9cfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "3f2a692e98e243b6b6623c7c7039d61e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97e891e0-a773-44df-8d4c-6a24037cc21a" - ], - "x-ms-correlation-request-id": [ - "97e891e0-a773-44df-8d4c-6a24037cc21a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:97e891e0-a773-44df-8d4c-6a24037cc21a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "60fc30100e714f9f80b6b2432c462242" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5097662e-d878-4326-89d8-ce774858c4d1" - ], - "x-ms-correlation-request-id": [ - "5097662e-d878-4326-89d8-ce774858c4d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:5097662e-d878-4326-89d8-ce774858c4d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "acf5a7ea61db4612a7941af30413047b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "80585d70-ac49-4d21-a87d-34c6ba5c5f32" - ], - "x-ms-correlation-request-id": [ - "80585d70-ac49-4d21-a87d-34c6ba5c5f32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:80585d70-ac49-4d21-a87d-34c6ba5c5f32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "bf33473ee2764e2d95c5ba4c424db214" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3a91030-4ef9-4fcb-afb3-97535efa69e5" - ], - "x-ms-correlation-request-id": [ - "b3a91030-4ef9-4fcb-afb3-97535efa69e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:b3a91030-4ef9-4fcb-afb3-97535efa69e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "1c7b0f1abfa64b04a327a8e4e0e083f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be61059c-da1b-49f8-9f29-2678eb262d55" - ], - "x-ms-correlation-request-id": [ - "be61059c-da1b-49f8-9f29-2678eb262d55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:be61059c-da1b-49f8-9f29-2678eb262d55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "ef6bd26175284402ae1c1530f742e150" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13e50c7f-6c57-49fa-a665-4e364ea79a4b" - ], - "x-ms-correlation-request-id": [ - "13e50c7f-6c57-49fa-a665-4e364ea79a4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:13e50c7f-6c57-49fa-a665-4e364ea79a4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "cd99d70c0b5f49a5871225a87f7e8fae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed73d045-7b82-40ad-a576-3f1f388f37b7" - ], - "x-ms-correlation-request-id": [ - "ed73d045-7b82-40ad-a576-3f1f388f37b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:ed73d045-7b82-40ad-a576-3f1f388f37b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "0b35738d6a324150800bfb7df44db21d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7d1c266-ca41-428b-9565-967d3cc0cf1f" - ], - "x-ms-correlation-request-id": [ - "d7d1c266-ca41-428b-9565-967d3cc0cf1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184040Z:d7d1c266-ca41-428b-9565-967d3cc0cf1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "8965ecd417d6441195349f3d90c4798e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f559a252-011d-4cde-b9f8-0ff8466e73ee" - ], - "x-ms-correlation-request-id": [ - "f559a252-011d-4cde-b9f8-0ff8466e73ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184041Z:f559a252-011d-4cde-b9f8-0ff8466e73ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "7ee4f26090054ea9b9fe520705bfc913" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd4981a9-cc51-414c-8094-534449b1bf87" - ], - "x-ms-correlation-request-id": [ - "fd4981a9-cc51-414c-8094-534449b1bf87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184041Z:fd4981a9-cc51-414c-8094-534449b1bf87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "ff384436ccad49ab853c9e573241f659" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37ba4dbe-adac-4f28-9936-3ed7e1c26296" - ], - "x-ms-correlation-request-id": [ - "37ba4dbe-adac-4f28-9936-3ed7e1c26296" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184041Z:37ba4dbe-adac-4f28-9936-3ed7e1c26296" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "f95900c31c7f4a2fa219cf2a0458babd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6995fa06-3d7c-4d69-b68b-7c9e4dd7cfba" - ], - "x-ms-correlation-request-id": [ - "6995fa06-3d7c-4d69-b68b-7c9e4dd7cfba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184041Z:6995fa06-3d7c-4d69-b68b-7c9e4dd7cfba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "7c8af943e5cc42988b255888e1166e52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4747289-2c87-4ec7-93c2-95dfbe8515b1" - ], - "x-ms-correlation-request-id": [ - "f4747289-2c87-4ec7-93c2-95dfbe8515b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184041Z:f4747289-2c87-4ec7-93c2-95dfbe8515b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "63aaf669f2554c5b8d0635063d80d37f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83048a12-7e07-40c2-82c1-27b826417a67" - ], - "x-ms-correlation-request-id": [ - "83048a12-7e07-40c2-82c1-27b826417a67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184041Z:83048a12-7e07-40c2-82c1-27b826417a67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "f5bf7f135a2b41bc9e3bdef7d49a695f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b667733f-b820-4d58-8aae-0f757b514d13" - ], - "x-ms-correlation-request-id": [ - "b667733f-b820-4d58-8aae-0f757b514d13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184041Z:b667733f-b820-4d58-8aae-0f757b514d13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "1dcb4cbbcdf949d0a2fcd15b9dda9a01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bab9fdf6-d012-4506-b879-a83829e4e833" - ], - "x-ms-correlation-request-id": [ - "bab9fdf6-d012-4506-b879-a83829e4e833" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184042Z:bab9fdf6-d012-4506-b879-a83829e4e833" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "451d7938bc6d4f6d9a3a0a4f40501250" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d09175af-1dd0-48cf-ad6e-76d2394e9b61" - ], - "x-ms-correlation-request-id": [ - "d09175af-1dd0-48cf-ad6e-76d2394e9b61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184042Z:d09175af-1dd0-48cf-ad6e-76d2394e9b61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "3015507325714e84a6bf17240987df29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6201321d-61e2-42df-bb60-668903cdbd74" - ], - "x-ms-correlation-request-id": [ - "6201321d-61e2-42df-bb60-668903cdbd74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184042Z:6201321d-61e2-42df-bb60-668903cdbd74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "c94814ef51eb480cb36ea89e4383c947" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bffe8347-b974-48bd-9192-36b0a8bf8655" - ], - "x-ms-correlation-request-id": [ - "bffe8347-b974-48bd-9192-36b0a8bf8655" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184042Z:bffe8347-b974-48bd-9192-36b0a8bf8655" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "765439f8adda4be19fe3c762ad2325a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d46af2a-de88-4b95-937b-3bb415505d4e" - ], - "x-ms-correlation-request-id": [ - "3d46af2a-de88-4b95-937b-3bb415505d4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184042Z:3d46af2a-de88-4b95-937b-3bb415505d4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "a30e63ef5cae40b987c4c542f4fb049e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73f472cd-be9b-42a5-bb09-d378e6fabab9" - ], - "x-ms-correlation-request-id": [ - "73f472cd-be9b-42a5-bb09-d378e6fabab9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184042Z:73f472cd-be9b-42a5-bb09-d378e6fabab9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "a5231f4943ab4cac8516cdd68233d03d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cda21050-c2b9-4fdc-be38-c65770a9990d" - ], - "x-ms-correlation-request-id": [ - "cda21050-c2b9-4fdc-be38-c65770a9990d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:cda21050-c2b9-4fdc-be38-c65770a9990d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "ebe1a90dd5a046bcb78226ec48046d45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a825da28-bf37-4102-a64f-f76675e9b9c6" - ], - "x-ms-correlation-request-id": [ - "a825da28-bf37-4102-a64f-f76675e9b9c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:a825da28-bf37-4102-a64f-f76675e9b9c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "d5c02463d9eb443d83a10fffc63eba8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7dc239a-9a93-4111-85cc-409dec4c7e2e" - ], - "x-ms-correlation-request-id": [ - "b7dc239a-9a93-4111-85cc-409dec4c7e2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:b7dc239a-9a93-4111-85cc-409dec4c7e2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "db8223bb5e6848588d8b2f474b749b83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "138f0be4-1e68-472f-a573-a2f24acc86c9" - ], - "x-ms-correlation-request-id": [ - "138f0be4-1e68-472f-a573-a2f24acc86c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:138f0be4-1e68-472f-a573-a2f24acc86c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "9e339a6e69c84c5b8d5d56946723920a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bee3c0d4-80e4-45d1-9f27-1d1a703f38a3" - ], - "x-ms-correlation-request-id": [ - "bee3c0d4-80e4-45d1-9f27-1d1a703f38a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:bee3c0d4-80e4-45d1-9f27-1d1a703f38a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "2297d03eed7941ff9bc1daf14840db4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ca7eeaa-0e15-4f62-859f-5cf36f69a68c" - ], - "x-ms-correlation-request-id": [ - "4ca7eeaa-0e15-4f62-859f-5cf36f69a68c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:4ca7eeaa-0e15-4f62-859f-5cf36f69a68c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "88f24503fc4c4cc499cd779e62a00b90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56438ef5-1fc6-4c16-8b2c-9a951554321c" - ], - "x-ms-correlation-request-id": [ - "56438ef5-1fc6-4c16-8b2c-9a951554321c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:56438ef5-1fc6-4c16-8b2c-9a951554321c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "245e2c5204634459be58f017b79b764d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92d15854-26cc-46ef-8d0c-6c14a59dd8c7" - ], - "x-ms-correlation-request-id": [ - "92d15854-26cc-46ef-8d0c-6c14a59dd8c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:92d15854-26cc-46ef-8d0c-6c14a59dd8c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "719ebf006e8d4e6986634d8615a83c2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d084b38-e23e-45a6-b316-2ceef516e6f2" - ], - "x-ms-correlation-request-id": [ - "2d084b38-e23e-45a6-b316-2ceef516e6f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184043Z:2d084b38-e23e-45a6-b316-2ceef516e6f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "decba9895eb24b26ad75b98176e79af8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b508ca04-1f9f-4621-a644-04a9458eff30" - ], - "x-ms-correlation-request-id": [ - "b508ca04-1f9f-4621-a644-04a9458eff30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184044Z:b508ca04-1f9f-4621-a644-04a9458eff30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "1e8e3c6d55524f03a55830fdfc0eb859" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25708af0-924d-4c3d-9f17-2b86816a10a0" - ], - "x-ms-correlation-request-id": [ - "25708af0-924d-4c3d-9f17-2b86816a10a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184044Z:25708af0-924d-4c3d-9f17-2b86816a10a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "83efe4aec101407591414e194add5fbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9b125b1-ad6a-40c9-a767-6c9f52e3174c" - ], - "x-ms-correlation-request-id": [ - "c9b125b1-ad6a-40c9-a767-6c9f52e3174c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184044Z:c9b125b1-ad6a-40c9-a767-6c9f52e3174c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "d2dc3061c7fd46d3857cc1ceb63050e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a682afbc-2b08-4261-bc6d-6e6ac71dc868" - ], - "x-ms-correlation-request-id": [ - "a682afbc-2b08-4261-bc6d-6e6ac71dc868" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184044Z:a682afbc-2b08-4261-bc6d-6e6ac71dc868" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "6e50f48033264c179eaaed3fdbd50cce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82ec32ed-56d3-4a71-9bcc-fbfdb4bd2a2a" - ], - "x-ms-correlation-request-id": [ - "82ec32ed-56d3-4a71-9bcc-fbfdb4bd2a2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184045Z:82ec32ed-56d3-4a71-9bcc-fbfdb4bd2a2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "501b05b2fccb49548b81d69d03069019" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d51f579-a87d-4472-8957-a4b29cdeeda8" - ], - "x-ms-correlation-request-id": [ - "6d51f579-a87d-4472-8957-a4b29cdeeda8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184045Z:6d51f579-a87d-4472-8957-a4b29cdeeda8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "cdbdd68f67674ed2b477836ecd04f1a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "229e26e6-a685-42fa-bfe1-5893e76d908f" - ], - "x-ms-correlation-request-id": [ - "229e26e6-a685-42fa-bfe1-5893e76d908f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184045Z:229e26e6-a685-42fa-bfe1-5893e76d908f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "230637b72f9943479891e2f9798d5a21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d190e66-18b6-4167-b315-3cc8747d9c78" - ], - "x-ms-correlation-request-id": [ - "4d190e66-18b6-4167-b315-3cc8747d9c78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184045Z:4d190e66-18b6-4167-b315-3cc8747d9c78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "51e4e96138e44ce48dc4367505e86b2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c3be8be-197e-40a2-b97d-425f739271f5" - ], - "x-ms-correlation-request-id": [ - "0c3be8be-197e-40a2-b97d-425f739271f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184045Z:0c3be8be-197e-40a2-b97d-425f739271f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "c081ea022707468dacb6f5593ddcf84d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b4290ad-f2ee-4a57-bda2-43ed50966fa7" - ], - "x-ms-correlation-request-id": [ - "2b4290ad-f2ee-4a57-bda2-43ed50966fa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184045Z:2b4290ad-f2ee-4a57-bda2-43ed50966fa7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "1de971b67f23408b9fc81a2eb12b3614" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eae1dc25-2cdd-4c00-8d15-aa901a39f174" - ], - "x-ms-correlation-request-id": [ - "eae1dc25-2cdd-4c00-8d15-aa901a39f174" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:eae1dc25-2cdd-4c00-8d15-aa901a39f174" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "2c216472bfbb4527a8fdafd4c30b8835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b31d5335-3dcf-4cf0-8696-883ff5074c6b" - ], - "x-ms-correlation-request-id": [ - "b31d5335-3dcf-4cf0-8696-883ff5074c6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:b31d5335-3dcf-4cf0-8696-883ff5074c6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "407acf8b23ee456b98a77052ce82ffbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b68c7390-feb5-4c32-98cd-a8a0515bd775" - ], - "x-ms-correlation-request-id": [ - "b68c7390-feb5-4c32-98cd-a8a0515bd775" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:b68c7390-feb5-4c32-98cd-a8a0515bd775" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "b39f0475ef784566b20f188a07f0a47b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14f85192-d2cc-4321-8f32-0fb60371a113" - ], - "x-ms-correlation-request-id": [ - "14f85192-d2cc-4321-8f32-0fb60371a113" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:14f85192-d2cc-4321-8f32-0fb60371a113" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "9a5aa1428aa049ecb7f564a5f35915ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26ee8c8b-03f3-414f-b4ed-22290ac1fda1" - ], - "x-ms-correlation-request-id": [ - "26ee8c8b-03f3-414f-b4ed-22290ac1fda1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:26ee8c8b-03f3-414f-b4ed-22290ac1fda1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "ce7d9e5637c84b29b6eb473fca2ffcda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7438fcee-b6a6-40cc-b5e3-9ad0b2d5455b" - ], - "x-ms-correlation-request-id": [ - "7438fcee-b6a6-40cc-b5e3-9ad0b2d5455b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:7438fcee-b6a6-40cc-b5e3-9ad0b2d5455b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "7b4f1a38f4ed4a3fbb0903eca9f11966" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d9d3563-0378-4fe0-baff-3f088c7204c9" - ], - "x-ms-correlation-request-id": [ - "4d9d3563-0378-4fe0-baff-3f088c7204c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:4d9d3563-0378-4fe0-baff-3f088c7204c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "4ebd4e5cf3d84fd4978fdba39f8e9b10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bee5e6f-8f58-4e4b-a148-a4cb0e1c44e8" - ], - "x-ms-correlation-request-id": [ - "0bee5e6f-8f58-4e4b-a148-a4cb0e1c44e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:0bee5e6f-8f58-4e4b-a148-a4cb0e1c44e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "e6243aa334ec4e9193c519e594829e1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d415e472-a857-4cea-bf2e-bf4cd251d477" - ], - "x-ms-correlation-request-id": [ - "d415e472-a857-4cea-bf2e-bf4cd251d477" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:d415e472-a857-4cea-bf2e-bf4cd251d477" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "19ae71304f424e6d8a546468c8ae3abb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf0dde59-fd64-4962-acdc-aabd0c38a07a" - ], - "x-ms-correlation-request-id": [ - "cf0dde59-fd64-4962-acdc-aabd0c38a07a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184046Z:cf0dde59-fd64-4962-acdc-aabd0c38a07a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "939f7fd97c5f4f8084476d7950b67375" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8669962-2a1a-4dff-8741-53b9c711f1b0" - ], - "x-ms-correlation-request-id": [ - "f8669962-2a1a-4dff-8741-53b9c711f1b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184047Z:f8669962-2a1a-4dff-8741-53b9c711f1b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "32222b43108740d887956444d808a0e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8bcc07e-715d-4d35-93aa-c69c0936f4b9" - ], - "x-ms-correlation-request-id": [ - "b8bcc07e-715d-4d35-93aa-c69c0936f4b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184047Z:b8bcc07e-715d-4d35-93aa-c69c0936f4b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "663aac4d2a5b433f8db466226a0e0209" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c78d271b-63dc-4583-99ab-5d33c2e7106b" - ], - "x-ms-correlation-request-id": [ - "c78d271b-63dc-4583-99ab-5d33c2e7106b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184047Z:c78d271b-63dc-4583-99ab-5d33c2e7106b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "fe4934f6b36141a8b0a79a8022d26190" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e52b8c9-b4b0-48f0-88f9-806912c63dc1" - ], - "x-ms-correlation-request-id": [ - "1e52b8c9-b4b0-48f0-88f9-806912c63dc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184047Z:1e52b8c9-b4b0-48f0-88f9-806912c63dc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "b124123594aa421ca258dc0719e5e1b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5fd281c-04a4-48e3-912d-484a0455b055" - ], - "x-ms-correlation-request-id": [ - "f5fd281c-04a4-48e3-912d-484a0455b055" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184047Z:f5fd281c-04a4-48e3-912d-484a0455b055" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "f4ad139607264b24866cd49d85da0e00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1ed0699-f830-479a-99d9-10d9533feda3" - ], - "x-ms-correlation-request-id": [ - "c1ed0699-f830-479a-99d9-10d9533feda3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184047Z:c1ed0699-f830-479a-99d9-10d9533feda3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "4f1e4d3d8ce843ab9b274f5a2647811e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "526fd24a-e389-4d59-af1b-30d92f14fb66" - ], - "x-ms-correlation-request-id": [ - "526fd24a-e389-4d59-af1b-30d92f14fb66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184047Z:526fd24a-e389-4d59-af1b-30d92f14fb66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "6691c1058898472ca5e8eefdbaf6e79c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d19f938-476f-4727-accc-95078a941c02" - ], - "x-ms-correlation-request-id": [ - "2d19f938-476f-4727-accc-95078a941c02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:2d19f938-476f-4727-accc-95078a941c02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "4e677e8df849497bbd49f273438252bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2a2f3d5-3044-4ba7-b02f-80317acf446c" - ], - "x-ms-correlation-request-id": [ - "c2a2f3d5-3044-4ba7-b02f-80317acf446c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:c2a2f3d5-3044-4ba7-b02f-80317acf446c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "5b16cc8fa3564547a24cefc1cac3dc22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "290df1ea-1274-4056-875d-b7692a0b7c3d" - ], - "x-ms-correlation-request-id": [ - "290df1ea-1274-4056-875d-b7692a0b7c3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:290df1ea-1274-4056-875d-b7692a0b7c3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "9c878eaea8cf4c75ba8c7e5df2b912ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "810c902b-b457-4055-b375-b01582d4eec6" - ], - "x-ms-correlation-request-id": [ - "810c902b-b457-4055-b375-b01582d4eec6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:810c902b-b457-4055-b375-b01582d4eec6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "21e5fd99d52a4e8c8074290fc9e1267d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fed31580-247f-48f3-b3ea-34867c164aa0" - ], - "x-ms-correlation-request-id": [ - "fed31580-247f-48f3-b3ea-34867c164aa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:fed31580-247f-48f3-b3ea-34867c164aa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "e3da8dfe01fd40919916e3f7a52ee1ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f005e044-3e4a-47bc-98ca-d30d6e1d6cc1" - ], - "x-ms-correlation-request-id": [ - "f005e044-3e4a-47bc-98ca-d30d6e1d6cc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:f005e044-3e4a-47bc-98ca-d30d6e1d6cc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "8cb098b6609e40c38b671ea33cdbd047" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5508f6e4-dfc8-4a5e-9d7e-2796cd55bf14" - ], - "x-ms-correlation-request-id": [ - "5508f6e4-dfc8-4a5e-9d7e-2796cd55bf14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:5508f6e4-dfc8-4a5e-9d7e-2796cd55bf14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "c67385d3f009443e89d3a83e21e4bce1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5e5f4d5-b197-47e9-8a4d-4e8526cb4654" - ], - "x-ms-correlation-request-id": [ - "c5e5f4d5-b197-47e9-8a4d-4e8526cb4654" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184048Z:c5e5f4d5-b197-47e9-8a4d-4e8526cb4654" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "69fb684f4c484073a69f633fa8745803" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "458af591-3f10-4c65-a2f7-9f23b16c4429" - ], - "x-ms-correlation-request-id": [ - "458af591-3f10-4c65-a2f7-9f23b16c4429" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:458af591-3f10-4c65-a2f7-9f23b16c4429" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "09bc2bd143fe4c01b7a80cbd9458fb47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24578691-927d-4104-97b2-4510c7cf3204" - ], - "x-ms-correlation-request-id": [ - "24578691-927d-4104-97b2-4510c7cf3204" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:24578691-927d-4104-97b2-4510c7cf3204" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "9c430fca192641918ca41ee6ace0795f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bcb4e28c-5561-4909-aadd-2448a536c90f" - ], - "x-ms-correlation-request-id": [ - "bcb4e28c-5561-4909-aadd-2448a536c90f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:bcb4e28c-5561-4909-aadd-2448a536c90f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "46ddc52f58c842d795675beb4f9e38a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "441d53d7-ec71-4f67-a148-e0cd32b79343" - ], - "x-ms-correlation-request-id": [ - "441d53d7-ec71-4f67-a148-e0cd32b79343" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:441d53d7-ec71-4f67-a148-e0cd32b79343" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "3e9846def6c9490ab5f89c55df73b0a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa6e3bda-612d-4c16-87f2-89b94e398d6f" - ], - "x-ms-correlation-request-id": [ - "fa6e3bda-612d-4c16-87f2-89b94e398d6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:fa6e3bda-612d-4c16-87f2-89b94e398d6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "a49d321b738442efb61c803de4c33334" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f00c7bd-d02d-4ad2-bf10-80749eb21559" - ], - "x-ms-correlation-request-id": [ - "7f00c7bd-d02d-4ad2-bf10-80749eb21559" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:7f00c7bd-d02d-4ad2-bf10-80749eb21559" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "4b0146733c414830a984305ff23dcabf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e978de5b-fe3d-4bd5-9990-0fcb77cef382" - ], - "x-ms-correlation-request-id": [ - "e978de5b-fe3d-4bd5-9990-0fcb77cef382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:e978de5b-fe3d-4bd5-9990-0fcb77cef382" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "c2b72f114cbc42cfb1e8b1d653169ff9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fca02600-915d-4e0d-9c53-1d774c226f20" - ], - "x-ms-correlation-request-id": [ - "fca02600-915d-4e0d-9c53-1d774c226f20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:fca02600-915d-4e0d-9c53-1d774c226f20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "489ed0e337f64e6fb71265102e4935d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25920e3f-6bb1-4e9e-afa1-ce8924ca9f11" - ], - "x-ms-correlation-request-id": [ - "25920e3f-6bb1-4e9e-afa1-ce8924ca9f11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184049Z:25920e3f-6bb1-4e9e-afa1-ce8924ca9f11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "2a16dab1e0b849929515c4e06a3ecb9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33151d0b-a037-47d7-aa9c-5199bf282b6b" - ], - "x-ms-correlation-request-id": [ - "33151d0b-a037-47d7-aa9c-5199bf282b6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:33151d0b-a037-47d7-aa9c-5199bf282b6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "7c102c39ac4948ee8fc701975a5e6584" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58d8a168-3fce-4788-a584-d1e6b094e49c" - ], - "x-ms-correlation-request-id": [ - "58d8a168-3fce-4788-a584-d1e6b094e49c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:58d8a168-3fce-4788-a584-d1e6b094e49c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "9a56f86ddf80460a8c1c42a9b0aa5df8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1cd2a28a-ee16-477b-b13b-aa2d2ed15e5a" - ], - "x-ms-correlation-request-id": [ - "1cd2a28a-ee16-477b-b13b-aa2d2ed15e5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:1cd2a28a-ee16-477b-b13b-aa2d2ed15e5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "a4b15fb33fd94a5b83f613a9db89a063" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2d0cc48-fc6a-498d-ae99-55beb8cff143" - ], - "x-ms-correlation-request-id": [ - "d2d0cc48-fc6a-498d-ae99-55beb8cff143" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:d2d0cc48-fc6a-498d-ae99-55beb8cff143" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "6b9f709765684b8ca99098e6ced7efd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a228277-f045-44e5-9610-42e93fd7934c" - ], - "x-ms-correlation-request-id": [ - "3a228277-f045-44e5-9610-42e93fd7934c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:3a228277-f045-44e5-9610-42e93fd7934c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "fcc09c5d20d24ec69a6c7c25d12bbacb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "696a03da-129c-4e55-9249-335d93643552" - ], - "x-ms-correlation-request-id": [ - "696a03da-129c-4e55-9249-335d93643552" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:696a03da-129c-4e55-9249-335d93643552" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "25fe0e089cbd4895afe2abcf95f7fef4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "389a98f5-73be-435d-a111-98f9858217d4" - ], - "x-ms-correlation-request-id": [ - "389a98f5-73be-435d-a111-98f9858217d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:389a98f5-73be-435d-a111-98f9858217d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "18b66b1572b142afb65bf6d03f9afb84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87e44ac1-45e0-4048-9016-d099e180b584" - ], - "x-ms-correlation-request-id": [ - "87e44ac1-45e0-4048-9016-d099e180b584" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184050Z:87e44ac1-45e0-4048-9016-d099e180b584" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "224e73f17ce147e0b7545a8e25eab41d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7dddbf00-c78d-4e38-8f34-82ba7f88007d" - ], - "x-ms-correlation-request-id": [ - "7dddbf00-c78d-4e38-8f34-82ba7f88007d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184051Z:7dddbf00-c78d-4e38-8f34-82ba7f88007d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "47dd9ff4bd9247adada2518ee53c3a9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a877528-3503-4121-8e98-caf309c3dfda" - ], - "x-ms-correlation-request-id": [ - "8a877528-3503-4121-8e98-caf309c3dfda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184051Z:8a877528-3503-4121-8e98-caf309c3dfda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "2d58587aeb8a491caab1251a4a4cd261" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "098afb46-71ca-4ae3-8e65-6354fd641ae9" - ], - "x-ms-correlation-request-id": [ - "098afb46-71ca-4ae3-8e65-6354fd641ae9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184051Z:098afb46-71ca-4ae3-8e65-6354fd641ae9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "066502cba030435aa4dda10eab383631" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b27766c6-5a58-4644-a5f8-ccc1d2489796" - ], - "x-ms-correlation-request-id": [ - "b27766c6-5a58-4644-a5f8-ccc1d2489796" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184051Z:b27766c6-5a58-4644-a5f8-ccc1d2489796" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "ca8902c29ac24cc3b2b80161c1554ff0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6225965f-49de-491c-b484-ea2855e0829d" - ], - "x-ms-correlation-request-id": [ - "6225965f-49de-491c-b484-ea2855e0829d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184051Z:6225965f-49de-491c-b484-ea2855e0829d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "df939f7f555642eaafdc16d3011c6720" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd835518-c400-48d7-b3c7-84a304b25994" - ], - "x-ms-correlation-request-id": [ - "bd835518-c400-48d7-b3c7-84a304b25994" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184051Z:bd835518-c400-48d7-b3c7-84a304b25994" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "b2580e504f9b4943b42cf33a75b5dc28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83523cba-20eb-49ed-ac29-bd549c42520c" - ], - "x-ms-correlation-request-id": [ - "83523cba-20eb-49ed-ac29-bd549c42520c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184051Z:83523cba-20eb-49ed-ac29-bd549c42520c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "52e5ae5b4a4f42718c0ebd4938a60994" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6324ddd-f6b3-43d7-95eb-fcaf2481f8e5" - ], - "x-ms-correlation-request-id": [ - "e6324ddd-f6b3-43d7-95eb-fcaf2481f8e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184052Z:e6324ddd-f6b3-43d7-95eb-fcaf2481f8e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "03adef90d81d48a88fe8e27dcee1b282" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39d33bbe-14b9-4b42-bc76-e3260bd086c8" - ], - "x-ms-correlation-request-id": [ - "39d33bbe-14b9-4b42-bc76-e3260bd086c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184052Z:39d33bbe-14b9-4b42-bc76-e3260bd086c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "72040bb5a32d416dae8f58fcb16692ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b5512f0-a4a6-47d2-8799-616265921864" - ], - "x-ms-correlation-request-id": [ - "3b5512f0-a4a6-47d2-8799-616265921864" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184052Z:3b5512f0-a4a6-47d2-8799-616265921864" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "2d9e883450b34d01b2cc7c9f35ef6e17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "757ddf7b-6cef-4265-b7fb-bfcfbef9f318" - ], - "x-ms-correlation-request-id": [ - "757ddf7b-6cef-4265-b7fb-bfcfbef9f318" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184052Z:757ddf7b-6cef-4265-b7fb-bfcfbef9f318" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "567a2da478fa4bd58ec7321536dc57a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38c2fe81-47a0-4b0c-bdc9-ac8c4fde459b" - ], - "x-ms-correlation-request-id": [ - "38c2fe81-47a0-4b0c-bdc9-ac8c4fde459b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184052Z:38c2fe81-47a0-4b0c-bdc9-ac8c4fde459b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "fb1ff69c1b374507aeb115771541da83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "340b09f7-eb22-4381-b753-3bb058476afb" - ], - "x-ms-correlation-request-id": [ - "340b09f7-eb22-4381-b753-3bb058476afb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184052Z:340b09f7-eb22-4381-b753-3bb058476afb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "be0a412a191449f79788d087d85a9b67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c80e7b6-8e53-4ff9-9bbe-8c08de2cec2a" - ], - "x-ms-correlation-request-id": [ - "6c80e7b6-8e53-4ff9-9bbe-8c08de2cec2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:6c80e7b6-8e53-4ff9-9bbe-8c08de2cec2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "4d39d49512bb43e4bb0f2fdcc24aaec8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "103799eb-1b7a-49f3-a08b-d562a140f601" - ], - "x-ms-correlation-request-id": [ - "103799eb-1b7a-49f3-a08b-d562a140f601" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:103799eb-1b7a-49f3-a08b-d562a140f601" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "e41c2cdde5204c7f9e325a43f1b22e5a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "095ed333-8d03-4646-a172-9dba1459d45a" - ], - "x-ms-correlation-request-id": [ - "095ed333-8d03-4646-a172-9dba1459d45a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:095ed333-8d03-4646-a172-9dba1459d45a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "ec6855bd868742b39e367702c772e87b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "467e993e-74ff-4aa5-b83a-3781e2cf6afc" - ], - "x-ms-correlation-request-id": [ - "467e993e-74ff-4aa5-b83a-3781e2cf6afc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:467e993e-74ff-4aa5-b83a-3781e2cf6afc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "e4c0a304b1904d73a8369dfab75f4ee5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90ffaedc-d36c-44dd-be44-605aa70f05ce" - ], - "x-ms-correlation-request-id": [ - "90ffaedc-d36c-44dd-be44-605aa70f05ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:90ffaedc-d36c-44dd-be44-605aa70f05ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "bf3cc7f67623493fb4fc03bd9aa243b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9a5a97b-4be1-4d34-a60e-88c988a4b76e" - ], - "x-ms-correlation-request-id": [ - "e9a5a97b-4be1-4d34-a60e-88c988a4b76e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:e9a5a97b-4be1-4d34-a60e-88c988a4b76e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "84e7b50ba9954022b1c81a47e6e17cf9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3081c4ac-9d8a-49a6-9f73-77ba6a906e91" - ], - "x-ms-correlation-request-id": [ - "3081c4ac-9d8a-49a6-9f73-77ba6a906e91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:3081c4ac-9d8a-49a6-9f73-77ba6a906e91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "9a7daaf045c64306b1f11fb96beb94c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8894eeca-5c6c-4f20-9890-f259cee54324" - ], - "x-ms-correlation-request-id": [ - "8894eeca-5c6c-4f20-9890-f259cee54324" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:8894eeca-5c6c-4f20-9890-f259cee54324" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "6886f1bb5f964d79b3317c86d111f12c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d31c9a2c-aa48-4969-b92f-50fc7270ac9c" - ], - "x-ms-correlation-request-id": [ - "d31c9a2c-aa48-4969-b92f-50fc7270ac9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184053Z:d31c9a2c-aa48-4969-b92f-50fc7270ac9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "a02c13550cac42c493eaeb7c8e6b34c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13601802-22d1-4f58-93af-5ffbddcbe346" - ], - "x-ms-correlation-request-id": [ - "13601802-22d1-4f58-93af-5ffbddcbe346" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:13601802-22d1-4f58-93af-5ffbddcbe346" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "576acc2612cf413aa54b828b20f5062c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f3c974c-8144-4597-b854-cffa08d4bf52" - ], - "x-ms-correlation-request-id": [ - "4f3c974c-8144-4597-b854-cffa08d4bf52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:4f3c974c-8144-4597-b854-cffa08d4bf52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "a36dfd93116140149bfea412fed0dc92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8aa47873-b7e0-4d0f-9b4c-cfe164627dbf" - ], - "x-ms-correlation-request-id": [ - "8aa47873-b7e0-4d0f-9b4c-cfe164627dbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:8aa47873-b7e0-4d0f-9b4c-cfe164627dbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "e99817127e27449eb1ff79f090f10fde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a90b5bb4-1593-457e-a94e-bdf5f21f8c33" - ], - "x-ms-correlation-request-id": [ - "a90b5bb4-1593-457e-a94e-bdf5f21f8c33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:a90b5bb4-1593-457e-a94e-bdf5f21f8c33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "fce55c1c3cd448ee86e1f2a0c9101c6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e71ff736-2e85-4e85-9f9e-0f6816e1e7e2" - ], - "x-ms-correlation-request-id": [ - "e71ff736-2e85-4e85-9f9e-0f6816e1e7e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:e71ff736-2e85-4e85-9f9e-0f6816e1e7e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "39f298ea2d7442b39fdc7a029287227a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56b48005-a665-4100-9a9b-16f0d271dbad" - ], - "x-ms-correlation-request-id": [ - "56b48005-a665-4100-9a9b-16f0d271dbad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:56b48005-a665-4100-9a9b-16f0d271dbad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "ae216028292b423088b5975459cef994" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95879402-2330-40d7-ab04-63908a6fd5cb" - ], - "x-ms-correlation-request-id": [ - "95879402-2330-40d7-ab04-63908a6fd5cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:95879402-2330-40d7-ab04-63908a6fd5cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "014e6fe5e4424467abf1d68e795b0c96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f2f8841-e49d-40f9-b143-698b30bc1d4b" - ], - "x-ms-correlation-request-id": [ - "5f2f8841-e49d-40f9-b143-698b30bc1d4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184054Z:5f2f8841-e49d-40f9-b143-698b30bc1d4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "f9fb55dbd4724b1381d982e50676bb3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93c0c7f9-5e32-4507-b6b0-437de09e23cf" - ], - "x-ms-correlation-request-id": [ - "93c0c7f9-5e32-4507-b6b0-437de09e23cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184055Z:93c0c7f9-5e32-4507-b6b0-437de09e23cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "be565229a054400c90335380bfc210ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df2bbfff-1b90-47f6-9469-a5dfddfea722" - ], - "x-ms-correlation-request-id": [ - "df2bbfff-1b90-47f6-9469-a5dfddfea722" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184055Z:df2bbfff-1b90-47f6-9469-a5dfddfea722" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "321a61dd406e42cf926e1b41b9fdca11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73fbdf23-a1e2-4bdb-a865-3005aace84b5" - ], - "x-ms-correlation-request-id": [ - "73fbdf23-a1e2-4bdb-a865-3005aace84b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184055Z:73fbdf23-a1e2-4bdb-a865-3005aace84b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "b80189c5309748c3b3f95bb318e5b5a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd29f40a-20f1-441d-9108-ba0a9a1d4fbc" - ], - "x-ms-correlation-request-id": [ - "dd29f40a-20f1-441d-9108-ba0a9a1d4fbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184055Z:dd29f40a-20f1-441d-9108-ba0a9a1d4fbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "903fc84f503f4249b6aecc30ed343cee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a797605-c7ce-4414-bc47-e8667f0c5b4c" - ], - "x-ms-correlation-request-id": [ - "0a797605-c7ce-4414-bc47-e8667f0c5b4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184055Z:0a797605-c7ce-4414-bc47-e8667f0c5b4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "97f54d6985e24d589bf65702b9e84d4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92e2c45c-415d-40b5-813e-f19d3b852e02" - ], - "x-ms-correlation-request-id": [ - "92e2c45c-415d-40b5-813e-f19d3b852e02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184055Z:92e2c45c-415d-40b5-813e-f19d3b852e02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "2b0a8585fe2b4bc0b57ffc6334fd347e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16a0f47c-ca28-4f46-a9b3-dc7a31b07d13" - ], - "x-ms-correlation-request-id": [ - "16a0f47c-ca28-4f46-a9b3-dc7a31b07d13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:16a0f47c-ca28-4f46-a9b3-dc7a31b07d13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "541d60d68826459eb985ce71786605bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8dfc0727-e0f8-4507-86d7-1c386d582eda" - ], - "x-ms-correlation-request-id": [ - "8dfc0727-e0f8-4507-86d7-1c386d582eda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:8dfc0727-e0f8-4507-86d7-1c386d582eda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "58e252df05db4e20a5fd23e55eedcdb2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8167e753-28ba-4ed2-bdf8-e105de26ce8e" - ], - "x-ms-correlation-request-id": [ - "8167e753-28ba-4ed2-bdf8-e105de26ce8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:8167e753-28ba-4ed2-bdf8-e105de26ce8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "833ae38072064390b77a3a37cfe4cc40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8913e7b2-787e-4b3d-aef9-ced72c37b73b" - ], - "x-ms-correlation-request-id": [ - "8913e7b2-787e-4b3d-aef9-ced72c37b73b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:8913e7b2-787e-4b3d-aef9-ced72c37b73b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "b4eeec198d6d419397f62dd249cc736b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da33f5d9-0e93-45cb-acc5-e5088f6b63de" - ], - "x-ms-correlation-request-id": [ - "da33f5d9-0e93-45cb-acc5-e5088f6b63de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:da33f5d9-0e93-45cb-acc5-e5088f6b63de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "0bd2852a91bc4fa1a7767deeb588130e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60796804-9cb6-452e-9c23-27e462012a79" - ], - "x-ms-correlation-request-id": [ - "60796804-9cb6-452e-9c23-27e462012a79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:60796804-9cb6-452e-9c23-27e462012a79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "4b26b5b3ae954806a38103708fa22d19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e0a3e1e8-dc82-43ed-86e3-4f79a89980d9" - ], - "x-ms-correlation-request-id": [ - "e0a3e1e8-dc82-43ed-86e3-4f79a89980d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:e0a3e1e8-dc82-43ed-86e3-4f79a89980d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "5c83cf9785cc428395df9cc2e47b6ed4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "420a9ba8-c340-4033-9e59-a2a49cdb85bd" - ], - "x-ms-correlation-request-id": [ - "420a9ba8-c340-4033-9e59-a2a49cdb85bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184056Z:420a9ba8-c340-4033-9e59-a2a49cdb85bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "b67da3b4ff1240c382ecf19757de468f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f724e60-9efc-452e-ad92-da6781a8dcb8" - ], - "x-ms-correlation-request-id": [ - "0f724e60-9efc-452e-ad92-da6781a8dcb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:0f724e60-9efc-452e-ad92-da6781a8dcb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "e1403c50346f4393a741fb39bf6c1dd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "051eafb2-b62a-4470-9821-6eeaed9cede7" - ], - "x-ms-correlation-request-id": [ - "051eafb2-b62a-4470-9821-6eeaed9cede7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:051eafb2-b62a-4470-9821-6eeaed9cede7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "a367d10024c547f58b043f1f364dac22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ceed76f-27b1-4d01-a4a9-e008612a6334" - ], - "x-ms-correlation-request-id": [ - "0ceed76f-27b1-4d01-a4a9-e008612a6334" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:0ceed76f-27b1-4d01-a4a9-e008612a6334" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "8d77e99f0d1f4c609d1c4013f3c148bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dc5e6fa-29ed-413b-aae5-92e305a20104" - ], - "x-ms-correlation-request-id": [ - "5dc5e6fa-29ed-413b-aae5-92e305a20104" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:5dc5e6fa-29ed-413b-aae5-92e305a20104" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "3b9f30ef99444b6587693c10e2db64a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0c8d5e6-12ba-4fff-b455-867295b04a3a" - ], - "x-ms-correlation-request-id": [ - "a0c8d5e6-12ba-4fff-b455-867295b04a3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:a0c8d5e6-12ba-4fff-b455-867295b04a3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "93eb194dc515442aa98e5c67797182e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e16f236d-13ab-4cb5-aae0-453f6e37e396" - ], - "x-ms-correlation-request-id": [ - "e16f236d-13ab-4cb5-aae0-453f6e37e396" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:e16f236d-13ab-4cb5-aae0-453f6e37e396" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "a3962eb943ba42dba818148ab72f2420" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccb5d603-4241-4117-926e-916bf5738202" - ], - "x-ms-correlation-request-id": [ - "ccb5d603-4241-4117-926e-916bf5738202" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:ccb5d603-4241-4117-926e-916bf5738202" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "72d4debe019745b6b931fa87bfb3a7dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d527c52b-c56b-4c7c-a61a-9a0d864f0717" - ], - "x-ms-correlation-request-id": [ - "d527c52b-c56b-4c7c-a61a-9a0d864f0717" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184057Z:d527c52b-c56b-4c7c-a61a-9a0d864f0717" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "9ba51aa7ddef402fb9333db89e4626fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3449c20f-fa83-4af8-8557-ab032a54dea0" - ], - "x-ms-correlation-request-id": [ - "3449c20f-fa83-4af8-8557-ab032a54dea0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184058Z:3449c20f-fa83-4af8-8557-ab032a54dea0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "b266bf76cea4416195a5c5f11ace45ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66dd1ef2-c1d1-4529-8a1e-70f31577252c" - ], - "x-ms-correlation-request-id": [ - "66dd1ef2-c1d1-4529-8a1e-70f31577252c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184058Z:66dd1ef2-c1d1-4529-8a1e-70f31577252c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "86e79d97008c4d8bb2bb750d59b54215" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10cdd4fe-038c-4fc0-91ee-6f48c179aac2" - ], - "x-ms-correlation-request-id": [ - "10cdd4fe-038c-4fc0-91ee-6f48c179aac2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184058Z:10cdd4fe-038c-4fc0-91ee-6f48c179aac2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "9de8e83138724f2080687e29134babd7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "902acdde-6ff8-4901-8ac7-dcf77c7e7916" - ], - "x-ms-correlation-request-id": [ - "902acdde-6ff8-4901-8ac7-dcf77c7e7916" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184058Z:902acdde-6ff8-4901-8ac7-dcf77c7e7916" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "372c4374ab304053a7ae68164c4c7b9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7f8a8b5-6a4f-47c1-9318-2545fadd7926" - ], - "x-ms-correlation-request-id": [ - "c7f8a8b5-6a4f-47c1-9318-2545fadd7926" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184059Z:c7f8a8b5-6a4f-47c1-9318-2545fadd7926" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "e14bae6f375c4393a21cf74b2f311249" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b81963e-f516-4c4d-b652-1e6f7f47f06e" - ], - "x-ms-correlation-request-id": [ - "7b81963e-f516-4c4d-b652-1e6f7f47f06e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184059Z:7b81963e-f516-4c4d-b652-1e6f7f47f06e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "37b1fab8b36143c88a9bc54b272e1060" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63f1586b-fc0b-4344-b46c-b791fabee245" - ], - "x-ms-correlation-request-id": [ - "63f1586b-fc0b-4344-b46c-b791fabee245" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184059Z:63f1586b-fc0b-4344-b46c-b791fabee245" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "7b97a3f655ca474892077e3ff188c20a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acbfc593-04d7-4b2d-8df6-7c93f90726fe" - ], - "x-ms-correlation-request-id": [ - "acbfc593-04d7-4b2d-8df6-7c93f90726fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184059Z:acbfc593-04d7-4b2d-8df6-7c93f90726fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "643e1d1fa1b94986a0d72e7bdb75ad09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01f6c728-aebd-42ea-ac7c-4080ea491051" - ], - "x-ms-correlation-request-id": [ - "01f6c728-aebd-42ea-ac7c-4080ea491051" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184059Z:01f6c728-aebd-42ea-ac7c-4080ea491051" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "050a9002d7394899a74a0ddfeb46b5d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8aa24b68-961b-4e41-be80-6b4096810ebb" - ], - "x-ms-correlation-request-id": [ - "8aa24b68-961b-4e41-be80-6b4096810ebb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184059Z:8aa24b68-961b-4e41-be80-6b4096810ebb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "7e4cedd4475844a9a4db0058edc985fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b253bf94-9d2c-44da-9bc7-5fb257104b81" - ], - "x-ms-correlation-request-id": [ - "b253bf94-9d2c-44da-9bc7-5fb257104b81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:b253bf94-9d2c-44da-9bc7-5fb257104b81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "33b7c9626df54c2d9e26982ba34575b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d05ea5f5-df8f-40b4-99c8-d54350ba414f" - ], - "x-ms-correlation-request-id": [ - "d05ea5f5-df8f-40b4-99c8-d54350ba414f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:d05ea5f5-df8f-40b4-99c8-d54350ba414f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "4f2f3bdde5094e5a951a212f3d8fd711" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfcf698d-c046-477c-a413-efe54fc32d69" - ], - "x-ms-correlation-request-id": [ - "bfcf698d-c046-477c-a413-efe54fc32d69" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:bfcf698d-c046-477c-a413-efe54fc32d69" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "c06c1548219743efb33b6aef6b094b5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d7bedab-1a3d-4db9-9b12-af4288cd1fa0" - ], - "x-ms-correlation-request-id": [ - "4d7bedab-1a3d-4db9-9b12-af4288cd1fa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:4d7bedab-1a3d-4db9-9b12-af4288cd1fa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "de52a8c4ebc844aaae3ce3c6c53c0fd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e83e062-574b-4232-b107-71ccb1bba28e" - ], - "x-ms-correlation-request-id": [ - "3e83e062-574b-4232-b107-71ccb1bba28e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:3e83e062-574b-4232-b107-71ccb1bba28e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "7d58e3701eec4423b11d3e4e5dccbd5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9de86ba7-665a-4aa7-bb95-cfdfc190f01a" - ], - "x-ms-correlation-request-id": [ - "9de86ba7-665a-4aa7-bb95-cfdfc190f01a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:9de86ba7-665a-4aa7-bb95-cfdfc190f01a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "fd6fa2eb58854f129e7aa03358842f1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53e9234d-af31-4682-b5ff-73fe70a3ea38" - ], - "x-ms-correlation-request-id": [ - "53e9234d-af31-4682-b5ff-73fe70a3ea38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:53e9234d-af31-4682-b5ff-73fe70a3ea38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "5e56839cc4a843b4b86b1effb117f27e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17cd7d3e-e0b2-4ef2-9175-cd01385633fa" - ], - "x-ms-correlation-request-id": [ - "17cd7d3e-e0b2-4ef2-9175-cd01385633fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184100Z:17cd7d3e-e0b2-4ef2-9175-cd01385633fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:40:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "0baeadfe57f143c88661279683956c10" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec433eb4-a262-4dc6-b0b4-a53481bd29cf" - ], - "x-ms-correlation-request-id": [ - "ec433eb4-a262-4dc6-b0b4-a53481bd29cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184101Z:ec433eb4-a262-4dc6-b0b4-a53481bd29cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "d31acb151b0343f5a6fe07e1cccc3845" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93a347ac-feaa-471f-83d8-3a98916ab003" - ], - "x-ms-correlation-request-id": [ - "93a347ac-feaa-471f-83d8-3a98916ab003" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184101Z:93a347ac-feaa-471f-83d8-3a98916ab003" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "0adec6d8bbbb4bcaaa2ee11f0f6f55f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fc0c72c-35ae-4e66-93a9-34ad133cba47" - ], - "x-ms-correlation-request-id": [ - "5fc0c72c-35ae-4e66-93a9-34ad133cba47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184101Z:5fc0c72c-35ae-4e66-93a9-34ad133cba47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "b1238def330443f0897aef49e5799a1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "157bdb58-05ef-4e1e-814e-6ca966513840" - ], - "x-ms-correlation-request-id": [ - "157bdb58-05ef-4e1e-814e-6ca966513840" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184101Z:157bdb58-05ef-4e1e-814e-6ca966513840" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "ef915ae5b9774fdf87ce94dc52de0835" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b61f887-89ad-4df8-8ae3-c0cfb14902dd" - ], - "x-ms-correlation-request-id": [ - "6b61f887-89ad-4df8-8ae3-c0cfb14902dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184101Z:6b61f887-89ad-4df8-8ae3-c0cfb14902dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "d7a3d524332b4d73a60878bb1c549d56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fd0d689-590a-409c-aad9-0d429dcfd9d1" - ], - "x-ms-correlation-request-id": [ - "0fd0d689-590a-409c-aad9-0d429dcfd9d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184101Z:0fd0d689-590a-409c-aad9-0d429dcfd9d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "c909b6204a72478bbcb42e5e432bc553" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd43aa1a-e2c1-444a-bc2e-ba4175535be9" - ], - "x-ms-correlation-request-id": [ - "fd43aa1a-e2c1-444a-bc2e-ba4175535be9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:fd43aa1a-e2c1-444a-bc2e-ba4175535be9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "2dff7bf5e5bc4a309cef6f3b2dd87492" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac596307-e398-4a80-8ee1-80f6db8dd72c" - ], - "x-ms-correlation-request-id": [ - "ac596307-e398-4a80-8ee1-80f6db8dd72c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:ac596307-e398-4a80-8ee1-80f6db8dd72c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "346a45f100304bfd8507d2009bc8128b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccda8d23-b7ef-4183-bbf1-35acdf94786f" - ], - "x-ms-correlation-request-id": [ - "ccda8d23-b7ef-4183-bbf1-35acdf94786f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:ccda8d23-b7ef-4183-bbf1-35acdf94786f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "1799c3aee8c2471cae9bd5532442d8d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38c0e856-bece-4671-967e-cb54fec1d2e0" - ], - "x-ms-correlation-request-id": [ - "38c0e856-bece-4671-967e-cb54fec1d2e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:38c0e856-bece-4671-967e-cb54fec1d2e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "052b47643e6d42ec8d4c80cc4d605f62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4025003-237d-4c87-9b76-3daf9f28510d" - ], - "x-ms-correlation-request-id": [ - "e4025003-237d-4c87-9b76-3daf9f28510d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:e4025003-237d-4c87-9b76-3daf9f28510d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "7e5f5359e981477686a59c61abdd12f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "720baafd-5b23-4cf1-ac1d-40a0d3e83ed5" - ], - "x-ms-correlation-request-id": [ - "720baafd-5b23-4cf1-ac1d-40a0d3e83ed5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:720baafd-5b23-4cf1-ac1d-40a0d3e83ed5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "d0aeb8441bcb45db91d90cf5ae0af3f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5aa97c41-2c2c-4963-a899-bd9b4e0d4048" - ], - "x-ms-correlation-request-id": [ - "5aa97c41-2c2c-4963-a899-bd9b4e0d4048" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:5aa97c41-2c2c-4963-a899-bd9b4e0d4048" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "f1728b854290483796a3fa0e501539fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6803e3f5-a2cc-426d-b59a-d9173bd62c0c" - ], - "x-ms-correlation-request-id": [ - "6803e3f5-a2cc-426d-b59a-d9173bd62c0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:6803e3f5-a2cc-426d-b59a-d9173bd62c0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "22d07bd077744a1ba2ca5856ba695cc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0282c219-b477-4fb2-bd96-d27000feed84" - ], - "x-ms-correlation-request-id": [ - "0282c219-b477-4fb2-bd96-d27000feed84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184102Z:0282c219-b477-4fb2-bd96-d27000feed84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "b8fc0da68b44456597a4d314fb15bab4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c9f174d-8adf-40d7-a2b5-e096d8b2630d" - ], - "x-ms-correlation-request-id": [ - "8c9f174d-8adf-40d7-a2b5-e096d8b2630d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184103Z:8c9f174d-8adf-40d7-a2b5-e096d8b2630d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "7aed9da7cc024a2695198271b7224182" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fcc245c-47d3-4834-90b2-d8aab93c8f2e" - ], - "x-ms-correlation-request-id": [ - "4fcc245c-47d3-4834-90b2-d8aab93c8f2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184103Z:4fcc245c-47d3-4834-90b2-d8aab93c8f2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "73701d5718804924b1defc38eef8e63f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "425f58e8-0744-49f8-b12c-116ed126d91f" - ], - "x-ms-correlation-request-id": [ - "425f58e8-0744-49f8-b12c-116ed126d91f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184103Z:425f58e8-0744-49f8-b12c-116ed126d91f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "e52a18a81f714bf8808221807a0ac20b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a98a8b1-08f3-4f9b-b13e-8e361c7fa21d" - ], - "x-ms-correlation-request-id": [ - "0a98a8b1-08f3-4f9b-b13e-8e361c7fa21d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184103Z:0a98a8b1-08f3-4f9b-b13e-8e361c7fa21d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "a39f9c7ac05f4e9884ddaf7a6c03d431" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ce92d41-63ed-41ee-9908-9dd9233da36c" - ], - "x-ms-correlation-request-id": [ - "4ce92d41-63ed-41ee-9908-9dd9233da36c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184103Z:4ce92d41-63ed-41ee-9908-9dd9233da36c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "436342e9955c453ba9586a73eebf10f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a92974b8-efde-4457-b6c0-8234b53958d2" - ], - "x-ms-correlation-request-id": [ - "a92974b8-efde-4457-b6c0-8234b53958d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184103Z:a92974b8-efde-4457-b6c0-8234b53958d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "e2d49c00ac464b548b7e1f3aacbd343d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a01292ce-5682-4b7a-9f6c-640bf9d55d9a" - ], - "x-ms-correlation-request-id": [ - "a01292ce-5682-4b7a-9f6c-640bf9d55d9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184104Z:a01292ce-5682-4b7a-9f6c-640bf9d55d9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "8dd33c3d11a7489eb2e870aefff13721" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d6c2571-ad42-4e84-a75c-d4d8c7366dc1" - ], - "x-ms-correlation-request-id": [ - "7d6c2571-ad42-4e84-a75c-d4d8c7366dc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184104Z:7d6c2571-ad42-4e84-a75c-d4d8c7366dc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "38279837016b40e59fa20b626f3c9a18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a51d1ffa-de59-403e-babb-4dbf5c6663df" - ], - "x-ms-correlation-request-id": [ - "a51d1ffa-de59-403e-babb-4dbf5c6663df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184104Z:a51d1ffa-de59-403e-babb-4dbf5c6663df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "dc2feee347ef441190f2fb0a10f4ab66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86e12cc6-3811-4eae-906b-d3bb6f29bf11" - ], - "x-ms-correlation-request-id": [ - "86e12cc6-3811-4eae-906b-d3bb6f29bf11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184104Z:86e12cc6-3811-4eae-906b-d3bb6f29bf11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "65f22d536ef24ab6bd2af0b988d4c51b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1b29f8b-8e87-4781-9402-2e1c2e29d911" - ], - "x-ms-correlation-request-id": [ - "f1b29f8b-8e87-4781-9402-2e1c2e29d911" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184104Z:f1b29f8b-8e87-4781-9402-2e1c2e29d911" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "308b7f474a2241b0903727a140586cdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecc8ab51-a547-4439-9c66-2579f6dacc63" - ], - "x-ms-correlation-request-id": [ - "ecc8ab51-a547-4439-9c66-2579f6dacc63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184104Z:ecc8ab51-a547-4439-9c66-2579f6dacc63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "bf03daaa033d44879652a81c0d285c39" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c9eb5c6-46d4-46ce-907a-fdd9a148dec9" - ], - "x-ms-correlation-request-id": [ - "3c9eb5c6-46d4-46ce-907a-fdd9a148dec9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184104Z:3c9eb5c6-46d4-46ce-907a-fdd9a148dec9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "8bd66a12f10f400581abdd9817b0d755" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fbb175f-07af-4554-908e-cc2e6ce9bf4f" - ], - "x-ms-correlation-request-id": [ - "5fbb175f-07af-4554-908e-cc2e6ce9bf4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:5fbb175f-07af-4554-908e-cc2e6ce9bf4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "ccaeeef150a84f9eb3ec9dd2f411049a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3da4233-408c-47bf-972e-5591163c3d70" - ], - "x-ms-correlation-request-id": [ - "e3da4233-408c-47bf-972e-5591163c3d70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:e3da4233-408c-47bf-972e-5591163c3d70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "1733dc3ef49e4571b961416243129626" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e61c641f-5363-494d-80ea-fbbf1eae19cb" - ], - "x-ms-correlation-request-id": [ - "e61c641f-5363-494d-80ea-fbbf1eae19cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:e61c641f-5363-494d-80ea-fbbf1eae19cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "814e9a359be44fe3af835f275f3a3438" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76f17725-eb28-4d03-91cb-ec4299610cac" - ], - "x-ms-correlation-request-id": [ - "76f17725-eb28-4d03-91cb-ec4299610cac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:76f17725-eb28-4d03-91cb-ec4299610cac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "7e5889253aba44599d69ff0cc95f331f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33df9e32-f458-44af-bb63-0875fc3760d8" - ], - "x-ms-correlation-request-id": [ - "33df9e32-f458-44af-bb63-0875fc3760d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:33df9e32-f458-44af-bb63-0875fc3760d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "62a0b8a6c7524aada6bf506aa00ec98b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a2d7346-0b1a-4e2a-b054-c86a8d6559f6" - ], - "x-ms-correlation-request-id": [ - "7a2d7346-0b1a-4e2a-b054-c86a8d6559f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:7a2d7346-0b1a-4e2a-b054-c86a8d6559f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "b050a52bd1274849806b8463631e6f9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d13d557-6d36-4e1f-be1f-a96b41dbf1de" - ], - "x-ms-correlation-request-id": [ - "0d13d557-6d36-4e1f-be1f-a96b41dbf1de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:0d13d557-6d36-4e1f-be1f-a96b41dbf1de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "25dfafbd617d4042b79d1e4428e0f123" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74aea3cc-fc57-4e34-b24e-f5ca8ca1c257" - ], - "x-ms-correlation-request-id": [ - "74aea3cc-fc57-4e34-b24e-f5ca8ca1c257" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184105Z:74aea3cc-fc57-4e34-b24e-f5ca8ca1c257" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "b3453a7a8b8b43d4b91441bf6f65a549" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a49d2d9-8cdd-407e-9160-87d2ccea1088" - ], - "x-ms-correlation-request-id": [ - "8a49d2d9-8cdd-407e-9160-87d2ccea1088" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184106Z:8a49d2d9-8cdd-407e-9160-87d2ccea1088" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "69c27f7325f8409f927b11bc2fa70d2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d8a1649-f90e-41b0-9870-b078dc2c7334" - ], - "x-ms-correlation-request-id": [ - "4d8a1649-f90e-41b0-9870-b078dc2c7334" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184106Z:4d8a1649-f90e-41b0-9870-b078dc2c7334" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "29438901e5434f33b65632854da7e209" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2074964a-124b-4b52-8e71-213e6b6f40be" - ], - "x-ms-correlation-request-id": [ - "2074964a-124b-4b52-8e71-213e6b6f40be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184106Z:2074964a-124b-4b52-8e71-213e6b6f40be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "cb2e55be794545c89a7c30d1ee2087d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "768a4ed5-227e-4fdc-82ad-73570766359e" - ], - "x-ms-correlation-request-id": [ - "768a4ed5-227e-4fdc-82ad-73570766359e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184106Z:768a4ed5-227e-4fdc-82ad-73570766359e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "b2892501b5614171a50c8e1232afdc4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c115f71e-5a19-4957-b5c2-ca54cd5cfebe" - ], - "x-ms-correlation-request-id": [ - "c115f71e-5a19-4957-b5c2-ca54cd5cfebe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184106Z:c115f71e-5a19-4957-b5c2-ca54cd5cfebe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "a8f33718c8034b9394acfad422227ed0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efe93a2d-bfa5-4969-8ee4-3dbdd812f789" - ], - "x-ms-correlation-request-id": [ - "efe93a2d-bfa5-4969-8ee4-3dbdd812f789" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184106Z:efe93a2d-bfa5-4969-8ee4-3dbdd812f789" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "bc2c96b3f93345179877f41fda60e324" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a42d379a-7f48-4673-86ea-75f8393a9f1c" - ], - "x-ms-correlation-request-id": [ - "a42d379a-7f48-4673-86ea-75f8393a9f1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184106Z:a42d379a-7f48-4673-86ea-75f8393a9f1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "ab6fdb294bee4315941d2cbcf01c1950" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84efce0f-d43e-4ceb-b6db-2356b4bb6dca" - ], - "x-ms-correlation-request-id": [ - "84efce0f-d43e-4ceb-b6db-2356b4bb6dca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184107Z:84efce0f-d43e-4ceb-b6db-2356b4bb6dca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "bb31af6be59a458a9c55be0faa592e69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e6707e1-c63d-430f-8cbb-4662f4cc2e09" - ], - "x-ms-correlation-request-id": [ - "8e6707e1-c63d-430f-8cbb-4662f4cc2e09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184107Z:8e6707e1-c63d-430f-8cbb-4662f4cc2e09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "f57617665473461ea7649eaa0a0083b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d98ef3a1-8535-467b-b4c0-abfba2dbf87b" - ], - "x-ms-correlation-request-id": [ - "d98ef3a1-8535-467b-b4c0-abfba2dbf87b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184107Z:d98ef3a1-8535-467b-b4c0-abfba2dbf87b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "5d5aa10df82f4feda84f5cb6ffefe9a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7634e77-91f4-41a7-9487-363aa39b5104" - ], - "x-ms-correlation-request-id": [ - "e7634e77-91f4-41a7-9487-363aa39b5104" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184107Z:e7634e77-91f4-41a7-9487-363aa39b5104" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "32b1aa061c284c43819b138ed648098a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16bcf826-951c-40dc-904e-fcbbcebbd9c6" - ], - "x-ms-correlation-request-id": [ - "16bcf826-951c-40dc-904e-fcbbcebbd9c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184108Z:16bcf826-951c-40dc-904e-fcbbcebbd9c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "58ff4aa9383e45f3a6c393c8fd1adb82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0121622-7de6-4d98-b143-ecbba1c1430f" - ], - "x-ms-correlation-request-id": [ - "c0121622-7de6-4d98-b143-ecbba1c1430f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184108Z:c0121622-7de6-4d98-b143-ecbba1c1430f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "5ea1fa60e08a4fac8f5b4729d3e89827" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cdb3278-b3a2-4257-bb87-d347a7f543e5" - ], - "x-ms-correlation-request-id": [ - "2cdb3278-b3a2-4257-bb87-d347a7f543e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184108Z:2cdb3278-b3a2-4257-bb87-d347a7f543e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "7c2b37caddf34bde99ad8e32d155bbcd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41d51637-a7de-4726-b32b-816d0feb45be" - ], - "x-ms-correlation-request-id": [ - "41d51637-a7de-4726-b32b-816d0feb45be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184108Z:41d51637-a7de-4726-b32b-816d0feb45be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "72a2e0c72adf4746a29f5caa89e6df1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "887b3eda-4414-4f69-908d-5ea19cecc580" - ], - "x-ms-correlation-request-id": [ - "887b3eda-4414-4f69-908d-5ea19cecc580" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184108Z:887b3eda-4414-4f69-908d-5ea19cecc580" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "6b5778ea9c5f4db5a42c68db45b60b54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbd0fc5b-023d-4337-a550-ad27934d8018" - ], - "x-ms-correlation-request-id": [ - "cbd0fc5b-023d-4337-a550-ad27934d8018" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184108Z:cbd0fc5b-023d-4337-a550-ad27934d8018" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "5f56f40edcbe44e7949dd4d6b22cc3a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b40e73ce-924b-434f-8622-25b01e8c5142" - ], - "x-ms-correlation-request-id": [ - "b40e73ce-924b-434f-8622-25b01e8c5142" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184109Z:b40e73ce-924b-434f-8622-25b01e8c5142" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "ef13e5b119464eefb6c6e7f5a9531a4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b8ca744-ec18-47b5-8114-0b5b7d703ade" - ], - "x-ms-correlation-request-id": [ - "6b8ca744-ec18-47b5-8114-0b5b7d703ade" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184109Z:6b8ca744-ec18-47b5-8114-0b5b7d703ade" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "43bd22ca4cac408cbad1851e246c1ab8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1692fa7-8e2d-4c03-9b09-0afdb39b648c" - ], - "x-ms-correlation-request-id": [ - "d1692fa7-8e2d-4c03-9b09-0afdb39b648c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184109Z:d1692fa7-8e2d-4c03-9b09-0afdb39b648c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "f52a64ea062e4b89a049bfcc8c3dad4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0db2433c-00cf-4f6d-a761-f50417170854" - ], - "x-ms-correlation-request-id": [ - "0db2433c-00cf-4f6d-a761-f50417170854" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184109Z:0db2433c-00cf-4f6d-a761-f50417170854" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "a0e60335051c45c5a8bae8a03737a4de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5809db7b-912b-4a2a-a1ad-5253c54f0214" - ], - "x-ms-correlation-request-id": [ - "5809db7b-912b-4a2a-a1ad-5253c54f0214" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184109Z:5809db7b-912b-4a2a-a1ad-5253c54f0214" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "f4eab1ec1fe8424bb1450ced5dddd4c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "231bf9e6-3c11-4fa2-b98f-7460d5083047" - ], - "x-ms-correlation-request-id": [ - "231bf9e6-3c11-4fa2-b98f-7460d5083047" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184110Z:231bf9e6-3c11-4fa2-b98f-7460d5083047" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "84f04006ec5c499fb0593d723da0bed0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9515e02-22a5-4090-b7a0-12b8b213779a" - ], - "x-ms-correlation-request-id": [ - "d9515e02-22a5-4090-b7a0-12b8b213779a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184110Z:d9515e02-22a5-4090-b7a0-12b8b213779a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "09c4f1421985496490a5c89d6e226e75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e88c440-532f-4574-9886-222726599b89" - ], - "x-ms-correlation-request-id": [ - "9e88c440-532f-4574-9886-222726599b89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184110Z:9e88c440-532f-4574-9886-222726599b89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "3ea3dd6c98194677861837b905d4c7d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c752bee5-e1c9-4410-a514-aab22f079a90" - ], - "x-ms-correlation-request-id": [ - "c752bee5-e1c9-4410-a514-aab22f079a90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184110Z:c752bee5-e1c9-4410-a514-aab22f079a90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "4c0b2a6aecda4009ad1db39ba2404d36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b75a45bd-fc9a-4ad3-9e39-f92414fd4365" - ], - "x-ms-correlation-request-id": [ - "b75a45bd-fc9a-4ad3-9e39-f92414fd4365" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184110Z:b75a45bd-fc9a-4ad3-9e39-f92414fd4365" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "a3e28da48947454f9e0705a9df55acf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af62e356-f3d1-4d6f-9156-b0c30d6761dd" - ], - "x-ms-correlation-request-id": [ - "af62e356-f3d1-4d6f-9156-b0c30d6761dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184110Z:af62e356-f3d1-4d6f-9156-b0c30d6761dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "81d7283c1b54407b8d3d9b99309dc8b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a92791d-626f-42b9-a61c-6975718de14b" - ], - "x-ms-correlation-request-id": [ - "4a92791d-626f-42b9-a61c-6975718de14b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184110Z:4a92791d-626f-42b9-a61c-6975718de14b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "88fc0c46a272452596e436b9f0d3ca41" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0c1b7c0-702f-4106-9620-2f52c00f7dc6" - ], - "x-ms-correlation-request-id": [ - "b0c1b7c0-702f-4106-9620-2f52c00f7dc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:b0c1b7c0-702f-4106-9620-2f52c00f7dc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "dc4610bd064a4a84a02f044495dcad81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14044b75-e6fd-46b0-be19-b1f8bc0bb29e" - ], - "x-ms-correlation-request-id": [ - "14044b75-e6fd-46b0-be19-b1f8bc0bb29e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:14044b75-e6fd-46b0-be19-b1f8bc0bb29e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "00e9dc0f809546dab3888ec19966c0f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2677e200-18bf-4937-901f-cd4574c1870a" - ], - "x-ms-correlation-request-id": [ - "2677e200-18bf-4937-901f-cd4574c1870a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:2677e200-18bf-4937-901f-cd4574c1870a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "f82b6016ae4b445f8dee53691c29712d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f3b28a9-2889-4076-8f2e-bd29a06932c6" - ], - "x-ms-correlation-request-id": [ - "8f3b28a9-2889-4076-8f2e-bd29a06932c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:8f3b28a9-2889-4076-8f2e-bd29a06932c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "f42f8f47873249b2a0910b03a131eba4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dfe80b8-8f4b-4193-a3f8-6bd56852989e" - ], - "x-ms-correlation-request-id": [ - "5dfe80b8-8f4b-4193-a3f8-6bd56852989e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:5dfe80b8-8f4b-4193-a3f8-6bd56852989e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "a01a808b1e4f491dad3658cb708d230a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fceae3b5-a0c9-4769-a48d-4c09935bb114" - ], - "x-ms-correlation-request-id": [ - "fceae3b5-a0c9-4769-a48d-4c09935bb114" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:fceae3b5-a0c9-4769-a48d-4c09935bb114" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "b879b2bba3934b4c981b6fdcd4eb8215" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e9e3fa1-37c5-4a98-9a25-dd1b5f2aff1e" - ], - "x-ms-correlation-request-id": [ - "2e9e3fa1-37c5-4a98-9a25-dd1b5f2aff1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:2e9e3fa1-37c5-4a98-9a25-dd1b5f2aff1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "033a5045bdeb4cff87a17e7387b3d58f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8fc82c5e-a69c-43c7-ae65-4bc18edb1bed" - ], - "x-ms-correlation-request-id": [ - "8fc82c5e-a69c-43c7-ae65-4bc18edb1bed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184111Z:8fc82c5e-a69c-43c7-ae65-4bc18edb1bed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "342320c0ba934de79dee9b0cd3a3998c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "415f0820-8221-4d62-9184-cde8b5bc92a6" - ], - "x-ms-correlation-request-id": [ - "415f0820-8221-4d62-9184-cde8b5bc92a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184112Z:415f0820-8221-4d62-9184-cde8b5bc92a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "78dbe1ff98d74fdd9ab60b3894b76751" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4011494c-28ea-4fa2-a15f-1669745aa961" - ], - "x-ms-correlation-request-id": [ - "4011494c-28ea-4fa2-a15f-1669745aa961" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184112Z:4011494c-28ea-4fa2-a15f-1669745aa961" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "fba542720420424e9be9ee69b8989d94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68043bd2-645b-4c09-88a5-8412654a959f" - ], - "x-ms-correlation-request-id": [ - "68043bd2-645b-4c09-88a5-8412654a959f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184112Z:68043bd2-645b-4c09-88a5-8412654a959f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "f8418cca157847aa88602b424220a62e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cf032b8-447c-476c-968f-7e685f929997" - ], - "x-ms-correlation-request-id": [ - "2cf032b8-447c-476c-968f-7e685f929997" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184112Z:2cf032b8-447c-476c-968f-7e685f929997" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "9d22367ef3f846b694254eed782684d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a0dad76-582e-4b3b-8e43-90731f672d8a" - ], - "x-ms-correlation-request-id": [ - "3a0dad76-582e-4b3b-8e43-90731f672d8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184112Z:3a0dad76-582e-4b3b-8e43-90731f672d8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "fa7a4c69f45644ac828d624f0d81afb8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89b7218b-86f3-447e-b843-4fd691489963" - ], - "x-ms-correlation-request-id": [ - "89b7218b-86f3-447e-b843-4fd691489963" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184112Z:89b7218b-86f3-447e-b843-4fd691489963" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "c492fe92293f4347ab24b69248b43dbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3931dc93-464c-4e36-b6b1-2ca3b8ac7045" - ], - "x-ms-correlation-request-id": [ - "3931dc93-464c-4e36-b6b1-2ca3b8ac7045" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184112Z:3931dc93-464c-4e36-b6b1-2ca3b8ac7045" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "74b2b3cbe73b44d7ab51806665615624" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f70d038b-d2d6-4be2-a885-5ea09aabbd2c" - ], - "x-ms-correlation-request-id": [ - "f70d038b-d2d6-4be2-a885-5ea09aabbd2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184113Z:f70d038b-d2d6-4be2-a885-5ea09aabbd2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "303e8b6f52d94c6d81d2dcf058331b4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2ab479a-ae2c-4ef2-b1b6-8908b883c8d4" - ], - "x-ms-correlation-request-id": [ - "e2ab479a-ae2c-4ef2-b1b6-8908b883c8d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184113Z:e2ab479a-ae2c-4ef2-b1b6-8908b883c8d4" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "9c3c947a724b49fd932dcba756c82a62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bf7c1ce-f2df-4897-8a23-e97693359a94" - ], - "x-ms-correlation-request-id": [ - "6bf7c1ce-f2df-4897-8a23-e97693359a94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184113Z:6bf7c1ce-f2df-4897-8a23-e97693359a94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "8171eaea92994a1c82e51ef378397a98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b2c8f4e-37b1-497b-a5f7-e5d3dc20f835" - ], - "x-ms-correlation-request-id": [ - "3b2c8f4e-37b1-497b-a5f7-e5d3dc20f835" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184113Z:3b2c8f4e-37b1-497b-a5f7-e5d3dc20f835" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "284d21398d13435880a2b25ce25a80a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ed393ea-d34a-414e-b38f-bda8f9f8930f" - ], - "x-ms-correlation-request-id": [ - "7ed393ea-d34a-414e-b38f-bda8f9f8930f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184114Z:7ed393ea-d34a-414e-b38f-bda8f9f8930f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "cec40a9fc0c844dca247da40b05d0c1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a9d945e-0075-47b9-9ad1-ad46ffaceac6" - ], - "x-ms-correlation-request-id": [ - "1a9d945e-0075-47b9-9ad1-ad46ffaceac6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184114Z:1a9d945e-0075-47b9-9ad1-ad46ffaceac6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "70f60e51b7964f9f9c5de42332f77776" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94b36f6c-5136-43c4-bcdb-74ab084bd702" - ], - "x-ms-correlation-request-id": [ - "94b36f6c-5136-43c4-bcdb-74ab084bd702" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184114Z:94b36f6c-5136-43c4-bcdb-74ab084bd702" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "a7c75005c61544afb6316e91d6e2bbe0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de0d3c54-0932-4aef-a526-d39bee67b6ab" - ], - "x-ms-correlation-request-id": [ - "de0d3c54-0932-4aef-a526-d39bee67b6ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184114Z:de0d3c54-0932-4aef-a526-d39bee67b6ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "8347b4208fce4298a963b0ced6b10e97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffdfc0a2-6da3-4e10-b490-2b718eddf549" - ], - "x-ms-correlation-request-id": [ - "ffdfc0a2-6da3-4e10-b490-2b718eddf549" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184114Z:ffdfc0a2-6da3-4e10-b490-2b718eddf549" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "6c18688569584c5ab71bd0f61f66dd65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f3025da-8fa6-414b-a37e-c7c3b0f998bc" - ], - "x-ms-correlation-request-id": [ - "0f3025da-8fa6-414b-a37e-c7c3b0f998bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184114Z:0f3025da-8fa6-414b-a37e-c7c3b0f998bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "aec3abab00144b949af6a8aa1e36028a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85c45d1b-b3b1-4bcd-b326-70d78542a4ec" - ], - "x-ms-correlation-request-id": [ - "85c45d1b-b3b1-4bcd-b326-70d78542a4ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184114Z:85c45d1b-b3b1-4bcd-b326-70d78542a4ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" - ], - "x-ms-client-request-id": [ - "cb5c3a7afe314807b2209d22c831ee05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f02002ff-25de-4852-84b7-98f5ec0c9df9" - ], - "x-ms-correlation-request-id": [ - "f02002ff-25de-4852-84b7-98f5ec0c9df9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184115Z:f02002ff-25de-4852-84b7-98f5ec0c9df9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "c5ed823183b24f2da4a9e9ccaad2adaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2808e39f-0262-4425-a322-ea85b81e8904" - ], - "x-ms-correlation-request-id": [ - "2808e39f-0262-4425-a322-ea85b81e8904" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184115Z:2808e39f-0262-4425-a322-ea85b81e8904" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "e0d4997902f24cc0a21b5aace6a0fc5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b676c92a-b931-4e21-9907-4ecfdc1858a0" - ], - "x-ms-correlation-request-id": [ - "b676c92a-b931-4e21-9907-4ecfdc1858a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184115Z:b676c92a-b931-4e21-9907-4ecfdc1858a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "792a2d40290c47ffb3c4c5cd07c01580" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1206b630-dbca-47f8-9772-867c0bd02882" - ], - "x-ms-correlation-request-id": [ - "1206b630-dbca-47f8-9772-867c0bd02882" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184115Z:1206b630-dbca-47f8-9772-867c0bd02882" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "122526e09d2b4b5c9ac9e8884df27943" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa22eaac-cce2-4f1a-b7c4-48a85f022729" - ], - "x-ms-correlation-request-id": [ - "fa22eaac-cce2-4f1a-b7c4-48a85f022729" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184115Z:fa22eaac-cce2-4f1a-b7c4-48a85f022729" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "249bf7b0da73435c8de45b1b71afdcc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "090f49f7-e5ae-4b60-9fe0-15cc134105e4" - ], - "x-ms-correlation-request-id": [ - "090f49f7-e5ae-4b60-9fe0-15cc134105e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184115Z:090f49f7-e5ae-4b60-9fe0-15cc134105e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "6184643cf7d44442a2fb119094be6452" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79d3ffb7-45c9-4888-a08c-cb891e5e7737" - ], - "x-ms-correlation-request-id": [ - "79d3ffb7-45c9-4888-a08c-cb891e5e7737" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184115Z:79d3ffb7-45c9-4888-a08c-cb891e5e7737" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "dd89154711464aa99160b78aba6b462b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a442d196-9f6b-4715-9823-2d88f2655b06" - ], - "x-ms-correlation-request-id": [ - "a442d196-9f6b-4715-9823-2d88f2655b06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184116Z:a442d196-9f6b-4715-9823-2d88f2655b06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "37e9239933f94c4193d1f7d890e6fbad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f100b860-c84c-437f-b28a-3d9c29e9a74d" - ], - "x-ms-correlation-request-id": [ - "f100b860-c84c-437f-b28a-3d9c29e9a74d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184116Z:f100b860-c84c-437f-b28a-3d9c29e9a74d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" - ], - "x-ms-client-request-id": [ - "c00934a128f7411e8b17fc7ef4c8b40b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69c73c62-de5a-41d7-b8d5-445309cbd2fc" - ], - "x-ms-correlation-request-id": [ - "69c73c62-de5a-41d7-b8d5-445309cbd2fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184116Z:69c73c62-de5a-41d7-b8d5-445309cbd2fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" - ], - "x-ms-client-request-id": [ - "24b24e3d5f7b4ae0a292314d5c4aec1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ee618d0-fe2b-4ae2-aefd-89d61c8e740f" - ], - "x-ms-correlation-request-id": [ - "2ee618d0-fe2b-4ae2-aefd-89d61c8e740f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184116Z:2ee618d0-fe2b-4ae2-aefd-89d61c8e740f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "x-ms-client-request-id": [ - "6d515a6b14de4df8bdd8f931b3f0e5a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e5072a2-9c5f-4904-826d-5251d3a2792c" - ], - "x-ms-correlation-request-id": [ - "4e5072a2-9c5f-4904-826d-5251d3a2792c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184116Z:4e5072a2-9c5f-4904-826d-5251d3a2792c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "x-ms-client-request-id": [ - "b2ffe6747a2d4af3a3414a82680961a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe867caf-7d8e-455b-81ad-0e6fc60f1982" - ], - "x-ms-correlation-request-id": [ - "fe867caf-7d8e-455b-81ad-0e6fc60f1982" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184116Z:fe867caf-7d8e-455b-81ad-0e6fc60f1982" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-client-request-id": [ - "187f3d7f430e43cfb3704d05f9821b36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b72a2beb-41c3-475f-a285-e7f45dab0a0c" - ], - "x-ms-correlation-request-id": [ - "b72a2beb-41c3-475f-a285-e7f45dab0a0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184117Z:b72a2beb-41c3-475f-a285-e7f45dab0a0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "x-ms-client-request-id": [ - "a2a31bb8644d47929ebd345bdd270f94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a76a7d6-cec9-47d0-8b2a-3055a260bfef" - ], - "x-ms-correlation-request-id": [ - "3a76a7d6-cec9-47d0-8b2a-3055a260bfef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184117Z:3a76a7d6-cec9-47d0-8b2a-3055a260bfef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" - ], - "x-ms-client-request-id": [ - "8f619d007efb44f98e4601d124914c16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83245a25-f876-404c-9290-8bbbfff103c7" - ], - "x-ms-correlation-request-id": [ - "83245a25-f876-404c-9290-8bbbfff103c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184117Z:83245a25-f876-404c-9290-8bbbfff103c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" - ], - "x-ms-client-request-id": [ - "aa46d258f08a45d59b60e97e6b87f704" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2af7e891-cb97-4fcb-9c4b-cfbadae388be" - ], - "x-ms-correlation-request-id": [ - "2af7e891-cb97-4fcb-9c4b-cfbadae388be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184117Z:2af7e891-cb97-4fcb-9c4b-cfbadae388be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" - ], - "x-ms-client-request-id": [ - "497df607086745ff9c430fe1bb79dd6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c217b933-670e-4781-8063-b82ab9e5cd61" - ], - "x-ms-correlation-request-id": [ - "c217b933-670e-4781-8063-b82ab9e5cd61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184117Z:c217b933-670e-4781-8063-b82ab9e5cd61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" - ], - "x-ms-client-request-id": [ - "f3dbd3bd2e62494fa57019b8dd3ab0a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34260d91-09c7-43df-9a65-55f9e5d9dd10" - ], - "x-ms-correlation-request-id": [ - "34260d91-09c7-43df-9a65-55f9e5d9dd10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184117Z:34260d91-09c7-43df-9a65-55f9e5d9dd10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" - ], - "x-ms-client-request-id": [ - "b695b2871b47425d951bf581abc87423" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f4801e3-af6e-452a-8ed9-7787f4659fa5" - ], - "x-ms-correlation-request-id": [ - "0f4801e3-af6e-452a-8ed9-7787f4659fa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:0f4801e3-af6e-452a-8ed9-7787f4659fa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" - ], - "x-ms-client-request-id": [ - "e6688e00c4174ba6a9b896549729838e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d16108d-fe3c-4b16-ae13-2915d455c475" - ], - "x-ms-correlation-request-id": [ - "2d16108d-fe3c-4b16-ae13-2915d455c475" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:2d16108d-fe3c-4b16-ae13-2915d455c475" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" - ], - "x-ms-client-request-id": [ - "d648e73d525f45cf885df40caf690ed0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2265fe1f-eb81-4fde-bd5b-2880a7917c28" - ], - "x-ms-correlation-request-id": [ - "2265fe1f-eb81-4fde-bd5b-2880a7917c28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:2265fe1f-eb81-4fde-bd5b-2880a7917c28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" - ], - "x-ms-client-request-id": [ - "394fce0ee93e4a4f8ab51bb8e76b5edc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60619f08-01c3-4eeb-829a-e9448052d76b" - ], - "x-ms-correlation-request-id": [ - "60619f08-01c3-4eeb-829a-e9448052d76b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:60619f08-01c3-4eeb-829a-e9448052d76b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" - ], - "x-ms-client-request-id": [ - "882b1d5c358c45f2be09afe57cea5742" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19f6525f-dab6-4bd5-9545-fc2b7aa5a032" - ], - "x-ms-correlation-request-id": [ - "19f6525f-dab6-4bd5-9545-fc2b7aa5a032" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:19f6525f-dab6-4bd5-9545-fc2b7aa5a032" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" - ], - "x-ms-client-request-id": [ - "cd47b69ddd794a6e8032009e7aa0bdb3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "911e9c81-2a68-4e9c-a6b6-865c7a0164ab" - ], - "x-ms-correlation-request-id": [ - "911e9c81-2a68-4e9c-a6b6-865c7a0164ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:911e9c81-2a68-4e9c-a6b6-865c7a0164ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" - ], - "x-ms-client-request-id": [ - "bb36faad075441148f0555d3344ce68b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2511d32-970b-456d-87f2-8a9968505084" - ], - "x-ms-correlation-request-id": [ - "e2511d32-970b-456d-87f2-8a9968505084" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:e2511d32-970b-456d-87f2-8a9968505084" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" - ], - "x-ms-client-request-id": [ - "e200d53bbb954a9c8415db6e735643af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2085d21c-ed88-46b5-97b8-d123e50f0897" - ], - "x-ms-correlation-request-id": [ - "2085d21c-ed88-46b5-97b8-d123e50f0897" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:2085d21c-ed88-46b5-97b8-d123e50f0897" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" - ], - "x-ms-client-request-id": [ - "bbddae1ff53a492d893b6a05b63e47cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6da73bfd-20c6-472e-ae9d-7a932b3e9aaf" - ], - "x-ms-correlation-request-id": [ - "6da73bfd-20c6-472e-ae9d-7a932b3e9aaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:6da73bfd-20c6-472e-ae9d-7a932b3e9aaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" - ], - "x-ms-client-request-id": [ - "05247b9b88e64a8ab9a57a1b7df00062" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65333d91-686a-4b49-9a74-bdfad17b8af0" - ], - "x-ms-correlation-request-id": [ - "65333d91-686a-4b49-9a74-bdfad17b8af0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184118Z:65333d91-686a-4b49-9a74-bdfad17b8af0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14672" - ], - "x-ms-client-request-id": [ - "647de385a00b486281726a00e5ea2ee2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "782381ef-2da2-4b12-81fd-216b8a2afe7e" - ], - "x-ms-correlation-request-id": [ - "782381ef-2da2-4b12-81fd-216b8a2afe7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184119Z:782381ef-2da2-4b12-81fd-216b8a2afe7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14671" - ], - "x-ms-client-request-id": [ - "a504ab9b61064fd085955d6f04d76295" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95176b46-e8df-4504-95b9-54cde66d2afa" - ], - "x-ms-correlation-request-id": [ - "95176b46-e8df-4504-95b9-54cde66d2afa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184119Z:95176b46-e8df-4504-95b9-54cde66d2afa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" - ], - "x-ms-client-request-id": [ - "49ee21222cd548c8ade346a6c7506d43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44346a83-8b1a-4312-a5a6-74bf989bc094" - ], - "x-ms-correlation-request-id": [ - "44346a83-8b1a-4312-a5a6-74bf989bc094" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184119Z:44346a83-8b1a-4312-a5a6-74bf989bc094" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" - ], - "x-ms-client-request-id": [ - "f6b88e60425745ef983e914bc434d646" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "164dc730-985e-4020-ab6a-fb76a5705135" - ], - "x-ms-correlation-request-id": [ - "164dc730-985e-4020-ab6a-fb76a5705135" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184119Z:164dc730-985e-4020-ab6a-fb76a5705135" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14668" - ], - "x-ms-client-request-id": [ - "d08fd3d25ac4444299022672f9e1fa61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8c123a4-80cb-4568-8288-d57db2dcfb8c" - ], - "x-ms-correlation-request-id": [ - "f8c123a4-80cb-4568-8288-d57db2dcfb8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184119Z:f8c123a4-80cb-4568-8288-d57db2dcfb8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14667" - ], - "x-ms-client-request-id": [ - "376b56c757d440beacfc16aacdaf2b2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f159860-430c-4ec8-b51b-d0f7d081a3e4" - ], - "x-ms-correlation-request-id": [ - "8f159860-430c-4ec8-b51b-d0f7d081a3e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184119Z:8f159860-430c-4ec8-b51b-d0f7d081a3e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14666" - ], - "x-ms-client-request-id": [ - "3e9a4cd1170a41e083b5f601cfebf09c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e39d88a-30dc-4cc2-96ba-2cd38aa520c5" - ], - "x-ms-correlation-request-id": [ - "5e39d88a-30dc-4cc2-96ba-2cd38aa520c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184120Z:5e39d88a-30dc-4cc2-96ba-2cd38aa520c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14665" - ], - "x-ms-client-request-id": [ - "4de04f4d1659423eb570f8cb5144a1e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8870792-aa8a-48b7-b6d5-cffddb392aae" - ], - "x-ms-correlation-request-id": [ - "c8870792-aa8a-48b7-b6d5-cffddb392aae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184120Z:c8870792-aa8a-48b7-b6d5-cffddb392aae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14664" - ], - "x-ms-client-request-id": [ - "5abeab620ce64622bb8314bd6c74696b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "352af6ed-2122-4831-bdbf-b112e833af7d" - ], - "x-ms-correlation-request-id": [ - "352af6ed-2122-4831-bdbf-b112e833af7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184120Z:352af6ed-2122-4831-bdbf-b112e833af7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14663" - ], - "x-ms-client-request-id": [ - "7e712c045b3d401982add949fd962247" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d30eb601-c6f1-49bd-ad05-aecd7b7087ee" - ], - "x-ms-correlation-request-id": [ - "d30eb601-c6f1-49bd-ad05-aecd7b7087ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184120Z:d30eb601-c6f1-49bd-ad05-aecd7b7087ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14662" - ], - "x-ms-client-request-id": [ - "42d136bb1ab64b78aeb5ecb5121c0a5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14b7cab7-6d6f-45cf-a514-d9fb53f8a9c8" - ], - "x-ms-correlation-request-id": [ - "14b7cab7-6d6f-45cf-a514-d9fb53f8a9c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184120Z:14b7cab7-6d6f-45cf-a514-d9fb53f8a9c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14661" - ], - "x-ms-client-request-id": [ - "628e57d32a354cafae2e0a0a7e530547" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ff65a41-a4d3-4c8d-81f9-6ad432ef5966" - ], - "x-ms-correlation-request-id": [ - "9ff65a41-a4d3-4c8d-81f9-6ad432ef5966" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184120Z:9ff65a41-a4d3-4c8d-81f9-6ad432ef5966" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14660" - ], - "x-ms-client-request-id": [ - "0c09c8c1e9c94e69a4e85b3f092cc0b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2852b13-fec7-4d8d-954b-de2fe8e9cceb" - ], - "x-ms-correlation-request-id": [ - "f2852b13-fec7-4d8d-954b-de2fe8e9cceb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184120Z:f2852b13-fec7-4d8d-954b-de2fe8e9cceb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14659" - ], - "x-ms-client-request-id": [ - "4a8e191cb27d4265922feef8203ccd2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b705141-f168-447c-998c-50c1d05ed78d" - ], - "x-ms-correlation-request-id": [ - "8b705141-f168-447c-998c-50c1d05ed78d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184121Z:8b705141-f168-447c-998c-50c1d05ed78d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14658" - ], - "x-ms-client-request-id": [ - "481e773c798a49169f8ca9fc08522550" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8582b59a-b42b-44af-b2e1-7090513f4399" - ], - "x-ms-correlation-request-id": [ - "8582b59a-b42b-44af-b2e1-7090513f4399" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184121Z:8582b59a-b42b-44af-b2e1-7090513f4399" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14657" - ], - "x-ms-client-request-id": [ - "84919c10cab8472d862e5925f9197041" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e205901f-c6c6-4d60-b2b4-446749207bb3" - ], - "x-ms-correlation-request-id": [ - "e205901f-c6c6-4d60-b2b4-446749207bb3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184121Z:e205901f-c6c6-4d60-b2b4-446749207bb3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14656" - ], - "x-ms-client-request-id": [ - "01f6a861d91d4433860f172208371a61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd12f13b-2611-4ab8-ae20-cb8cfc87f044" - ], - "x-ms-correlation-request-id": [ - "dd12f13b-2611-4ab8-ae20-cb8cfc87f044" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184121Z:dd12f13b-2611-4ab8-ae20-cb8cfc87f044" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14655" - ], - "x-ms-client-request-id": [ - "59335c15f45145e683a1e0237a23c892" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "182a35ac-c218-453d-bb6a-dfae920be347" - ], - "x-ms-correlation-request-id": [ - "182a35ac-c218-453d-bb6a-dfae920be347" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184121Z:182a35ac-c218-453d-bb6a-dfae920be347" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" - ], - "x-ms-client-request-id": [ - "658f3a16106944ab9a4d3ffbf37db72f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "446e1bce-4ad6-49f0-a29d-a055b68d6da7" - ], - "x-ms-correlation-request-id": [ - "446e1bce-4ad6-49f0-a29d-a055b68d6da7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184121Z:446e1bce-4ad6-49f0-a29d-a055b68d6da7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" - ], - "x-ms-client-request-id": [ - "e7e2195eee95421e84326ef9c927f75b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dcf72c0-bfd9-41c1-8f83-9c669b6c88d8" - ], - "x-ms-correlation-request-id": [ - "6dcf72c0-bfd9-41c1-8f83-9c669b6c88d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184122Z:6dcf72c0-bfd9-41c1-8f83-9c669b6c88d8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" - ], - "x-ms-client-request-id": [ - "686a46c578ad400aa2f4369dcbd572f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49f88c0e-7e05-4dd1-bd24-ab436f4ee837" - ], - "x-ms-correlation-request-id": [ - "49f88c0e-7e05-4dd1-bd24-ab436f4ee837" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184122Z:49f88c0e-7e05-4dd1-bd24-ab436f4ee837" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" - ], - "x-ms-client-request-id": [ - "38f490a374914a638066c499b5b374c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8547f6b6-bd23-4c53-8af4-50e097f6fc82" - ], - "x-ms-correlation-request-id": [ - "8547f6b6-bd23-4c53-8af4-50e097f6fc82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184122Z:8547f6b6-bd23-4c53-8af4-50e097f6fc82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" - ], - "x-ms-client-request-id": [ - "8be1e2e2c23440eea158fb779bfc84dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf5e655e-b05b-45b6-98ba-8553d2f0853f" - ], - "x-ms-correlation-request-id": [ - "cf5e655e-b05b-45b6-98ba-8553d2f0853f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184122Z:cf5e655e-b05b-45b6-98ba-8553d2f0853f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" - ], - "x-ms-client-request-id": [ - "a5ed79369dff4657823bb56d3605dab1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc4c755d-f725-445f-af23-ac38bca69b1b" - ], - "x-ms-correlation-request-id": [ - "dc4c755d-f725-445f-af23-ac38bca69b1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184122Z:dc4c755d-f725-445f-af23-ac38bca69b1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" - ], - "x-ms-client-request-id": [ - "890db1310d934b72a433a8b40e739779" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06940af8-6339-4640-9f09-142127995e24" - ], - "x-ms-correlation-request-id": [ - "06940af8-6339-4640-9f09-142127995e24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184122Z:06940af8-6339-4640-9f09-142127995e24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" - ], - "x-ms-client-request-id": [ - "2f6a3605fa884a7c80f666e469b3a084" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbd65c9c-87f7-43cc-b24b-26217c89100f" - ], - "x-ms-correlation-request-id": [ - "dbd65c9c-87f7-43cc-b24b-26217c89100f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184123Z:dbd65c9c-87f7-43cc-b24b-26217c89100f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" - ], - "x-ms-client-request-id": [ - "d84257e84ee94de29c2fb9a6ded608b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13cf2dc3-4b87-4df3-a5e6-aa75e4f18e37" - ], - "x-ms-correlation-request-id": [ - "13cf2dc3-4b87-4df3-a5e6-aa75e4f18e37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184123Z:13cf2dc3-4b87-4df3-a5e6-aa75e4f18e37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" - ], - "x-ms-client-request-id": [ - "1ea3b45cd1644bebb9c8eec1339e159b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d258aa4-27f4-4c83-b85c-29c15edfc34c" - ], - "x-ms-correlation-request-id": [ - "1d258aa4-27f4-4c83-b85c-29c15edfc34c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184123Z:1d258aa4-27f4-4c83-b85c-29c15edfc34c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" - ], - "x-ms-client-request-id": [ - "36853f12bae5481cb8cb77ccb0c40893" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "073f1a44-dd21-47ab-a9df-6431de99ce4d" - ], - "x-ms-correlation-request-id": [ - "073f1a44-dd21-47ab-a9df-6431de99ce4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184123Z:073f1a44-dd21-47ab-a9df-6431de99ce4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" - ], - "x-ms-client-request-id": [ - "9ddce769eb0d47fbbd3c69e36dc1f46c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67a32a2e-4c5e-4c1c-b153-6b8129f46dcd" - ], - "x-ms-correlation-request-id": [ - "67a32a2e-4c5e-4c1c-b153-6b8129f46dcd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184123Z:67a32a2e-4c5e-4c1c-b153-6b8129f46dcd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" - ], - "x-ms-client-request-id": [ - "6fc522749e974f8e952d91aea253ff6a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "885584ee-01fe-4939-b6fe-4442fb51ca12" - ], - "x-ms-correlation-request-id": [ - "885584ee-01fe-4939-b6fe-4442fb51ca12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184123Z:885584ee-01fe-4939-b6fe-4442fb51ca12" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" - ], - "x-ms-client-request-id": [ - "833b0c734cdc41ef8902ae0fcad33204" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e87b976-7fbf-4024-819a-03d7a16608ba" - ], - "x-ms-correlation-request-id": [ - "4e87b976-7fbf-4024-819a-03d7a16608ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:4e87b976-7fbf-4024-819a-03d7a16608ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" - ], - "x-ms-client-request-id": [ - "f6cbe7a53e4f4c5f907fbe64d90af2a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25cb9b43-be93-4970-b237-a01b7e8bc82d" - ], - "x-ms-correlation-request-id": [ - "25cb9b43-be93-4970-b237-a01b7e8bc82d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:25cb9b43-be93-4970-b237-a01b7e8bc82d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" - ], - "x-ms-client-request-id": [ - "2392fc9a99bc41eb86e38065b6ba10b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51552558-8506-4c4c-a4f1-1ce26642dbcf" - ], - "x-ms-correlation-request-id": [ - "51552558-8506-4c4c-a4f1-1ce26642dbcf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:51552558-8506-4c4c-a4f1-1ce26642dbcf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" - ], - "x-ms-client-request-id": [ - "167ff288bf09418db22f5504f053c06d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef410ab2-b67c-4e03-8d76-fba244fc822f" - ], - "x-ms-correlation-request-id": [ - "ef410ab2-b67c-4e03-8d76-fba244fc822f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:ef410ab2-b67c-4e03-8d76-fba244fc822f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" - ], - "x-ms-client-request-id": [ - "50d6fb7dfa8848beb45589380fda8d7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4881f881-05da-489c-aac5-b12418b8d9f0" - ], - "x-ms-correlation-request-id": [ - "4881f881-05da-489c-aac5-b12418b8d9f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:4881f881-05da-489c-aac5-b12418b8d9f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" - ], - "x-ms-client-request-id": [ - "ccf4c4bd788f41349741646676220469" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc7c7bff-63d4-4b17-b1d2-fadc81d6f14a" - ], - "x-ms-correlation-request-id": [ - "dc7c7bff-63d4-4b17-b1d2-fadc81d6f14a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:dc7c7bff-63d4-4b17-b1d2-fadc81d6f14a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" - ], - "x-ms-client-request-id": [ - "0c420958c5934cb4b3ea10aa3cf40597" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71b99358-36b2-4af1-a07a-c88ab3ca7c1f" - ], - "x-ms-correlation-request-id": [ - "71b99358-36b2-4af1-a07a-c88ab3ca7c1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:71b99358-36b2-4af1-a07a-c88ab3ca7c1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" - ], - "x-ms-client-request-id": [ - "4a60d8a667834366b28b1479225da902" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6328f1d1-a473-4e19-9143-eb16679fa3db" - ], - "x-ms-correlation-request-id": [ - "6328f1d1-a473-4e19-9143-eb16679fa3db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:6328f1d1-a473-4e19-9143-eb16679fa3db" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" - ], - "x-ms-client-request-id": [ - "d9fe872494f9465989737e603e803604" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82922f0c-3dab-4af2-b7c2-bd12b26163cc" - ], - "x-ms-correlation-request-id": [ - "82922f0c-3dab-4af2-b7c2-bd12b26163cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184124Z:82922f0c-3dab-4af2-b7c2-bd12b26163cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14632" - ], - "x-ms-client-request-id": [ - "ae51ca13dbe04126966fe1db20675a2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8e3c6d6-4807-488c-ba70-29e35d871dd6" - ], - "x-ms-correlation-request-id": [ - "c8e3c6d6-4807-488c-ba70-29e35d871dd6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184125Z:c8e3c6d6-4807-488c-ba70-29e35d871dd6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14631" - ], - "x-ms-client-request-id": [ - "3380ed4ab471413187ec241ceceb6dc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8720056d-58c2-4037-bced-78fb4c5591a7" - ], - "x-ms-correlation-request-id": [ - "8720056d-58c2-4037-bced-78fb4c5591a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184125Z:8720056d-58c2-4037-bced-78fb4c5591a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14630" - ], - "x-ms-client-request-id": [ - "b2a8cae3bbab414ba8de258a6b6428b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6af9cd49-e7f4-4a3b-82db-b27178a3b1c3" - ], - "x-ms-correlation-request-id": [ - "6af9cd49-e7f4-4a3b-82db-b27178a3b1c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184125Z:6af9cd49-e7f4-4a3b-82db-b27178a3b1c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14629" - ], - "x-ms-client-request-id": [ - "49a9e9d0d76e455585515a9b5ee523c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd9637ad-609b-42ea-b125-65798aeefc86" - ], - "x-ms-correlation-request-id": [ - "cd9637ad-609b-42ea-b125-65798aeefc86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184125Z:cd9637ad-609b-42ea-b125-65798aeefc86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14628" - ], - "x-ms-client-request-id": [ - "d72fcd34505f49d299dd541197c020cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed7b2aad-91ff-4e54-b09e-a169f380ca0c" - ], - "x-ms-correlation-request-id": [ - "ed7b2aad-91ff-4e54-b09e-a169f380ca0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184125Z:ed7b2aad-91ff-4e54-b09e-a169f380ca0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14627" - ], - "x-ms-client-request-id": [ - "0d0c39c966c44a56a79f7ba1382180fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59b5a257-3797-4f4b-9890-015cbaa50861" - ], - "x-ms-correlation-request-id": [ - "59b5a257-3797-4f4b-9890-015cbaa50861" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184125Z:59b5a257-3797-4f4b-9890-015cbaa50861" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14626" - ], - "x-ms-client-request-id": [ - "26e03b930ca04b2a82ce981aadb5c0ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e179b881-3427-4454-af2a-e6b988ce8c6c" - ], - "x-ms-correlation-request-id": [ - "e179b881-3427-4454-af2a-e6b988ce8c6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184126Z:e179b881-3427-4454-af2a-e6b988ce8c6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14625" - ], - "x-ms-client-request-id": [ - "33dc152427cf48dc9a551560084ba17e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "508aadb9-2202-4071-bd30-3af0fc08f17d" - ], - "x-ms-correlation-request-id": [ - "508aadb9-2202-4071-bd30-3af0fc08f17d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184126Z:508aadb9-2202-4071-bd30-3af0fc08f17d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14624" - ], - "x-ms-client-request-id": [ - "075d2722b74c4af39dd55c878fd9c9c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0cbb0677-fa5b-4b56-9f8f-fae811529b33" - ], - "x-ms-correlation-request-id": [ - "0cbb0677-fa5b-4b56-9f8f-fae811529b33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184126Z:0cbb0677-fa5b-4b56-9f8f-fae811529b33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14623" - ], - "x-ms-client-request-id": [ - "6f93902f23bc433e9f65fcc0c807046f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fcbd695-23d7-44ca-856c-b9eb7b8b887a" - ], - "x-ms-correlation-request-id": [ - "0fcbd695-23d7-44ca-856c-b9eb7b8b887a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184126Z:0fcbd695-23d7-44ca-856c-b9eb7b8b887a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14622" - ], - "x-ms-client-request-id": [ - "951bf7b71814400faaa16305dcbe99a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f8909f1-8f95-44bf-90bb-1ae35da168e4" - ], - "x-ms-correlation-request-id": [ - "6f8909f1-8f95-44bf-90bb-1ae35da168e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184126Z:6f8909f1-8f95-44bf-90bb-1ae35da168e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14621" - ], - "x-ms-client-request-id": [ - "55a7270e1e26483f9bddf892b2fdbfce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb3428e9-8811-49f0-aa4c-aed04f5a2d4e" - ], - "x-ms-correlation-request-id": [ - "fb3428e9-8811-49f0-aa4c-aed04f5a2d4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184126Z:fb3428e9-8811-49f0-aa4c-aed04f5a2d4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14620" - ], - "x-ms-client-request-id": [ - "64c1ca3a3dd44439a0a3ff877d8ec293" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19064c00-b90f-4dd0-afe0-021ba56b6f23" - ], - "x-ms-correlation-request-id": [ - "19064c00-b90f-4dd0-afe0-021ba56b6f23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184126Z:19064c00-b90f-4dd0-afe0-021ba56b6f23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14619" - ], - "x-ms-client-request-id": [ - "3b88be4f504c44afa9cbaea2ad2f9820" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2e77f1a-5f73-40e0-b055-0669c35ba0c5" - ], - "x-ms-correlation-request-id": [ - "a2e77f1a-5f73-40e0-b055-0669c35ba0c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:a2e77f1a-5f73-40e0-b055-0669c35ba0c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14618" - ], - "x-ms-client-request-id": [ - "5b4f788cc92440159d6ad8b02d549f3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19a5ff9b-e5de-4244-be5f-ba28c9ede672" - ], - "x-ms-correlation-request-id": [ - "19a5ff9b-e5de-4244-be5f-ba28c9ede672" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:19a5ff9b-e5de-4244-be5f-ba28c9ede672" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14617" - ], - "x-ms-client-request-id": [ - "6fd508f16f2c4a0ca819a4bf85837d55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "389f15e1-70aa-4fe0-95a3-d1796b6caeac" - ], - "x-ms-correlation-request-id": [ - "389f15e1-70aa-4fe0-95a3-d1796b6caeac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:389f15e1-70aa-4fe0-95a3-d1796b6caeac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14616" - ], - "x-ms-client-request-id": [ - "55027272f70a40c4806f9583856fd3d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcca6e0a-5869-416d-af2a-b73b42351e4e" - ], - "x-ms-correlation-request-id": [ - "fcca6e0a-5869-416d-af2a-b73b42351e4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:fcca6e0a-5869-416d-af2a-b73b42351e4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14615" - ], - "x-ms-client-request-id": [ - "87fd179fa68d4143be6bfd7c047bc721" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86f4f305-78cc-45ab-8871-158e435664eb" - ], - "x-ms-correlation-request-id": [ - "86f4f305-78cc-45ab-8871-158e435664eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:86f4f305-78cc-45ab-8871-158e435664eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14614" - ], - "x-ms-client-request-id": [ - "09ee80ad32e945b7901ecbc193f87899" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7835adc-759e-4a60-b589-253bafe6b2c6" - ], - "x-ms-correlation-request-id": [ - "e7835adc-759e-4a60-b589-253bafe6b2c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:e7835adc-759e-4a60-b589-253bafe6b2c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14613" - ], - "x-ms-client-request-id": [ - "c082000a6a09484da18f509681dcdd2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0796a37b-066d-403c-81dc-7d3cf60cf4cc" - ], - "x-ms-correlation-request-id": [ - "0796a37b-066d-403c-81dc-7d3cf60cf4cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:0796a37b-066d-403c-81dc-7d3cf60cf4cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14612" - ], - "x-ms-client-request-id": [ - "85a11f8661a34ba59d3bf55be644d62b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84bb28db-5fa1-4615-8548-d701e3b0b311" - ], - "x-ms-correlation-request-id": [ - "84bb28db-5fa1-4615-8548-d701e3b0b311" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:84bb28db-5fa1-4615-8548-d701e3b0b311" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14611" - ], - "x-ms-client-request-id": [ - "b3e48771487d4369b54174b58098b30a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b96ab723-06db-4080-8378-5e41898218d9" - ], - "x-ms-correlation-request-id": [ - "b96ab723-06db-4080-8378-5e41898218d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184127Z:b96ab723-06db-4080-8378-5e41898218d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14610" - ], - "x-ms-client-request-id": [ - "3b984cfee2c14ebab710ebb72854d5ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa6166ac-a11a-4540-956d-9e594d180abc" - ], - "x-ms-correlation-request-id": [ - "aa6166ac-a11a-4540-956d-9e594d180abc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184128Z:aa6166ac-a11a-4540-956d-9e594d180abc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14609" - ], - "x-ms-client-request-id": [ - "c6faac90352d4e5480e9e7ec77304f35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e0d5a85-d1d3-45a3-95b1-3662623892b4" - ], - "x-ms-correlation-request-id": [ - "0e0d5a85-d1d3-45a3-95b1-3662623892b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184128Z:0e0d5a85-d1d3-45a3-95b1-3662623892b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14608" - ], - "x-ms-client-request-id": [ - "7014f85443cd45359a1ab7cef13df60d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "753ee7ff-c4e2-46c8-8cef-22640bebf213" - ], - "x-ms-correlation-request-id": [ - "753ee7ff-c4e2-46c8-8cef-22640bebf213" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184128Z:753ee7ff-c4e2-46c8-8cef-22640bebf213" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14607" - ], - "x-ms-client-request-id": [ - "3cf37e7c2f1541c8aefc3b52b8266da6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "216f1739-3d5a-48f6-af73-c4ef03c64d4c" - ], - "x-ms-correlation-request-id": [ - "216f1739-3d5a-48f6-af73-c4ef03c64d4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184128Z:216f1739-3d5a-48f6-af73-c4ef03c64d4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14606" - ], - "x-ms-client-request-id": [ - "d5e5a7db8fc1418884cb92ee91244fd7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49fa2223-af6f-43de-b107-756da76263c7" - ], - "x-ms-correlation-request-id": [ - "49fa2223-af6f-43de-b107-756da76263c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184128Z:49fa2223-af6f-43de-b107-756da76263c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14605" - ], - "x-ms-client-request-id": [ - "e163600af3c64459bae3c2cab73eb011" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "095a1258-aabc-45b0-8f12-92e4590d9bdf" - ], - "x-ms-correlation-request-id": [ - "095a1258-aabc-45b0-8f12-92e4590d9bdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184129Z:095a1258-aabc-45b0-8f12-92e4590d9bdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14604" - ], - "x-ms-client-request-id": [ - "1ed24872312a452fbbeee3f476f288b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4e8561a-59eb-43d3-9db1-4b83ab3b164d" - ], - "x-ms-correlation-request-id": [ - "f4e8561a-59eb-43d3-9db1-4b83ab3b164d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184129Z:f4e8561a-59eb-43d3-9db1-4b83ab3b164d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14603" - ], - "x-ms-client-request-id": [ - "779ca4360612475291e02d27ce4d96c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e33f1c39-97e3-44f7-8f21-9673f2d5b216" - ], - "x-ms-correlation-request-id": [ - "e33f1c39-97e3-44f7-8f21-9673f2d5b216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184129Z:e33f1c39-97e3-44f7-8f21-9673f2d5b216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14602" - ], - "x-ms-client-request-id": [ - "459c5d3b330f4522a8f12c275a83a60c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8ed7bc9-e725-43b5-8c87-9930224f80a8" - ], - "x-ms-correlation-request-id": [ - "c8ed7bc9-e725-43b5-8c87-9930224f80a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184129Z:c8ed7bc9-e725-43b5-8c87-9930224f80a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14601" - ], - "x-ms-client-request-id": [ - "0dfad1b52632485586c3efd6a813bc05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42493fff-e5af-4632-ba33-67db7ad38d4f" - ], - "x-ms-correlation-request-id": [ - "42493fff-e5af-4632-ba33-67db7ad38d4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184129Z:42493fff-e5af-4632-ba33-67db7ad38d4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14600" - ], - "x-ms-client-request-id": [ - "e8e20497853245bdafb85d57ecd939ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f8429b9-d6c4-4a44-b741-2c4e3e7b8483" - ], - "x-ms-correlation-request-id": [ - "1f8429b9-d6c4-4a44-b741-2c4e3e7b8483" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184129Z:1f8429b9-d6c4-4a44-b741-2c4e3e7b8483" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14599" - ], - "x-ms-client-request-id": [ - "89f0daa88a0c46bca12b16677cfdcb4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dd693eeb-c8de-42ed-9189-fcb9c3c5c079" - ], - "x-ms-correlation-request-id": [ - "dd693eeb-c8de-42ed-9189-fcb9c3c5c079" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184129Z:dd693eeb-c8de-42ed-9189-fcb9c3c5c079" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14598" - ], - "x-ms-client-request-id": [ - "fc31f857ade0498dbea556ab3bb7d4eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01258ae9-75f3-48d1-a2e0-a728f95a7bdb" - ], - "x-ms-correlation-request-id": [ - "01258ae9-75f3-48d1-a2e0-a728f95a7bdb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:01258ae9-75f3-48d1-a2e0-a728f95a7bdb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14597" - ], - "x-ms-client-request-id": [ - "1b088089aaeb4f06ae7e68a0d2de277a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fce3766f-801d-43fe-9c9f-16a05eda962a" - ], - "x-ms-correlation-request-id": [ - "fce3766f-801d-43fe-9c9f-16a05eda962a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:fce3766f-801d-43fe-9c9f-16a05eda962a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14596" - ], - "x-ms-client-request-id": [ - "28150ed4cc0b41a8a08e6c9469b01837" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "733042df-798d-440a-a982-95d7656bfaf1" - ], - "x-ms-correlation-request-id": [ - "733042df-798d-440a-a982-95d7656bfaf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:733042df-798d-440a-a982-95d7656bfaf1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14595" - ], - "x-ms-client-request-id": [ - "1bccd4f7c02f40ad820e62917f3ba071" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45f90e8b-aacd-40ba-90ed-ef598eb70376" - ], - "x-ms-correlation-request-id": [ - "45f90e8b-aacd-40ba-90ed-ef598eb70376" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:45f90e8b-aacd-40ba-90ed-ef598eb70376" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14594" - ], - "x-ms-client-request-id": [ - "c635c17e95b94ab5a41aebe516de6488" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37e6d410-20ab-4ae1-a85d-cf1ae7e58738" - ], - "x-ms-correlation-request-id": [ - "37e6d410-20ab-4ae1-a85d-cf1ae7e58738" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:37e6d410-20ab-4ae1-a85d-cf1ae7e58738" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14593" - ], - "x-ms-client-request-id": [ - "7531877aa7d4497eb3cd07443dad9b49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95714687-6c41-49b2-8baa-9607c9f1a20e" - ], - "x-ms-correlation-request-id": [ - "95714687-6c41-49b2-8baa-9607c9f1a20e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:95714687-6c41-49b2-8baa-9607c9f1a20e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14592" - ], - "x-ms-client-request-id": [ - "72e755ca71524ae988e37b35ee769b00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d77690a2-af04-4f65-9a30-d911c5a1f280" - ], - "x-ms-correlation-request-id": [ - "d77690a2-af04-4f65-9a30-d911c5a1f280" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:d77690a2-af04-4f65-9a30-d911c5a1f280" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14591" - ], - "x-ms-client-request-id": [ - "c2e2d6ffafb1435b8baf88c5b64cdb84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c0a8c49-7b1c-4023-9aa5-caf3559f1bd1" - ], - "x-ms-correlation-request-id": [ - "3c0a8c49-7b1c-4023-9aa5-caf3559f1bd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184130Z:3c0a8c49-7b1c-4023-9aa5-caf3559f1bd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14590" - ], - "x-ms-client-request-id": [ - "8daf4e88528e4e9d8078e13479eb95e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe62b217-784f-4a46-bde8-81983c84eb8c" - ], - "x-ms-correlation-request-id": [ - "fe62b217-784f-4a46-bde8-81983c84eb8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:fe62b217-784f-4a46-bde8-81983c84eb8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14589" - ], - "x-ms-client-request-id": [ - "aafc353d1e62441fb4a20c3613e415f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "025e26a6-02ec-4cf7-ba2c-4e6c851efa35" - ], - "x-ms-correlation-request-id": [ - "025e26a6-02ec-4cf7-ba2c-4e6c851efa35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:025e26a6-02ec-4cf7-ba2c-4e6c851efa35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14588" - ], - "x-ms-client-request-id": [ - "5fe8bf4e86de45e9bc1f4bf38bf59046" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7a02934-54f5-49f5-9b4a-1928517105fd" - ], - "x-ms-correlation-request-id": [ - "a7a02934-54f5-49f5-9b4a-1928517105fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:a7a02934-54f5-49f5-9b4a-1928517105fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14587" - ], - "x-ms-client-request-id": [ - "21cdc2108352483780c8bca8742b2c64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2df06c5-e8fb-4d30-8d0e-712e0fd7b88a" - ], - "x-ms-correlation-request-id": [ - "d2df06c5-e8fb-4d30-8d0e-712e0fd7b88a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:d2df06c5-e8fb-4d30-8d0e-712e0fd7b88a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14586" - ], - "x-ms-client-request-id": [ - "195ad930008f4318b297d62d388c396d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9581319d-11d9-4c9a-a257-83f87b7fa232" - ], - "x-ms-correlation-request-id": [ - "9581319d-11d9-4c9a-a257-83f87b7fa232" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:9581319d-11d9-4c9a-a257-83f87b7fa232" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14585" - ], - "x-ms-client-request-id": [ - "4ee3a13d9bc647ed9cc7d133095b1f8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6fb9f6c-2774-4d64-ae50-e5bb70123a92" - ], - "x-ms-correlation-request-id": [ - "e6fb9f6c-2774-4d64-ae50-e5bb70123a92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:e6fb9f6c-2774-4d64-ae50-e5bb70123a92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14584" - ], - "x-ms-client-request-id": [ - "fa93157c686a49489c66780be79fd0f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90bdd382-dabd-443f-a4af-bcd9e231d236" - ], - "x-ms-correlation-request-id": [ - "90bdd382-dabd-443f-a4af-bcd9e231d236" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:90bdd382-dabd-443f-a4af-bcd9e231d236" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14583" - ], - "x-ms-client-request-id": [ - "ac149d22c18247eb9fd88f0b6a481d33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9325bb7-aa82-4e0f-ae89-41c83eb7e07f" - ], - "x-ms-correlation-request-id": [ - "e9325bb7-aa82-4e0f-ae89-41c83eb7e07f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184131Z:e9325bb7-aa82-4e0f-ae89-41c83eb7e07f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14582" - ], - "x-ms-client-request-id": [ - "491f0aab805a4206b323344fe868b8f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ba03736-03c2-4ec2-a320-52387e1bb21c" - ], - "x-ms-correlation-request-id": [ - "1ba03736-03c2-4ec2-a320-52387e1bb21c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:1ba03736-03c2-4ec2-a320-52387e1bb21c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14581" - ], - "x-ms-client-request-id": [ - "6a251aaac7fe4471be8e6e0efb2cb7a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53ecd8e1-52a4-4f07-a78a-514bdcaed611" - ], - "x-ms-correlation-request-id": [ - "53ecd8e1-52a4-4f07-a78a-514bdcaed611" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:53ecd8e1-52a4-4f07-a78a-514bdcaed611" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14580" - ], - "x-ms-client-request-id": [ - "3ce22383d9f047fcbb3966112ccafffd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b94ae97-d053-49cb-a51d-c14f7ed5a5f4" - ], - "x-ms-correlation-request-id": [ - "0b94ae97-d053-49cb-a51d-c14f7ed5a5f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:0b94ae97-d053-49cb-a51d-c14f7ed5a5f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14579" - ], - "x-ms-client-request-id": [ - "2f0a5c4416cb478984ad47d74e0f5932" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae2cbaa9-f067-4ab4-960c-9133cdc22b86" - ], - "x-ms-correlation-request-id": [ - "ae2cbaa9-f067-4ab4-960c-9133cdc22b86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:ae2cbaa9-f067-4ab4-960c-9133cdc22b86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14578" - ], - "x-ms-client-request-id": [ - "73d92daad9074db2a0e2d5e9989f9839" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b3090ba-193e-44f5-9213-425dc1958c0c" - ], - "x-ms-correlation-request-id": [ - "9b3090ba-193e-44f5-9213-425dc1958c0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:9b3090ba-193e-44f5-9213-425dc1958c0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14577" - ], - "x-ms-client-request-id": [ - "50a97500b34a45059f13b992f02c6290" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba2db4db-f4bd-431e-80ef-1dc2e6ef2b65" - ], - "x-ms-correlation-request-id": [ - "ba2db4db-f4bd-431e-80ef-1dc2e6ef2b65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:ba2db4db-f4bd-431e-80ef-1dc2e6ef2b65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14576" - ], - "x-ms-client-request-id": [ - "5b6cdb3902d245b1874ee1f0dc689488" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "250c66b7-3ab8-4f5f-8cc7-79747911859a" - ], - "x-ms-correlation-request-id": [ - "250c66b7-3ab8-4f5f-8cc7-79747911859a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:250c66b7-3ab8-4f5f-8cc7-79747911859a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14575" - ], - "x-ms-client-request-id": [ - "5d18cbf1df744e8c85219a43e52c64fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f91a9a5-1583-40c6-9650-f55837337be6" - ], - "x-ms-correlation-request-id": [ - "6f91a9a5-1583-40c6-9650-f55837337be6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:6f91a9a5-1583-40c6-9650-f55837337be6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14574" - ], - "x-ms-client-request-id": [ - "75482ae7f82c4771bdf704c5d59907b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65368b5f-bbdc-4b33-99c5-71cb0d6ba328" - ], - "x-ms-correlation-request-id": [ - "65368b5f-bbdc-4b33-99c5-71cb0d6ba328" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184132Z:65368b5f-bbdc-4b33-99c5-71cb0d6ba328" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14573" - ], - "x-ms-client-request-id": [ - "1fae3bf8d1c544bfab2e3b42bc28dd82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39ff80d9-84d0-4467-9096-ceb317ec2ce5" - ], - "x-ms-correlation-request-id": [ - "39ff80d9-84d0-4467-9096-ceb317ec2ce5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:39ff80d9-84d0-4467-9096-ceb317ec2ce5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14572" - ], - "x-ms-client-request-id": [ - "6085fcd06bec4e6f9163f2db7c6602b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a1ed212-1208-4d44-bc36-7f556f328896" - ], - "x-ms-correlation-request-id": [ - "3a1ed212-1208-4d44-bc36-7f556f328896" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:3a1ed212-1208-4d44-bc36-7f556f328896" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14571" - ], - "x-ms-client-request-id": [ - "37bb7278eb5248279135ef68e7848405" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c16b8c0-43fb-48eb-a57a-35ed978020ae" - ], - "x-ms-correlation-request-id": [ - "9c16b8c0-43fb-48eb-a57a-35ed978020ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:9c16b8c0-43fb-48eb-a57a-35ed978020ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14570" - ], - "x-ms-client-request-id": [ - "aea6a054c5b64ac1b088e5241e23e777" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f579f4a-d5d8-4819-bd72-1f7b61f334bd" - ], - "x-ms-correlation-request-id": [ - "3f579f4a-d5d8-4819-bd72-1f7b61f334bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:3f579f4a-d5d8-4819-bd72-1f7b61f334bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14569" - ], - "x-ms-client-request-id": [ - "d90b9f13b04749baa47e3de1ed87e87e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7b11042-3062-4f2d-9131-d6d8c57aa5e4" - ], - "x-ms-correlation-request-id": [ - "d7b11042-3062-4f2d-9131-d6d8c57aa5e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:d7b11042-3062-4f2d-9131-d6d8c57aa5e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14568" - ], - "x-ms-client-request-id": [ - "25e67b8aa561457dbfc4e5a36134ac18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be0753dd-5357-4842-a49c-f31d76c2a574" - ], - "x-ms-correlation-request-id": [ - "be0753dd-5357-4842-a49c-f31d76c2a574" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:be0753dd-5357-4842-a49c-f31d76c2a574" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14567" - ], - "x-ms-client-request-id": [ - "df225d3094304f0c815919c8d3d2cc06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29600844-c26b-4d8d-9fb2-7285b6bd7d53" - ], - "x-ms-correlation-request-id": [ - "29600844-c26b-4d8d-9fb2-7285b6bd7d53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:29600844-c26b-4d8d-9fb2-7285b6bd7d53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14566" - ], - "x-ms-client-request-id": [ - "97e513c7a28344da806d9cef6859f01c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8083b737-3405-43ef-b205-32b1c5fc6938" - ], - "x-ms-correlation-request-id": [ - "8083b737-3405-43ef-b205-32b1c5fc6938" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184133Z:8083b737-3405-43ef-b205-32b1c5fc6938" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14565" - ], - "x-ms-client-request-id": [ - "e6f9601f211b4106b353a9e937eb5fdf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a56d353-1f03-4851-8ca4-6c59da472a80" - ], - "x-ms-correlation-request-id": [ - "5a56d353-1f03-4851-8ca4-6c59da472a80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184134Z:5a56d353-1f03-4851-8ca4-6c59da472a80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14564" - ], - "x-ms-client-request-id": [ - "d13c45eefa644425b861215b63902ab6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebf275f3-0d0f-4054-b94e-d1fa1b584e22" - ], - "x-ms-correlation-request-id": [ - "ebf275f3-0d0f-4054-b94e-d1fa1b584e22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184134Z:ebf275f3-0d0f-4054-b94e-d1fa1b584e22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14563" - ], - "x-ms-client-request-id": [ - "9148d52e5b7e4ed6800d73681c435e11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06e5e2c6-e4c2-4991-b3ab-d2a2155b0337" - ], - "x-ms-correlation-request-id": [ - "06e5e2c6-e4c2-4991-b3ab-d2a2155b0337" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184134Z:06e5e2c6-e4c2-4991-b3ab-d2a2155b0337" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14562" - ], - "x-ms-client-request-id": [ - "7f4f2d213c6a454b86d934fbda2d0f86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f185d1ac-2c47-4c99-9cb1-88248b4381bd" - ], - "x-ms-correlation-request-id": [ - "f185d1ac-2c47-4c99-9cb1-88248b4381bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184134Z:f185d1ac-2c47-4c99-9cb1-88248b4381bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14561" - ], - "x-ms-client-request-id": [ - "3b585609aaaf43e19ba4d7bb50f3cae0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52471412-d8f3-467f-89f4-92a5cde4283c" - ], - "x-ms-correlation-request-id": [ - "52471412-d8f3-467f-89f4-92a5cde4283c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184134Z:52471412-d8f3-467f-89f4-92a5cde4283c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14560" - ], - "x-ms-client-request-id": [ - "774c402d6c6f4e2b98fee198a2800cb6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89ba3d1d-bd4f-4b2c-b9d2-3975d7409440" - ], - "x-ms-correlation-request-id": [ - "89ba3d1d-bd4f-4b2c-b9d2-3975d7409440" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184134Z:89ba3d1d-bd4f-4b2c-b9d2-3975d7409440" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14559" - ], - "x-ms-client-request-id": [ - "0d31350f1c1c48c08fc30d5467fa07d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "668e5061-c6b8-4219-8b35-c536e2ece493" - ], - "x-ms-correlation-request-id": [ - "668e5061-c6b8-4219-8b35-c536e2ece493" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184134Z:668e5061-c6b8-4219-8b35-c536e2ece493" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14558" - ], - "x-ms-client-request-id": [ - "924152c842ac41b391fd55b05e800c04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25c935a1-b184-467e-861b-de789945e029" - ], - "x-ms-correlation-request-id": [ - "25c935a1-b184-467e-861b-de789945e029" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184135Z:25c935a1-b184-467e-861b-de789945e029" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14557" - ], - "x-ms-client-request-id": [ - "2f2cdfee2eae453f8bdf6c5a38551eb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "708916b5-c7f6-4e0a-be31-66214af1a188" - ], - "x-ms-correlation-request-id": [ - "708916b5-c7f6-4e0a-be31-66214af1a188" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184135Z:708916b5-c7f6-4e0a-be31-66214af1a188" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14556" - ], - "x-ms-client-request-id": [ - "e53fd0d92b164671af943f442f280014" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4e5a1b4-a93b-4529-b109-79b3a1914e40" - ], - "x-ms-correlation-request-id": [ - "e4e5a1b4-a93b-4529-b109-79b3a1914e40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184135Z:e4e5a1b4-a93b-4529-b109-79b3a1914e40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14555" - ], - "x-ms-client-request-id": [ - "7ce31f1a4e334c13bbb89d214837a552" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4e6ecb5-e324-4523-81c1-107b0747a304" - ], - "x-ms-correlation-request-id": [ - "b4e6ecb5-e324-4523-81c1-107b0747a304" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184135Z:b4e6ecb5-e324-4523-81c1-107b0747a304" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14554" - ], - "x-ms-client-request-id": [ - "e2e772614fbf45fbbab5662fd02262a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a19f06bf-9cc5-4654-8f81-705b9fcb0f4a" - ], - "x-ms-correlation-request-id": [ - "a19f06bf-9cc5-4654-8f81-705b9fcb0f4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184135Z:a19f06bf-9cc5-4654-8f81-705b9fcb0f4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14553" - ], - "x-ms-client-request-id": [ - "4014c8cdce7342a3bd0180dced6473a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c9895f8-8ecd-4431-a6a9-51a376badaf0" - ], - "x-ms-correlation-request-id": [ - "2c9895f8-8ecd-4431-a6a9-51a376badaf0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184135Z:2c9895f8-8ecd-4431-a6a9-51a376badaf0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14552" - ], - "x-ms-client-request-id": [ - "499513a2531c412499c4e5d3e8336890" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8fb0fb66-08d3-488d-bfcb-5ce8effd05b0" - ], - "x-ms-correlation-request-id": [ - "8fb0fb66-08d3-488d-bfcb-5ce8effd05b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184135Z:8fb0fb66-08d3-488d-bfcb-5ce8effd05b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14551" - ], - "x-ms-client-request-id": [ - "030f53436540410888a81df8f240c2d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "129b3a08-8287-4c46-b8ae-af30505ec1d6" - ], - "x-ms-correlation-request-id": [ - "129b3a08-8287-4c46-b8ae-af30505ec1d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:129b3a08-8287-4c46-b8ae-af30505ec1d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14550" - ], - "x-ms-client-request-id": [ - "78c08fb49def41a99852a9de0511be5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97dfbf84-b69a-47bd-b582-9011e5e15514" - ], - "x-ms-correlation-request-id": [ - "97dfbf84-b69a-47bd-b582-9011e5e15514" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:97dfbf84-b69a-47bd-b582-9011e5e15514" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14549" - ], - "x-ms-client-request-id": [ - "b5a7f20bf4e84f1d83a806d65e18cca3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad2e1b72-a7f5-4207-be0e-fbc657459586" - ], - "x-ms-correlation-request-id": [ - "ad2e1b72-a7f5-4207-be0e-fbc657459586" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:ad2e1b72-a7f5-4207-be0e-fbc657459586" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14548" - ], - "x-ms-client-request-id": [ - "e60060ac275f4144abb150672efe7c44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1d61896-85f8-4ce6-bc8d-98a208f395eb" - ], - "x-ms-correlation-request-id": [ - "d1d61896-85f8-4ce6-bc8d-98a208f395eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:d1d61896-85f8-4ce6-bc8d-98a208f395eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14547" - ], - "x-ms-client-request-id": [ - "045ff51b51264d8695a9f7eb708df74d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7cb5c340-fdfa-4d6f-b831-c68cf46984a4" - ], - "x-ms-correlation-request-id": [ - "7cb5c340-fdfa-4d6f-b831-c68cf46984a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:7cb5c340-fdfa-4d6f-b831-c68cf46984a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14546" - ], - "x-ms-client-request-id": [ - "fee445c7d1dd4980aef4f4fe3822aaea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbaa6328-f42f-4fc4-8def-d857d8ffea71" - ], - "x-ms-correlation-request-id": [ - "dbaa6328-f42f-4fc4-8def-d857d8ffea71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:dbaa6328-f42f-4fc4-8def-d857d8ffea71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14545" - ], - "x-ms-client-request-id": [ - "617d62eac9e44a1fb096104028b6d859" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c15d0c05-1840-447b-b9cb-4a95f19f0930" - ], - "x-ms-correlation-request-id": [ - "c15d0c05-1840-447b-b9cb-4a95f19f0930" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:c15d0c05-1840-447b-b9cb-4a95f19f0930" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14544" - ], - "x-ms-client-request-id": [ - "c69ad46e09704ac2b13be23e8de83b0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7758e687-3eb0-43dd-a2b0-d3d47377d531" - ], - "x-ms-correlation-request-id": [ - "7758e687-3eb0-43dd-a2b0-d3d47377d531" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184136Z:7758e687-3eb0-43dd-a2b0-d3d47377d531" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14543" - ], - "x-ms-client-request-id": [ - "ae5658ece4a1404ebfa0753bf5f797da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab1c27c4-956d-4587-8cf9-55e962c128a7" - ], - "x-ms-correlation-request-id": [ - "ab1c27c4-956d-4587-8cf9-55e962c128a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184137Z:ab1c27c4-956d-4587-8cf9-55e962c128a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14542" - ], - "x-ms-client-request-id": [ - "bcccf6ad34c6496fa9b8b84f5f5dca5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36aa13b3-6a2f-447b-b5ee-f24998f27483" - ], - "x-ms-correlation-request-id": [ - "36aa13b3-6a2f-447b-b5ee-f24998f27483" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184137Z:36aa13b3-6a2f-447b-b5ee-f24998f27483" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14541" - ], - "x-ms-client-request-id": [ - "78d9f5af297749c3b1bb8d690175f3ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90682df1-9492-4777-abfa-1679924cd94d" - ], - "x-ms-correlation-request-id": [ - "90682df1-9492-4777-abfa-1679924cd94d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184137Z:90682df1-9492-4777-abfa-1679924cd94d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14540" - ], - "x-ms-client-request-id": [ - "41c4c42145244a228d6d661aeb600533" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b620fcf-d3de-450a-b4a4-e24adccfb27c" - ], - "x-ms-correlation-request-id": [ - "8b620fcf-d3de-450a-b4a4-e24adccfb27c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184137Z:8b620fcf-d3de-450a-b4a4-e24adccfb27c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14539" - ], - "x-ms-client-request-id": [ - "067604f8447d434c895145202d5907df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cdad5ff-97b5-4e4e-b088-675ba3bb116d" - ], - "x-ms-correlation-request-id": [ - "3cdad5ff-97b5-4e4e-b088-675ba3bb116d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184137Z:3cdad5ff-97b5-4e4e-b088-675ba3bb116d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14538" - ], - "x-ms-client-request-id": [ - "d51760ee1304494c9b7234d147af2572" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81ca3237-04d1-4bed-9bd8-1e93f5cdc3f0" - ], - "x-ms-correlation-request-id": [ - "81ca3237-04d1-4bed-9bd8-1e93f5cdc3f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184137Z:81ca3237-04d1-4bed-9bd8-1e93f5cdc3f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14537" - ], - "x-ms-client-request-id": [ - "c73c6e29a42b45539174a38dcc205929" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9b39723-8348-4909-8cbf-40b3dd33c210" - ], - "x-ms-correlation-request-id": [ - "e9b39723-8348-4909-8cbf-40b3dd33c210" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:e9b39723-8348-4909-8cbf-40b3dd33c210" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14536" - ], - "x-ms-client-request-id": [ - "0be52dc825ed44b38211d659c6d7ec99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0ca8829-f359-4aa9-8d53-4f1db5089457" - ], - "x-ms-correlation-request-id": [ - "f0ca8829-f359-4aa9-8d53-4f1db5089457" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:f0ca8829-f359-4aa9-8d53-4f1db5089457" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14535" - ], - "x-ms-client-request-id": [ - "d7da7852eb1c4685984da7c44f245bab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dcd3312b-72f3-4df5-a08e-773e009370ec" - ], - "x-ms-correlation-request-id": [ - "dcd3312b-72f3-4df5-a08e-773e009370ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:dcd3312b-72f3-4df5-a08e-773e009370ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14534" - ], - "x-ms-client-request-id": [ - "41485f3031e940eb97f377ce0cf511b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4203a4f-f0a5-4ffa-9615-7febe5c73475" - ], - "x-ms-correlation-request-id": [ - "d4203a4f-f0a5-4ffa-9615-7febe5c73475" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:d4203a4f-f0a5-4ffa-9615-7febe5c73475" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14533" - ], - "x-ms-client-request-id": [ - "09756ba2f1f641fcb2dd29f3b78aa4cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cc25645-6640-4f78-b308-83ba84f0759e" - ], - "x-ms-correlation-request-id": [ - "2cc25645-6640-4f78-b308-83ba84f0759e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:2cc25645-6640-4f78-b308-83ba84f0759e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14532" - ], - "x-ms-client-request-id": [ - "d8265359d441403aa89e323719c8a025" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03723aad-bd9a-48ea-ad8f-19683303db51" - ], - "x-ms-correlation-request-id": [ - "03723aad-bd9a-48ea-ad8f-19683303db51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:03723aad-bd9a-48ea-ad8f-19683303db51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14531" - ], - "x-ms-client-request-id": [ - "42777bed6f254fe79c5831f972bcd323" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed3d3731-1e8e-4ceb-9d68-2b59c21c7243" - ], - "x-ms-correlation-request-id": [ - "ed3d3731-1e8e-4ceb-9d68-2b59c21c7243" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:ed3d3731-1e8e-4ceb-9d68-2b59c21c7243" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14530" - ], - "x-ms-client-request-id": [ - "7e72d7edbb0140009e6c88f2d9a35ee0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "876ff432-c552-4468-bd48-208615f61206" - ], - "x-ms-correlation-request-id": [ - "876ff432-c552-4468-bd48-208615f61206" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184138Z:876ff432-c552-4468-bd48-208615f61206" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14529" - ], - "x-ms-client-request-id": [ - "9cd248cb667b4ef391fece11cd9467f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "060635ed-73d7-4b23-9c88-ea01046e06d6" - ], - "x-ms-correlation-request-id": [ - "060635ed-73d7-4b23-9c88-ea01046e06d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184139Z:060635ed-73d7-4b23-9c88-ea01046e06d6" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "32204252f04f4f49931debeaa1c3df67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1370f819-f0e8-4e8d-b5b2-2877e4c28b62" - ], - "x-ms-correlation-request-id": [ - "1370f819-f0e8-4e8d-b5b2-2877e4c28b62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184139Z:1370f819-f0e8-4e8d-b5b2-2877e4c28b62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "e2149a31c634437295b173dc694bf120" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec90e80e-1205-4c21-8dae-8e242d4767d1" - ], - "x-ms-correlation-request-id": [ - "ec90e80e-1205-4c21-8dae-8e242d4767d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184139Z:ec90e80e-1205-4c21-8dae-8e242d4767d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "d833954af3f449a1b443dc18a490c0fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7670ec4e-7406-496a-a01f-e6c27b76baea" - ], - "x-ms-correlation-request-id": [ - "7670ec4e-7406-496a-a01f-e6c27b76baea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:7670ec4e-7406-496a-a01f-e6c27b76baea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "47fccc1e50b143048c47a7d55cd6ff50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c244ba03-ed45-4244-89a8-7dde6e0ca347" - ], - "x-ms-correlation-request-id": [ - "c244ba03-ed45-4244-89a8-7dde6e0ca347" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:c244ba03-ed45-4244-89a8-7dde6e0ca347" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "96c92cea16d64dbf9b8b5dceec87f2f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29faa6d6-1f37-4335-b1e6-7851306219a7" - ], - "x-ms-correlation-request-id": [ - "29faa6d6-1f37-4335-b1e6-7851306219a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:29faa6d6-1f37-4335-b1e6-7851306219a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "1fe99d2475264899bd4f4e68ef64e48a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5e1ee10-669f-44fa-bceb-ced1aac893e1" - ], - "x-ms-correlation-request-id": [ - "a5e1ee10-669f-44fa-bceb-ced1aac893e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:a5e1ee10-669f-44fa-bceb-ced1aac893e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "3deabbdf348c4b5da13e5a75630e41bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bda92ba7-8f50-445a-97eb-94b2e9f7ba06" - ], - "x-ms-correlation-request-id": [ - "bda92ba7-8f50-445a-97eb-94b2e9f7ba06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:bda92ba7-8f50-445a-97eb-94b2e9f7ba06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "c46b554d91a643acb1a4456c5f15c587" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e87af76-60c5-4485-ac44-bfbef5758d0e" - ], - "x-ms-correlation-request-id": [ - "5e87af76-60c5-4485-ac44-bfbef5758d0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:5e87af76-60c5-4485-ac44-bfbef5758d0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "8076a98ffc48494ea169e771b343f1d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a44bb352-44e1-4563-b234-6f7a7d4d4fe4" - ], - "x-ms-correlation-request-id": [ - "a44bb352-44e1-4563-b234-6f7a7d4d4fe4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:a44bb352-44e1-4563-b234-6f7a7d4d4fe4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "0c68d765acaf4dffb7dbf5f647fff4fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84ccfb08-6845-49fb-bbfe-53535cc09754" - ], - "x-ms-correlation-request-id": [ - "84ccfb08-6845-49fb-bbfe-53535cc09754" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:84ccfb08-6845-49fb-bbfe-53535cc09754" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "593090b8681940b6aef0801f899e2b9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3aea1a64-28de-48ad-a9b6-2c78acfa60be" - ], - "x-ms-correlation-request-id": [ - "3aea1a64-28de-48ad-a9b6-2c78acfa60be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184140Z:3aea1a64-28de-48ad-a9b6-2c78acfa60be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "31f15edba5ce474caf2b192c94d84c42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "909ac464-aede-4b4d-ac43-9e82a4734d3e" - ], - "x-ms-correlation-request-id": [ - "909ac464-aede-4b4d-ac43-9e82a4734d3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:909ac464-aede-4b4d-ac43-9e82a4734d3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "68bbf28de59c44c2b37c9cb3aebf95ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1058072a-8197-42e2-b36a-1210b6fc9d33" - ], - "x-ms-correlation-request-id": [ - "1058072a-8197-42e2-b36a-1210b6fc9d33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:1058072a-8197-42e2-b36a-1210b6fc9d33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "33a54ed46d5d40e89d957a8cb9d8ae6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "970dd5bc-1454-415c-8e86-056e0840264a" - ], - "x-ms-correlation-request-id": [ - "970dd5bc-1454-415c-8e86-056e0840264a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:970dd5bc-1454-415c-8e86-056e0840264a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "15324e5dfa4c4c8881dc1f4fba83111b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f5673e4-d365-4138-a515-379edd30ef72" - ], - "x-ms-correlation-request-id": [ - "3f5673e4-d365-4138-a515-379edd30ef72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:3f5673e4-d365-4138-a515-379edd30ef72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "a0eece0503944554a901803c5e831b84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5eb121f6-4165-4698-a5b6-18d6ee7154b7" - ], - "x-ms-correlation-request-id": [ - "5eb121f6-4165-4698-a5b6-18d6ee7154b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:5eb121f6-4165-4698-a5b6-18d6ee7154b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "f16d6e258e6f4fee9e7c268556dc354f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4534af3b-ecc9-4032-81b6-49ed8c303858" - ], - "x-ms-correlation-request-id": [ - "4534af3b-ecc9-4032-81b6-49ed8c303858" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:4534af3b-ecc9-4032-81b6-49ed8c303858" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "47592c78451146f2b0d80fc4924fe4c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f7b916f-8f02-4705-9608-83b7b8ee7a40" - ], - "x-ms-correlation-request-id": [ - "3f7b916f-8f02-4705-9608-83b7b8ee7a40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:3f7b916f-8f02-4705-9608-83b7b8ee7a40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "20e809d442f940159790323acfc5e2d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27e32c08-12bc-4264-a6a0-5d5c733650e0" - ], - "x-ms-correlation-request-id": [ - "27e32c08-12bc-4264-a6a0-5d5c733650e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184141Z:27e32c08-12bc-4264-a6a0-5d5c733650e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "fa07d37894a345bba2eee6d30e5879ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e881a653-d53e-4b0a-b331-091977c340c4" - ], - "x-ms-correlation-request-id": [ - "e881a653-d53e-4b0a-b331-091977c340c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:e881a653-d53e-4b0a-b331-091977c340c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "dad98ff129454193bca08026a72ac874" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c0600bb-b81c-469d-bfb8-910a5b91b949" - ], - "x-ms-correlation-request-id": [ - "0c0600bb-b81c-469d-bfb8-910a5b91b949" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:0c0600bb-b81c-469d-bfb8-910a5b91b949" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "8fb3e8a9e5a245c19446a1e5a93d07c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc279283-db17-4605-bb34-a300e4144785" - ], - "x-ms-correlation-request-id": [ - "fc279283-db17-4605-bb34-a300e4144785" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:fc279283-db17-4605-bb34-a300e4144785" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "d7ab2df19f0c441da9f54fdd4582d3e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e97714b3-1f8c-416d-a834-2211f3942347" - ], - "x-ms-correlation-request-id": [ - "e97714b3-1f8c-416d-a834-2211f3942347" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:e97714b3-1f8c-416d-a834-2211f3942347" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "9a5deff04f814abf9b630deba94873eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9d30eb0-9015-4586-9d4c-86dab0d9e721" - ], - "x-ms-correlation-request-id": [ - "e9d30eb0-9015-4586-9d4c-86dab0d9e721" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:e9d30eb0-9015-4586-9d4c-86dab0d9e721" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "98e269e262124ac69b0941c010d17132" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3260114-ddb9-4c6b-bd5f-329668c74711" - ], - "x-ms-correlation-request-id": [ - "a3260114-ddb9-4c6b-bd5f-329668c74711" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:a3260114-ddb9-4c6b-bd5f-329668c74711" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "91fa0ae084f84bc4a8254ccef5c76526" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a0faaa6-3075-4465-aea7-6a40434c0d94" - ], - "x-ms-correlation-request-id": [ - "6a0faaa6-3075-4465-aea7-6a40434c0d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:6a0faaa6-3075-4465-aea7-6a40434c0d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "69d81ed9135f482aab24644ae9668f0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8f4cca0-4664-46a2-8fe4-ca121a1800ae" - ], - "x-ms-correlation-request-id": [ - "c8f4cca0-4664-46a2-8fe4-ca121a1800ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:c8f4cca0-4664-46a2-8fe4-ca121a1800ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "811c608169dc4674b039cd02cd753670" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21f1cc1c-4926-4c16-a20a-b047172ced9c" - ], - "x-ms-correlation-request-id": [ - "21f1cc1c-4926-4c16-a20a-b047172ced9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184142Z:21f1cc1c-4926-4c16-a20a-b047172ced9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "2f722c37c99b4d12b5fe51127377c5cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af91763d-9f49-49c3-9247-8f7b9e4ab9d9" - ], - "x-ms-correlation-request-id": [ - "af91763d-9f49-49c3-9247-8f7b9e4ab9d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184143Z:af91763d-9f49-49c3-9247-8f7b9e4ab9d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "6df6b6e35d7a4b1181564dcc0b6bb367" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5a30029-bca3-4958-8cb7-92b579ea016f" - ], - "x-ms-correlation-request-id": [ - "c5a30029-bca3-4958-8cb7-92b579ea016f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184143Z:c5a30029-bca3-4958-8cb7-92b579ea016f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "ddd07bcb87ea466da6efce0598f9cc32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "753a868b-2c18-459a-9029-9e7d828e5036" - ], - "x-ms-correlation-request-id": [ - "753a868b-2c18-459a-9029-9e7d828e5036" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184143Z:753a868b-2c18-459a-9029-9e7d828e5036" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "a335ba1f962c465aa013fa8b94bb2b65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb99d62b-28ab-4b25-a4fb-f050ff86d33e" - ], - "x-ms-correlation-request-id": [ - "bb99d62b-28ab-4b25-a4fb-f050ff86d33e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184143Z:bb99d62b-28ab-4b25-a4fb-f050ff86d33e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "623d535668954641b3320fb8f6c1a52b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2a00003-7a65-41fe-8209-3f78a224659d" - ], - "x-ms-correlation-request-id": [ - "a2a00003-7a65-41fe-8209-3f78a224659d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184143Z:a2a00003-7a65-41fe-8209-3f78a224659d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "c342cf7382ea400c83cc7937d54c3f58" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb1fb789-020c-405a-bfec-f7d0d0c8038a" - ], - "x-ms-correlation-request-id": [ - "fb1fb789-020c-405a-bfec-f7d0d0c8038a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184143Z:fb1fb789-020c-405a-bfec-f7d0d0c8038a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "c07271e6aeb842ae94c6fed503d9d210" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "099f8f12-48c5-4f13-bccd-002b63bac9c0" - ], - "x-ms-correlation-request-id": [ - "099f8f12-48c5-4f13-bccd-002b63bac9c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184144Z:099f8f12-48c5-4f13-bccd-002b63bac9c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "e06053d5daa04c84aab9edd52b56d632" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96d56204-a77c-48eb-9ab0-1bfb62b1057c" - ], - "x-ms-correlation-request-id": [ - "96d56204-a77c-48eb-9ab0-1bfb62b1057c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184144Z:96d56204-a77c-48eb-9ab0-1bfb62b1057c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "dce28a4d6c614c04819f129bb09b1475" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c41d07ed-5424-4331-b2c3-73cfd8b4e2a0" - ], - "x-ms-correlation-request-id": [ - "c41d07ed-5424-4331-b2c3-73cfd8b4e2a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184144Z:c41d07ed-5424-4331-b2c3-73cfd8b4e2a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "534ba772a7b34cebb08cc4a8b8959929" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d13eb07-07b0-483d-90ea-d44e4d7a5e71" - ], - "x-ms-correlation-request-id": [ - "1d13eb07-07b0-483d-90ea-d44e4d7a5e71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184144Z:1d13eb07-07b0-483d-90ea-d44e4d7a5e71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "74886c5738924c358db6c7e73eb41225" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b25afcb-c9b0-4532-a8da-931dc59255b3" - ], - "x-ms-correlation-request-id": [ - "9b25afcb-c9b0-4532-a8da-931dc59255b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184144Z:9b25afcb-c9b0-4532-a8da-931dc59255b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "4db0694e73ee4b09913dd0535668913b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27b45da2-f7d9-419b-8fa2-afe80801087c" - ], - "x-ms-correlation-request-id": [ - "27b45da2-f7d9-419b-8fa2-afe80801087c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184144Z:27b45da2-f7d9-419b-8fa2-afe80801087c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "7ed24cdf6b7140a2bbc26158ce75325d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb87ee09-320f-47b7-99e6-c251bde7d430" - ], - "x-ms-correlation-request-id": [ - "cb87ee09-320f-47b7-99e6-c251bde7d430" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184144Z:cb87ee09-320f-47b7-99e6-c251bde7d430" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "206e31a26b1b4533ad66ff4d1fdddad7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "105c220f-9197-45f4-af46-e34f95a17a0d" - ], - "x-ms-correlation-request-id": [ - "105c220f-9197-45f4-af46-e34f95a17a0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184145Z:105c220f-9197-45f4-af46-e34f95a17a0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "b2d1367e0e3c4363a48c1db136cba5d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41b3c865-0a80-4843-badb-a976fb88e206" - ], - "x-ms-correlation-request-id": [ - "41b3c865-0a80-4843-badb-a976fb88e206" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184145Z:41b3c865-0a80-4843-badb-a976fb88e206" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "47158e9dcc8240729c75e3a677b729a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f478cdc-c467-45be-bdfc-e9563c86c038" - ], - "x-ms-correlation-request-id": [ - "9f478cdc-c467-45be-bdfc-e9563c86c038" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184145Z:9f478cdc-c467-45be-bdfc-e9563c86c038" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "3a4b19cf5f6943e9806f5b4121d69a03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0640724b-4c8c-415f-a039-ceb019d1d87d" - ], - "x-ms-correlation-request-id": [ - "0640724b-4c8c-415f-a039-ceb019d1d87d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184145Z:0640724b-4c8c-415f-a039-ceb019d1d87d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "da0abc1ba6c04b66ba0f63716dc0a444" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "515ed250-5ad5-4ba0-99ee-028aaff231b3" - ], - "x-ms-correlation-request-id": [ - "515ed250-5ad5-4ba0-99ee-028aaff231b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184145Z:515ed250-5ad5-4ba0-99ee-028aaff231b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "73570de045dc4a35b9c2259caf2ea651" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cc1440e-c352-4062-a7e3-205e0d9d9bc0" - ], - "x-ms-correlation-request-id": [ - "3cc1440e-c352-4062-a7e3-205e0d9d9bc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184145Z:3cc1440e-c352-4062-a7e3-205e0d9d9bc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "405561e1474d4ac99f729725e8fdb550" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c821cda0-e820-46b5-8f1e-44aa96ef912e" - ], - "x-ms-correlation-request-id": [ - "c821cda0-e820-46b5-8f1e-44aa96ef912e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184145Z:c821cda0-e820-46b5-8f1e-44aa96ef912e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "881782e7d73449b8bd3762d5abb6a1c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2cb2ed62-4b52-4106-96ff-fac9ae3620a0" - ], - "x-ms-correlation-request-id": [ - "2cb2ed62-4b52-4106-96ff-fac9ae3620a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184146Z:2cb2ed62-4b52-4106-96ff-fac9ae3620a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "185fb0e110b042a19b1e9814fa0898ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ecf50c1-c7b7-4ffd-b10c-9f527cda0cb4" - ], - "x-ms-correlation-request-id": [ - "0ecf50c1-c7b7-4ffd-b10c-9f527cda0cb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184146Z:0ecf50c1-c7b7-4ffd-b10c-9f527cda0cb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "be782521656b49248d06dbaabc8465f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1803045-0ca1-4644-b669-5f62007111c3" - ], - "x-ms-correlation-request-id": [ - "b1803045-0ca1-4644-b669-5f62007111c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184146Z:b1803045-0ca1-4644-b669-5f62007111c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "4a220af1bf8d495a8b6d19bdba1b64f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b75c7b1d-6235-4fb2-9883-46387390edc7" - ], - "x-ms-correlation-request-id": [ - "b75c7b1d-6235-4fb2-9883-46387390edc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184146Z:b75c7b1d-6235-4fb2-9883-46387390edc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "a322c36ebf0f4a0096f44fe86b386c79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c044b65-53f2-43fe-bacf-7d489e1e18eb" - ], - "x-ms-correlation-request-id": [ - "9c044b65-53f2-43fe-bacf-7d489e1e18eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184146Z:9c044b65-53f2-43fe-bacf-7d489e1e18eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "efb6b7dc30614d158d4bbec71989b097" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b09724f0-ddad-4435-8168-05b2ff874447" - ], - "x-ms-correlation-request-id": [ - "b09724f0-ddad-4435-8168-05b2ff874447" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184146Z:b09724f0-ddad-4435-8168-05b2ff874447" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "a4b2b69e969643798c1754cad7a7a5f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f58fb97c-1653-49bb-8204-c1d389a7fc24" - ], - "x-ms-correlation-request-id": [ - "f58fb97c-1653-49bb-8204-c1d389a7fc24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184147Z:f58fb97c-1653-49bb-8204-c1d389a7fc24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "c44dc7725680438bba19d6c2c405c36b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bf54cfb-c4b5-43bf-bec9-07913a0d7447" - ], - "x-ms-correlation-request-id": [ - "7bf54cfb-c4b5-43bf-bec9-07913a0d7447" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184147Z:7bf54cfb-c4b5-43bf-bec9-07913a0d7447" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "04092103ce574bae9f1caef90ad86031" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c0b26f7-dbe9-4c58-8127-0c076e60a82f" - ], - "x-ms-correlation-request-id": [ - "9c0b26f7-dbe9-4c58-8127-0c076e60a82f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184147Z:9c0b26f7-dbe9-4c58-8127-0c076e60a82f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "6768a42c7b44456bb389956ad03d5ec8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fecf74be-be88-4283-ba31-e3367c780331" - ], - "x-ms-correlation-request-id": [ - "fecf74be-be88-4283-ba31-e3367c780331" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184147Z:fecf74be-be88-4283-ba31-e3367c780331" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "0cd5a2f770ee403a9044b07561125d7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ddd89b6b-2995-4098-b3fe-3a46272537f3" - ], - "x-ms-correlation-request-id": [ - "ddd89b6b-2995-4098-b3fe-3a46272537f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184147Z:ddd89b6b-2995-4098-b3fe-3a46272537f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "8f6ed07ccde148c9ba4abcf59847a2e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a5270a2-0fb0-4520-8f6c-83a2a8981c35" - ], - "x-ms-correlation-request-id": [ - "9a5270a2-0fb0-4520-8f6c-83a2a8981c35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184147Z:9a5270a2-0fb0-4520-8f6c-83a2a8981c35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "aab7a0cfa711445fa34257064bde569c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e818f194-2579-4223-8f7b-4e49680faac3" - ], - "x-ms-correlation-request-id": [ - "e818f194-2579-4223-8f7b-4e49680faac3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:e818f194-2579-4223-8f7b-4e49680faac3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "a7b444f63ccc4ccca99b16b757f59fb7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc23e9e2-fbba-4a03-9c8c-7d3e84d291bf" - ], - "x-ms-correlation-request-id": [ - "bc23e9e2-fbba-4a03-9c8c-7d3e84d291bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:bc23e9e2-fbba-4a03-9c8c-7d3e84d291bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "5676a6fd0dcb418797ab9bc00a46a7f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ced70e5b-e28e-464a-b91d-a59a18937d03" - ], - "x-ms-correlation-request-id": [ - "ced70e5b-e28e-464a-b91d-a59a18937d03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:ced70e5b-e28e-464a-b91d-a59a18937d03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "ec737f981fa646148d9fb57b804d0cad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90382104-1efa-4cda-8093-51bc41481b0c" - ], - "x-ms-correlation-request-id": [ - "90382104-1efa-4cda-8093-51bc41481b0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:90382104-1efa-4cda-8093-51bc41481b0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "419d221c9189433589c9599fa3779659" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "997f0788-9ce3-4cd5-a3d7-39d2daaf5921" - ], - "x-ms-correlation-request-id": [ - "997f0788-9ce3-4cd5-a3d7-39d2daaf5921" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:997f0788-9ce3-4cd5-a3d7-39d2daaf5921" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "2f1cd1f0f69948af81a8cc5b4641475a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afb93085-5c17-4e05-8f0a-b5e1127f245b" - ], - "x-ms-correlation-request-id": [ - "afb93085-5c17-4e05-8f0a-b5e1127f245b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:afb93085-5c17-4e05-8f0a-b5e1127f245b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "be3ef9acf8e447a78042ba8775311fa1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28e31078-a3a9-405f-b8d6-c247137e0855" - ], - "x-ms-correlation-request-id": [ - "28e31078-a3a9-405f-b8d6-c247137e0855" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:28e31078-a3a9-405f-b8d6-c247137e0855" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "ba83007168f1408e8704e74c1f46a317" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02f1ac10-4ac6-463d-903b-ae5dd7fb3e80" - ], - "x-ms-correlation-request-id": [ - "02f1ac10-4ac6-463d-903b-ae5dd7fb3e80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184148Z:02f1ac10-4ac6-463d-903b-ae5dd7fb3e80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "f767e506804049eebfde8037653a68df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49708c7b-9ff2-42f6-8c68-8a558e49c9e6" - ], - "x-ms-correlation-request-id": [ - "49708c7b-9ff2-42f6-8c68-8a558e49c9e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:49708c7b-9ff2-42f6-8c68-8a558e49c9e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "693fe056aab84419b6ef3b8c9c740b9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01829f16-4703-47e3-9d67-60fb85e55aa3" - ], - "x-ms-correlation-request-id": [ - "01829f16-4703-47e3-9d67-60fb85e55aa3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:01829f16-4703-47e3-9d67-60fb85e55aa3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "3bb2bc6ee5dd4896bca8c9f37ea03f01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9856502-cf15-4b06-9a4a-9c216436c8d9" - ], - "x-ms-correlation-request-id": [ - "b9856502-cf15-4b06-9a4a-9c216436c8d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:b9856502-cf15-4b06-9a4a-9c216436c8d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "0e5660f6a1e34fa6b34bc28e3a1c49ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b18ec8e-4495-43a1-bb44-db7feca62b98" - ], - "x-ms-correlation-request-id": [ - "8b18ec8e-4495-43a1-bb44-db7feca62b98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:8b18ec8e-4495-43a1-bb44-db7feca62b98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "5710f51063884cad9272bd2cd83a1cbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57f6cfe5-3dea-49d1-81e2-a2932d108be1" - ], - "x-ms-correlation-request-id": [ - "57f6cfe5-3dea-49d1-81e2-a2932d108be1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:57f6cfe5-3dea-49d1-81e2-a2932d108be1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "23e00b4eb8c6408f866eab9c5f10c0db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccac62c9-bdbd-468c-a4ac-98cb4699dd13" - ], - "x-ms-correlation-request-id": [ - "ccac62c9-bdbd-468c-a4ac-98cb4699dd13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:ccac62c9-bdbd-468c-a4ac-98cb4699dd13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "22dfb940e7244c5499f9f02bc9edb6d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "476382e8-05e9-4bd1-a270-1db35b5d9bb8" - ], - "x-ms-correlation-request-id": [ - "476382e8-05e9-4bd1-a270-1db35b5d9bb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:476382e8-05e9-4bd1-a270-1db35b5d9bb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "7c8eb1ba77624bcb81312f1baf54a02a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09c71e6f-b432-4e99-a33e-c988f1a1aad8" - ], - "x-ms-correlation-request-id": [ - "09c71e6f-b432-4e99-a33e-c988f1a1aad8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184149Z:09c71e6f-b432-4e99-a33e-c988f1a1aad8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "27cca1e2d8ab4f0ab00158a199f32b4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf6cf1bb-20fb-417a-8afa-a02569e3a59f" - ], - "x-ms-correlation-request-id": [ - "bf6cf1bb-20fb-417a-8afa-a02569e3a59f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184150Z:bf6cf1bb-20fb-417a-8afa-a02569e3a59f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "ac1fb9eb77f441b09109f5d566ae49c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "026daca5-240d-4ff3-9920-550e5dfaf58e" - ], - "x-ms-correlation-request-id": [ - "026daca5-240d-4ff3-9920-550e5dfaf58e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184150Z:026daca5-240d-4ff3-9920-550e5dfaf58e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "e310eaca3af7489eb89e5bedd53548cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "612aa01c-0c7f-4473-9faf-2d31d0c4ca34" - ], - "x-ms-correlation-request-id": [ - "612aa01c-0c7f-4473-9faf-2d31d0c4ca34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184150Z:612aa01c-0c7f-4473-9faf-2d31d0c4ca34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "e7e920d9464045cb8975915c4c3497b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d7048ed-9e90-406d-8359-7199b3d0ee9c" - ], - "x-ms-correlation-request-id": [ - "4d7048ed-9e90-406d-8359-7199b3d0ee9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184150Z:4d7048ed-9e90-406d-8359-7199b3d0ee9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "212f3555ed0443d799cf052d8f7da5aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49fdbf1b-3291-409e-8de7-02b21483e4be" - ], - "x-ms-correlation-request-id": [ - "49fdbf1b-3291-409e-8de7-02b21483e4be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184150Z:49fdbf1b-3291-409e-8de7-02b21483e4be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "edbbf12579b14e88a1bc3bc02c24c773" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83fa04dd-4610-4155-ade1-0c3720bf6ad4" - ], - "x-ms-correlation-request-id": [ - "83fa04dd-4610-4155-ade1-0c3720bf6ad4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184150Z:83fa04dd-4610-4155-ade1-0c3720bf6ad4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "c8f23981f2394808baf0cd330d92cd32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97f6e6c2-1ba9-4468-a9d5-032625bb349f" - ], - "x-ms-correlation-request-id": [ - "97f6e6c2-1ba9-4468-a9d5-032625bb349f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184150Z:97f6e6c2-1ba9-4468-a9d5-032625bb349f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "375b00fe0e1246daa2c8dde1a0e2b4e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "953e2a84-e9dd-4617-b21e-5d5891452775" - ], - "x-ms-correlation-request-id": [ - "953e2a84-e9dd-4617-b21e-5d5891452775" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184151Z:953e2a84-e9dd-4617-b21e-5d5891452775" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "c36df32651854c12bd08b1f7cdc8f5b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "207e762a-2b6d-4003-8e09-a3c1892d2bd9" - ], - "x-ms-correlation-request-id": [ - "207e762a-2b6d-4003-8e09-a3c1892d2bd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184151Z:207e762a-2b6d-4003-8e09-a3c1892d2bd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "a9ddb65b53384886b02aa34a50e4dc42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbf93f64-60e8-4bdd-ba3a-c630f694e692" - ], - "x-ms-correlation-request-id": [ - "bbf93f64-60e8-4bdd-ba3a-c630f694e692" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184151Z:bbf93f64-60e8-4bdd-ba3a-c630f694e692" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "7398c2e3058846a898fa8cb5b69b2b97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d457bda-78d8-436f-9089-bc31fa171c0b" - ], - "x-ms-correlation-request-id": [ - "5d457bda-78d8-436f-9089-bc31fa171c0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184151Z:5d457bda-78d8-436f-9089-bc31fa171c0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "8753c77f1d214272aab916c99ca2bef6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c23fdfd7-e091-4c86-aa21-3acefb19f663" - ], - "x-ms-correlation-request-id": [ - "c23fdfd7-e091-4c86-aa21-3acefb19f663" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184151Z:c23fdfd7-e091-4c86-aa21-3acefb19f663" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "441eec8d7e0649b2a96c9dcc2b465394" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f3dc0f4-c65c-45ee-a0f4-89df7722ffb4" - ], - "x-ms-correlation-request-id": [ - "5f3dc0f4-c65c-45ee-a0f4-89df7722ffb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184151Z:5f3dc0f4-c65c-45ee-a0f4-89df7722ffb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "55187cebeec044b6a937e7819d5d0f5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6166e198-da19-4751-9ca2-333776e98e48" - ], - "x-ms-correlation-request-id": [ - "6166e198-da19-4751-9ca2-333776e98e48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184151Z:6166e198-da19-4751-9ca2-333776e98e48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "525cf2d6f3074cdba8b84d615966493b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e525090-eb29-4a84-894f-f7f7dfc04c14" - ], - "x-ms-correlation-request-id": [ - "0e525090-eb29-4a84-894f-f7f7dfc04c14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184152Z:0e525090-eb29-4a84-894f-f7f7dfc04c14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "669a71ba44f44d4d9c9b34bb52a6a604" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79c14dee-c8d7-4b46-812e-8faa284c5027" - ], - "x-ms-correlation-request-id": [ - "79c14dee-c8d7-4b46-812e-8faa284c5027" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184152Z:79c14dee-c8d7-4b46-812e-8faa284c5027" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "83257529c6864345b1ca5235e690c9b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5431d7e-4985-4a8f-bb30-65620ae6a4b4" - ], - "x-ms-correlation-request-id": [ - "f5431d7e-4985-4a8f-bb30-65620ae6a4b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184152Z:f5431d7e-4985-4a8f-bb30-65620ae6a4b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "a24ea6bf04cf4506bff9d61e746fe793" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63b440b1-43db-4844-ade3-b899a0b0748b" - ], - "x-ms-correlation-request-id": [ - "63b440b1-43db-4844-ade3-b899a0b0748b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184152Z:63b440b1-43db-4844-ade3-b899a0b0748b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "a0af3b874d5f478a85785bfe9e04bffb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a1f53af-9bb3-4471-81d0-3ffce73ce278" - ], - "x-ms-correlation-request-id": [ - "4a1f53af-9bb3-4471-81d0-3ffce73ce278" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184152Z:4a1f53af-9bb3-4471-81d0-3ffce73ce278" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "686bc233a3e64c119461db7fa6e613bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb9a1e4f-daf7-4962-868b-5e4df70e7c1b" - ], - "x-ms-correlation-request-id": [ - "cb9a1e4f-daf7-4962-868b-5e4df70e7c1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184153Z:cb9a1e4f-daf7-4962-868b-5e4df70e7c1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "177f7605ffd342b2b67e20c6434c8a1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40863219-afd4-4add-a022-d708b876a0e7" - ], - "x-ms-correlation-request-id": [ - "40863219-afd4-4add-a022-d708b876a0e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184153Z:40863219-afd4-4add-a022-d708b876a0e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "832669024a454a5eb74d07dd2f00e4d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92b68660-93cd-4378-aabe-0948bd3971f7" - ], - "x-ms-correlation-request-id": [ - "92b68660-93cd-4378-aabe-0948bd3971f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184153Z:92b68660-93cd-4378-aabe-0948bd3971f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "e6bd98478fd841bf8a75911a34300240" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6de25274-f683-4c0f-831b-749d9ed49da0" - ], - "x-ms-correlation-request-id": [ - "6de25274-f683-4c0f-831b-749d9ed49da0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184153Z:6de25274-f683-4c0f-831b-749d9ed49da0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "c832d1bd097049f6a1d2f86b977814e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45d80e28-a5e4-4b07-aab6-ff90aa7df117" - ], - "x-ms-correlation-request-id": [ - "45d80e28-a5e4-4b07-aab6-ff90aa7df117" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184153Z:45d80e28-a5e4-4b07-aab6-ff90aa7df117" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "e0034e7febf7412abfa8f395bc3f1070" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "625afdcb-6112-4d9d-8392-71d332f8390e" - ], - "x-ms-correlation-request-id": [ - "625afdcb-6112-4d9d-8392-71d332f8390e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184154Z:625afdcb-6112-4d9d-8392-71d332f8390e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "b22e236cae33475985b9f6515607c3f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5d14dad-e823-420d-bbc2-88d00bd63750" - ], - "x-ms-correlation-request-id": [ - "d5d14dad-e823-420d-bbc2-88d00bd63750" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184154Z:d5d14dad-e823-420d-bbc2-88d00bd63750" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "76128a13cbae420989988ef8331876f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "832affe3-1a23-4879-bd73-d6882db66c7d" - ], - "x-ms-correlation-request-id": [ - "832affe3-1a23-4879-bd73-d6882db66c7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184154Z:832affe3-1a23-4879-bd73-d6882db66c7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "e41628068cf844a2a06ca5be86be7406" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3f0e5f6-6e72-4b04-9dd2-2c85c7040bc0" - ], - "x-ms-correlation-request-id": [ - "a3f0e5f6-6e72-4b04-9dd2-2c85c7040bc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184154Z:a3f0e5f6-6e72-4b04-9dd2-2c85c7040bc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "4be407d02b80441aa00dd21c0e45ac52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b040a07e-c229-4908-b11e-2b9a6e420762" - ], - "x-ms-correlation-request-id": [ - "b040a07e-c229-4908-b11e-2b9a6e420762" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:b040a07e-c229-4908-b11e-2b9a6e420762" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "68b4b276ef864e1e883fbe1aadc3e27b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85c9abe0-fe7b-4f37-b24a-948f85d30520" - ], - "x-ms-correlation-request-id": [ - "85c9abe0-fe7b-4f37-b24a-948f85d30520" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:85c9abe0-fe7b-4f37-b24a-948f85d30520" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "faaef0901cf24cbdb517269716d018bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3efbc293-11ae-4478-8e4a-4bc96423dada" - ], - "x-ms-correlation-request-id": [ - "3efbc293-11ae-4478-8e4a-4bc96423dada" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:3efbc293-11ae-4478-8e4a-4bc96423dada" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "f2c985f8e3494250b479c62754edb2e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a190fca3-fc7b-49a8-afae-db0f0b023013" - ], - "x-ms-correlation-request-id": [ - "a190fca3-fc7b-49a8-afae-db0f0b023013" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:a190fca3-fc7b-49a8-afae-db0f0b023013" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "768f650e5b6c4a70bd00840a52278ca6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fecae55c-bd9b-44bb-94fc-5ab59aac4783" - ], - "x-ms-correlation-request-id": [ - "fecae55c-bd9b-44bb-94fc-5ab59aac4783" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:fecae55c-bd9b-44bb-94fc-5ab59aac4783" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "acebc9eaaccb4e3b979007220efab80e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05d9546a-df1d-4bd9-931e-072a433cdf9d" - ], - "x-ms-correlation-request-id": [ - "05d9546a-df1d-4bd9-931e-072a433cdf9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:05d9546a-df1d-4bd9-931e-072a433cdf9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "849ac6368d364b6595bc5b2e1c76f25f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad0d801b-d71c-4c37-be00-b0418d3b7b56" - ], - "x-ms-correlation-request-id": [ - "ad0d801b-d71c-4c37-be00-b0418d3b7b56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:ad0d801b-d71c-4c37-be00-b0418d3b7b56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "8cdb08bed54a4fe5b1a2802d2459fa38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67e49436-98f2-4034-b8df-f35f577545f0" - ], - "x-ms-correlation-request-id": [ - "67e49436-98f2-4034-b8df-f35f577545f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184155Z:67e49436-98f2-4034-b8df-f35f577545f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "8f5cc81fdedb44c8ba441eb67f93ce48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c3f0724-30d7-428d-8058-c0b95791b494" - ], - "x-ms-correlation-request-id": [ - "5c3f0724-30d7-428d-8058-c0b95791b494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184156Z:5c3f0724-30d7-428d-8058-c0b95791b494" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "280a6cab3006419da685bae722bf1796" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40efef6c-7f2d-4080-8c52-603733399e39" - ], - "x-ms-correlation-request-id": [ - "40efef6c-7f2d-4080-8c52-603733399e39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184156Z:40efef6c-7f2d-4080-8c52-603733399e39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "575c66d458c2435687adac0afc69eef8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c26954a2-78b6-4f19-986a-27619b3e3fde" - ], - "x-ms-correlation-request-id": [ - "c26954a2-78b6-4f19-986a-27619b3e3fde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184156Z:c26954a2-78b6-4f19-986a-27619b3e3fde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "091c966785aa44a4bf0ab420b626141f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39153d04-303c-41da-a4bf-0fe622de1637" - ], - "x-ms-correlation-request-id": [ - "39153d04-303c-41da-a4bf-0fe622de1637" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184156Z:39153d04-303c-41da-a4bf-0fe622de1637" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "f6f6ff6f726d41f596a97ddc2fdcb71d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13c61496-bf36-4a59-89f0-73b47b8681b3" - ], - "x-ms-correlation-request-id": [ - "13c61496-bf36-4a59-89f0-73b47b8681b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184156Z:13c61496-bf36-4a59-89f0-73b47b8681b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "6e9ef39d63e147089e3954e02e904402" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7c94729-884f-4e2f-ba21-11b11119e360" - ], - "x-ms-correlation-request-id": [ - "b7c94729-884f-4e2f-ba21-11b11119e360" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184156Z:b7c94729-884f-4e2f-ba21-11b11119e360" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "9ae9ee90d75f470989265c11e229dbed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e010f884-951b-4f56-9378-a45ea3e9622d" - ], - "x-ms-correlation-request-id": [ - "e010f884-951b-4f56-9378-a45ea3e9622d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:e010f884-951b-4f56-9378-a45ea3e9622d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "4d940d40897c4ef8b20c7d02e09c77e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44af8436-099a-49e0-8ca7-10623e3ad6f0" - ], - "x-ms-correlation-request-id": [ - "44af8436-099a-49e0-8ca7-10623e3ad6f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:44af8436-099a-49e0-8ca7-10623e3ad6f0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "f47f3bc9e38842fbbbf4d8cb088cf23e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f5719ee-261f-43f3-add7-7b25fc3337be" - ], - "x-ms-correlation-request-id": [ - "1f5719ee-261f-43f3-add7-7b25fc3337be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:1f5719ee-261f-43f3-add7-7b25fc3337be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "38d9bb8620914a48b87d109e2d8b0b45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f05703ed-b06a-4251-9a7e-caa31900d0be" - ], - "x-ms-correlation-request-id": [ - "f05703ed-b06a-4251-9a7e-caa31900d0be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:f05703ed-b06a-4251-9a7e-caa31900d0be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "e4928ab18c654ed9aee8fc338efb5a50" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "111eb48b-bbbf-447b-9cb0-2bf876c452ac" - ], - "x-ms-correlation-request-id": [ - "111eb48b-bbbf-447b-9cb0-2bf876c452ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:111eb48b-bbbf-447b-9cb0-2bf876c452ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "25757e64b58b412fafb96d590b5bea95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "708cd27c-07c4-43ae-97e1-a569cc236398" - ], - "x-ms-correlation-request-id": [ - "708cd27c-07c4-43ae-97e1-a569cc236398" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:708cd27c-07c4-43ae-97e1-a569cc236398" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "5d7309f3654d462eb816ca2031010b31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4b31e58-2eb2-4b70-b57f-812f59828789" - ], - "x-ms-correlation-request-id": [ - "b4b31e58-2eb2-4b70-b57f-812f59828789" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:b4b31e58-2eb2-4b70-b57f-812f59828789" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "2d9178b4ade54ce6b5efa82a76ceaf2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f14d3ad4-9ff6-4a82-a836-7319d44a0f30" - ], - "x-ms-correlation-request-id": [ - "f14d3ad4-9ff6-4a82-a836-7319d44a0f30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184157Z:f14d3ad4-9ff6-4a82-a836-7319d44a0f30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "49ebd3e264194901a1dfa744a1bac3b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa508a26-671f-4a78-97d0-a2d6dfbd6a67" - ], - "x-ms-correlation-request-id": [ - "fa508a26-671f-4a78-97d0-a2d6dfbd6a67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:fa508a26-671f-4a78-97d0-a2d6dfbd6a67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "6dd378c7e623477d8cf96cff9202b73b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc9144bd-abde-4520-9f67-1c7a199c8785" - ], - "x-ms-correlation-request-id": [ - "dc9144bd-abde-4520-9f67-1c7a199c8785" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:dc9144bd-abde-4520-9f67-1c7a199c8785" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "a7ad5ab715ba40dead2a0f9b0e9d2bdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf035556-b368-4fc6-b76e-f4973d31c38b" - ], - "x-ms-correlation-request-id": [ - "cf035556-b368-4fc6-b76e-f4973d31c38b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:cf035556-b368-4fc6-b76e-f4973d31c38b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "ac30672091c441bab1fbb8f76332e9e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60458a07-05e6-45c0-b30d-f5df4f6e63d1" - ], - "x-ms-correlation-request-id": [ - "60458a07-05e6-45c0-b30d-f5df4f6e63d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:60458a07-05e6-45c0-b30d-f5df4f6e63d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "918d1a64abb14cb3b1eb2af6cd3f4186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25f029f4-c6d8-4827-8f91-837538abc51a" - ], - "x-ms-correlation-request-id": [ - "25f029f4-c6d8-4827-8f91-837538abc51a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:25f029f4-c6d8-4827-8f91-837538abc51a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "28248149a6ed4d139b9a5142ecb2fa4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cceb096-0cc3-4273-92e2-ffc39d02dd03" - ], - "x-ms-correlation-request-id": [ - "4cceb096-0cc3-4273-92e2-ffc39d02dd03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:4cceb096-0cc3-4273-92e2-ffc39d02dd03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "2ae157d2a88f42e8b7bddd89b2fea357" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b8484ae-1411-49b3-ade2-22c122d69aba" - ], - "x-ms-correlation-request-id": [ - "7b8484ae-1411-49b3-ade2-22c122d69aba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:7b8484ae-1411-49b3-ade2-22c122d69aba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "6c802ee8204f4876832be412cddb0b81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc1e0888-848e-4c6f-b2e9-8838d14e6685" - ], - "x-ms-correlation-request-id": [ - "dc1e0888-848e-4c6f-b2e9-8838d14e6685" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184158Z:dc1e0888-848e-4c6f-b2e9-8838d14e6685" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "de23a5593bba4aeea5e2a940d29761f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e357435-1f81-482e-aca6-6d816db27ac7" - ], - "x-ms-correlation-request-id": [ - "5e357435-1f81-482e-aca6-6d816db27ac7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184159Z:5e357435-1f81-482e-aca6-6d816db27ac7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "9f359feb72ec4fc390800e9e8ddd3128" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8e1182e-d088-42cf-9bca-f8e10470706a" - ], - "x-ms-correlation-request-id": [ - "c8e1182e-d088-42cf-9bca-f8e10470706a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184159Z:c8e1182e-d088-42cf-9bca-f8e10470706a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "a962681786de475c8d59720b55e72088" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5e2108d-950c-4ed8-adcb-3c007043fcb9" - ], - "x-ms-correlation-request-id": [ - "f5e2108d-950c-4ed8-adcb-3c007043fcb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184159Z:f5e2108d-950c-4ed8-adcb-3c007043fcb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "e356494a3823430799c81329e2756857" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6779c1f9-12bf-4b8e-b229-9f60589aab1f" - ], - "x-ms-correlation-request-id": [ - "6779c1f9-12bf-4b8e-b229-9f60589aab1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184159Z:6779c1f9-12bf-4b8e-b229-9f60589aab1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "5f79f72caa3f464ab0e40865e75cd143" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cd009c2-b419-4df8-ade2-458aa6761319" - ], - "x-ms-correlation-request-id": [ - "9cd009c2-b419-4df8-ade2-458aa6761319" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184159Z:9cd009c2-b419-4df8-ade2-458aa6761319" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "0e6238aa9d764e65a5840fa6e0af245a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60a0e8f5-cb45-49fa-94b5-937f4a2914b0" - ], - "x-ms-correlation-request-id": [ - "60a0e8f5-cb45-49fa-94b5-937f4a2914b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184159Z:60a0e8f5-cb45-49fa-94b5-937f4a2914b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "0b534f38e38540f59da865cf0198fd70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce4cde61-6f68-486a-82e1-9d796451839a" - ], - "x-ms-correlation-request-id": [ - "ce4cde61-6f68-486a-82e1-9d796451839a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184200Z:ce4cde61-6f68-486a-82e1-9d796451839a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "64ab8caa04af4758aa1edfac193397ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b70ceaed-a828-4347-9c1b-e5d930da7ad7" - ], - "x-ms-correlation-request-id": [ - "b70ceaed-a828-4347-9c1b-e5d930da7ad7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184200Z:b70ceaed-a828-4347-9c1b-e5d930da7ad7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "2836dc2335f0480c82529f4c73137a6b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2b0a966-cbb9-459b-91e6-a912a4cfd9b4" - ], - "x-ms-correlation-request-id": [ - "a2b0a966-cbb9-459b-91e6-a912a4cfd9b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184200Z:a2b0a966-cbb9-459b-91e6-a912a4cfd9b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "b51542dbd7664b35ad2ada5a3ab3e175" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83ebad72-3ee3-4aff-a0b3-e827e8809679" - ], - "x-ms-correlation-request-id": [ - "83ebad72-3ee3-4aff-a0b3-e827e8809679" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184200Z:83ebad72-3ee3-4aff-a0b3-e827e8809679" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "9fe61ccaa0574fdeabf65b9c623869b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d95641e4-2b51-47e9-9807-09d12ac7c523" - ], - "x-ms-correlation-request-id": [ - "d95641e4-2b51-47e9-9807-09d12ac7c523" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184200Z:d95641e4-2b51-47e9-9807-09d12ac7c523" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:41:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "ed51e6edc39745cb96db71e631e86e1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f84f6c68-2b0d-406d-8cdb-0ae9457ed249" - ], - "x-ms-correlation-request-id": [ - "f84f6c68-2b0d-406d-8cdb-0ae9457ed249" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184200Z:f84f6c68-2b0d-406d-8cdb-0ae9457ed249" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "107e9395bce54614b71bb5e1c9a2c952" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "609fe4bc-a4e7-4f13-bc43-93f04e0e0a65" - ], - "x-ms-correlation-request-id": [ - "609fe4bc-a4e7-4f13-bc43-93f04e0e0a65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184200Z:609fe4bc-a4e7-4f13-bc43-93f04e0e0a65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "cb9624256f0942169d79d3c7eeb197e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac894951-3954-425a-99e9-621b4441c574" - ], - "x-ms-correlation-request-id": [ - "ac894951-3954-425a-99e9-621b4441c574" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:ac894951-3954-425a-99e9-621b4441c574" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "48cc0e64ef7a47a5b67dd93114271754" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb646f2e-b779-4cd1-a061-763040774b59" - ], - "x-ms-correlation-request-id": [ - "bb646f2e-b779-4cd1-a061-763040774b59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:bb646f2e-b779-4cd1-a061-763040774b59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "e0b398156a5645ebb475308448a0b306" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a25ca2d0-e5ae-471c-ad99-dddb4cf7ecb4" - ], - "x-ms-correlation-request-id": [ - "a25ca2d0-e5ae-471c-ad99-dddb4cf7ecb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:a25ca2d0-e5ae-471c-ad99-dddb4cf7ecb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "60bdf941526042ceb4040ab733b83690" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57f14623-dfb4-4c37-9345-c049e5d5c4ad" - ], - "x-ms-correlation-request-id": [ - "57f14623-dfb4-4c37-9345-c049e5d5c4ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:57f14623-dfb4-4c37-9345-c049e5d5c4ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "3044e6a3f43a458c9c7ce4ffad1ec996" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b17ac3d0-3d6d-4d0f-bbba-70450f279333" - ], - "x-ms-correlation-request-id": [ - "b17ac3d0-3d6d-4d0f-bbba-70450f279333" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:b17ac3d0-3d6d-4d0f-bbba-70450f279333" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "ff460a1af08343ceb464e40c079c8bba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23205b09-2c62-47ca-85f1-2a99b4e94e2a" - ], - "x-ms-correlation-request-id": [ - "23205b09-2c62-47ca-85f1-2a99b4e94e2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:23205b09-2c62-47ca-85f1-2a99b4e94e2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "8d428d31564a414aafafa65cb5bc1544" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ab6984d-d8c8-41a0-91b1-44b54bdd9e98" - ], - "x-ms-correlation-request-id": [ - "1ab6984d-d8c8-41a0-91b1-44b54bdd9e98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:1ab6984d-d8c8-41a0-91b1-44b54bdd9e98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "4a5f4c3be4674e9ca4777f3890494002" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23837f03-f254-4407-b547-2fb33e661a54" - ], - "x-ms-correlation-request-id": [ - "23837f03-f254-4407-b547-2fb33e661a54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184201Z:23837f03-f254-4407-b547-2fb33e661a54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "f4aa14bbca164964b8fe4e2ca89fb695" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9d4dc7d-e74a-401d-9502-f8b2fe9083d7" - ], - "x-ms-correlation-request-id": [ - "b9d4dc7d-e74a-401d-9502-f8b2fe9083d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184202Z:b9d4dc7d-e74a-401d-9502-f8b2fe9083d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "0bda344a99244f249d988c18ba1443cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "87f5a757-a9b5-4f76-af8c-180307d6dc79" - ], - "x-ms-correlation-request-id": [ - "87f5a757-a9b5-4f76-af8c-180307d6dc79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184202Z:87f5a757-a9b5-4f76-af8c-180307d6dc79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "b86fc98d588f49b7b0bb50a91a945b46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67086062-7d36-4003-b35e-cf7f2e5b6e2a" - ], - "x-ms-correlation-request-id": [ - "67086062-7d36-4003-b35e-cf7f2e5b6e2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184202Z:67086062-7d36-4003-b35e-cf7f2e5b6e2a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "17fd58007f454cb8b7592775fd27c480" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63c24869-5c16-4681-a3d2-bb68bb086399" - ], - "x-ms-correlation-request-id": [ - "63c24869-5c16-4681-a3d2-bb68bb086399" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184202Z:63c24869-5c16-4681-a3d2-bb68bb086399" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "21197d6edeca4cdab14b4e758fcf2fbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "872c5ab5-e5f2-45ae-8664-d33ad7609aae" - ], - "x-ms-correlation-request-id": [ - "872c5ab5-e5f2-45ae-8664-d33ad7609aae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184202Z:872c5ab5-e5f2-45ae-8664-d33ad7609aae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "122c796f0aad468da78b2867d3899f3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d714035a-2b47-438a-8f4d-2284cd7dcaef" - ], - "x-ms-correlation-request-id": [ - "d714035a-2b47-438a-8f4d-2284cd7dcaef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184202Z:d714035a-2b47-438a-8f4d-2284cd7dcaef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "2a9cc174b9b044bc91f91714b3967988" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3acdc4b6-7cdd-4c05-bd6f-eee907dd6a52" - ], - "x-ms-correlation-request-id": [ - "3acdc4b6-7cdd-4c05-bd6f-eee907dd6a52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184202Z:3acdc4b6-7cdd-4c05-bd6f-eee907dd6a52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "726b4bc972cc42ea9c2086fb086c7fad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "109d0dd5-e429-41da-ac17-8e20b533cf1d" - ], - "x-ms-correlation-request-id": [ - "109d0dd5-e429-41da-ac17-8e20b533cf1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:109d0dd5-e429-41da-ac17-8e20b533cf1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "81c60f50df7246e0ab167585f46a616b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1849384b-82cf-4136-9fe6-279caa4ccf10" - ], - "x-ms-correlation-request-id": [ - "1849384b-82cf-4136-9fe6-279caa4ccf10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:1849384b-82cf-4136-9fe6-279caa4ccf10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "198fadae7c8d436ba6b3064ae314241d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8784f815-307a-4315-9af1-634876fef137" - ], - "x-ms-correlation-request-id": [ - "8784f815-307a-4315-9af1-634876fef137" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:8784f815-307a-4315-9af1-634876fef137" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "33dc296bdf3242bab84241c97f883317" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5800066-9be0-4bf7-8d2b-ded3093e0ec8" - ], - "x-ms-correlation-request-id": [ - "c5800066-9be0-4bf7-8d2b-ded3093e0ec8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:c5800066-9be0-4bf7-8d2b-ded3093e0ec8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "5034e71ae8f64d1b88836131c775ae20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97d1f62c-164c-4db1-810e-6579f2a4c26e" - ], - "x-ms-correlation-request-id": [ - "97d1f62c-164c-4db1-810e-6579f2a4c26e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:97d1f62c-164c-4db1-810e-6579f2a4c26e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "2ff0894656af4f06b1a76930125625bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b710c93c-5565-4756-83e0-1abc1ee76c66" - ], - "x-ms-correlation-request-id": [ - "b710c93c-5565-4756-83e0-1abc1ee76c66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:b710c93c-5565-4756-83e0-1abc1ee76c66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "13c27e62531b4184aa1e301d48f7c5cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57fa7791-581c-4bd8-8af6-7103be3426bd" - ], - "x-ms-correlation-request-id": [ - "57fa7791-581c-4bd8-8af6-7103be3426bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:57fa7791-581c-4bd8-8af6-7103be3426bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "229bc6ae7caf4a139bf3598bbc9d3f8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c53bd9b-4890-474a-a689-f7a2ace5a3b2" - ], - "x-ms-correlation-request-id": [ - "7c53bd9b-4890-474a-a689-f7a2ace5a3b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184203Z:7c53bd9b-4890-474a-a689-f7a2ace5a3b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "ad07924c8b3d4ed1a845d64cf911323e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7d3b689-8c0d-4f23-b20d-244640c8e380" - ], - "x-ms-correlation-request-id": [ - "e7d3b689-8c0d-4f23-b20d-244640c8e380" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184204Z:e7d3b689-8c0d-4f23-b20d-244640c8e380" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "475211048b3c41c3977236627cfdefaa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31ad9f1e-c37d-409f-b2c0-4b2cae88b4c9" - ], - "x-ms-correlation-request-id": [ - "31ad9f1e-c37d-409f-b2c0-4b2cae88b4c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184204Z:31ad9f1e-c37d-409f-b2c0-4b2cae88b4c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "190f01ecb1fe434ca4ed5141f905d5d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da42590c-8623-4424-87ac-65e3a90aba5b" - ], - "x-ms-correlation-request-id": [ - "da42590c-8623-4424-87ac-65e3a90aba5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184204Z:da42590c-8623-4424-87ac-65e3a90aba5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "8932b33afb8846aaa8e0bb2dbf8dfcf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98392246-c35a-4786-921c-10b7032210d0" - ], - "x-ms-correlation-request-id": [ - "98392246-c35a-4786-921c-10b7032210d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184204Z:98392246-c35a-4786-921c-10b7032210d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "339d6fef4c2243e794d646e3d15b37db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bba7b65-948b-40be-849b-cb0330dfc2f2" - ], - "x-ms-correlation-request-id": [ - "6bba7b65-948b-40be-849b-cb0330dfc2f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184204Z:6bba7b65-948b-40be-849b-cb0330dfc2f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "c1c6ec7eda844adfb1e85dbc2299e831" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e8ff298-2a64-456e-8a83-13033a0b229f" - ], - "x-ms-correlation-request-id": [ - "2e8ff298-2a64-456e-8a83-13033a0b229f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184205Z:2e8ff298-2a64-456e-8a83-13033a0b229f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "94efc7e9bc424eb3965ceadb2877c62c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d849d8b-add0-427e-bf84-cd46b0f79b6c" - ], - "x-ms-correlation-request-id": [ - "9d849d8b-add0-427e-bf84-cd46b0f79b6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184205Z:9d849d8b-add0-427e-bf84-cd46b0f79b6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "c5d995964da94ab28b3e5d7e92068137" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b042e304-4aaf-4f5d-b9f6-0c9a82865f02" - ], - "x-ms-correlation-request-id": [ - "b042e304-4aaf-4f5d-b9f6-0c9a82865f02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184205Z:b042e304-4aaf-4f5d-b9f6-0c9a82865f02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "121bb335aaab4215aa917bc46c8cc294" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7a67ac4-8600-47ca-beb0-c9398d041903" - ], - "x-ms-correlation-request-id": [ - "e7a67ac4-8600-47ca-beb0-c9398d041903" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184205Z:e7a67ac4-8600-47ca-beb0-c9398d041903" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "a00a5b751fe34787bd344042b57e3724" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02df4537-59f7-4939-9337-7e6561b349fb" - ], - "x-ms-correlation-request-id": [ - "02df4537-59f7-4939-9337-7e6561b349fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:02df4537-59f7-4939-9337-7e6561b349fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "eca2a3495f47448ca8a530ec3da8b591" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7556a887-fb96-434f-9c01-df8b3701ce32" - ], - "x-ms-correlation-request-id": [ - "7556a887-fb96-434f-9c01-df8b3701ce32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:7556a887-fb96-434f-9c01-df8b3701ce32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "f6a4c1e16e9e47ee8ca03d5e330f9538" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "225a818e-d506-4005-93bf-02253bee09cc" - ], - "x-ms-correlation-request-id": [ - "225a818e-d506-4005-93bf-02253bee09cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:225a818e-d506-4005-93bf-02253bee09cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "56e9cc3d5f2a4c89a64e8040607bc5cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd132b27-7f38-409d-b4c4-930bdec72e95" - ], - "x-ms-correlation-request-id": [ - "fd132b27-7f38-409d-b4c4-930bdec72e95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:fd132b27-7f38-409d-b4c4-930bdec72e95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "97b0ff461aba4c84a6e9311c5caac132" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d711d9fa-b063-484e-871c-9411ac5fcbf8" - ], - "x-ms-correlation-request-id": [ - "d711d9fa-b063-484e-871c-9411ac5fcbf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:d711d9fa-b063-484e-871c-9411ac5fcbf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "ed48933785764dcbb5414c59fdc405fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f018e1d4-4c11-4974-9ce9-e0a1b21f1197" - ], - "x-ms-correlation-request-id": [ - "f018e1d4-4c11-4974-9ce9-e0a1b21f1197" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:f018e1d4-4c11-4974-9ce9-e0a1b21f1197" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "895ca256bce144e8835c56b7bab7ffa8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca5ac099-ab31-4234-a3d0-c190df8c73c9" - ], - "x-ms-correlation-request-id": [ - "ca5ac099-ab31-4234-a3d0-c190df8c73c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:ca5ac099-ab31-4234-a3d0-c190df8c73c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "8f442354d7f048fba7a2eb85b652508e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e86e374-c251-4933-a941-6368a35cb86a" - ], - "x-ms-correlation-request-id": [ - "5e86e374-c251-4933-a941-6368a35cb86a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184206Z:5e86e374-c251-4933-a941-6368a35cb86a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "f2d40b48cf8746a5a33f70d7bbd682ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90a135fe-08a5-4d5d-a7e5-63f9774d5ea4" - ], - "x-ms-correlation-request-id": [ - "90a135fe-08a5-4d5d-a7e5-63f9774d5ea4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184207Z:90a135fe-08a5-4d5d-a7e5-63f9774d5ea4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "956d136f6a014d88980254a79b336acd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d77a285a-db33-4779-8018-41646f11dc92" - ], - "x-ms-correlation-request-id": [ - "d77a285a-db33-4779-8018-41646f11dc92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184207Z:d77a285a-db33-4779-8018-41646f11dc92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "25a9794f359345e3a04433b12e6892f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c623cfb-560d-4d21-9952-2c48c49b7e56" - ], - "x-ms-correlation-request-id": [ - "5c623cfb-560d-4d21-9952-2c48c49b7e56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184207Z:5c623cfb-560d-4d21-9952-2c48c49b7e56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "097880669f2840e1b9dba1e0cced0e36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08639e1e-a9ae-4cfa-b2b1-6fdbe7ec47ce" - ], - "x-ms-correlation-request-id": [ - "08639e1e-a9ae-4cfa-b2b1-6fdbe7ec47ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184207Z:08639e1e-a9ae-4cfa-b2b1-6fdbe7ec47ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "8df79276c8684dadb101bff01b518eec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ee6f33f-e0a2-420a-9577-e00f1bab4229" - ], - "x-ms-correlation-request-id": [ - "8ee6f33f-e0a2-420a-9577-e00f1bab4229" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184207Z:8ee6f33f-e0a2-420a-9577-e00f1bab4229" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "bae77a19d32b4f0e97d2790000d23f16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ea29cc1-8a66-414e-a119-371858702923" - ], - "x-ms-correlation-request-id": [ - "8ea29cc1-8a66-414e-a119-371858702923" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184207Z:8ea29cc1-8a66-414e-a119-371858702923" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "dd3eeb8e0e0e47909a00cf6c40f3f6fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4346148-c9c8-4d2f-a918-1cbe88c503d7" - ], - "x-ms-correlation-request-id": [ - "a4346148-c9c8-4d2f-a918-1cbe88c503d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184207Z:a4346148-c9c8-4d2f-a918-1cbe88c503d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "5b85568534574defb1a095b8ba917da0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb05a227-3570-4913-9db9-f4448d20ed9d" - ], - "x-ms-correlation-request-id": [ - "bb05a227-3570-4913-9db9-f4448d20ed9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184208Z:bb05a227-3570-4913-9db9-f4448d20ed9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "858e1d506f43471188535eb91376b6e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93502b58-0181-4526-ba37-61f3b1d12c91" - ], - "x-ms-correlation-request-id": [ - "93502b58-0181-4526-ba37-61f3b1d12c91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184208Z:93502b58-0181-4526-ba37-61f3b1d12c91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "a8f92a855816473cb6a792e63df4546c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5600fc0-0a80-4bc4-8f29-048bd4192577" - ], - "x-ms-correlation-request-id": [ - "b5600fc0-0a80-4bc4-8f29-048bd4192577" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184208Z:b5600fc0-0a80-4bc4-8f29-048bd4192577" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "bd21241cd5854232a80712d896aa7647" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81064ec7-84af-4a55-8593-356410c1b30c" - ], - "x-ms-correlation-request-id": [ - "81064ec7-84af-4a55-8593-356410c1b30c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184208Z:81064ec7-84af-4a55-8593-356410c1b30c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "d69de8622044475ca239f315a4aab076" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f82174e5-2d29-489b-a185-6a808f8070df" - ], - "x-ms-correlation-request-id": [ - "f82174e5-2d29-489b-a185-6a808f8070df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184208Z:f82174e5-2d29-489b-a185-6a808f8070df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "1ceb33760f9d4373bfbf4d3c926b0bd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e140530-b89e-4755-a21a-a9d95aeb78d3" - ], - "x-ms-correlation-request-id": [ - "9e140530-b89e-4755-a21a-a9d95aeb78d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184208Z:9e140530-b89e-4755-a21a-a9d95aeb78d3" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "37797f137a3649bcb11e301f3a60e5b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c93c95d8-6d5c-4cd3-8608-2e4a13d851fe" - ], - "x-ms-correlation-request-id": [ - "c93c95d8-6d5c-4cd3-8608-2e4a13d851fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184209Z:c93c95d8-6d5c-4cd3-8608-2e4a13d851fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "111535bf0300419d9fd270a8f62fe3ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cd5fd71-c4b8-45dd-ab2f-85fd1b617811" - ], - "x-ms-correlation-request-id": [ - "9cd5fd71-c4b8-45dd-ab2f-85fd1b617811" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184209Z:9cd5fd71-c4b8-45dd-ab2f-85fd1b617811" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "c65bc7a7d1744a86bdf5e4f7a206f1fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c174e2f2-b3ac-4172-bc63-1c13faac8584" - ], - "x-ms-correlation-request-id": [ - "c174e2f2-b3ac-4172-bc63-1c13faac8584" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184209Z:c174e2f2-b3ac-4172-bc63-1c13faac8584" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "50b6caa8791245f3bc445e77adfdda28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c833e850-b872-4f35-9fe7-3aae0a58843a" - ], - "x-ms-correlation-request-id": [ - "c833e850-b872-4f35-9fe7-3aae0a58843a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184209Z:c833e850-b872-4f35-9fe7-3aae0a58843a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "5981b89735c447d2b21a31b67c1cfb78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05b37ee7-6fa1-4806-9ce8-57c7ed8d75d9" - ], - "x-ms-correlation-request-id": [ - "05b37ee7-6fa1-4806-9ce8-57c7ed8d75d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184209Z:05b37ee7-6fa1-4806-9ce8-57c7ed8d75d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "69cb19e87bbf498d97685a4ae9aacb84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d008da0a-1c6d-466d-9308-d1d41b714a9c" - ], - "x-ms-correlation-request-id": [ - "d008da0a-1c6d-466d-9308-d1d41b714a9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184209Z:d008da0a-1c6d-466d-9308-d1d41b714a9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "7313ec13897942ee9bf6ccba764f2ec2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0919ba3e-4c4e-4eae-a261-7ed7f6c69de7" - ], - "x-ms-correlation-request-id": [ - "0919ba3e-4c4e-4eae-a261-7ed7f6c69de7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184210Z:0919ba3e-4c4e-4eae-a261-7ed7f6c69de7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "8111a45b93b54d51b9048802dca78473" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b10b55e-b730-459c-ae78-87b990645c8d" - ], - "x-ms-correlation-request-id": [ - "3b10b55e-b730-459c-ae78-87b990645c8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184210Z:3b10b55e-b730-459c-ae78-87b990645c8d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "f2d6b31415fc45f68ac590bc0529c910" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c4a4fd4-fe60-40ae-b408-25e676e2e04b" - ], - "x-ms-correlation-request-id": [ - "6c4a4fd4-fe60-40ae-b408-25e676e2e04b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184210Z:6c4a4fd4-fe60-40ae-b408-25e676e2e04b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "9830d7ef03834c95b2219244be2f80f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae6ae1c7-fc49-4398-8596-56a51516d99f" - ], - "x-ms-correlation-request-id": [ - "ae6ae1c7-fc49-4398-8596-56a51516d99f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184210Z:ae6ae1c7-fc49-4398-8596-56a51516d99f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "3fd54aac3f3c494ea3c47218422c90ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1124d05-e4a7-4a59-94a2-154e88b5aabf" - ], - "x-ms-correlation-request-id": [ - "a1124d05-e4a7-4a59-94a2-154e88b5aabf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184211Z:a1124d05-e4a7-4a59-94a2-154e88b5aabf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "183c80f5410440099095fa7162306cfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12f791f7-0b03-432c-ba76-c91309528d07" - ], - "x-ms-correlation-request-id": [ - "12f791f7-0b03-432c-ba76-c91309528d07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184211Z:12f791f7-0b03-432c-ba76-c91309528d07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "00df8333a78041fbaee916ad9cadcc00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9711006e-09de-407c-b54a-fd83f447cdf9" - ], - "x-ms-correlation-request-id": [ - "9711006e-09de-407c-b54a-fd83f447cdf9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184211Z:9711006e-09de-407c-b54a-fd83f447cdf9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "890b59aa867a473c957c1375304efef1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "509e1b42-7a26-48a2-a5b6-1f5c14c9fa81" - ], - "x-ms-correlation-request-id": [ - "509e1b42-7a26-48a2-a5b6-1f5c14c9fa81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184211Z:509e1b42-7a26-48a2-a5b6-1f5c14c9fa81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "7d7a186e1a884c3d9b53d1af96398d2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1b74932-c65e-403d-9ef5-7e51898fdebf" - ], - "x-ms-correlation-request-id": [ - "b1b74932-c65e-403d-9ef5-7e51898fdebf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184211Z:b1b74932-c65e-403d-9ef5-7e51898fdebf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "2df5cefd8cb9407f8655d70ee071b385" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00e9eb0d-15cb-41e4-abdd-c4d48c2ad359" - ], - "x-ms-correlation-request-id": [ - "00e9eb0d-15cb-41e4-abdd-c4d48c2ad359" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184211Z:00e9eb0d-15cb-41e4-abdd-c4d48c2ad359" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "eb7b4531e1634ee9a328f383ae689c37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c13ac526-aab8-4ee4-8e18-424864c1c1b2" - ], - "x-ms-correlation-request-id": [ - "c13ac526-aab8-4ee4-8e18-424864c1c1b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:c13ac526-aab8-4ee4-8e18-424864c1c1b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "e1f45f269e2e42229d211f8a3b2a5c55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d707dac-67aa-4bac-b535-dd9ecf7fbe46" - ], - "x-ms-correlation-request-id": [ - "9d707dac-67aa-4bac-b535-dd9ecf7fbe46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:9d707dac-67aa-4bac-b535-dd9ecf7fbe46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "bb84e23796f94a1e916416e605af794e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f92b508a-0543-4de1-8917-9bbcdc629caf" - ], - "x-ms-correlation-request-id": [ - "f92b508a-0543-4de1-8917-9bbcdc629caf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:f92b508a-0543-4de1-8917-9bbcdc629caf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "6c28f4d92eae467b9b7e77b5b2993d89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fd40d39-438d-4a09-ac86-575500d71e3f" - ], - "x-ms-correlation-request-id": [ - "0fd40d39-438d-4a09-ac86-575500d71e3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:0fd40d39-438d-4a09-ac86-575500d71e3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "cf30fbe64b2f4cbf8010f5f1d91084a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83ef7d13-0710-481e-9d33-d163546cb515" - ], - "x-ms-correlation-request-id": [ - "83ef7d13-0710-481e-9d33-d163546cb515" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:83ef7d13-0710-481e-9d33-d163546cb515" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "bbac256c653f4ed78e68c494b1c5dc5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d0cb27a-9360-40ca-8a1e-17561586b438" - ], - "x-ms-correlation-request-id": [ - "5d0cb27a-9360-40ca-8a1e-17561586b438" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:5d0cb27a-9360-40ca-8a1e-17561586b438" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "88d5ca33df8640d49bf77ff19411c167" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2fb4cbe-e9af-4e2a-8f01-9595ed64da82" - ], - "x-ms-correlation-request-id": [ - "c2fb4cbe-e9af-4e2a-8f01-9595ed64da82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:c2fb4cbe-e9af-4e2a-8f01-9595ed64da82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "5609297fca4a4607b3719acba9f62bef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe1ef951-e8fb-46b6-a391-f8feeb7fca1b" - ], - "x-ms-correlation-request-id": [ - "fe1ef951-e8fb-46b6-a391-f8feeb7fca1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184212Z:fe1ef951-e8fb-46b6-a391-f8feeb7fca1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "cef881f454fe43fab95dddc700639371" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c717de3f-d201-4091-917d-a24f8eeba5de" - ], - "x-ms-correlation-request-id": [ - "c717de3f-d201-4091-917d-a24f8eeba5de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184213Z:c717de3f-d201-4091-917d-a24f8eeba5de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "a5f705b960e24addad8332dea01a5f99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "265386fe-1b8a-4e19-8b1d-0e2fb1a8177a" - ], - "x-ms-correlation-request-id": [ - "265386fe-1b8a-4e19-8b1d-0e2fb1a8177a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184213Z:265386fe-1b8a-4e19-8b1d-0e2fb1a8177a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "f9a4894759194b25b15c646495f06660" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efcdf373-7566-4b0d-a241-aba8e1f89d74" - ], - "x-ms-correlation-request-id": [ - "efcdf373-7566-4b0d-a241-aba8e1f89d74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184213Z:efcdf373-7566-4b0d-a241-aba8e1f89d74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "fa327b567a744d9ebde80353f48cd3b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98ab6b6b-9aad-4a17-9dea-5a473f64d346" - ], - "x-ms-correlation-request-id": [ - "98ab6b6b-9aad-4a17-9dea-5a473f64d346" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184213Z:98ab6b6b-9aad-4a17-9dea-5a473f64d346" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "a39d04062d4143e49f298b92767eb4af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2fcbda8-97f6-4b22-a533-d3092d831ccd" - ], - "x-ms-correlation-request-id": [ - "c2fcbda8-97f6-4b22-a533-d3092d831ccd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184213Z:c2fcbda8-97f6-4b22-a533-d3092d831ccd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "38a972cbd4e44946bf3c2623681e4e75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c919e6b9-e569-4de4-83ca-9510716b9e43" - ], - "x-ms-correlation-request-id": [ - "c919e6b9-e569-4de4-83ca-9510716b9e43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184213Z:c919e6b9-e569-4de4-83ca-9510716b9e43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "56da01e0eb6a4e0b90f41c010ee0c6eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43379ed7-c1c5-4656-83ca-d049d1d14e2b" - ], - "x-ms-correlation-request-id": [ - "43379ed7-c1c5-4656-83ca-d049d1d14e2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184213Z:43379ed7-c1c5-4656-83ca-d049d1d14e2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "6ce09ed577a14bd19a305251df42c9ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79260712-df9e-4f5c-8b6a-14ac9d759b14" - ], - "x-ms-correlation-request-id": [ - "79260712-df9e-4f5c-8b6a-14ac9d759b14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:79260712-df9e-4f5c-8b6a-14ac9d759b14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "7cada1ccfa1e4c90b7bd8060a8b7f74e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "058b5f05-0890-4150-a800-bdfa0aeafeb5" - ], - "x-ms-correlation-request-id": [ - "058b5f05-0890-4150-a800-bdfa0aeafeb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:058b5f05-0890-4150-a800-bdfa0aeafeb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "ffabc99cded1479eb653ef8f49de0597" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5928f6e-d572-4a7c-98cc-ee27ef043cbc" - ], - "x-ms-correlation-request-id": [ - "c5928f6e-d572-4a7c-98cc-ee27ef043cbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:c5928f6e-d572-4a7c-98cc-ee27ef043cbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "073aadc30f8f478c909564f0e4afe21f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c642848-ecb3-44fa-a131-d4d6aaad14ff" - ], - "x-ms-correlation-request-id": [ - "4c642848-ecb3-44fa-a131-d4d6aaad14ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:4c642848-ecb3-44fa-a131-d4d6aaad14ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "c6c3fac1be1342a88d698f1b0e096aac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8475b0e-f0c5-4339-9e16-237327ebf45c" - ], - "x-ms-correlation-request-id": [ - "a8475b0e-f0c5-4339-9e16-237327ebf45c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:a8475b0e-f0c5-4339-9e16-237327ebf45c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "eb549a0fc75249e5bee18fad3da6d244" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6690f7a0-563e-401c-9fb9-e570a76de198" - ], - "x-ms-correlation-request-id": [ - "6690f7a0-563e-401c-9fb9-e570a76de198" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:6690f7a0-563e-401c-9fb9-e570a76de198" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "2c18195fac71405293c26054159763d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7680d7de-f4a4-4a6a-a163-7dab61965fec" - ], - "x-ms-correlation-request-id": [ - "7680d7de-f4a4-4a6a-a163-7dab61965fec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:7680d7de-f4a4-4a6a-a163-7dab61965fec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "7e737dd2751c44c293c8b923b32055d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "616f3294-1913-4072-82f9-f284cf80a65d" - ], - "x-ms-correlation-request-id": [ - "616f3294-1913-4072-82f9-f284cf80a65d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:616f3294-1913-4072-82f9-f284cf80a65d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "dcc3a23d07d349d380531ed4eb11b368" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9156046f-32a5-4e0b-a421-6b3a73592fa8" - ], - "x-ms-correlation-request-id": [ - "9156046f-32a5-4e0b-a421-6b3a73592fa8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184214Z:9156046f-32a5-4e0b-a421-6b3a73592fa8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "ece092df9d0146a9bde7db40ed83d454" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82a2b0e8-3300-4938-b1ee-59520face1bd" - ], - "x-ms-correlation-request-id": [ - "82a2b0e8-3300-4938-b1ee-59520face1bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184215Z:82a2b0e8-3300-4938-b1ee-59520face1bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "69f8ee1033664e648ab7dd04a5a59d76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a1a4842-5100-4d97-8baa-775db35f399f" - ], - "x-ms-correlation-request-id": [ - "3a1a4842-5100-4d97-8baa-775db35f399f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184215Z:3a1a4842-5100-4d97-8baa-775db35f399f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "757d6ceeb71445ddaaea9d121c8c9c5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fac0e8dd-6288-4ef7-b7d6-9c44aac571b8" - ], - "x-ms-correlation-request-id": [ - "fac0e8dd-6288-4ef7-b7d6-9c44aac571b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184215Z:fac0e8dd-6288-4ef7-b7d6-9c44aac571b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "8ff341e6d30846a4bdaf0c861069142e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14faa287-14fd-4368-80dd-e02bf737f519" - ], - "x-ms-correlation-request-id": [ - "14faa287-14fd-4368-80dd-e02bf737f519" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184215Z:14faa287-14fd-4368-80dd-e02bf737f519" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "64601a95f47a4d3e9c9bb048ef92d3db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70b1ec34-4515-49bd-a108-c83f1de5fc36" - ], - "x-ms-correlation-request-id": [ - "70b1ec34-4515-49bd-a108-c83f1de5fc36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184215Z:70b1ec34-4515-49bd-a108-c83f1de5fc36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "5b7c741253bd432d80148583695e1144" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a937efa4-658d-4554-90a9-0025e97471bd" - ], - "x-ms-correlation-request-id": [ - "a937efa4-658d-4554-90a9-0025e97471bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184215Z:a937efa4-658d-4554-90a9-0025e97471bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "e258a5a8259644c6a03f7497ccdbcdd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39c8a6b9-117d-4e72-b4e7-a5707b7f6af8" - ], - "x-ms-correlation-request-id": [ - "39c8a6b9-117d-4e72-b4e7-a5707b7f6af8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184216Z:39c8a6b9-117d-4e72-b4e7-a5707b7f6af8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "eba5d8ecd7c74d2db5985db9220fdf04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c85889b6-223d-4948-889e-cf83995d85aa" - ], - "x-ms-correlation-request-id": [ - "c85889b6-223d-4948-889e-cf83995d85aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184216Z:c85889b6-223d-4948-889e-cf83995d85aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "7891cd9f08a246a68457f14f22ce00b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62350eb4-d4bf-4b36-9633-eff3663f3752" - ], - "x-ms-correlation-request-id": [ - "62350eb4-d4bf-4b36-9633-eff3663f3752" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184216Z:62350eb4-d4bf-4b36-9633-eff3663f3752" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "fbedc9c35e604aa6bc0411c30cfa71dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0a8b4f1-c7f4-49f0-b26c-06dc6e75cc11" - ], - "x-ms-correlation-request-id": [ - "a0a8b4f1-c7f4-49f0-b26c-06dc6e75cc11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184216Z:a0a8b4f1-c7f4-49f0-b26c-06dc6e75cc11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "bff19bc51d9a4a6eb50bbaec92dce38a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4065481-f7f2-4530-902e-c0f38c879132" - ], - "x-ms-correlation-request-id": [ - "f4065481-f7f2-4530-902e-c0f38c879132" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184216Z:f4065481-f7f2-4530-902e-c0f38c879132" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "304587d34b38441bb94fd495ef862faf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af975096-7c95-4f4d-b5ae-af72c31842ec" - ], - "x-ms-correlation-request-id": [ - "af975096-7c95-4f4d-b5ae-af72c31842ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:af975096-7c95-4f4d-b5ae-af72c31842ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "53c3c888e72c44899a3afd08b75c7196" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "256abff8-85ef-4403-9fc9-de1a88cbabaf" - ], - "x-ms-correlation-request-id": [ - "256abff8-85ef-4403-9fc9-de1a88cbabaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:256abff8-85ef-4403-9fc9-de1a88cbabaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "3c40a9ac7e804f8bbd2a8cd804f2d173" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1af293b9-371b-4f45-b000-c30732b9fdaf" - ], - "x-ms-correlation-request-id": [ - "1af293b9-371b-4f45-b000-c30732b9fdaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:1af293b9-371b-4f45-b000-c30732b9fdaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "541a90044d044a058cd028e5155b3e5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "caf944cb-b4d3-49cc-a84e-686b94040bba" - ], - "x-ms-correlation-request-id": [ - "caf944cb-b4d3-49cc-a84e-686b94040bba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:caf944cb-b4d3-49cc-a84e-686b94040bba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "f479d84ca4c747528de55edb46123413" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0df3f732-6cd0-4ed1-82a1-3ec8b9083624" - ], - "x-ms-correlation-request-id": [ - "0df3f732-6cd0-4ed1-82a1-3ec8b9083624" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:0df3f732-6cd0-4ed1-82a1-3ec8b9083624" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "8a53870e28fd4cdfa861300e4be96245" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1dc77807-72c5-4c6b-9fb1-aa7cc2f0d8d0" - ], - "x-ms-correlation-request-id": [ - "1dc77807-72c5-4c6b-9fb1-aa7cc2f0d8d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:1dc77807-72c5-4c6b-9fb1-aa7cc2f0d8d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "e8395b71ec0b4aaf8d1bfb730493866b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2870e06-6b76-40fb-8f3a-bab7b1c73ce2" - ], - "x-ms-correlation-request-id": [ - "b2870e06-6b76-40fb-8f3a-bab7b1c73ce2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:b2870e06-6b76-40fb-8f3a-bab7b1c73ce2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "c24ff5820d9d41cc8497341d41b95f56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fda58e35-f7cd-4be1-a7a7-2286f54d257c" - ], - "x-ms-correlation-request-id": [ - "fda58e35-f7cd-4be1-a7a7-2286f54d257c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:fda58e35-f7cd-4be1-a7a7-2286f54d257c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "bf10fc417565452f860416fea23d7303" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15ac2f0e-217e-4d50-8b6e-0237497bf670" - ], - "x-ms-correlation-request-id": [ - "15ac2f0e-217e-4d50-8b6e-0237497bf670" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184217Z:15ac2f0e-217e-4d50-8b6e-0237497bf670" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "29639f903e714d96802c16f8adc04561" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27e85e42-32d2-4215-8f60-386fbaaf673a" - ], - "x-ms-correlation-request-id": [ - "27e85e42-32d2-4215-8f60-386fbaaf673a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184218Z:27e85e42-32d2-4215-8f60-386fbaaf673a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" - ], - "x-ms-client-request-id": [ - "6c0b87ee28de4d21a1e21192e9a13c18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a15a695-be08-4779-93b1-6784cbb43a26" - ], - "x-ms-correlation-request-id": [ - "0a15a695-be08-4779-93b1-6784cbb43a26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184218Z:0a15a695-be08-4779-93b1-6784cbb43a26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" - ], - "x-ms-client-request-id": [ - "98748b2955b84a5888a79cb565ea5410" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ee6683a-d1d2-419d-ba5f-f4bcfeb64012" - ], - "x-ms-correlation-request-id": [ - "8ee6683a-d1d2-419d-ba5f-f4bcfeb64012" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184218Z:8ee6683a-d1d2-419d-ba5f-f4bcfeb64012" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" - ], - "x-ms-client-request-id": [ - "b0aac8ba168c4088a14041e9c28a9f27" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7d1aa40-f808-42d5-9f5c-d85ea254287a" - ], - "x-ms-correlation-request-id": [ - "b7d1aa40-f808-42d5-9f5c-d85ea254287a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184218Z:b7d1aa40-f808-42d5-9f5c-d85ea254287a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" - ], - "x-ms-client-request-id": [ - "ae03331af13147f595389c05bb7f4a61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8462375c-18df-4e08-b36f-1418f3131ef2" - ], - "x-ms-correlation-request-id": [ - "8462375c-18df-4e08-b36f-1418f3131ef2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184218Z:8462375c-18df-4e08-b36f-1418f3131ef2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" - ], - "x-ms-client-request-id": [ - "a8129b06e95345489c635135890b67d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34727ea9-68dc-4940-8459-1b43342b9d30" - ], - "x-ms-correlation-request-id": [ - "34727ea9-68dc-4940-8459-1b43342b9d30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184218Z:34727ea9-68dc-4940-8459-1b43342b9d30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" - ], - "x-ms-client-request-id": [ - "027a31f840314bedae1f822b750412e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03e37967-a74d-4cf0-8967-d59556fbd02d" - ], - "x-ms-correlation-request-id": [ - "03e37967-a74d-4cf0-8967-d59556fbd02d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184218Z:03e37967-a74d-4cf0-8967-d59556fbd02d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "2036e620c5f54cc0b39e0349477cbb97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed640088-8e01-4520-9557-083dbd33336c" - ], - "x-ms-correlation-request-id": [ - "ed640088-8e01-4520-9557-083dbd33336c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:ed640088-8e01-4520-9557-083dbd33336c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "74d537cf209d45c7817d1bb6c46441c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36329f3b-7519-48f1-8b64-a33a98bf4613" - ], - "x-ms-correlation-request-id": [ - "36329f3b-7519-48f1-8b64-a33a98bf4613" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:36329f3b-7519-48f1-8b64-a33a98bf4613" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "1274ced84a824720bbfd60f2075e736f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9577160-cc73-4acd-9ebb-34f32cd86036" - ], - "x-ms-correlation-request-id": [ - "d9577160-cc73-4acd-9ebb-34f32cd86036" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:d9577160-cc73-4acd-9ebb-34f32cd86036" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "9074c57263124bc9abec75e94578fa8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39e7b97b-e868-4c63-b35d-0e17270fa576" - ], - "x-ms-correlation-request-id": [ - "39e7b97b-e868-4c63-b35d-0e17270fa576" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:39e7b97b-e868-4c63-b35d-0e17270fa576" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "564f13fcd06b400f82b82b9bf470ec21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dfbd4280-428a-4d2c-a811-78cefbe283a7" - ], - "x-ms-correlation-request-id": [ - "dfbd4280-428a-4d2c-a811-78cefbe283a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:dfbd4280-428a-4d2c-a811-78cefbe283a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "095b8ea168ce4030b5057150ff6b6a36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a58f7889-5598-4e82-83f3-e787641f9a5f" - ], - "x-ms-correlation-request-id": [ - "a58f7889-5598-4e82-83f3-e787641f9a5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:a58f7889-5598-4e82-83f3-e787641f9a5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "98c812efd4a64e0fa4407f9a80b9e765" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b9e325b-c492-4cc4-a112-6839de8baf95" - ], - "x-ms-correlation-request-id": [ - "7b9e325b-c492-4cc4-a112-6839de8baf95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:7b9e325b-c492-4cc4-a112-6839de8baf95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "a19b5e0dfe084c1f8861b11e5df0b237" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae1d298d-3918-43b5-858e-bf994d322c18" - ], - "x-ms-correlation-request-id": [ - "ae1d298d-3918-43b5-858e-bf994d322c18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184219Z:ae1d298d-3918-43b5-858e-bf994d322c18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "6ac6f36c740e4efbba6ed8d3cf2df869" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49eb4541-005f-49d2-8d49-ad47ae55ae57" - ], - "x-ms-correlation-request-id": [ - "49eb4541-005f-49d2-8d49-ad47ae55ae57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184220Z:49eb4541-005f-49d2-8d49-ad47ae55ae57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" - ], - "x-ms-client-request-id": [ - "a38014cf8d5347fcb8ce8b2ed2e31686" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a965edbb-da21-448a-bfa0-0ea742673593" - ], - "x-ms-correlation-request-id": [ - "a965edbb-da21-448a-bfa0-0ea742673593" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184220Z:a965edbb-da21-448a-bfa0-0ea742673593" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "caeffdfe25084c149d5a5018777fd07d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a809836f-01da-4162-b840-f4f18fe6482b" - ], - "x-ms-correlation-request-id": [ - "a809836f-01da-4162-b840-f4f18fe6482b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184220Z:a809836f-01da-4162-b840-f4f18fe6482b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "6146f03a46d54b0fa9bde31f35d74bb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7526235-26c8-40df-a155-d51b233049aa" - ], - "x-ms-correlation-request-id": [ - "a7526235-26c8-40df-a155-d51b233049aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184220Z:a7526235-26c8-40df-a155-d51b233049aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "099a602346694c1b9b716cdd092c863a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf67bf7e-17f2-4b3f-9084-4746d0e8002d" - ], - "x-ms-correlation-request-id": [ - "bf67bf7e-17f2-4b3f-9084-4746d0e8002d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184220Z:bf67bf7e-17f2-4b3f-9084-4746d0e8002d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "4d7155cdc73946869ea66fe065275977" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "304569ce-09c9-4bcd-9ae5-9088bd674f8a" - ], - "x-ms-correlation-request-id": [ - "304569ce-09c9-4bcd-9ae5-9088bd674f8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:304569ce-09c9-4bcd-9ae5-9088bd674f8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "57011bb1e86442dd9071245f418f5396" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4ca2fad-2422-4568-8b1f-a3a6d7754078" - ], - "x-ms-correlation-request-id": [ - "d4ca2fad-2422-4568-8b1f-a3a6d7754078" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:d4ca2fad-2422-4568-8b1f-a3a6d7754078" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "aa4219b19a28412991d00da1d27bb8de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "032e1632-6390-41b1-80ef-5ffaf7061f17" - ], - "x-ms-correlation-request-id": [ - "032e1632-6390-41b1-80ef-5ffaf7061f17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:032e1632-6390-41b1-80ef-5ffaf7061f17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "dd76650a43574a4d90013c941a23a014" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3886e999-3878-43e1-8b29-c928c4a6b709" - ], - "x-ms-correlation-request-id": [ - "3886e999-3878-43e1-8b29-c928c4a6b709" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:3886e999-3878-43e1-8b29-c928c4a6b709" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "0932dbf8cab045cf813df41ae9dc4eae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74fa193e-ffdd-40cf-b864-65231ae06bea" - ], - "x-ms-correlation-request-id": [ - "74fa193e-ffdd-40cf-b864-65231ae06bea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:74fa193e-ffdd-40cf-b864-65231ae06bea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" - ], - "x-ms-client-request-id": [ - "03217c69f6704240bde0f955d27f308e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "520d9153-6c6c-4f40-b9aa-d679f7b56c16" - ], - "x-ms-correlation-request-id": [ - "520d9153-6c6c-4f40-b9aa-d679f7b56c16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:520d9153-6c6c-4f40-b9aa-d679f7b56c16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" - ], - "x-ms-client-request-id": [ - "2a3d3efbf28849368227ca04013691e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f265b748-47ef-46df-ba36-8f8b6839cd32" - ], - "x-ms-correlation-request-id": [ - "f265b748-47ef-46df-ba36-8f8b6839cd32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:f265b748-47ef-46df-ba36-8f8b6839cd32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "x-ms-client-request-id": [ - "cfa8bcb9fc2d4869bf4da3dc1578c969" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f654cafa-704b-4447-b376-9c015d3ed8b1" - ], - "x-ms-correlation-request-id": [ - "f654cafa-704b-4447-b376-9c015d3ed8b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184221Z:f654cafa-704b-4447-b376-9c015d3ed8b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "x-ms-client-request-id": [ - "1b6bf5889fd145a796ac6b6b382f150d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0fa422f1-9234-4a9f-a903-076f9be23b4a" - ], - "x-ms-correlation-request-id": [ - "0fa422f1-9234-4a9f-a903-076f9be23b4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184222Z:0fa422f1-9234-4a9f-a903-076f9be23b4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-client-request-id": [ - "32950cf96c0949e4928ed510d778f768" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb869ea7-34fc-4a20-b02e-c04ea57d4755" - ], - "x-ms-correlation-request-id": [ - "eb869ea7-34fc-4a20-b02e-c04ea57d4755" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184222Z:eb869ea7-34fc-4a20-b02e-c04ea57d4755" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "x-ms-client-request-id": [ - "694a09b0825c4de481fd36136341e45d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "193100bc-a64b-4146-ab89-91f8e31b5fa3" - ], - "x-ms-correlation-request-id": [ - "193100bc-a64b-4146-ab89-91f8e31b5fa3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184222Z:193100bc-a64b-4146-ab89-91f8e31b5fa3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" - ], - "x-ms-client-request-id": [ - "4581614b7bd143f48067ca68391498c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d2c7eb9-4515-4ec4-9fa1-f99cf4f30e10" - ], - "x-ms-correlation-request-id": [ - "5d2c7eb9-4515-4ec4-9fa1-f99cf4f30e10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184222Z:5d2c7eb9-4515-4ec4-9fa1-f99cf4f30e10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" - ], - "x-ms-client-request-id": [ - "fbe92e3119704dcf8de2e698daacc408" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1248c110-2a78-4052-bff8-c677822d933a" - ], - "x-ms-correlation-request-id": [ - "1248c110-2a78-4052-bff8-c677822d933a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184222Z:1248c110-2a78-4052-bff8-c677822d933a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" - ], - "x-ms-client-request-id": [ - "44f8d28ddf7645ae8039b4b76ba81c62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92cbfb69-dd51-42d8-a162-ded6e9717bdf" - ], - "x-ms-correlation-request-id": [ - "92cbfb69-dd51-42d8-a162-ded6e9717bdf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184223Z:92cbfb69-dd51-42d8-a162-ded6e9717bdf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" - ], - "x-ms-client-request-id": [ - "6765cdd7109e466a959318c68079aecf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50759e1f-1e3a-44f9-98cb-bb2f79ad90dd" - ], - "x-ms-correlation-request-id": [ - "50759e1f-1e3a-44f9-98cb-bb2f79ad90dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184223Z:50759e1f-1e3a-44f9-98cb-bb2f79ad90dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" - ], - "x-ms-client-request-id": [ - "5c54149256be45b6bd58af2d6e1e387c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a6f1103-5685-4646-a5ff-f2a84c1b87bc" - ], - "x-ms-correlation-request-id": [ - "5a6f1103-5685-4646-a5ff-f2a84c1b87bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184223Z:5a6f1103-5685-4646-a5ff-f2a84c1b87bc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" - ], - "x-ms-client-request-id": [ - "bb9039c818854e53a11fd11f777fb4c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bdefe91-8b37-4ca5-8856-afba677c5c74" - ], - "x-ms-correlation-request-id": [ - "7bdefe91-8b37-4ca5-8856-afba677c5c74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184223Z:7bdefe91-8b37-4ca5-8856-afba677c5c74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" - ], - "x-ms-client-request-id": [ - "cae2100b0e6049f6bd01644d9ae32a85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3813be80-3553-4c80-b656-593ad8524ab6" - ], - "x-ms-correlation-request-id": [ - "3813be80-3553-4c80-b656-593ad8524ab6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184223Z:3813be80-3553-4c80-b656-593ad8524ab6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" - ], - "x-ms-client-request-id": [ - "de66d2cad5c24ee986518fe88d34022a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27ab7f81-9e4d-41d4-b8c0-c93cea60849b" - ], - "x-ms-correlation-request-id": [ - "27ab7f81-9e4d-41d4-b8c0-c93cea60849b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184223Z:27ab7f81-9e4d-41d4-b8c0-c93cea60849b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" - ], - "x-ms-client-request-id": [ - "5a0510c448ea4f828e77b758c5642e8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9911175-26c8-4439-a440-3d45f2d810ec" - ], - "x-ms-correlation-request-id": [ - "e9911175-26c8-4439-a440-3d45f2d810ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184223Z:e9911175-26c8-4439-a440-3d45f2d810ec" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "416420a41f2446e99f0c9d6aaba3cc8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b324b127-5d00-4452-bafb-dd38fdc771a3" - ], - "x-ms-correlation-request-id": [ - "b324b127-5d00-4452-bafb-dd38fdc771a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184224Z:b324b127-5d00-4452-bafb-dd38fdc771a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "0afe4d2d835b4c1d8c3e4873e5afc4fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fdb3c33-6025-464b-9c6c-edb705e42b75" - ], - "x-ms-correlation-request-id": [ - "9fdb3c33-6025-464b-9c6c-edb705e42b75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184224Z:9fdb3c33-6025-464b-9c6c-edb705e42b75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "308ed76ba732411fa405f825f20a3c76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "373058fb-030f-4124-9889-f1159d248094" - ], - "x-ms-correlation-request-id": [ - "373058fb-030f-4124-9889-f1159d248094" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184224Z:373058fb-030f-4124-9889-f1159d248094" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "e331b70a3d5f4435b1555385169afd18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b408d167-dab5-4f35-87e4-0a43f9862459" - ], - "x-ms-correlation-request-id": [ - "b408d167-dab5-4f35-87e4-0a43f9862459" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184224Z:b408d167-dab5-4f35-87e4-0a43f9862459" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "c2f3428b0d6b4b7db86488947ffe384e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a6acd23-be39-49d3-942b-be482f9bb467" - ], - "x-ms-correlation-request-id": [ - "6a6acd23-be39-49d3-942b-be482f9bb467" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184224Z:6a6acd23-be39-49d3-942b-be482f9bb467" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "432931935e5245eb819754d8b297f08c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "019473c1-e6c7-45e0-bfef-8bb35a0e4983" - ], - "x-ms-correlation-request-id": [ - "019473c1-e6c7-45e0-bfef-8bb35a0e4983" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:019473c1-e6c7-45e0-bfef-8bb35a0e4983" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "082d161fbaeb4556b61a14a769ff8f2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b81158d7-cacb-4ab0-9edf-3959f469ca27" - ], - "x-ms-correlation-request-id": [ - "b81158d7-cacb-4ab0-9edf-3959f469ca27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:b81158d7-cacb-4ab0-9edf-3959f469ca27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "0e432a9842344cec9fca34c50113750e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "daa3a705-88fd-4dfa-b65c-ee64b05b36dc" - ], - "x-ms-correlation-request-id": [ - "daa3a705-88fd-4dfa-b65c-ee64b05b36dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:daa3a705-88fd-4dfa-b65c-ee64b05b36dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "bc1af7a2d3c64f539ad94e61f1f62541" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f58aae0-132e-45c7-bf86-5d06f75214a5" - ], - "x-ms-correlation-request-id": [ - "9f58aae0-132e-45c7-bf86-5d06f75214a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:9f58aae0-132e-45c7-bf86-5d06f75214a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "d8b92bcfa3ef4622b84c69233e2a2448" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59638b62-95fc-42f3-80c8-20e7cb1ab6c5" - ], - "x-ms-correlation-request-id": [ - "59638b62-95fc-42f3-80c8-20e7cb1ab6c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:59638b62-95fc-42f3-80c8-20e7cb1ab6c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "2407176210154d5ebdb7b22ee430c834" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e130b6a0-3915-4710-8baa-5fd056a0e5e0" - ], - "x-ms-correlation-request-id": [ - "e130b6a0-3915-4710-8baa-5fd056a0e5e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:e130b6a0-3915-4710-8baa-5fd056a0e5e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "3ecc91b387b54244954ae5b4ce1f60fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9312c6ed-0f60-426e-8706-4899602da8a0" - ], - "x-ms-correlation-request-id": [ - "9312c6ed-0f60-426e-8706-4899602da8a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:9312c6ed-0f60-426e-8706-4899602da8a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "9bbfe2cb4fd845b88f6abb8a867c38b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8471792d-c3aa-4d5c-982c-665dd221313c" - ], - "x-ms-correlation-request-id": [ - "8471792d-c3aa-4d5c-982c-665dd221313c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184225Z:8471792d-c3aa-4d5c-982c-665dd221313c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "6e25284bcfed494fa538b302625ab244" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f063f291-02e3-4308-9efa-f4d39579f984" - ], - "x-ms-correlation-request-id": [ - "f063f291-02e3-4308-9efa-f4d39579f984" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:f063f291-02e3-4308-9efa-f4d39579f984" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "cc91b88d1040473788687b1365719fcc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57b0b0ac-b5de-4ea3-b91a-7f5fc58cd511" - ], - "x-ms-correlation-request-id": [ - "57b0b0ac-b5de-4ea3-b91a-7f5fc58cd511" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:57b0b0ac-b5de-4ea3-b91a-7f5fc58cd511" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "629e5203a0fb4b33ac39d3467f23f7d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b3b3903-02f5-4ad9-bc4f-5bcdbe9655e3" - ], - "x-ms-correlation-request-id": [ - "0b3b3903-02f5-4ad9-bc4f-5bcdbe9655e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:0b3b3903-02f5-4ad9-bc4f-5bcdbe9655e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "15e310c9ee4e4e2b80858da27992eef8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f270fe52-99a3-49ca-90cc-8a8f06f3454c" - ], - "x-ms-correlation-request-id": [ - "f270fe52-99a3-49ca-90cc-8a8f06f3454c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:f270fe52-99a3-49ca-90cc-8a8f06f3454c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "65167af8e7184b3cbe15154f24fa7271" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "725e96b5-7695-4e4e-a528-7512b635a801" - ], - "x-ms-correlation-request-id": [ - "725e96b5-7695-4e4e-a528-7512b635a801" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:725e96b5-7695-4e4e-a528-7512b635a801" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "ec4a8a763c224e5a8ba00c8a5a0a131f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62b0bb55-a053-495a-bf88-263b84554f81" - ], - "x-ms-correlation-request-id": [ - "62b0bb55-a053-495a-bf88-263b84554f81" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:62b0bb55-a053-495a-bf88-263b84554f81" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "339431aafb99423295938d4eb48414c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5cd1657-871d-4c2b-aa48-707ca61da403" - ], - "x-ms-correlation-request-id": [ - "e5cd1657-871d-4c2b-aa48-707ca61da403" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:e5cd1657-871d-4c2b-aa48-707ca61da403" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "c9b1a56417894c2d85cb2185404a09c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "650ed62d-f827-41b9-83fc-898aa02dbc24" - ], - "x-ms-correlation-request-id": [ - "650ed62d-f827-41b9-83fc-898aa02dbc24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184226Z:650ed62d-f827-41b9-83fc-898aa02dbc24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "e2e3e5be974c42d4bd7b3327c24401a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21723407-9119-4064-8374-930afbce440e" - ], - "x-ms-correlation-request-id": [ - "21723407-9119-4064-8374-930afbce440e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184227Z:21723407-9119-4064-8374-930afbce440e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "dcf6cdd32d9a43e783f6441f1f7c6fd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c56473d1-c7e0-40c1-b9b5-e444bbcb969d" - ], - "x-ms-correlation-request-id": [ - "c56473d1-c7e0-40c1-b9b5-e444bbcb969d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184227Z:c56473d1-c7e0-40c1-b9b5-e444bbcb969d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "c8cf7a4924be46aca3441f948555802f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "152cd527-4b4a-4d8a-961a-81785b931e89" - ], - "x-ms-correlation-request-id": [ - "152cd527-4b4a-4d8a-961a-81785b931e89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184227Z:152cd527-4b4a-4d8a-961a-81785b931e89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "bc66db30ae9f45459f88412ecbd3282c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd2d6034-8003-4eef-a247-7e5ff2cdf49e" - ], - "x-ms-correlation-request-id": [ - "cd2d6034-8003-4eef-a247-7e5ff2cdf49e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184227Z:cd2d6034-8003-4eef-a247-7e5ff2cdf49e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "e493cc4dd9554e229f26784ecd81baa2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb9138fa-c879-4422-8fd5-a31aba534bb0" - ], - "x-ms-correlation-request-id": [ - "cb9138fa-c879-4422-8fd5-a31aba534bb0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184227Z:cb9138fa-c879-4422-8fd5-a31aba534bb0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "9b361333c06f49b69a5268e2e793eb7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "749a33c5-de69-4218-8097-36c3e444b8ab" - ], - "x-ms-correlation-request-id": [ - "749a33c5-de69-4218-8097-36c3e444b8ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184227Z:749a33c5-de69-4218-8097-36c3e444b8ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "0ea1907d4bd946119a5b283a84c26ab3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32be9a59-f88a-43aa-ba33-50108ec3a6ce" - ], - "x-ms-correlation-request-id": [ - "32be9a59-f88a-43aa-ba33-50108ec3a6ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184228Z:32be9a59-f88a-43aa-ba33-50108ec3a6ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "eb741e401ca348e99099fbb9ce74c7cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99b7da86-ae8f-487e-89c3-b922189fe0b4" - ], - "x-ms-correlation-request-id": [ - "99b7da86-ae8f-487e-89c3-b922189fe0b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184228Z:99b7da86-ae8f-487e-89c3-b922189fe0b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "88d084d184ea41e485cecbd5bba4454f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45a78eb9-929a-45e4-bd5f-93c7cb174d9d" - ], - "x-ms-correlation-request-id": [ - "45a78eb9-929a-45e4-bd5f-93c7cb174d9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184228Z:45a78eb9-929a-45e4-bd5f-93c7cb174d9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "1ff3a42bbf264cca82d8f2fa5878f714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12e2d1d7-8c69-4a0e-8e6e-8178401e721b" - ], - "x-ms-correlation-request-id": [ - "12e2d1d7-8c69-4a0e-8e6e-8178401e721b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184228Z:12e2d1d7-8c69-4a0e-8e6e-8178401e721b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "03bd72f581e94df6a389db89ed1eef8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d05c353-2916-48f9-83b9-70e8b3959d2b" - ], - "x-ms-correlation-request-id": [ - "1d05c353-2916-48f9-83b9-70e8b3959d2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184228Z:1d05c353-2916-48f9-83b9-70e8b3959d2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "b340fa37e5e14d2a9b8c89e4208ddda8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df53af53-9ce9-4810-9da1-f50928108946" - ], - "x-ms-correlation-request-id": [ - "df53af53-9ce9-4810-9da1-f50928108946" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184228Z:df53af53-9ce9-4810-9da1-f50928108946" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "8b07021e3a3540909768e2215cd94918" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5114965b-7030-48d5-a1a4-a490da458b03" - ], - "x-ms-correlation-request-id": [ - "5114965b-7030-48d5-a1a4-a490da458b03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184228Z:5114965b-7030-48d5-a1a4-a490da458b03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "f60dc2cd896744baad2375c0bf8a90d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4eba58a5-1a6f-42ba-a013-18881af85de1" - ], - "x-ms-correlation-request-id": [ - "4eba58a5-1a6f-42ba-a013-18881af85de1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184229Z:4eba58a5-1a6f-42ba-a013-18881af85de1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "b0f512d8172e4fa8969c20e2a456b033" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "294bf4de-7d56-4e9c-b83e-5894aee7f925" - ], - "x-ms-correlation-request-id": [ - "294bf4de-7d56-4e9c-b83e-5894aee7f925" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184229Z:294bf4de-7d56-4e9c-b83e-5894aee7f925" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "b083875d864b47338a690dc643022947" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9ac4dae-2855-488e-875f-53016f56359e" - ], - "x-ms-correlation-request-id": [ - "c9ac4dae-2855-488e-875f-53016f56359e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184229Z:c9ac4dae-2855-488e-875f-53016f56359e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "05387e6552184e0ea707a4700547c5b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5acf84e8-b0de-4870-9967-564196e5ee4c" - ], - "x-ms-correlation-request-id": [ - "5acf84e8-b0de-4870-9967-564196e5ee4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184229Z:5acf84e8-b0de-4870-9967-564196e5ee4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "304675eb26d547fdbb30496cbe61a657" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c746b6d9-dd76-4c73-a882-95acd67659a3" - ], - "x-ms-correlation-request-id": [ - "c746b6d9-dd76-4c73-a882-95acd67659a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184229Z:c746b6d9-dd76-4c73-a882-95acd67659a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "49c3ffa7175c442583ee6dbded2b9d99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c27af002-beff-42cc-ade0-f5a85d1371ae" - ], - "x-ms-correlation-request-id": [ - "c27af002-beff-42cc-ade0-f5a85d1371ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184229Z:c27af002-beff-42cc-ade0-f5a85d1371ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "8493486efc0a4434be992298470a152a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f1b601c-d24c-4836-8200-02d1c7097805" - ], - "x-ms-correlation-request-id": [ - "8f1b601c-d24c-4836-8200-02d1c7097805" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184229Z:8f1b601c-d24c-4836-8200-02d1c7097805" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "dcd9e92b31fd45cf9aec977ebdfc04c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df16dcd0-4d4b-48fe-af2c-7e2eb0482db2" - ], - "x-ms-correlation-request-id": [ - "df16dcd0-4d4b-48fe-af2c-7e2eb0482db2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:df16dcd0-4d4b-48fe-af2c-7e2eb0482db2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "f58f6b2169a0410c85fc9a4896cf92c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05aa99cc-3709-4baf-95e6-9fc653feea53" - ], - "x-ms-correlation-request-id": [ - "05aa99cc-3709-4baf-95e6-9fc653feea53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:05aa99cc-3709-4baf-95e6-9fc653feea53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "473e449caaa54e8b873da2cba9d3742e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cec9c664-bab4-4923-9c53-7d1082d3fe57" - ], - "x-ms-correlation-request-id": [ - "cec9c664-bab4-4923-9c53-7d1082d3fe57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:cec9c664-bab4-4923-9c53-7d1082d3fe57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "60a22edfa5bd4348934dc6922d456958" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "938f4993-8977-4c3c-8021-358f8641b581" - ], - "x-ms-correlation-request-id": [ - "938f4993-8977-4c3c-8021-358f8641b581" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:938f4993-8977-4c3c-8021-358f8641b581" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "674629b1b1144bffbc43935808ab4f44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "033e7f94-5f78-4b9f-8ba6-c2905568cde3" - ], - "x-ms-correlation-request-id": [ - "033e7f94-5f78-4b9f-8ba6-c2905568cde3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:033e7f94-5f78-4b9f-8ba6-c2905568cde3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "f79ae4eb8ba34a10891fc66508ae09e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09a375a9-b5aa-4db0-b8b2-b0bfc765493b" - ], - "x-ms-correlation-request-id": [ - "09a375a9-b5aa-4db0-b8b2-b0bfc765493b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:09a375a9-b5aa-4db0-b8b2-b0bfc765493b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "8aaccfeaf1fe467688d534805971b17e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6fc4a93-448b-4d2f-bbc3-429003168ced" - ], - "x-ms-correlation-request-id": [ - "d6fc4a93-448b-4d2f-bbc3-429003168ced" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:d6fc4a93-448b-4d2f-bbc3-429003168ced" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "96a1bd266e154428a0f2ab189005feda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15c81f54-7454-4801-b6a7-5e190502bc4a" - ], - "x-ms-correlation-request-id": [ - "15c81f54-7454-4801-b6a7-5e190502bc4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184230Z:15c81f54-7454-4801-b6a7-5e190502bc4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "47d5144c788043178b2fcdcb73cf43e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7b348a8-3fcb-4be1-9e98-5794581bbc6f" - ], - "x-ms-correlation-request-id": [ - "d7b348a8-3fcb-4be1-9e98-5794581bbc6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184231Z:d7b348a8-3fcb-4be1-9e98-5794581bbc6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "d6485c2a7cbb4c90b01db51db1885284" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "115e542a-3322-44e4-acc5-f2b8146c3d33" - ], - "x-ms-correlation-request-id": [ - "115e542a-3322-44e4-acc5-f2b8146c3d33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184231Z:115e542a-3322-44e4-acc5-f2b8146c3d33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "90ab57fb2dfb4b98942565bae25c22cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72a819ab-98de-4805-a663-9bda7c14d481" - ], - "x-ms-correlation-request-id": [ - "72a819ab-98de-4805-a663-9bda7c14d481" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184231Z:72a819ab-98de-4805-a663-9bda7c14d481" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "22398c8eb93a418b80c5bcc1198581d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c342dcac-414c-4df1-901d-0e493514c79f" - ], - "x-ms-correlation-request-id": [ - "c342dcac-414c-4df1-901d-0e493514c79f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184231Z:c342dcac-414c-4df1-901d-0e493514c79f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "c6e459120db54cf2b09a6b6b64ddd058" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efb4cac3-0446-4768-9991-909703cbb258" - ], - "x-ms-correlation-request-id": [ - "efb4cac3-0446-4768-9991-909703cbb258" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184231Z:efb4cac3-0446-4768-9991-909703cbb258" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "e8924d129c2041648d01d23a380a58d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bd44c22-fbb8-401b-b7eb-580ab881ad72" - ], - "x-ms-correlation-request-id": [ - "3bd44c22-fbb8-401b-b7eb-580ab881ad72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184232Z:3bd44c22-fbb8-401b-b7eb-580ab881ad72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "de3213a221a148bbac60713b39d016df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e2197e2-e8ef-487b-bc8f-9705c88ef354" - ], - "x-ms-correlation-request-id": [ - "7e2197e2-e8ef-487b-bc8f-9705c88ef354" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184232Z:7e2197e2-e8ef-487b-bc8f-9705c88ef354" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "c0f18e705938456e9effdc7439bb7095" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "178966bb-6b04-4bce-bae3-d79831e02026" - ], - "x-ms-correlation-request-id": [ - "178966bb-6b04-4bce-bae3-d79831e02026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184232Z:178966bb-6b04-4bce-bae3-d79831e02026" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "6478d8d4f14c408ab77a1a303707ced9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b9acc84-b864-4953-8601-95e72c5ce1c9" - ], - "x-ms-correlation-request-id": [ - "6b9acc84-b864-4953-8601-95e72c5ce1c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184232Z:6b9acc84-b864-4953-8601-95e72c5ce1c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "abbbdca019ef4b118ea313e92bda6d1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42117ef1-142c-421a-bf9f-9ae2def73e2d" - ], - "x-ms-correlation-request-id": [ - "42117ef1-142c-421a-bf9f-9ae2def73e2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184232Z:42117ef1-142c-421a-bf9f-9ae2def73e2d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "8382eab4ae5e44ce8bf72d98d3273cca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c32a58e2-6fc6-474a-bf2c-e5d27b10e1e5" - ], - "x-ms-correlation-request-id": [ - "c32a58e2-6fc6-474a-bf2c-e5d27b10e1e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184232Z:c32a58e2-6fc6-474a-bf2c-e5d27b10e1e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "e6c66453666f46fab4bc7c2c05f4dc2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6fe3351-b0cd-4431-83c5-ae28cf043cb4" - ], - "x-ms-correlation-request-id": [ - "d6fe3351-b0cd-4431-83c5-ae28cf043cb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184233Z:d6fe3351-b0cd-4431-83c5-ae28cf043cb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "cac02c3af37f4092985ed47d3cc16720" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e08b413-cf26-4c75-8eb2-e3d33f29ab8e" - ], - "x-ms-correlation-request-id": [ - "7e08b413-cf26-4c75-8eb2-e3d33f29ab8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184233Z:7e08b413-cf26-4c75-8eb2-e3d33f29ab8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "42d5c02a12574af38f442f0acc6d32a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8061cd03-7ff4-4fce-8ab8-11331fa01def" - ], - "x-ms-correlation-request-id": [ - "8061cd03-7ff4-4fce-8ab8-11331fa01def" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184233Z:8061cd03-7ff4-4fce-8ab8-11331fa01def" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "0f853f77232443019b9fe118b9464a4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de09a7aa-1e39-4b77-b182-486bb939f166" - ], - "x-ms-correlation-request-id": [ - "de09a7aa-1e39-4b77-b182-486bb939f166" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184233Z:de09a7aa-1e39-4b77-b182-486bb939f166" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "8611d631f8734c819ef898decd0ed388" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2778ce8-897d-447f-aa6a-169083533edb" - ], - "x-ms-correlation-request-id": [ - "b2778ce8-897d-447f-aa6a-169083533edb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184233Z:b2778ce8-897d-447f-aa6a-169083533edb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "299417631dcf4d12b20f386625efde4c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1e513b3-44cb-4dc7-8a19-19396ced26ff" - ], - "x-ms-correlation-request-id": [ - "f1e513b3-44cb-4dc7-8a19-19396ced26ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184233Z:f1e513b3-44cb-4dc7-8a19-19396ced26ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "cad2a109f3e94f4cb5bc36e69322aa09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ad1a54e-824d-44a5-bdaf-6d7c7a64943b" - ], - "x-ms-correlation-request-id": [ - "0ad1a54e-824d-44a5-bdaf-6d7c7a64943b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184233Z:0ad1a54e-824d-44a5-bdaf-6d7c7a64943b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "471fd5c3ac834f45b9a92598fee8ade9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1024302e-1b6d-4893-97cb-4aaa77532e4a" - ], - "x-ms-correlation-request-id": [ - "1024302e-1b6d-4893-97cb-4aaa77532e4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184234Z:1024302e-1b6d-4893-97cb-4aaa77532e4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "04feb25fea904ac6a4d208cf3e0d3acb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6d8b6f1-8890-42b7-950b-ecc1d4e20755" - ], - "x-ms-correlation-request-id": [ - "d6d8b6f1-8890-42b7-950b-ecc1d4e20755" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184234Z:d6d8b6f1-8890-42b7-950b-ecc1d4e20755" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "00482e7ca24846abb487ef5bb6a0f5ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d272897b-54c9-4483-ac77-6e21c50f940a" - ], - "x-ms-correlation-request-id": [ - "d272897b-54c9-4483-ac77-6e21c50f940a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184234Z:d272897b-54c9-4483-ac77-6e21c50f940a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "57aaf9a52cc547c3822bff532862457f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "923de54c-53dc-4c7f-8cf5-4467222d14cb" - ], - "x-ms-correlation-request-id": [ - "923de54c-53dc-4c7f-8cf5-4467222d14cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184234Z:923de54c-53dc-4c7f-8cf5-4467222d14cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "24097dc30f48499682731db856414313" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "858babb8-7459-4b2a-ba22-805fe86d38b4" - ], - "x-ms-correlation-request-id": [ - "858babb8-7459-4b2a-ba22-805fe86d38b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184234Z:858babb8-7459-4b2a-ba22-805fe86d38b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "f3e91123ffa54c6aa8b13e1387b28103" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d1c1cc8-9fc0-47fb-9ffc-1f3efecd68e3" - ], - "x-ms-correlation-request-id": [ - "7d1c1cc8-9fc0-47fb-9ffc-1f3efecd68e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184234Z:7d1c1cc8-9fc0-47fb-9ffc-1f3efecd68e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "f76e177ee363450e9f803034b78a7100" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f63e47c-bc12-46f9-b131-7dcbf7e9e82b" - ], - "x-ms-correlation-request-id": [ - "0f63e47c-bc12-46f9-b131-7dcbf7e9e82b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184234Z:0f63e47c-bc12-46f9-b131-7dcbf7e9e82b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "a600ca1f2e954096a1fdd7d891852f4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8bcd34e2-5764-4d2b-9709-68d97b15efa7" - ], - "x-ms-correlation-request-id": [ - "8bcd34e2-5764-4d2b-9709-68d97b15efa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184235Z:8bcd34e2-5764-4d2b-9709-68d97b15efa7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "efbbc51350294ee389422b8d578c6c24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60ef7adc-a762-41ab-8519-2d2e2adddbbf" - ], - "x-ms-correlation-request-id": [ - "60ef7adc-a762-41ab-8519-2d2e2adddbbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184235Z:60ef7adc-a762-41ab-8519-2d2e2adddbbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" - ], - "x-ms-client-request-id": [ - "e89f1be72f3b4bfb87f8ad54710fc96c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8fbd23b1-996e-41bf-abf7-92b58d9d7d34" - ], - "x-ms-correlation-request-id": [ - "8fbd23b1-996e-41bf-abf7-92b58d9d7d34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184235Z:8fbd23b1-996e-41bf-abf7-92b58d9d7d34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" - ], - "x-ms-client-request-id": [ - "48acee696a764aa49e46c9a276a11f99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72eeac1d-9195-422d-a678-a578fdf557d9" - ], - "x-ms-correlation-request-id": [ - "72eeac1d-9195-422d-a678-a578fdf557d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184235Z:72eeac1d-9195-422d-a678-a578fdf557d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" - ], - "x-ms-client-request-id": [ - "d582b1c6fef346888f8e0f941294d1d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f20e003-6e46-405b-9523-b2f013c161f3" - ], - "x-ms-correlation-request-id": [ - "1f20e003-6e46-405b-9523-b2f013c161f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184235Z:1f20e003-6e46-405b-9523-b2f013c161f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" - ], - "x-ms-client-request-id": [ - "5a1d16f458664f90a607c1d2bb70b89d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b852579-b822-4d3a-84fc-3ed16c4260d2" - ], - "x-ms-correlation-request-id": [ - "4b852579-b822-4d3a-84fc-3ed16c4260d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184235Z:4b852579-b822-4d3a-84fc-3ed16c4260d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" - ], - "x-ms-client-request-id": [ - "29a7432156f244e6b334c84b659cfdc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1572f61d-9b83-45a8-977b-1182351ab209" - ], - "x-ms-correlation-request-id": [ - "1572f61d-9b83-45a8-977b-1182351ab209" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184235Z:1572f61d-9b83-45a8-977b-1182351ab209" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" - ], - "x-ms-client-request-id": [ - "dd3d39d319004fc9947f086ccdd33e03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d32722d-f2dd-4d3c-b637-315cad05e299" - ], - "x-ms-correlation-request-id": [ - "1d32722d-f2dd-4d3c-b637-315cad05e299" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184236Z:1d32722d-f2dd-4d3c-b637-315cad05e299" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "da5f3525b08047ccbc15765b457842f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd1ba795-ca02-4841-9db5-c1217cc7e7b8" - ], - "x-ms-correlation-request-id": [ - "cd1ba795-ca02-4841-9db5-c1217cc7e7b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184236Z:cd1ba795-ca02-4841-9db5-c1217cc7e7b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "36513a935cc04ca6b2cf488146c73865" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "616facb9-7be5-471d-b695-d8ab7f34411e" - ], - "x-ms-correlation-request-id": [ - "616facb9-7be5-471d-b695-d8ab7f34411e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184236Z:616facb9-7be5-471d-b695-d8ab7f34411e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "b93eb09365fb4c398f88e34499f0d738" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e339754-8c89-4a5b-bcb8-778505b15e7d" - ], - "x-ms-correlation-request-id": [ - "2e339754-8c89-4a5b-bcb8-778505b15e7d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184236Z:2e339754-8c89-4a5b-bcb8-778505b15e7d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "f213ef156b79441f8c0eb70551158db6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a13a86c5-94e3-44b0-8873-1c629b3ccae0" - ], - "x-ms-correlation-request-id": [ - "a13a86c5-94e3-44b0-8873-1c629b3ccae0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184236Z:a13a86c5-94e3-44b0-8873-1c629b3ccae0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "5f64289cc22b4c44a0890d8fd88dc123" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67d4fe41-c0cb-4dd0-bfc4-87cbb3fcb1e0" - ], - "x-ms-correlation-request-id": [ - "67d4fe41-c0cb-4dd0-bfc4-87cbb3fcb1e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184237Z:67d4fe41-c0cb-4dd0-bfc4-87cbb3fcb1e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "9136157dd9974f8bac8f3dbea84c502a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86244bd1-e679-4139-8b0b-f72b618bf684" - ], - "x-ms-correlation-request-id": [ - "86244bd1-e679-4139-8b0b-f72b618bf684" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184237Z:86244bd1-e679-4139-8b0b-f72b618bf684" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "920c40887c2943d69e2629a166e8b8a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db1fe4e7-c967-4d25-9e05-3db8e117edfe" - ], - "x-ms-correlation-request-id": [ - "db1fe4e7-c967-4d25-9e05-3db8e117edfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184237Z:db1fe4e7-c967-4d25-9e05-3db8e117edfe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "7adbf29d6f7d42feb1dc21dc1a3f86dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "458b2af9-adc8-4885-89ee-f39909547e2c" - ], - "x-ms-correlation-request-id": [ - "458b2af9-adc8-4885-89ee-f39909547e2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184237Z:458b2af9-adc8-4885-89ee-f39909547e2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "6d982e62412d43f5b541954e32f27994" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "186e898e-48c4-4129-b27c-32cfed7b7888" - ], - "x-ms-correlation-request-id": [ - "186e898e-48c4-4129-b27c-32cfed7b7888" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184237Z:186e898e-48c4-4129-b27c-32cfed7b7888" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" - ], - "x-ms-client-request-id": [ - "222dfeca040e4fec86e98b5d7dc18d24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "078a7c13-eedd-4818-a835-da0629fd92c3" - ], - "x-ms-correlation-request-id": [ - "078a7c13-eedd-4818-a835-da0629fd92c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184237Z:078a7c13-eedd-4818-a835-da0629fd92c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "f41e0786ae21446c950551637658582a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da7e5bce-bdfc-41ef-a7ac-857bbab0119c" - ], - "x-ms-correlation-request-id": [ - "da7e5bce-bdfc-41ef-a7ac-857bbab0119c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184237Z:da7e5bce-bdfc-41ef-a7ac-857bbab0119c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "74a7359901b0468ab103c9582af3231f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef484649-9f79-4c17-8d72-62ee58cbc889" - ], - "x-ms-correlation-request-id": [ - "ef484649-9f79-4c17-8d72-62ee58cbc889" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184238Z:ef484649-9f79-4c17-8d72-62ee58cbc889" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "c1ae1e5cce7c48959ef361e82f540154" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "112a7bbe-7b4b-4697-b406-f783d51baceb" - ], - "x-ms-correlation-request-id": [ - "112a7bbe-7b4b-4697-b406-f783d51baceb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184238Z:112a7bbe-7b4b-4697-b406-f783d51baceb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "32a9c2e752924aa0b5ae38230ff23e7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f502834e-7f1a-4c3b-80ef-27dcebfbaba6" - ], - "x-ms-correlation-request-id": [ - "f502834e-7f1a-4c3b-80ef-27dcebfbaba6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184238Z:f502834e-7f1a-4c3b-80ef-27dcebfbaba6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "ceb0d83f85de429ab769f9435d88d5d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18ab9387-4dc6-41f1-a034-d740dc587da9" - ], - "x-ms-correlation-request-id": [ - "18ab9387-4dc6-41f1-a034-d740dc587da9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184238Z:18ab9387-4dc6-41f1-a034-d740dc587da9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "36e8510fa5a84a26aaacbba98acbbb8c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cafa5623-960a-413e-a84a-436485ad3fda" - ], - "x-ms-correlation-request-id": [ - "cafa5623-960a-413e-a84a-436485ad3fda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184238Z:cafa5623-960a-413e-a84a-436485ad3fda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "f74f2a23c10d4b03ab87afb2cba54e4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3602bccc-887a-48bc-8a7a-4c3a5afce061" - ], - "x-ms-correlation-request-id": [ - "3602bccc-887a-48bc-8a7a-4c3a5afce061" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184238Z:3602bccc-887a-48bc-8a7a-4c3a5afce061" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "298410dac7314af5b4865a3bc92fd358" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fda3ded1-ba09-440e-8e21-1f55ed73d88a" - ], - "x-ms-correlation-request-id": [ - "fda3ded1-ba09-440e-8e21-1f55ed73d88a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184239Z:fda3ded1-ba09-440e-8e21-1f55ed73d88a" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "68eaa01afd3b4ba49ed1b0fbd0934b47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4691b841-a2a9-426e-902f-0b2f490f4880" - ], - "x-ms-correlation-request-id": [ - "4691b841-a2a9-426e-902f-0b2f490f4880" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184239Z:4691b841-a2a9-426e-902f-0b2f490f4880" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "5c4ea0fe13634f36b69680347076afba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d22779e-0df6-453e-a752-c4f765cef638" - ], - "x-ms-correlation-request-id": [ - "9d22779e-0df6-453e-a752-c4f765cef638" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184239Z:9d22779e-0df6-453e-a752-c4f765cef638" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "a694c4c3c7444110b606e3879d1d1bd3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6708185-7ec1-4dcb-9490-62b5476af822" - ], - "x-ms-correlation-request-id": [ - "e6708185-7ec1-4dcb-9490-62b5476af822" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184239Z:e6708185-7ec1-4dcb-9490-62b5476af822" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "6adc6f05f03f405798a03b62581fc8fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3188ea4d-2700-485c-9b31-323d9431cbdd" - ], - "x-ms-correlation-request-id": [ - "3188ea4d-2700-485c-9b31-323d9431cbdd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:3188ea4d-2700-485c-9b31-323d9431cbdd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "d2c7f41c50d746dcb5b94dcfc1b6086b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9dc620c-f194-4964-9405-7079c98e105c" - ], - "x-ms-correlation-request-id": [ - "a9dc620c-f194-4964-9405-7079c98e105c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:a9dc620c-f194-4964-9405-7079c98e105c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "760fad468f2c4f82b884bd3543f2e9e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b649c03-333b-4154-9682-7072fa76fe0a" - ], - "x-ms-correlation-request-id": [ - "4b649c03-333b-4154-9682-7072fa76fe0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:4b649c03-333b-4154-9682-7072fa76fe0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "eb2d853943ec42428731e6ff59fa4b5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "254d4915-fbd9-4737-90db-bad3beedaf0d" - ], - "x-ms-correlation-request-id": [ - "254d4915-fbd9-4737-90db-bad3beedaf0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:254d4915-fbd9-4737-90db-bad3beedaf0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "96774215b61f4ba7ab2543f11f767361" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba1dc9ac-170a-4548-99bd-1fff1b170102" - ], - "x-ms-correlation-request-id": [ - "ba1dc9ac-170a-4548-99bd-1fff1b170102" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:ba1dc9ac-170a-4548-99bd-1fff1b170102" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "6f3a0bbe5ee1434da6cceb15614d349d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5f62be1-5d61-4307-92e4-6a9690fe72c1" - ], - "x-ms-correlation-request-id": [ - "e5f62be1-5d61-4307-92e4-6a9690fe72c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:e5f62be1-5d61-4307-92e4-6a9690fe72c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "7ecb91fa0f254b2d9cfa82354bf9dac0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "381db55a-10d5-434f-8492-9fb9b1140305" - ], - "x-ms-correlation-request-id": [ - "381db55a-10d5-434f-8492-9fb9b1140305" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:381db55a-10d5-434f-8492-9fb9b1140305" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "e50b8fb273d84725851d8381815d8368" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53dec094-9661-4021-801a-50b2f5d276d9" - ], - "x-ms-correlation-request-id": [ - "53dec094-9661-4021-801a-50b2f5d276d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:53dec094-9661-4021-801a-50b2f5d276d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "482e075d1da543b999bc0ee17a4d0952" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66398c7e-2093-401c-b3ae-ad9ea160da4f" - ], - "x-ms-correlation-request-id": [ - "66398c7e-2093-401c-b3ae-ad9ea160da4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184240Z:66398c7e-2093-401c-b3ae-ad9ea160da4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "6e0e877db2984531b8457d0b3b6f83c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf046641-fbf1-4846-8a1e-23390054e793" - ], - "x-ms-correlation-request-id": [ - "cf046641-fbf1-4846-8a1e-23390054e793" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184241Z:cf046641-fbf1-4846-8a1e-23390054e793" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "bb58f6f8db014640938d03c13fe7d12b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b5c2fec-3288-4be4-b209-3e1a63ceac9f" - ], - "x-ms-correlation-request-id": [ - "9b5c2fec-3288-4be4-b209-3e1a63ceac9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184241Z:9b5c2fec-3288-4be4-b209-3e1a63ceac9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "1f45b7816bf74854b500ded38f2c662c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eea59755-b7fb-4aea-8ac5-cc5264dfbac1" - ], - "x-ms-correlation-request-id": [ - "eea59755-b7fb-4aea-8ac5-cc5264dfbac1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184241Z:eea59755-b7fb-4aea-8ac5-cc5264dfbac1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "0fcd45d23d704b25a8c8538fdd5afe66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "acd9b191-c231-4647-a9a4-245c3d92e3f4" - ], - "x-ms-correlation-request-id": [ - "acd9b191-c231-4647-a9a4-245c3d92e3f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184241Z:acd9b191-c231-4647-a9a4-245c3d92e3f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "71fff9246e51431fb00f437df2f5717a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02474fe4-af76-4fb0-bf76-d0836cd3c33a" - ], - "x-ms-correlation-request-id": [ - "02474fe4-af76-4fb0-bf76-d0836cd3c33a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184241Z:02474fe4-af76-4fb0-bf76-d0836cd3c33a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "c03f724367de434a8e8d38c81568f953" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "adaf5a26-6d97-41e7-a106-e49ac67e0979" - ], - "x-ms-correlation-request-id": [ - "adaf5a26-6d97-41e7-a106-e49ac67e0979" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184241Z:adaf5a26-6d97-41e7-a106-e49ac67e0979" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "b871614dc1124f93bd1ae160f89f561e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "738dad39-2575-4507-9f50-c4fd5c00b326" - ], - "x-ms-correlation-request-id": [ - "738dad39-2575-4507-9f50-c4fd5c00b326" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184241Z:738dad39-2575-4507-9f50-c4fd5c00b326" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "0ab66ccff18c4985bfb7438b79650ec2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33ca21b4-336e-47a8-9758-e334e40e8656" - ], - "x-ms-correlation-request-id": [ - "33ca21b4-336e-47a8-9758-e334e40e8656" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:33ca21b4-336e-47a8-9758-e334e40e8656" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "17af9467940b4c2faf7bd80ddf2e1dfa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a365ad4-c072-4b0e-8843-5c9e7471ff60" - ], - "x-ms-correlation-request-id": [ - "0a365ad4-c072-4b0e-8843-5c9e7471ff60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:0a365ad4-c072-4b0e-8843-5c9e7471ff60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "3c2bdc75696b4785beb5ed001d9f2cac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df10b41e-631c-437c-88e1-397412bc2100" - ], - "x-ms-correlation-request-id": [ - "df10b41e-631c-437c-88e1-397412bc2100" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:df10b41e-631c-437c-88e1-397412bc2100" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "343bb6a977a243969c57cf0c48aa2d65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba092ee3-8677-4d97-9799-cda75687e0ee" - ], - "x-ms-correlation-request-id": [ - "ba092ee3-8677-4d97-9799-cda75687e0ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:ba092ee3-8677-4d97-9799-cda75687e0ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "f4ec27710f664234b2ebd64fd94130c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ddb1c46-df15-44f0-84e6-acbf6cd230e5" - ], - "x-ms-correlation-request-id": [ - "0ddb1c46-df15-44f0-84e6-acbf6cd230e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:0ddb1c46-df15-44f0-84e6-acbf6cd230e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "021cc7c84a5b452d92b835a022935435" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0110506a-8c08-460b-bea1-c55eaf9d27d7" - ], - "x-ms-correlation-request-id": [ - "0110506a-8c08-460b-bea1-c55eaf9d27d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:0110506a-8c08-460b-bea1-c55eaf9d27d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "5d71372878444e7d8e65332f6f150164" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da876bc1-203a-435e-ab02-125b4a5609c5" - ], - "x-ms-correlation-request-id": [ - "da876bc1-203a-435e-ab02-125b4a5609c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:da876bc1-203a-435e-ab02-125b4a5609c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "74c8fd2e4147437e9ed65c377244e2dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de3c38d6-84f4-4a9d-9af8-726376aa011e" - ], - "x-ms-correlation-request-id": [ - "de3c38d6-84f4-4a9d-9af8-726376aa011e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184242Z:de3c38d6-84f4-4a9d-9af8-726376aa011e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "46b6d79653624764923d3955e09fc3d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb3e6dda-b314-45a2-8130-c6ebda59207d" - ], - "x-ms-correlation-request-id": [ - "fb3e6dda-b314-45a2-8130-c6ebda59207d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:fb3e6dda-b314-45a2-8130-c6ebda59207d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "5fc661af8c2149f396e57b3c42ca4810" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67c7df0e-1c56-4401-8dcd-1c9f189a2c87" - ], - "x-ms-correlation-request-id": [ - "67c7df0e-1c56-4401-8dcd-1c9f189a2c87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:67c7df0e-1c56-4401-8dcd-1c9f189a2c87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "57d88e5ff99b4a63b8b7f36e96e1dad2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ec3c13a-247c-41b2-b513-ca27c100c1a3" - ], - "x-ms-correlation-request-id": [ - "9ec3c13a-247c-41b2-b513-ca27c100c1a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:9ec3c13a-247c-41b2-b513-ca27c100c1a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "6c76413608d3424a82d0b91fea26288b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ead68783-fdf1-4700-b34e-290c81f23db8" - ], - "x-ms-correlation-request-id": [ - "ead68783-fdf1-4700-b34e-290c81f23db8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:ead68783-fdf1-4700-b34e-290c81f23db8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "c8555862454b4f33bb60ecb62adf8449" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19fd8b30-29d1-49aa-9416-0addbb8b2018" - ], - "x-ms-correlation-request-id": [ - "19fd8b30-29d1-49aa-9416-0addbb8b2018" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:19fd8b30-29d1-49aa-9416-0addbb8b2018" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "bbec033956554f82a0418746f307479f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52295aaa-62b7-4417-b478-7e0a13c92d55" - ], - "x-ms-correlation-request-id": [ - "52295aaa-62b7-4417-b478-7e0a13c92d55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:52295aaa-62b7-4417-b478-7e0a13c92d55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "61d6f3894cc34af0b27fd93f8b6c18cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc50a6c8-c9f0-4f99-b98b-d46fd030a20d" - ], - "x-ms-correlation-request-id": [ - "bc50a6c8-c9f0-4f99-b98b-d46fd030a20d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:bc50a6c8-c9f0-4f99-b98b-d46fd030a20d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "0c58a5dfffc841f68c9583c23766cd0e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7a09931-b8db-4508-97d5-6d528c3d8900" - ], - "x-ms-correlation-request-id": [ - "c7a09931-b8db-4508-97d5-6d528c3d8900" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184243Z:c7a09931-b8db-4508-97d5-6d528c3d8900" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "dfadbd7950c9481b92ddaf8a1121b23e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5496be51-cae8-439d-9fcf-555d8ffa9b41" - ], - "x-ms-correlation-request-id": [ - "5496be51-cae8-439d-9fcf-555d8ffa9b41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184244Z:5496be51-cae8-439d-9fcf-555d8ffa9b41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "8f030358624d48aa9c3a1255f6b5c5d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3fce387-2f82-464e-ada9-771b303e0db4" - ], - "x-ms-correlation-request-id": [ - "a3fce387-2f82-464e-ada9-771b303e0db4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184244Z:a3fce387-2f82-464e-ada9-771b303e0db4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "d666a4d385ac402381821a09c69809e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4510899f-b1e0-4723-ad68-213fe0f8c006" - ], - "x-ms-correlation-request-id": [ - "4510899f-b1e0-4723-ad68-213fe0f8c006" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184244Z:4510899f-b1e0-4723-ad68-213fe0f8c006" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "d92c09d4cd364588bddb19d7658e35a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a9d25e0-4496-4180-95cc-3c877fe3b855" - ], - "x-ms-correlation-request-id": [ - "7a9d25e0-4496-4180-95cc-3c877fe3b855" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184244Z:7a9d25e0-4496-4180-95cc-3c877fe3b855" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "1636c64189b046edba881a8d76b73a5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "260520e9-dc30-41ee-9d6c-87787d97a37f" - ], - "x-ms-correlation-request-id": [ - "260520e9-dc30-41ee-9d6c-87787d97a37f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184244Z:260520e9-dc30-41ee-9d6c-87787d97a37f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "71dbf78d6ec0448fa51ed4e28b095421" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f3da646-eba0-4390-8bf6-0d0727be2663" - ], - "x-ms-correlation-request-id": [ - "8f3da646-eba0-4390-8bf6-0d0727be2663" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184244Z:8f3da646-eba0-4390-8bf6-0d0727be2663" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "4ea876be65d540e0829f1eae3ff14023" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc32200d-0169-4c67-a638-3beee9bea5c9" - ], - "x-ms-correlation-request-id": [ - "dc32200d-0169-4c67-a638-3beee9bea5c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184244Z:dc32200d-0169-4c67-a638-3beee9bea5c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "b4fd16c39614442b9f728a4cc40a8704" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d08fee4f-db56-4209-9161-50f6c96a59ca" - ], - "x-ms-correlation-request-id": [ - "d08fee4f-db56-4209-9161-50f6c96a59ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:d08fee4f-db56-4209-9161-50f6c96a59ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "cf6d8e4067d5444ea91154a6e50f2cb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e52b6616-8c22-4230-8d79-2a2c614f8469" - ], - "x-ms-correlation-request-id": [ - "e52b6616-8c22-4230-8d79-2a2c614f8469" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:e52b6616-8c22-4230-8d79-2a2c614f8469" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "347e21bd90a641b4ac57b2ec0713ba2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "394d5197-8e63-4b35-8b9c-021ce2214cc6" - ], - "x-ms-correlation-request-id": [ - "394d5197-8e63-4b35-8b9c-021ce2214cc6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:394d5197-8e63-4b35-8b9c-021ce2214cc6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "3efcd0921e0a455a888712c99264c5c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b19b797a-b2f5-4cf6-be14-c6758e6495ce" - ], - "x-ms-correlation-request-id": [ - "b19b797a-b2f5-4cf6-be14-c6758e6495ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:b19b797a-b2f5-4cf6-be14-c6758e6495ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "241e6fb8715d427a9ec598008b423523" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "441a7d3e-fa9c-4540-9a6d-2e4328b3ff61" - ], - "x-ms-correlation-request-id": [ - "441a7d3e-fa9c-4540-9a6d-2e4328b3ff61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:441a7d3e-fa9c-4540-9a6d-2e4328b3ff61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "11d5d634a4514e188125e86c7518441c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee40d627-0789-47a0-bce5-9f1e3b20a364" - ], - "x-ms-correlation-request-id": [ - "ee40d627-0789-47a0-bce5-9f1e3b20a364" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:ee40d627-0789-47a0-bce5-9f1e3b20a364" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "d8a51b2e4e564b97b503614f46a088c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97c1faa2-6110-4155-9e1a-f0a93d0f9106" - ], - "x-ms-correlation-request-id": [ - "97c1faa2-6110-4155-9e1a-f0a93d0f9106" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:97c1faa2-6110-4155-9e1a-f0a93d0f9106" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "fa40bff88db34a9fb0ccabd9f900562f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "739162ad-704b-4dd7-8fb0-e46cd5037d6c" - ], - "x-ms-correlation-request-id": [ - "739162ad-704b-4dd7-8fb0-e46cd5037d6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184245Z:739162ad-704b-4dd7-8fb0-e46cd5037d6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "ac1fb614f12546f59bc2b77a86d07d46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b44e6a4-d560-4ec6-944b-927e3f006db0" - ], - "x-ms-correlation-request-id": [ - "4b44e6a4-d560-4ec6-944b-927e3f006db0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:4b44e6a4-d560-4ec6-944b-927e3f006db0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "63e8f6288c1b452580e9c25f101d7ebb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a46fa550-a58f-4709-8009-3b3939468da1" - ], - "x-ms-correlation-request-id": [ - "a46fa550-a58f-4709-8009-3b3939468da1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:a46fa550-a58f-4709-8009-3b3939468da1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "3f5ea9c2529946cc8c602a53cc34c7c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf51183d-691e-4bc4-a649-61ce1827a751" - ], - "x-ms-correlation-request-id": [ - "cf51183d-691e-4bc4-a649-61ce1827a751" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:cf51183d-691e-4bc4-a649-61ce1827a751" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "34c31fd499ce4a0e82ec10d0fec02da4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad95462f-b51a-43cb-863c-a365761b364c" - ], - "x-ms-correlation-request-id": [ - "ad95462f-b51a-43cb-863c-a365761b364c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:ad95462f-b51a-43cb-863c-a365761b364c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "541bef8bdc72496a9b1c6e563a4c8d44" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8aaa6d62-c3c6-4059-ab21-249f961f3d2c" - ], - "x-ms-correlation-request-id": [ - "8aaa6d62-c3c6-4059-ab21-249f961f3d2c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:8aaa6d62-c3c6-4059-ab21-249f961f3d2c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "8b33b6bb432844b4b29e16a8cae2f49e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b53d33e8-623a-4737-8352-3767d5dafa5f" - ], - "x-ms-correlation-request-id": [ - "b53d33e8-623a-4737-8352-3767d5dafa5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:b53d33e8-623a-4737-8352-3767d5dafa5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "a351fe4877704193a968181a17c9c617" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "353ba4ed-529f-489b-a5eb-5b5ea6aa2f74" - ], - "x-ms-correlation-request-id": [ - "353ba4ed-529f-489b-a5eb-5b5ea6aa2f74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:353ba4ed-529f-489b-a5eb-5b5ea6aa2f74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "9c03551a11b34c749b109e987bf97154" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e20361c1-be78-45a7-959a-9a691bb46d70" - ], - "x-ms-correlation-request-id": [ - "e20361c1-be78-45a7-959a-9a691bb46d70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:e20361c1-be78-45a7-959a-9a691bb46d70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "3c84009de9e84ef28ecdee9df48e3321" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ad025fc-7288-4f79-983f-cde927991a8a" - ], - "x-ms-correlation-request-id": [ - "3ad025fc-7288-4f79-983f-cde927991a8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184246Z:3ad025fc-7288-4f79-983f-cde927991a8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "a5562260e1b64fe6958c9a21d5b18bd1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7313909f-6903-40cf-9beb-1977d3526463" - ], - "x-ms-correlation-request-id": [ - "7313909f-6903-40cf-9beb-1977d3526463" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184247Z:7313909f-6903-40cf-9beb-1977d3526463" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "5d44472905934d9aae8c4524bcc910a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92cccbc8-d621-41ec-a18b-ec90490e241c" - ], - "x-ms-correlation-request-id": [ - "92cccbc8-d621-41ec-a18b-ec90490e241c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184247Z:92cccbc8-d621-41ec-a18b-ec90490e241c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "8e9e08939d3948c39262f50a6fefd856" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6912ff0e-f54c-4b5a-856b-02daee3e3544" - ], - "x-ms-correlation-request-id": [ - "6912ff0e-f54c-4b5a-856b-02daee3e3544" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184247Z:6912ff0e-f54c-4b5a-856b-02daee3e3544" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "25ba5c5cb64e447b9bc236147b35cf38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4859fc7-297b-44f5-b74f-8b90eac772af" - ], - "x-ms-correlation-request-id": [ - "e4859fc7-297b-44f5-b74f-8b90eac772af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184247Z:e4859fc7-297b-44f5-b74f-8b90eac772af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "d6bd241534f24b0893ce4dbdd6c4cf36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "191c3d84-e02f-4953-be29-2d75f8ee7df1" - ], - "x-ms-correlation-request-id": [ - "191c3d84-e02f-4953-be29-2d75f8ee7df1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184247Z:191c3d84-e02f-4953-be29-2d75f8ee7df1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "6fcb4dd447294310a204cb8d54d7a015" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efdbc968-5aa2-4180-bd03-123001255d09" - ], - "x-ms-correlation-request-id": [ - "efdbc968-5aa2-4180-bd03-123001255d09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184247Z:efdbc968-5aa2-4180-bd03-123001255d09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "46a5bcf50115449a8784d6a100eaf84e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18fdc994-78aa-44c8-bb37-b62d03448ba1" - ], - "x-ms-correlation-request-id": [ - "18fdc994-78aa-44c8-bb37-b62d03448ba1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:18fdc994-78aa-44c8-bb37-b62d03448ba1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "0b4b78fed2714e72a502d7fe7add1d03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b2500d0-5f04-4dfd-96e9-f1002a76f3a4" - ], - "x-ms-correlation-request-id": [ - "1b2500d0-5f04-4dfd-96e9-f1002a76f3a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:1b2500d0-5f04-4dfd-96e9-f1002a76f3a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "2897fb1fb07f4c43b784a912ba0e901d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec469fd4-9bd1-4edd-a688-2baa2f9cdd67" - ], - "x-ms-correlation-request-id": [ - "ec469fd4-9bd1-4edd-a688-2baa2f9cdd67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:ec469fd4-9bd1-4edd-a688-2baa2f9cdd67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "ae13f8fcf0d64dadb3f436e1862eadfd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb8cfe6c-901b-4644-a5a3-094298985e21" - ], - "x-ms-correlation-request-id": [ - "eb8cfe6c-901b-4644-a5a3-094298985e21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:eb8cfe6c-901b-4644-a5a3-094298985e21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "b7edad508eb642568b70265d82ba6912" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ef97976-bb80-456a-b971-2bdef072df5f" - ], - "x-ms-correlation-request-id": [ - "9ef97976-bb80-456a-b971-2bdef072df5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:9ef97976-bb80-456a-b971-2bdef072df5f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "d31eb5fd1d3345b290ec85923c68d714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd4173ec-b3ef-429e-9fde-0f39a3c9861f" - ], - "x-ms-correlation-request-id": [ - "fd4173ec-b3ef-429e-9fde-0f39a3c9861f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:fd4173ec-b3ef-429e-9fde-0f39a3c9861f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "dcb0571cb487498c9398bff9803b7a00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a2c9275-c1e0-4aca-a2bb-80be4a998546" - ], - "x-ms-correlation-request-id": [ - "3a2c9275-c1e0-4aca-a2bb-80be4a998546" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:3a2c9275-c1e0-4aca-a2bb-80be4a998546" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "d7c78a560f994d9da5be9705a03ed39c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b407004d-e4b0-4ae9-8e23-f84682ae72f9" - ], - "x-ms-correlation-request-id": [ - "b407004d-e4b0-4ae9-8e23-f84682ae72f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:b407004d-e4b0-4ae9-8e23-f84682ae72f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "ed805634e8d24926a57697430e3e6129" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e74f1785-9c82-49c4-87a8-5c6762be2fda" - ], - "x-ms-correlation-request-id": [ - "e74f1785-9c82-49c4-87a8-5c6762be2fda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:e74f1785-9c82-49c4-87a8-5c6762be2fda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "0fedcb650798460888472d78f9499493" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8d17b1b-d369-4af2-b9b1-2eaf2e371eaf" - ], - "x-ms-correlation-request-id": [ - "b8d17b1b-d369-4af2-b9b1-2eaf2e371eaf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184248Z:b8d17b1b-d369-4af2-b9b1-2eaf2e371eaf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "dec701f20b09446193fd5ed7be684fb7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c74b83a-6142-48d6-8c31-4833417c350d" - ], - "x-ms-correlation-request-id": [ - "5c74b83a-6142-48d6-8c31-4833417c350d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184249Z:5c74b83a-6142-48d6-8c31-4833417c350d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "9180e6839ac24f4f8b182fde9dc9eccc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd9ac1f9-0348-48ed-b16c-278738964399" - ], - "x-ms-correlation-request-id": [ - "fd9ac1f9-0348-48ed-b16c-278738964399" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184249Z:fd9ac1f9-0348-48ed-b16c-278738964399" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "7938032a6f624e25ac48743cae8e4b1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bd758b8-a027-499b-b60d-076a8ebefe98" - ], - "x-ms-correlation-request-id": [ - "2bd758b8-a027-499b-b60d-076a8ebefe98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184249Z:2bd758b8-a027-499b-b60d-076a8ebefe98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "d45e8ae058f148d788c6a13e079d9e1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2e1622f5-00f0-4466-b9e0-e67768e777ab" - ], - "x-ms-correlation-request-id": [ - "2e1622f5-00f0-4466-b9e0-e67768e777ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184249Z:2e1622f5-00f0-4466-b9e0-e67768e777ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "8fd2edec1a884d8180528b27b48a1351" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e27307b-ebb8-46ed-beee-c1808f846dd7" - ], - "x-ms-correlation-request-id": [ - "0e27307b-ebb8-46ed-beee-c1808f846dd7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184249Z:0e27307b-ebb8-46ed-beee-c1808f846dd7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "e739a977ea1643659db9412c0ae26e85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55b8cd6e-dff8-4c78-bc66-81aa80c5a3fd" - ], - "x-ms-correlation-request-id": [ - "55b8cd6e-dff8-4c78-bc66-81aa80c5a3fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:55b8cd6e-dff8-4c78-bc66-81aa80c5a3fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "e57553f851b94382859967cba392929d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be4b5a36-4b6e-40fe-b547-71815a31ecc3" - ], - "x-ms-correlation-request-id": [ - "be4b5a36-4b6e-40fe-b547-71815a31ecc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:be4b5a36-4b6e-40fe-b547-71815a31ecc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "51e54aa568404ef9bbf56d2cb36a4f3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78b5840b-4be1-4008-8f1f-5374ebb7500b" - ], - "x-ms-correlation-request-id": [ - "78b5840b-4be1-4008-8f1f-5374ebb7500b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:78b5840b-4be1-4008-8f1f-5374ebb7500b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "8e3bfc2329de44c086b4522d0e3aaf26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "323a2568-975c-4d3b-8425-9a0109a23968" - ], - "x-ms-correlation-request-id": [ - "323a2568-975c-4d3b-8425-9a0109a23968" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:323a2568-975c-4d3b-8425-9a0109a23968" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "8b929665e33e429ca65f73c17272adad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62d9079a-ed81-46bf-b59d-93daa7672165" - ], - "x-ms-correlation-request-id": [ - "62d9079a-ed81-46bf-b59d-93daa7672165" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:62d9079a-ed81-46bf-b59d-93daa7672165" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "ce634fbfae094182b9499e7fa9025998" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ee9b400-a3aa-48b0-b760-3b278c370f7c" - ], - "x-ms-correlation-request-id": [ - "0ee9b400-a3aa-48b0-b760-3b278c370f7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:0ee9b400-a3aa-48b0-b760-3b278c370f7c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "a9710f7bd0714173acdc818fe0ebcab3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2236a102-0523-44dd-a5d7-3e90139efc5d" - ], - "x-ms-correlation-request-id": [ - "2236a102-0523-44dd-a5d7-3e90139efc5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:2236a102-0523-44dd-a5d7-3e90139efc5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "d2a7680c687a47e3a28cd9b44077044f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4028850-55fe-4f78-b022-9253b85b4cd9" - ], - "x-ms-correlation-request-id": [ - "b4028850-55fe-4f78-b022-9253b85b4cd9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:b4028850-55fe-4f78-b022-9253b85b4cd9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "6f1da2cbb1a2434abad1de17278fe679" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdff51ed-aea6-4f17-bbc8-2d2e607182ed" - ], - "x-ms-correlation-request-id": [ - "fdff51ed-aea6-4f17-bbc8-2d2e607182ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184250Z:fdff51ed-aea6-4f17-bbc8-2d2e607182ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "c185ce4bb4fe462c84c8897616d64fef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "281f7d77-a8b0-49f6-b843-9c3d5048c653" - ], - "x-ms-correlation-request-id": [ - "281f7d77-a8b0-49f6-b843-9c3d5048c653" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184251Z:281f7d77-a8b0-49f6-b843-9c3d5048c653" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "976d735599084c67a27daf718a3e8f5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8daf3a27-6a11-403e-9782-b4636aa00556" - ], - "x-ms-correlation-request-id": [ - "8daf3a27-6a11-403e-9782-b4636aa00556" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184251Z:8daf3a27-6a11-403e-9782-b4636aa00556" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "11ee76a3cb344e518a0d0845a9f8be0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfc6afa0-4c76-4152-85e8-5ff04aed5a1b" - ], - "x-ms-correlation-request-id": [ - "bfc6afa0-4c76-4152-85e8-5ff04aed5a1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184251Z:bfc6afa0-4c76-4152-85e8-5ff04aed5a1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "ec8b9a16975e4578881b73ea0ad7517a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d614541-9659-4f07-9292-25e8fc7e1c04" - ], - "x-ms-correlation-request-id": [ - "8d614541-9659-4f07-9292-25e8fc7e1c04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184251Z:8d614541-9659-4f07-9292-25e8fc7e1c04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "82da7acee31c4f19b4e334bb8f96ecc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1aa7961e-6d5f-4723-a01f-6778fc0aa38c" - ], - "x-ms-correlation-request-id": [ - "1aa7961e-6d5f-4723-a01f-6778fc0aa38c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184251Z:1aa7961e-6d5f-4723-a01f-6778fc0aa38c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "a5808b5e9b47425c890ca0ad8a48ef42" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbe0181d-e5a8-42a0-b0f3-cfe97cffbdd8" - ], - "x-ms-correlation-request-id": [ - "cbe0181d-e5a8-42a0-b0f3-cfe97cffbdd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184251Z:cbe0181d-e5a8-42a0-b0f3-cfe97cffbdd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "dc55d3df7b2642db8078e235eb42b3ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "298a8c1a-5f26-4642-9bfc-e7d5e19eae54" - ], - "x-ms-correlation-request-id": [ - "298a8c1a-5f26-4642-9bfc-e7d5e19eae54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184251Z:298a8c1a-5f26-4642-9bfc-e7d5e19eae54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "23c391ad661e4505a136b16c0e7b027f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b9e088f1-719f-46d7-8410-588ca6ada7e0" - ], - "x-ms-correlation-request-id": [ - "b9e088f1-719f-46d7-8410-588ca6ada7e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184252Z:b9e088f1-719f-46d7-8410-588ca6ada7e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "fa35f0e08ecb43b88d185fb4e71ba025" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ca4dabd-994c-4c27-a43c-caaa760d1097" - ], - "x-ms-correlation-request-id": [ - "0ca4dabd-994c-4c27-a43c-caaa760d1097" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184252Z:0ca4dabd-994c-4c27-a43c-caaa760d1097" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "58f65e87509046eea435e3dd8c413e0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6586cd7-24d9-46f1-9403-4224ec0e76a6" - ], - "x-ms-correlation-request-id": [ - "e6586cd7-24d9-46f1-9403-4224ec0e76a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184252Z:e6586cd7-24d9-46f1-9403-4224ec0e76a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "7372b1638177414abc024b5f1f4a94bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "052636e8-8e6c-40a1-8d86-5ab04458e8b6" - ], - "x-ms-correlation-request-id": [ - "052636e8-8e6c-40a1-8d86-5ab04458e8b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184252Z:052636e8-8e6c-40a1-8d86-5ab04458e8b6" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "5ee2b305e6d04399901b24edc76714c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "570dc246-8b2e-4da8-b73c-47c8b6c7c0f2" - ], - "x-ms-correlation-request-id": [ - "570dc246-8b2e-4da8-b73c-47c8b6c7c0f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184253Z:570dc246-8b2e-4da8-b73c-47c8b6c7c0f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "40f8d0cf9d3e458f8dbcd86456dde299" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57504bca-0606-4729-962a-002abaa04c9d" - ], - "x-ms-correlation-request-id": [ - "57504bca-0606-4729-962a-002abaa04c9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184253Z:57504bca-0606-4729-962a-002abaa04c9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "75edc02bd26040a7adeaffb44e6fbc0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6dc62208-fb2b-4afc-9f40-8348ab347819" - ], - "x-ms-correlation-request-id": [ - "6dc62208-fb2b-4afc-9f40-8348ab347819" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184253Z:6dc62208-fb2b-4afc-9f40-8348ab347819" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "cf8c946f757048f58fd55561108381a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60e7921d-b783-4009-be68-8bf962a0b83e" - ], - "x-ms-correlation-request-id": [ - "60e7921d-b783-4009-be68-8bf962a0b83e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184253Z:60e7921d-b783-4009-be68-8bf962a0b83e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "fa65a18574794c6abc51bbe2e164b8f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "174b892a-79f5-4994-9582-6218d0c4f8a5" - ], - "x-ms-correlation-request-id": [ - "174b892a-79f5-4994-9582-6218d0c4f8a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184253Z:174b892a-79f5-4994-9582-6218d0c4f8a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "d81acdb24e2e47299079b238656ac23d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75959c77-6c30-4046-9d69-b0f97e03b450" - ], - "x-ms-correlation-request-id": [ - "75959c77-6c30-4046-9d69-b0f97e03b450" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184253Z:75959c77-6c30-4046-9d69-b0f97e03b450" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "a2fe071d61ae4a8b9770bd793480e47e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5b96092-7b0e-4f29-bf7e-16a1342938bd" - ], - "x-ms-correlation-request-id": [ - "f5b96092-7b0e-4f29-bf7e-16a1342938bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:f5b96092-7b0e-4f29-bf7e-16a1342938bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "dc9a21491ae04e07a552f022e3358c2c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c2daef8-b174-4957-89fc-a07ac62ee295" - ], - "x-ms-correlation-request-id": [ - "9c2daef8-b174-4957-89fc-a07ac62ee295" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:9c2daef8-b174-4957-89fc-a07ac62ee295" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "8f8937249a6b484fa16be4381643bbeb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d7795fb-6d06-48fb-9720-ff8d2115121d" - ], - "x-ms-correlation-request-id": [ - "9d7795fb-6d06-48fb-9720-ff8d2115121d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:9d7795fb-6d06-48fb-9720-ff8d2115121d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "0d233318d4f645308a01641eab4af8ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7df122a-261f-40be-b285-7dd1151517a4" - ], - "x-ms-correlation-request-id": [ - "c7df122a-261f-40be-b285-7dd1151517a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:c7df122a-261f-40be-b285-7dd1151517a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "fac20a06baf74aa8b5f5cfa9ca878153" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79eb6190-6af1-423f-87b0-6f27aa4629f9" - ], - "x-ms-correlation-request-id": [ - "79eb6190-6af1-423f-87b0-6f27aa4629f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:79eb6190-6af1-423f-87b0-6f27aa4629f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "59b22395413e486786d86aa20434bb0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1626339-9347-47b4-91d4-4736c7ba9e25" - ], - "x-ms-correlation-request-id": [ - "a1626339-9347-47b4-91d4-4736c7ba9e25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:a1626339-9347-47b4-91d4-4736c7ba9e25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "4080e040353d485b8a4776ff98be32ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44b02b09-ee2b-4794-8a47-ff3c57b648a8" - ], - "x-ms-correlation-request-id": [ - "44b02b09-ee2b-4794-8a47-ff3c57b648a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:44b02b09-ee2b-4794-8a47-ff3c57b648a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "b3f8735183b2458b8f1910017bb5aab3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89f75f23-085f-48ae-a686-ac779ed19fca" - ], - "x-ms-correlation-request-id": [ - "89f75f23-085f-48ae-a686-ac779ed19fca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:89f75f23-085f-48ae-a686-ac779ed19fca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b6b2f78c07b24b4c8dc908c11b16c4c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c714c22-a63b-4794-ae39-d79a1c9ef74d" - ], - "x-ms-correlation-request-id": [ - "2c714c22-a63b-4794-ae39-d79a1c9ef74d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184254Z:2c714c22-a63b-4794-ae39-d79a1c9ef74d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "bc4eb68ef74040a4b9eea9e78cdedaee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3aa9c32-5772-46af-b098-9ad92a1705a9" - ], - "x-ms-correlation-request-id": [ - "e3aa9c32-5772-46af-b098-9ad92a1705a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:e3aa9c32-5772-46af-b098-9ad92a1705a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "157b6570a7614566a06f675da45e5e68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fee84c8f-0e75-445a-a0ba-1701b893e804" - ], - "x-ms-correlation-request-id": [ - "fee84c8f-0e75-445a-a0ba-1701b893e804" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:fee84c8f-0e75-445a-a0ba-1701b893e804" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "08532e1a1dc7434fa394408bb0dedc7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57239836-6406-477b-acb2-c4fa811bd958" - ], - "x-ms-correlation-request-id": [ - "57239836-6406-477b-acb2-c4fa811bd958" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:57239836-6406-477b-acb2-c4fa811bd958" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "5a861f735eb243678c55c9ec0a609fc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "705dcd41-b536-473d-adbb-f934a8df5013" - ], - "x-ms-correlation-request-id": [ - "705dcd41-b536-473d-adbb-f934a8df5013" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:705dcd41-b536-473d-adbb-f934a8df5013" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "ec679e9468a8421caea2eb8a358e387f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee4e1297-0444-40e8-9a33-4dbb55907a28" - ], - "x-ms-correlation-request-id": [ - "ee4e1297-0444-40e8-9a33-4dbb55907a28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:ee4e1297-0444-40e8-9a33-4dbb55907a28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "7ba996fc3db74e78891d9a39fb43e6e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64c81043-5521-466f-86a7-f65be8b926e5" - ], - "x-ms-correlation-request-id": [ - "64c81043-5521-466f-86a7-f65be8b926e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:64c81043-5521-466f-86a7-f65be8b926e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "51777076047d456fb375b4910465fc21" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "686b317f-a3eb-452c-b8d4-1365d64e44be" - ], - "x-ms-correlation-request-id": [ - "686b317f-a3eb-452c-b8d4-1365d64e44be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:686b317f-a3eb-452c-b8d4-1365d64e44be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "5061295786f04176aad7be2c9216758b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e132a9c5-aba4-4fa9-b5ff-c0a8e1204e77" - ], - "x-ms-correlation-request-id": [ - "e132a9c5-aba4-4fa9-b5ff-c0a8e1204e77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184255Z:e132a9c5-aba4-4fa9-b5ff-c0a8e1204e77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "08641d428bfe4c839595bad8ec3f6401" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40bb34d3-6b7d-4ac2-838f-03f8e74304ed" - ], - "x-ms-correlation-request-id": [ - "40bb34d3-6b7d-4ac2-838f-03f8e74304ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:40bb34d3-6b7d-4ac2-838f-03f8e74304ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "20c6da4e4a254fbbb73ed1c1d4d6e0d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaa32573-53e1-434a-9fbf-74b523fbbad4" - ], - "x-ms-correlation-request-id": [ - "eaa32573-53e1-434a-9fbf-74b523fbbad4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:eaa32573-53e1-434a-9fbf-74b523fbbad4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "14517345160a41edbeb41f31005f5ad0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe8a016c-c19a-4db6-94b6-6986cc2850bb" - ], - "x-ms-correlation-request-id": [ - "fe8a016c-c19a-4db6-94b6-6986cc2850bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:fe8a016c-c19a-4db6-94b6-6986cc2850bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "5dccdcfc102246a88951922e6948541f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11dbab96-6679-40e8-9f70-521ebc79bd61" - ], - "x-ms-correlation-request-id": [ - "11dbab96-6679-40e8-9f70-521ebc79bd61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:11dbab96-6679-40e8-9f70-521ebc79bd61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "d09dc5f7ab124322a8d9df685a08e024" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "893e290c-3aa9-4aeb-8ebe-c2d512f3c034" - ], - "x-ms-correlation-request-id": [ - "893e290c-3aa9-4aeb-8ebe-c2d512f3c034" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:893e290c-3aa9-4aeb-8ebe-c2d512f3c034" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "251bc42faddc4784b65823e5b90af333" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d15af913-dfe6-4e40-81d2-94e8670b05c6" - ], - "x-ms-correlation-request-id": [ - "d15af913-dfe6-4e40-81d2-94e8670b05c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:d15af913-dfe6-4e40-81d2-94e8670b05c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "23cc4875cff24b4996d8b836f200339d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ffdbe24-af77-4244-861e-fe8081a8f5b7" - ], - "x-ms-correlation-request-id": [ - "6ffdbe24-af77-4244-861e-fe8081a8f5b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:6ffdbe24-af77-4244-861e-fe8081a8f5b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "607c78757adb4fbcad0b77280ff52193" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8abb1fc2-0c75-4308-aadf-17f0e3245b26" - ], - "x-ms-correlation-request-id": [ - "8abb1fc2-0c75-4308-aadf-17f0e3245b26" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184256Z:8abb1fc2-0c75-4308-aadf-17f0e3245b26" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "615bca83e96b4833bcfd48d2272e7d17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "375c7bac-f9ee-4b63-8607-bebf4b272cf8" - ], - "x-ms-correlation-request-id": [ - "375c7bac-f9ee-4b63-8607-bebf4b272cf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184257Z:375c7bac-f9ee-4b63-8607-bebf4b272cf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "5bb3cff0a189482ebe9b162737443fa2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e277409-d734-494c-8aa7-9cf06617c4ad" - ], - "x-ms-correlation-request-id": [ - "0e277409-d734-494c-8aa7-9cf06617c4ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184257Z:0e277409-d734-494c-8aa7-9cf06617c4ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "2b665caa357e478f890a2298cd58a8a2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac23a1fa-b9c0-4c76-b7cf-b75774dfc41b" - ], - "x-ms-correlation-request-id": [ - "ac23a1fa-b9c0-4c76-b7cf-b75774dfc41b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184257Z:ac23a1fa-b9c0-4c76-b7cf-b75774dfc41b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "e34e9fe88ceb4ca1a966ed2d776df8af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3300bbd0-5780-489e-8b1a-87c23cab3809" - ], - "x-ms-correlation-request-id": [ - "3300bbd0-5780-489e-8b1a-87c23cab3809" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184257Z:3300bbd0-5780-489e-8b1a-87c23cab3809" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "26f24ed9bafa4a6f9a3f130cb11a73f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c30a388-7909-4898-ba09-9e7559721e10" - ], - "x-ms-correlation-request-id": [ - "7c30a388-7909-4898-ba09-9e7559721e10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184257Z:7c30a388-7909-4898-ba09-9e7559721e10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "f320b433562e41e79d9493cc82a79a1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4f00f78-f454-483a-a8b8-e9489bc18fcb" - ], - "x-ms-correlation-request-id": [ - "a4f00f78-f454-483a-a8b8-e9489bc18fcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184257Z:a4f00f78-f454-483a-a8b8-e9489bc18fcb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "43640b11600341eb9b589142058ee5e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f98ff084-6a31-49d1-bb17-55c44aa3d46c" - ], - "x-ms-correlation-request-id": [ - "f98ff084-6a31-49d1-bb17-55c44aa3d46c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184257Z:f98ff084-6a31-49d1-bb17-55c44aa3d46c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "b66fd95bb3a9487aadf0440aa63e3e3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a0682a5-f786-43ea-bcfb-5e157f9be025" - ], - "x-ms-correlation-request-id": [ - "2a0682a5-f786-43ea-bcfb-5e157f9be025" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184258Z:2a0682a5-f786-43ea-bcfb-5e157f9be025" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "700fe9515b7840f9940e5d2c6733e4ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4f3611a-63da-4630-b141-8ba94b919da1" - ], - "x-ms-correlation-request-id": [ - "b4f3611a-63da-4630-b141-8ba94b919da1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184258Z:b4f3611a-63da-4630-b141-8ba94b919da1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "2c476609341f49e3879ab9eb9a63f2e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "667329f8-4660-40d9-93dc-b86999ed708b" - ], - "x-ms-correlation-request-id": [ - "667329f8-4660-40d9-93dc-b86999ed708b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184258Z:667329f8-4660-40d9-93dc-b86999ed708b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "a4501fdcc03d4fd0a63ae4f3e1b85a87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5920c297-20ff-4b33-b2a4-1b81ae5b123c" - ], - "x-ms-correlation-request-id": [ - "5920c297-20ff-4b33-b2a4-1b81ae5b123c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184258Z:5920c297-20ff-4b33-b2a4-1b81ae5b123c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "a3126c677c3549648161588668c326e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3193cedb-2c74-4511-9c43-bc02aa221c16" - ], - "x-ms-correlation-request-id": [ - "3193cedb-2c74-4511-9c43-bc02aa221c16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184258Z:3193cedb-2c74-4511-9c43-bc02aa221c16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "30643e3624984754ac3df23ee0048186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03850498-2f27-4007-b713-833d209cbfe6" - ], - "x-ms-correlation-request-id": [ - "03850498-2f27-4007-b713-833d209cbfe6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184258Z:03850498-2f27-4007-b713-833d209cbfe6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "1560a240e2b44a4b82ec926663a55728" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d731e183-c2c1-45da-8675-f1e8505a5335" - ], - "x-ms-correlation-request-id": [ - "d731e183-c2c1-45da-8675-f1e8505a5335" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184258Z:d731e183-c2c1-45da-8675-f1e8505a5335" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "3524c944913143b0b6136ad1bfd24b7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0ba551d-4cc8-4737-953f-c738d700a194" - ], - "x-ms-correlation-request-id": [ - "d0ba551d-4cc8-4737-953f-c738d700a194" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:d0ba551d-4cc8-4737-953f-c738d700a194" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "92d46a22f7bd4887aa713951799647b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "65186d80-e258-4822-8954-7db7d42a71c9" - ], - "x-ms-correlation-request-id": [ - "65186d80-e258-4822-8954-7db7d42a71c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:65186d80-e258-4822-8954-7db7d42a71c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "07d6eff8ed2345c8ad2280cd564213d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "289ba5e9-dd23-4add-acf0-71b4554835cb" - ], - "x-ms-correlation-request-id": [ - "289ba5e9-dd23-4add-acf0-71b4554835cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:289ba5e9-dd23-4add-acf0-71b4554835cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "896cfc380e064ba7a60ea1fc0d479c4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c79bff38-7951-4de7-afb1-9e70000af6c0" - ], - "x-ms-correlation-request-id": [ - "c79bff38-7951-4de7-afb1-9e70000af6c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:c79bff38-7951-4de7-afb1-9e70000af6c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "5c915c4e371e42f884c750b98a2b69b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c895cf1f-1b02-4563-8f64-34f2be5a2d25" - ], - "x-ms-correlation-request-id": [ - "c895cf1f-1b02-4563-8f64-34f2be5a2d25" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:c895cf1f-1b02-4563-8f64-34f2be5a2d25" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "170f845eda68456d919ac7f067b12732" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4289573-411a-4ab8-94ef-bc96c622c2d2" - ], - "x-ms-correlation-request-id": [ - "d4289573-411a-4ab8-94ef-bc96c622c2d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:d4289573-411a-4ab8-94ef-bc96c622c2d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "cdecf4863dc0450e8a2f6602eaefcceb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "015a776d-5b6a-4917-a712-c835311c1164" - ], - "x-ms-correlation-request-id": [ - "015a776d-5b6a-4917-a712-c835311c1164" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:015a776d-5b6a-4917-a712-c835311c1164" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "740b5da7b3854784b57b14f57a7f15a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6f001e9-43ba-48fa-964d-5fe6858d0ddc" - ], - "x-ms-correlation-request-id": [ - "c6f001e9-43ba-48fa-964d-5fe6858d0ddc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184259Z:c6f001e9-43ba-48fa-964d-5fe6858d0ddc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "9b04ca7f03a444559eb3d3f08f6832ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c5b5f4f-7512-4ec7-aa04-e46d96766f74" - ], - "x-ms-correlation-request-id": [ - "1c5b5f4f-7512-4ec7-aa04-e46d96766f74" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184300Z:1c5b5f4f-7512-4ec7-aa04-e46d96766f74" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "8ad9e5baf81f4332842799ca38870fd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5951482-c609-44bb-99df-792cdbab9465" - ], - "x-ms-correlation-request-id": [ - "b5951482-c609-44bb-99df-792cdbab9465" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184300Z:b5951482-c609-44bb-99df-792cdbab9465" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "5a18177150ea4b3c9f0f397c8bc9eaaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64889498-d492-4cf7-b553-548303ed6d2f" - ], - "x-ms-correlation-request-id": [ - "64889498-d492-4cf7-b553-548303ed6d2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184300Z:64889498-d492-4cf7-b553-548303ed6d2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "7a7e1e63f6834ba1b10c122481b78fdc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c28b347-fb0d-4f66-90e9-747ccd2c62e0" - ], - "x-ms-correlation-request-id": [ - "5c28b347-fb0d-4f66-90e9-747ccd2c62e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184300Z:5c28b347-fb0d-4f66-90e9-747ccd2c62e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:42:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "727366c16b3240b0becc18b1f2f30229" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "485e0d25-c6ed-46b9-9234-d156001fdc11" - ], - "x-ms-correlation-request-id": [ - "485e0d25-c6ed-46b9-9234-d156001fdc11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184300Z:485e0d25-c6ed-46b9-9234-d156001fdc11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "f714247c9db144348409548c6ea440e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56939d45-7cfe-4ce5-8e11-6aa12cfb9f67" - ], - "x-ms-correlation-request-id": [ - "56939d45-7cfe-4ce5-8e11-6aa12cfb9f67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184300Z:56939d45-7cfe-4ce5-8e11-6aa12cfb9f67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "a4706284c48c4504b8ef4f1279388bcc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5bdaba66-6938-4088-a32e-e38f15412e00" - ], - "x-ms-correlation-request-id": [ - "5bdaba66-6938-4088-a32e-e38f15412e00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184301Z:5bdaba66-6938-4088-a32e-e38f15412e00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "df0239131d1a4657afa41c85e3b604ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dae6a6f-8198-43c4-94dc-df20234a4366" - ], - "x-ms-correlation-request-id": [ - "2dae6a6f-8198-43c4-94dc-df20234a4366" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184301Z:2dae6a6f-8198-43c4-94dc-df20234a4366" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "3dc107f1c0ec495d9f008ff7d2b65d72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5941322b-ab23-4bd2-9552-889504d6b3df" - ], - "x-ms-correlation-request-id": [ - "5941322b-ab23-4bd2-9552-889504d6b3df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184301Z:5941322b-ab23-4bd2-9552-889504d6b3df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "d38257320a184403bcbeea43f78a47ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf9dba7f-91a3-441d-b079-5bf92acfdca0" - ], - "x-ms-correlation-request-id": [ - "cf9dba7f-91a3-441d-b079-5bf92acfdca0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184301Z:cf9dba7f-91a3-441d-b079-5bf92acfdca0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "48652ac034244870890f785be22448c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0dd497df-49e0-4764-8994-88f62996f13c" - ], - "x-ms-correlation-request-id": [ - "0dd497df-49e0-4764-8994-88f62996f13c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184301Z:0dd497df-49e0-4764-8994-88f62996f13c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "a8028d41eb5a47f9a61a98e6195903cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4cb82e8-bf51-4851-b92f-dc540e7da3ca" - ], - "x-ms-correlation-request-id": [ - "b4cb82e8-bf51-4851-b92f-dc540e7da3ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184301Z:b4cb82e8-bf51-4851-b92f-dc540e7da3ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "dc86ec45639c4932aba52ea110960207" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5ea44b1-8bd4-4dbd-a101-ef0f48dfb247" - ], - "x-ms-correlation-request-id": [ - "a5ea44b1-8bd4-4dbd-a101-ef0f48dfb247" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184301Z:a5ea44b1-8bd4-4dbd-a101-ef0f48dfb247" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "b437303aefe248bdb33d82b5b2ed12ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc5177cd-2909-4b3a-a073-ef7a23e9a0b6" - ], - "x-ms-correlation-request-id": [ - "cc5177cd-2909-4b3a-a073-ef7a23e9a0b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:cc5177cd-2909-4b3a-a073-ef7a23e9a0b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "ecf7fb8bc7d14e9f925f8f06fe20a9e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da80fe97-8a2a-4aaa-a95f-e148cda76223" - ], - "x-ms-correlation-request-id": [ - "da80fe97-8a2a-4aaa-a95f-e148cda76223" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:da80fe97-8a2a-4aaa-a95f-e148cda76223" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "fdadf40a70104156a93e72c6c8da0a59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "745f0819-c230-4316-ba13-1a2d6b61af13" - ], - "x-ms-correlation-request-id": [ - "745f0819-c230-4316-ba13-1a2d6b61af13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:745f0819-c230-4316-ba13-1a2d6b61af13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "e49332ecc8314209a52a0f1ba52c490e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91111735-8571-4529-82ff-235c6320a0ed" - ], - "x-ms-correlation-request-id": [ - "91111735-8571-4529-82ff-235c6320a0ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:91111735-8571-4529-82ff-235c6320a0ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "30e6f3ea69c94152a2bd0cd44440612e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38b0c1bb-b742-464b-9bc8-29f2aa3a538e" - ], - "x-ms-correlation-request-id": [ - "38b0c1bb-b742-464b-9bc8-29f2aa3a538e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:38b0c1bb-b742-464b-9bc8-29f2aa3a538e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "614139a53cf44460ac56237d976abf5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8c40f5d-1013-49b6-b606-d6fe1c985ab1" - ], - "x-ms-correlation-request-id": [ - "d8c40f5d-1013-49b6-b606-d6fe1c985ab1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:d8c40f5d-1013-49b6-b606-d6fe1c985ab1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "64e6751c25dd4a1ba375d17879aad50e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8540a6b2-9265-4daf-865b-e80502656063" - ], - "x-ms-correlation-request-id": [ - "8540a6b2-9265-4daf-865b-e80502656063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:8540a6b2-9265-4daf-865b-e80502656063" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "f3ecd0fef8aa4d57be8e2cab0251b876" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14700bd0-19b5-4a34-ab4a-25aaccb8aaf4" - ], - "x-ms-correlation-request-id": [ - "14700bd0-19b5-4a34-ab4a-25aaccb8aaf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184302Z:14700bd0-19b5-4a34-ab4a-25aaccb8aaf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "f9f9154acab94cfd80f4fbb72a8dba7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23f3d28f-0147-4011-9e20-01d017803924" - ], - "x-ms-correlation-request-id": [ - "23f3d28f-0147-4011-9e20-01d017803924" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184303Z:23f3d28f-0147-4011-9e20-01d017803924" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "f4dee980f6494d89ab15063130b96413" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56bd865b-62d0-4930-a7ad-b24194b4d97b" - ], - "x-ms-correlation-request-id": [ - "56bd865b-62d0-4930-a7ad-b24194b4d97b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184303Z:56bd865b-62d0-4930-a7ad-b24194b4d97b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "d495ea8690aa4cdbba3652ecc7c4079d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e136e3e6-cbb3-40f6-ab6d-d53b38085bcb" - ], - "x-ms-correlation-request-id": [ - "e136e3e6-cbb3-40f6-ab6d-d53b38085bcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184303Z:e136e3e6-cbb3-40f6-ab6d-d53b38085bcb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "918412ded40d4cfdb473e16bebaae11e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8226abe-3302-43c7-81f1-2a4b95033ed6" - ], - "x-ms-correlation-request-id": [ - "a8226abe-3302-43c7-81f1-2a4b95033ed6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184303Z:a8226abe-3302-43c7-81f1-2a4b95033ed6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "44c7e1631d334102bf764203912fc541" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6887c5f-c5a8-4d49-af4e-9ac6a159cc9a" - ], - "x-ms-correlation-request-id": [ - "f6887c5f-c5a8-4d49-af4e-9ac6a159cc9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184303Z:f6887c5f-c5a8-4d49-af4e-9ac6a159cc9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "54a47794fc9a4387b13631d2128118ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f170b425-2e0e-4ad8-a125-b778e37f43e2" - ], - "x-ms-correlation-request-id": [ - "f170b425-2e0e-4ad8-a125-b778e37f43e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184303Z:f170b425-2e0e-4ad8-a125-b778e37f43e2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "dc2f9691f3bc412ca0ddbf62704fc7ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45833b7c-0542-43ef-9bf8-ce4b641ffc75" - ], - "x-ms-correlation-request-id": [ - "45833b7c-0542-43ef-9bf8-ce4b641ffc75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184303Z:45833b7c-0542-43ef-9bf8-ce4b641ffc75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "9acab1c30d374dd99327ccd79f75d405" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "175851be-9750-4b35-a91d-1c446f8e8382" - ], - "x-ms-correlation-request-id": [ - "175851be-9750-4b35-a91d-1c446f8e8382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184304Z:175851be-9750-4b35-a91d-1c446f8e8382" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "6ea20062c61844b1a376c8f61268901a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "699586a9-f375-48b6-9c4a-f64d3fbc9ea5" - ], - "x-ms-correlation-request-id": [ - "699586a9-f375-48b6-9c4a-f64d3fbc9ea5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184304Z:699586a9-f375-48b6-9c4a-f64d3fbc9ea5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "884d46122af74231a79c5260845e9bc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47b6bb1e-891f-4d4d-8cb2-35f0badfca67" - ], - "x-ms-correlation-request-id": [ - "47b6bb1e-891f-4d4d-8cb2-35f0badfca67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184304Z:47b6bb1e-891f-4d4d-8cb2-35f0badfca67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "16d2dd0c7bfd4d09a49f6cb53a5f142a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86e6bfe0-8bc6-4cad-ba7c-deaf35e7c253" - ], - "x-ms-correlation-request-id": [ - "86e6bfe0-8bc6-4cad-ba7c-deaf35e7c253" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184304Z:86e6bfe0-8bc6-4cad-ba7c-deaf35e7c253" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "6c4e89b7cffd443d8b722a6cd361dc69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49a8df42-5d33-429b-a99e-2da14e074a97" - ], - "x-ms-correlation-request-id": [ - "49a8df42-5d33-429b-a99e-2da14e074a97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184304Z:49a8df42-5d33-429b-a99e-2da14e074a97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "4274b4730ce34d2da65615b5fc93f28c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb0a714d-354a-4e97-89d2-4425d791cb11" - ], - "x-ms-correlation-request-id": [ - "bb0a714d-354a-4e97-89d2-4425d791cb11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184304Z:bb0a714d-354a-4e97-89d2-4425d791cb11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "7b066a8d8b6942bc925fc3a78f1a6d77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24ae8d91-c031-48e9-8b77-b071e8781f86" - ], - "x-ms-correlation-request-id": [ - "24ae8d91-c031-48e9-8b77-b071e8781f86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184304Z:24ae8d91-c031-48e9-8b77-b071e8781f86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "0894e84ed3914c38acb98f0b43ad2634" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad005843-fdd3-4265-9b1c-1e9bd1164616" - ], - "x-ms-correlation-request-id": [ - "ad005843-fdd3-4265-9b1c-1e9bd1164616" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:ad005843-fdd3-4265-9b1c-1e9bd1164616" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "2bcbdef2f1c74df3af3ad89210657150" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bcac8d2c-0b4c-4ffc-8528-683aab7dc0f6" - ], - "x-ms-correlation-request-id": [ - "bcac8d2c-0b4c-4ffc-8528-683aab7dc0f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:bcac8d2c-0b4c-4ffc-8528-683aab7dc0f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "c824c6dc9dc9430d869e474bce2eef35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1bd4012-2756-440b-982a-968ed4ce4ff2" - ], - "x-ms-correlation-request-id": [ - "a1bd4012-2756-440b-982a-968ed4ce4ff2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:a1bd4012-2756-440b-982a-968ed4ce4ff2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "b80a7926d29e4e888ba6c1598464a998" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "037be99a-20fc-45af-8647-f3533be13bda" - ], - "x-ms-correlation-request-id": [ - "037be99a-20fc-45af-8647-f3533be13bda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:037be99a-20fc-45af-8647-f3533be13bda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "545e8bd43c684a8eac87f97d74fa8f2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20c5144d-f03a-487e-b2cc-e7c978cc8fce" - ], - "x-ms-correlation-request-id": [ - "20c5144d-f03a-487e-b2cc-e7c978cc8fce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:20c5144d-f03a-487e-b2cc-e7c978cc8fce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "9fee2c5b3703450ab63e12663f7a3925" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5403f704-b3ba-4296-93e6-a3e29e5514b3" - ], - "x-ms-correlation-request-id": [ - "5403f704-b3ba-4296-93e6-a3e29e5514b3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:5403f704-b3ba-4296-93e6-a3e29e5514b3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "ff235fdb7114439980f5398100c7fba3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0285a35c-122e-4388-8bac-14e0edd7a8f8" - ], - "x-ms-correlation-request-id": [ - "0285a35c-122e-4388-8bac-14e0edd7a8f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:0285a35c-122e-4388-8bac-14e0edd7a8f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "5624f970f992453da0bc4eae68057b3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2e83875-9187-4f44-9c8e-09cf5cc162ca" - ], - "x-ms-correlation-request-id": [ - "a2e83875-9187-4f44-9c8e-09cf5cc162ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184305Z:a2e83875-9187-4f44-9c8e-09cf5cc162ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "974d2acb5fba46e098edbf9252822f24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a444fba-b02e-4715-9090-6ed731be7059" - ], - "x-ms-correlation-request-id": [ - "6a444fba-b02e-4715-9090-6ed731be7059" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184306Z:6a444fba-b02e-4715-9090-6ed731be7059" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "1a6d1c48adea4b408a6b77ced3622afa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "194eaa47-c516-47aa-9b32-c051e9e116fc" - ], - "x-ms-correlation-request-id": [ - "194eaa47-c516-47aa-9b32-c051e9e116fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184306Z:194eaa47-c516-47aa-9b32-c051e9e116fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "2138c106c6d441a4bfa7225db26d7fc4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa42a877-884d-4370-81a1-6c921ba1ff28" - ], - "x-ms-correlation-request-id": [ - "fa42a877-884d-4370-81a1-6c921ba1ff28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184306Z:fa42a877-884d-4370-81a1-6c921ba1ff28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "ef4d30b68b7342ba9ebefdbbc706dd8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7279fe14-f8cb-4da3-ab72-fa5db5e42684" - ], - "x-ms-correlation-request-id": [ - "7279fe14-f8cb-4da3-ab72-fa5db5e42684" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184306Z:7279fe14-f8cb-4da3-ab72-fa5db5e42684" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "19892e38a6474154ad29f83085cfac47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b5f84fa-d5a4-421f-9178-876d8abd5281" - ], - "x-ms-correlation-request-id": [ - "7b5f84fa-d5a4-421f-9178-876d8abd5281" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184306Z:7b5f84fa-d5a4-421f-9178-876d8abd5281" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "3836e42175d2425ea2541e6015250d72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a746ac37-0272-44b7-b220-be48b9de6693" - ], - "x-ms-correlation-request-id": [ - "a746ac37-0272-44b7-b220-be48b9de6693" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184307Z:a746ac37-0272-44b7-b220-be48b9de6693" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "d62c68482b914bac9d805e53c52e68ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e15df95f-819d-41ed-b38d-2a72fbe95f42" - ], - "x-ms-correlation-request-id": [ - "e15df95f-819d-41ed-b38d-2a72fbe95f42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184307Z:e15df95f-819d-41ed-b38d-2a72fbe95f42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "093c038466754679846a6934a8c2b8ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1fdee7e1-108d-4c30-821b-4a78ecea4be4" - ], - "x-ms-correlation-request-id": [ - "1fdee7e1-108d-4c30-821b-4a78ecea4be4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184307Z:1fdee7e1-108d-4c30-821b-4a78ecea4be4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "8e7a749942c04fc1943cbd7060cfc9d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b4a90e0-0a04-4def-aac7-e9408ddb1a04" - ], - "x-ms-correlation-request-id": [ - "5b4a90e0-0a04-4def-aac7-e9408ddb1a04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184307Z:5b4a90e0-0a04-4def-aac7-e9408ddb1a04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "f0cf93fb715e43328939582debed3a97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3630653-0f8d-4607-ae4c-ee377f275067" - ], - "x-ms-correlation-request-id": [ - "f3630653-0f8d-4607-ae4c-ee377f275067" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184307Z:f3630653-0f8d-4607-ae4c-ee377f275067" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "832d225fdb3941689ed918101b435eda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ca8597d-e40f-4228-8012-35c13f4fd395" - ], - "x-ms-correlation-request-id": [ - "7ca8597d-e40f-4228-8012-35c13f4fd395" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:7ca8597d-e40f-4228-8012-35c13f4fd395" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "837ad6a693be4efdb8afa82c98a20337" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78bc4506-5a08-439e-87ef-581c7cd6a27f" - ], - "x-ms-correlation-request-id": [ - "78bc4506-5a08-439e-87ef-581c7cd6a27f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:78bc4506-5a08-439e-87ef-581c7cd6a27f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "059043fe964a444cad607f20775ddced" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7cca146-ea2b-4965-8e32-1ef0d86d5a0f" - ], - "x-ms-correlation-request-id": [ - "a7cca146-ea2b-4965-8e32-1ef0d86d5a0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:a7cca146-ea2b-4965-8e32-1ef0d86d5a0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "fea96597676643aab3abb3fa9b0ab4dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc66fcc6-ca3d-40df-958d-c41c76407987" - ], - "x-ms-correlation-request-id": [ - "fc66fcc6-ca3d-40df-958d-c41c76407987" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:fc66fcc6-ca3d-40df-958d-c41c76407987" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "d56cbb85704f4ed7aae8a403dfa64c8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b621534c-a946-4329-9d1e-a33931a4886a" - ], - "x-ms-correlation-request-id": [ - "b621534c-a946-4329-9d1e-a33931a4886a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:b621534c-a946-4329-9d1e-a33931a4886a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "a61bb94d6b424d9fba4fde350e9f33b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a97853a9-b701-4930-9179-d09fa8218c84" - ], - "x-ms-correlation-request-id": [ - "a97853a9-b701-4930-9179-d09fa8218c84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:a97853a9-b701-4930-9179-d09fa8218c84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "8aa430a8a7ac4dae9227fe0b70300f07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fb53f44-7931-48c9-939d-768ca6742e3c" - ], - "x-ms-correlation-request-id": [ - "3fb53f44-7931-48c9-939d-768ca6742e3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:3fb53f44-7931-48c9-939d-768ca6742e3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "cb564414ffec4e5189c8f0253b78a7f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5fbec2d-717a-472d-917e-957b226fe522" - ], - "x-ms-correlation-request-id": [ - "a5fbec2d-717a-472d-917e-957b226fe522" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184308Z:a5fbec2d-717a-472d-917e-957b226fe522" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "2f722e91576d4a84babb7c7dd23b14f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7dea82c4-3f57-439d-82dd-965f72a5f2fd" - ], - "x-ms-correlation-request-id": [ - "7dea82c4-3f57-439d-82dd-965f72a5f2fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184309Z:7dea82c4-3f57-439d-82dd-965f72a5f2fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "37e21e723fa04166b79e3cb87ff4dea7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "390a38fa-c5e0-4d00-9bb3-c39c2b8d1b82" - ], - "x-ms-correlation-request-id": [ - "390a38fa-c5e0-4d00-9bb3-c39c2b8d1b82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184309Z:390a38fa-c5e0-4d00-9bb3-c39c2b8d1b82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "af7e155aa64241d1b29513de34cd5172" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85cf53c7-8892-44c8-95d3-56a1cbdb76b8" - ], - "x-ms-correlation-request-id": [ - "85cf53c7-8892-44c8-95d3-56a1cbdb76b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184309Z:85cf53c7-8892-44c8-95d3-56a1cbdb76b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "2db0e9b1fd5d4858a6fb1f273d9f65a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66bce8fc-cfe2-4fd4-9cd2-fdadbeae83b4" - ], - "x-ms-correlation-request-id": [ - "66bce8fc-cfe2-4fd4-9cd2-fdadbeae83b4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184309Z:66bce8fc-cfe2-4fd4-9cd2-fdadbeae83b4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "5cb4e7116cbe479cba97f1315f2ec6b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f30c76bf-173b-45b5-82bb-465162b34751" - ], - "x-ms-correlation-request-id": [ - "f30c76bf-173b-45b5-82bb-465162b34751" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184309Z:f30c76bf-173b-45b5-82bb-465162b34751" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "917c5ac4fde04b44a057fde62dcc2ecd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06f4c5e7-6599-43a9-81f1-e29dcae15d05" - ], - "x-ms-correlation-request-id": [ - "06f4c5e7-6599-43a9-81f1-e29dcae15d05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184309Z:06f4c5e7-6599-43a9-81f1-e29dcae15d05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "d34a9290d8af437b91d88bb699d46688" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e550f99e-8f6f-49fa-a769-ab6877dfb789" - ], - "x-ms-correlation-request-id": [ - "e550f99e-8f6f-49fa-a769-ab6877dfb789" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184309Z:e550f99e-8f6f-49fa-a769-ab6877dfb789" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "b1dfb1a4e8d7498c8d0b3eb4bc367e99" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70b389b5-ce04-446a-ac0c-4afc619b34ec" - ], - "x-ms-correlation-request-id": [ - "70b389b5-ce04-446a-ac0c-4afc619b34ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:70b389b5-ce04-446a-ac0c-4afc619b34ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "aca1487d8861406aadfd59c8050768ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7b02924-795a-438f-8bc5-fedef22bdfc7" - ], - "x-ms-correlation-request-id": [ - "b7b02924-795a-438f-8bc5-fedef22bdfc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:b7b02924-795a-438f-8bc5-fedef22bdfc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "773c716e95b540ec9b687be098ad59d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6863918-3cf1-4ffa-92ca-e37b255c8c0b" - ], - "x-ms-correlation-request-id": [ - "b6863918-3cf1-4ffa-92ca-e37b255c8c0b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:b6863918-3cf1-4ffa-92ca-e37b255c8c0b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "3cd62381c9b2440998dfd482587cd2cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b8b8d8d-907f-4503-8913-6d544a186a66" - ], - "x-ms-correlation-request-id": [ - "3b8b8d8d-907f-4503-8913-6d544a186a66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:3b8b8d8d-907f-4503-8913-6d544a186a66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "f10811c2af1e44b99ccb4b1267abdab2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b4bec2b-07aa-4263-ac0d-097c4b59735b" - ], - "x-ms-correlation-request-id": [ - "1b4bec2b-07aa-4263-ac0d-097c4b59735b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:1b4bec2b-07aa-4263-ac0d-097c4b59735b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "674af4b6f6dc48908c929266d3d32779" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04a21c9d-6215-4b53-8a7d-39d7b137637e" - ], - "x-ms-correlation-request-id": [ - "04a21c9d-6215-4b53-8a7d-39d7b137637e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:04a21c9d-6215-4b53-8a7d-39d7b137637e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "35f4a6ba788c4c5d852d92f8c7a3c3af" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a20946f-53ad-41a7-8c11-d1916b323e34" - ], - "x-ms-correlation-request-id": [ - "7a20946f-53ad-41a7-8c11-d1916b323e34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:7a20946f-53ad-41a7-8c11-d1916b323e34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "b14ec5f70d94444d904a518a49a892b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84acfcbb-4511-4937-ae25-97b83e852b67" - ], - "x-ms-correlation-request-id": [ - "84acfcbb-4511-4937-ae25-97b83e852b67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184310Z:84acfcbb-4511-4937-ae25-97b83e852b67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "d8a9b62b24cf48f28a843431c5b75704" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19fbcb6c-fd93-4565-8a63-1faf8ccdbc6a" - ], - "x-ms-correlation-request-id": [ - "19fbcb6c-fd93-4565-8a63-1faf8ccdbc6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:19fbcb6c-fd93-4565-8a63-1faf8ccdbc6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "b4f0f0a80197411ca74617254b29a40e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ad4f389-31a3-47c7-a745-91320a563e82" - ], - "x-ms-correlation-request-id": [ - "3ad4f389-31a3-47c7-a745-91320a563e82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:3ad4f389-31a3-47c7-a745-91320a563e82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "1d624e2ccb87491aa3126aa9bd469716" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34ef710c-2e22-4561-a07a-dc6c10a0c419" - ], - "x-ms-correlation-request-id": [ - "34ef710c-2e22-4561-a07a-dc6c10a0c419" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:34ef710c-2e22-4561-a07a-dc6c10a0c419" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "dc556407c8d045ff9144aa9074c94490" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7729487e-38f4-4fae-9fd4-95fcc41aa43c" - ], - "x-ms-correlation-request-id": [ - "7729487e-38f4-4fae-9fd4-95fcc41aa43c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:7729487e-38f4-4fae-9fd4-95fcc41aa43c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "60373decf29e4eb19a7e3998ac5528c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "511376c5-1d9c-47c4-a161-a2f4c7a2f010" - ], - "x-ms-correlation-request-id": [ - "511376c5-1d9c-47c4-a161-a2f4c7a2f010" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:511376c5-1d9c-47c4-a161-a2f4c7a2f010" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "0c4da57c264149a684acf41a673033ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21b59efa-b87d-4de1-9f14-5e5fbe8b69c7" - ], - "x-ms-correlation-request-id": [ - "21b59efa-b87d-4de1-9f14-5e5fbe8b69c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:21b59efa-b87d-4de1-9f14-5e5fbe8b69c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "945ba8f7707441d0a567f52ab45df93f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5a232ab-42c4-42f2-9e66-64f533487ab9" - ], - "x-ms-correlation-request-id": [ - "e5a232ab-42c4-42f2-9e66-64f533487ab9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:e5a232ab-42c4-42f2-9e66-64f533487ab9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "45842a86fc8b49ee8b2e96ad4dae85ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dca2c7de-6256-4cda-9b31-cc81a2b01a6d" - ], - "x-ms-correlation-request-id": [ - "dca2c7de-6256-4cda-9b31-cc81a2b01a6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184311Z:dca2c7de-6256-4cda-9b31-cc81a2b01a6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "76b1c93de84849cbb0dfac29955c85f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c372f08-a242-4b3d-907f-75f30b5b3398" - ], - "x-ms-correlation-request-id": [ - "4c372f08-a242-4b3d-907f-75f30b5b3398" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184312Z:4c372f08-a242-4b3d-907f-75f30b5b3398" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "3bdae28e5540427c8101a25a1ad713a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5619eecc-74ef-4182-8b9d-2043e62bd382" - ], - "x-ms-correlation-request-id": [ - "5619eecc-74ef-4182-8b9d-2043e62bd382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184312Z:5619eecc-74ef-4182-8b9d-2043e62bd382" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "d85a666491de4ad4bede55b266b5a512" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b7f1573-faf3-41e0-9c43-d7c0ec1bf562" - ], - "x-ms-correlation-request-id": [ - "0b7f1573-faf3-41e0-9c43-d7c0ec1bf562" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184312Z:0b7f1573-faf3-41e0-9c43-d7c0ec1bf562" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "eea2a5206f7646a2b65e3c964d8eb6c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f9c25eb-dd5f-4e7f-b70f-6d1e01509d38" - ], - "x-ms-correlation-request-id": [ - "1f9c25eb-dd5f-4e7f-b70f-6d1e01509d38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184312Z:1f9c25eb-dd5f-4e7f-b70f-6d1e01509d38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "8dbdc092460444b0b6e3b63c796c98f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ca6d13f-6138-441d-a46b-2f820014e2f2" - ], - "x-ms-correlation-request-id": [ - "3ca6d13f-6138-441d-a46b-2f820014e2f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184312Z:3ca6d13f-6138-441d-a46b-2f820014e2f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "dcc1b5f8a932419885ed06eedb23dc2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d98b3ad1-8c39-46fd-a09b-602f2dfbf75f" - ], - "x-ms-correlation-request-id": [ - "d98b3ad1-8c39-46fd-a09b-602f2dfbf75f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184313Z:d98b3ad1-8c39-46fd-a09b-602f2dfbf75f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "ec1ee0b037f64158a844dcc29f29d7cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f164bff-e5b4-489b-81e8-ce76b59aaefc" - ], - "x-ms-correlation-request-id": [ - "3f164bff-e5b4-489b-81e8-ce76b59aaefc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184313Z:3f164bff-e5b4-489b-81e8-ce76b59aaefc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "1a571c8b1f844b04b2e1402363c5a0ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "411c70a5-6bd2-4500-876d-03c28bb977ac" - ], - "x-ms-correlation-request-id": [ - "411c70a5-6bd2-4500-876d-03c28bb977ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184313Z:411c70a5-6bd2-4500-876d-03c28bb977ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "0abeedbd45a34611b0f93e2ad7bbad2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73caa263-0ddb-484c-829d-68fd688c010a" - ], - "x-ms-correlation-request-id": [ - "73caa263-0ddb-484c-829d-68fd688c010a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184313Z:73caa263-0ddb-484c-829d-68fd688c010a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "ae23a0b742894e9989f987f525dc9fdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f48d05a2-9c9b-4f78-9eb6-8a0ffd6deb08" - ], - "x-ms-correlation-request-id": [ - "f48d05a2-9c9b-4f78-9eb6-8a0ffd6deb08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184313Z:f48d05a2-9c9b-4f78-9eb6-8a0ffd6deb08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "c4fcacb9051a42a480a0ed94ddf1f4fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cca7d9c-6c40-4da7-8d2c-7a6086bfcaed" - ], - "x-ms-correlation-request-id": [ - "9cca7d9c-6c40-4da7-8d2c-7a6086bfcaed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184313Z:9cca7d9c-6c40-4da7-8d2c-7a6086bfcaed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "fc4939f6a9e447539f6aaedc8d385014" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21b72055-4a19-46ef-adbe-905fa5b32a34" - ], - "x-ms-correlation-request-id": [ - "21b72055-4a19-46ef-adbe-905fa5b32a34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184313Z:21b72055-4a19-46ef-adbe-905fa5b32a34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "cef37dd6b87a467fb0f41495202e31f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c491186e-2287-422c-9cfd-e6a4d4a11477" - ], - "x-ms-correlation-request-id": [ - "c491186e-2287-422c-9cfd-e6a4d4a11477" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:c491186e-2287-422c-9cfd-e6a4d4a11477" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "a4fc82175c9f4ec895eb97311ec2bfa4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3e99e39-7974-4de8-b10a-e3fe7d5f78d7" - ], - "x-ms-correlation-request-id": [ - "d3e99e39-7974-4de8-b10a-e3fe7d5f78d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:d3e99e39-7974-4de8-b10a-e3fe7d5f78d7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "ff8f1fdabe71468286b1a8029a0a3944" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "afad84dc-aca9-48ab-a74a-ca6c31ebfebe" - ], - "x-ms-correlation-request-id": [ - "afad84dc-aca9-48ab-a74a-ca6c31ebfebe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:afad84dc-aca9-48ab-a74a-ca6c31ebfebe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "95bb087ac87f4e26ac0799b567183577" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4bbf8a57-c5e8-4259-b39c-6085e1260805" - ], - "x-ms-correlation-request-id": [ - "4bbf8a57-c5e8-4259-b39c-6085e1260805" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:4bbf8a57-c5e8-4259-b39c-6085e1260805" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "551028e537474cf098149812d9db3b40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd9db9af-2868-42c5-a812-13f59c058ec4" - ], - "x-ms-correlation-request-id": [ - "fd9db9af-2868-42c5-a812-13f59c058ec4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:fd9db9af-2868-42c5-a812-13f59c058ec4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "dda9d155be834486a77dffb00a191acd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9afc445f-4b48-4303-9560-92b643958812" - ], - "x-ms-correlation-request-id": [ - "9afc445f-4b48-4303-9560-92b643958812" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:9afc445f-4b48-4303-9560-92b643958812" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "8256de38b0374dd0837a015dc00e3a79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9837412e-e842-4ccc-9912-6bc39199ab3b" - ], - "x-ms-correlation-request-id": [ - "9837412e-e842-4ccc-9912-6bc39199ab3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:9837412e-e842-4ccc-9912-6bc39199ab3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "8bb20a8a227a4c2eba789da32e8dd2fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3eb15896-3edc-4436-a595-255151df4f27" - ], - "x-ms-correlation-request-id": [ - "3eb15896-3edc-4436-a595-255151df4f27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184314Z:3eb15896-3edc-4436-a595-255151df4f27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "d690d815e9034363bb5e49854261cb80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb8f42db-3a40-4591-91f2-923900b4937d" - ], - "x-ms-correlation-request-id": [ - "cb8f42db-3a40-4591-91f2-923900b4937d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:cb8f42db-3a40-4591-91f2-923900b4937d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "74b25e1e84e0464a8f8bd73863d62684" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "956631fb-f6bf-4439-82b8-0d43501a8dec" - ], - "x-ms-correlation-request-id": [ - "956631fb-f6bf-4439-82b8-0d43501a8dec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:956631fb-f6bf-4439-82b8-0d43501a8dec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "ba04fd496c2a4ceaafbcfbc0a248dc02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a20206de-1906-4fd4-beb5-aced3fd350af" - ], - "x-ms-correlation-request-id": [ - "a20206de-1906-4fd4-beb5-aced3fd350af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:a20206de-1906-4fd4-beb5-aced3fd350af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "a9ac27317521489783decde6cea7f6b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d1d0a25-34e0-4895-9ef5-f888f406884c" - ], - "x-ms-correlation-request-id": [ - "4d1d0a25-34e0-4895-9ef5-f888f406884c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:4d1d0a25-34e0-4895-9ef5-f888f406884c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "3d3ffa6ee71d4d91b1f7c2d36fce77e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d7322b9-edbf-4d34-8eeb-93d90dd4454b" - ], - "x-ms-correlation-request-id": [ - "9d7322b9-edbf-4d34-8eeb-93d90dd4454b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:9d7322b9-edbf-4d34-8eeb-93d90dd4454b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "0f940b46e4824bdbb795de0cfb562d28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d32f3e51-57b2-416f-9e5d-bd5a2dae6605" - ], - "x-ms-correlation-request-id": [ - "d32f3e51-57b2-416f-9e5d-bd5a2dae6605" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:d32f3e51-57b2-416f-9e5d-bd5a2dae6605" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "42bb14d14dcc490e817c2c23bdbf944d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6643010-828e-4b0b-b2e6-5da6f898f7ec" - ], - "x-ms-correlation-request-id": [ - "c6643010-828e-4b0b-b2e6-5da6f898f7ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:c6643010-828e-4b0b-b2e6-5da6f898f7ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "33d851be15af4e228f762a678766292e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13a777f5-440e-4815-a590-6111bd1b1c8c" - ], - "x-ms-correlation-request-id": [ - "13a777f5-440e-4815-a590-6111bd1b1c8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184315Z:13a777f5-440e-4815-a590-6111bd1b1c8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "8a95ccd45087425287fe77167df7fd5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "352c5116-36d5-4518-bad3-81059937b118" - ], - "x-ms-correlation-request-id": [ - "352c5116-36d5-4518-bad3-81059937b118" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184316Z:352c5116-36d5-4518-bad3-81059937b118" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "db165b11f437499bb95cbd82b79aad30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b97e7972-5cfe-41ec-83fb-c752afd947de" - ], - "x-ms-correlation-request-id": [ - "b97e7972-5cfe-41ec-83fb-c752afd947de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184316Z:b97e7972-5cfe-41ec-83fb-c752afd947de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "2a4569b2d5a4460bbf1d84ab2fbcf61c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fbe34128-b9c0-4366-91b7-6848a31179a2" - ], - "x-ms-correlation-request-id": [ - "fbe34128-b9c0-4366-91b7-6848a31179a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184316Z:fbe34128-b9c0-4366-91b7-6848a31179a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "c0fbe645d0c14587ab3262fd56ee15fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47663ffb-6e3e-4e00-9029-25ea1b7bed18" - ], - "x-ms-correlation-request-id": [ - "47663ffb-6e3e-4e00-9029-25ea1b7bed18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184316Z:47663ffb-6e3e-4e00-9029-25ea1b7bed18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "daddeb447c47488db8026b166578411d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d16edbc5-f5ca-4ad1-8e6b-a16664140fc4" - ], - "x-ms-correlation-request-id": [ - "d16edbc5-f5ca-4ad1-8e6b-a16664140fc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184316Z:d16edbc5-f5ca-4ad1-8e6b-a16664140fc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "12cfb76b170c402d83180142bb0df4e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "420fd47c-94c5-4097-b518-bec8b15b2821" - ], - "x-ms-correlation-request-id": [ - "420fd47c-94c5-4097-b518-bec8b15b2821" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:420fd47c-94c5-4097-b518-bec8b15b2821" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "16df5bc6203f41658c76f6600e20801a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "093adc4e-4dd7-43cd-9e49-d6a60ebe73b9" - ], - "x-ms-correlation-request-id": [ - "093adc4e-4dd7-43cd-9e49-d6a60ebe73b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:093adc4e-4dd7-43cd-9e49-d6a60ebe73b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "3bd0d39399634f56ab06e4b940798fce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6ca990f-cc9f-423d-b8a6-62b0d89a850b" - ], - "x-ms-correlation-request-id": [ - "d6ca990f-cc9f-423d-b8a6-62b0d89a850b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:d6ca990f-cc9f-423d-b8a6-62b0d89a850b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "9610038e6d584811ac43adeb3b2f0743" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93df26ab-673b-40f9-a507-e2a9b21f8a98" - ], - "x-ms-correlation-request-id": [ - "93df26ab-673b-40f9-a507-e2a9b21f8a98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:93df26ab-673b-40f9-a507-e2a9b21f8a98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "01804c1b85a7424292b57e40ec2f1cd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76c19b35-5317-42b2-a656-8dcd563cf770" - ], - "x-ms-correlation-request-id": [ - "76c19b35-5317-42b2-a656-8dcd563cf770" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:76c19b35-5317-42b2-a656-8dcd563cf770" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "9f2f0c41a8644d65acd35dba17190c23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03583ad4-d68d-439a-a61b-b7cf4a67c4ec" - ], - "x-ms-correlation-request-id": [ - "03583ad4-d68d-439a-a61b-b7cf4a67c4ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:03583ad4-d68d-439a-a61b-b7cf4a67c4ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "ca782afcd1a74c09ab9b157257031783" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3520d420-11e5-45a6-a580-74fa5c8c7b54" - ], - "x-ms-correlation-request-id": [ - "3520d420-11e5-45a6-a580-74fa5c8c7b54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:3520d420-11e5-45a6-a580-74fa5c8c7b54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "997407d0ce754f41b3a33ff63f0d1c8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "622bdb0b-e7c4-4cae-8a57-1eee0a69d619" - ], - "x-ms-correlation-request-id": [ - "622bdb0b-e7c4-4cae-8a57-1eee0a69d619" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184317Z:622bdb0b-e7c4-4cae-8a57-1eee0a69d619" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "4443769b4a324ac6af76beeddca923b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "be72bb62-ece4-48ad-9a7b-d3ebd30ebf4f" - ], - "x-ms-correlation-request-id": [ - "be72bb62-ece4-48ad-9a7b-d3ebd30ebf4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184318Z:be72bb62-ece4-48ad-9a7b-d3ebd30ebf4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "111dc37921454ece88d0b0c246c52426" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae855a53-9874-4783-a334-6bbcffd9384f" - ], - "x-ms-correlation-request-id": [ - "ae855a53-9874-4783-a334-6bbcffd9384f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184318Z:ae855a53-9874-4783-a334-6bbcffd9384f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "1b6db649096b418faa433b3e37e52abf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "529a58d6-79ac-481a-8cba-692fefc70ed8" - ], - "x-ms-correlation-request-id": [ - "529a58d6-79ac-481a-8cba-692fefc70ed8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184318Z:529a58d6-79ac-481a-8cba-692fefc70ed8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "f023af7f4087416a9fabca6e6c032f69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "346c318e-1ceb-4edc-a1cd-fc75aa13e4ea" - ], - "x-ms-correlation-request-id": [ - "346c318e-1ceb-4edc-a1cd-fc75aa13e4ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184318Z:346c318e-1ceb-4edc-a1cd-fc75aa13e4ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "5c98742a64aa493eadd87df6f0aea0b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d055f359-5cf9-4496-8c61-6a20baeaa725" - ], - "x-ms-correlation-request-id": [ - "d055f359-5cf9-4496-8c61-6a20baeaa725" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184318Z:d055f359-5cf9-4496-8c61-6a20baeaa725" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "7bd9c453675748a28139a3485dd06ef4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8cb72d8-0bc0-4f02-986d-12d203ead17f" - ], - "x-ms-correlation-request-id": [ - "f8cb72d8-0bc0-4f02-986d-12d203ead17f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184318Z:f8cb72d8-0bc0-4f02-986d-12d203ead17f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "cad88a6d912a48f08fa3b39235d05da6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "598f7478-9e6e-4827-9a27-9673bdb03972" - ], - "x-ms-correlation-request-id": [ - "598f7478-9e6e-4827-9a27-9673bdb03972" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:598f7478-9e6e-4827-9a27-9673bdb03972" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "eedcd8682df14ed19169897f233aa408" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42209b65-c038-40f6-a57c-6bae72bf489b" - ], - "x-ms-correlation-request-id": [ - "42209b65-c038-40f6-a57c-6bae72bf489b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:42209b65-c038-40f6-a57c-6bae72bf489b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "65e64231d54f4af6924b28fd88424f62" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50146528-fd14-47d6-b5da-20bb2d080e0e" - ], - "x-ms-correlation-request-id": [ - "50146528-fd14-47d6-b5da-20bb2d080e0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:50146528-fd14-47d6-b5da-20bb2d080e0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "415ad154f4774a44a5a53de3e1481ad9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88fedaa9-d530-4baf-86dd-523366ef8746" - ], - "x-ms-correlation-request-id": [ - "88fedaa9-d530-4baf-86dd-523366ef8746" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:88fedaa9-d530-4baf-86dd-523366ef8746" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "79635efb416d4359adf1c986980d3aec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "233b4f72-ea09-4fcf-aa41-aa3c4d9a0701" - ], - "x-ms-correlation-request-id": [ - "233b4f72-ea09-4fcf-aa41-aa3c4d9a0701" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:233b4f72-ea09-4fcf-aa41-aa3c4d9a0701" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "fc1d0b3e00e44f28ad0ca0a81f6f495d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea9122ad-5027-4b57-bafe-8a8f1c1b818b" - ], - "x-ms-correlation-request-id": [ - "ea9122ad-5027-4b57-bafe-8a8f1c1b818b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:ea9122ad-5027-4b57-bafe-8a8f1c1b818b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "742a40201b104503a9c8f6aade922d18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d7f6479-a22a-4a9f-8a51-55708431133d" - ], - "x-ms-correlation-request-id": [ - "9d7f6479-a22a-4a9f-8a51-55708431133d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:9d7f6479-a22a-4a9f-8a51-55708431133d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "4370c797903745bd933573033b1b0615" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6088a58d-46e2-421c-bc7c-823d26f62632" - ], - "x-ms-correlation-request-id": [ - "6088a58d-46e2-421c-bc7c-823d26f62632" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184319Z:6088a58d-46e2-421c-bc7c-823d26f62632" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "0448d92c9e3b47ddb1707994dfeab0ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc67fc61-8416-4dd2-ab43-ad3985136946" - ], - "x-ms-correlation-request-id": [ - "bc67fc61-8416-4dd2-ab43-ad3985136946" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184320Z:bc67fc61-8416-4dd2-ab43-ad3985136946" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "c46a47b3ab8a4301ac9abb9a4a48a037" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b9f3746-8fc3-4b73-a7df-48765beb0f2f" - ], - "x-ms-correlation-request-id": [ - "2b9f3746-8fc3-4b73-a7df-48765beb0f2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184320Z:2b9f3746-8fc3-4b73-a7df-48765beb0f2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "8afedbe1f0764e379713b91a601f077f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40a22915-975a-48cc-bbd7-adbffa32fe72" - ], - "x-ms-correlation-request-id": [ - "40a22915-975a-48cc-bbd7-adbffa32fe72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184321Z:40a22915-975a-48cc-bbd7-adbffa32fe72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "029754a8336d43489c2d89a9d51832be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a1d6cb7-f951-4fe7-ba97-f2030410f35a" - ], - "x-ms-correlation-request-id": [ - "4a1d6cb7-f951-4fe7-ba97-f2030410f35a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184321Z:4a1d6cb7-f951-4fe7-ba97-f2030410f35a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "e84d2233c3d24edb956850a3da7bbda7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0011906c-c460-44d9-8cd7-df1a1d149cff" - ], - "x-ms-correlation-request-id": [ - "0011906c-c460-44d9-8cd7-df1a1d149cff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184321Z:0011906c-c460-44d9-8cd7-df1a1d149cff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "4f85a308dfa24e76b86641cdd4a4b0bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "388d7d71-d70e-4059-8969-35976692a827" - ], - "x-ms-correlation-request-id": [ - "388d7d71-d70e-4059-8969-35976692a827" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184321Z:388d7d71-d70e-4059-8969-35976692a827" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "aade8005016146c2be704c915c98aff9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e131b504-b2ed-4d64-b46a-d9fbf91458cb" - ], - "x-ms-correlation-request-id": [ - "e131b504-b2ed-4d64-b46a-d9fbf91458cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184321Z:e131b504-b2ed-4d64-b46a-d9fbf91458cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "3c9ece0c17de403386cbfe914a3e9e04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a49e2736-3bc6-4e5c-925d-3da250d9eb19" - ], - "x-ms-correlation-request-id": [ - "a49e2736-3bc6-4e5c-925d-3da250d9eb19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184321Z:a49e2736-3bc6-4e5c-925d-3da250d9eb19" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "8eacdfbb920c4ccab94c9167fc2420d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d1b00e2-0dfd-4119-8c0e-97d673988bc5" - ], - "x-ms-correlation-request-id": [ - "8d1b00e2-0dfd-4119-8c0e-97d673988bc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184322Z:8d1b00e2-0dfd-4119-8c0e-97d673988bc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "5aa19529aacf4a998ef2aa8e0c2c5e77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "322c4689-b5e5-42ca-bee1-4c720602a6b9" - ], - "x-ms-correlation-request-id": [ - "322c4689-b5e5-42ca-bee1-4c720602a6b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184322Z:322c4689-b5e5-42ca-bee1-4c720602a6b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "38e6753fd8bd44d3857d150a9a9546ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9be6984-7533-41e6-a737-8cf51fb42f1f" - ], - "x-ms-correlation-request-id": [ - "e9be6984-7533-41e6-a737-8cf51fb42f1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184322Z:e9be6984-7533-41e6-a737-8cf51fb42f1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "60711fb4c0f14fa689f571325a208c03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c84bb070-3f5e-4052-98a5-60cde6b0a888" - ], - "x-ms-correlation-request-id": [ - "c84bb070-3f5e-4052-98a5-60cde6b0a888" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184322Z:c84bb070-3f5e-4052-98a5-60cde6b0a888" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "209a525634f3462bb6990a006db644df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f4a63da-e787-4a41-b5d7-3ae11a382f7a" - ], - "x-ms-correlation-request-id": [ - "0f4a63da-e787-4a41-b5d7-3ae11a382f7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184322Z:0f4a63da-e787-4a41-b5d7-3ae11a382f7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "87b88fdf215440c8ac838651306067db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79f54d96-c1e0-4168-a231-84191f5dc7f5" - ], - "x-ms-correlation-request-id": [ - "79f54d96-c1e0-4168-a231-84191f5dc7f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184323Z:79f54d96-c1e0-4168-a231-84191f5dc7f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "e1313fd5327c49d48abc8d1d1ff3a373" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e075a5cb-bb93-4b71-8f17-1f1d23621a9c" - ], - "x-ms-correlation-request-id": [ - "e075a5cb-bb93-4b71-8f17-1f1d23621a9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:e075a5cb-bb93-4b71-8f17-1f1d23621a9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "83df8299802c4050a3bd99a4dc5d5947" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5c97164-2ae7-42a9-8bcf-e72ad4850aa6" - ], - "x-ms-correlation-request-id": [ - "d5c97164-2ae7-42a9-8bcf-e72ad4850aa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:d5c97164-2ae7-42a9-8bcf-e72ad4850aa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "7a0b84e2349f47f381484341ea5d4712" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b00d5fa-22cc-4141-b930-11eb29ec5ecc" - ], - "x-ms-correlation-request-id": [ - "3b00d5fa-22cc-4141-b930-11eb29ec5ecc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:3b00d5fa-22cc-4141-b930-11eb29ec5ecc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "d4f7567c2a464277aaca7100a3707a4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26c43799-108a-438d-80c2-4fbf8999be4d" - ], - "x-ms-correlation-request-id": [ - "26c43799-108a-438d-80c2-4fbf8999be4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:26c43799-108a-438d-80c2-4fbf8999be4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "19ca2bb9d7944bba9ca9aeba1e2b34fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "444ff6e9-bcec-4f99-b30e-23f2c5370b89" - ], - "x-ms-correlation-request-id": [ - "444ff6e9-bcec-4f99-b30e-23f2c5370b89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:444ff6e9-bcec-4f99-b30e-23f2c5370b89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "cce407eb880948f0a6760ec946b66aea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d45d79bd-a111-4e2f-8e20-142adbc95e65" - ], - "x-ms-correlation-request-id": [ - "d45d79bd-a111-4e2f-8e20-142adbc95e65" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:d45d79bd-a111-4e2f-8e20-142adbc95e65" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "8dc4cdf28f8d456da15f6e67119e75d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e098db7-4204-4d73-aec7-f7e3253e9641" - ], - "x-ms-correlation-request-id": [ - "3e098db7-4204-4d73-aec7-f7e3253e9641" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:3e098db7-4204-4d73-aec7-f7e3253e9641" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "d0230f739c514e72be6668937a45787b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "702bfca5-9e78-467a-8887-48bb9e9d6167" - ], - "x-ms-correlation-request-id": [ - "702bfca5-9e78-467a-8887-48bb9e9d6167" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184324Z:702bfca5-9e78-467a-8887-48bb9e9d6167" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "7b2775db5dc143a59344cdaa4148b7ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec792f16-d6b6-4f69-924f-24fe18af7fd7" - ], - "x-ms-correlation-request-id": [ - "ec792f16-d6b6-4f69-924f-24fe18af7fd7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184325Z:ec792f16-d6b6-4f69-924f-24fe18af7fd7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "a317014e901e421fa4d221f0c7b84bbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01c92d74-3e18-4859-9177-7c031231f8c7" - ], - "x-ms-correlation-request-id": [ - "01c92d74-3e18-4859-9177-7c031231f8c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184325Z:01c92d74-3e18-4859-9177-7c031231f8c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "362eacff9ebf4484ac80cade344ffbd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "856d7936-d6bc-4527-a01c-777669df25fc" - ], - "x-ms-correlation-request-id": [ - "856d7936-d6bc-4527-a01c-777669df25fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184325Z:856d7936-d6bc-4527-a01c-777669df25fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "9889044be99646e49213f1f61bbfdf52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9831d76e-98e3-49b0-92f2-2ccb91758d57" - ], - "x-ms-correlation-request-id": [ - "9831d76e-98e3-49b0-92f2-2ccb91758d57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184325Z:9831d76e-98e3-49b0-92f2-2ccb91758d57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "62406a39ddd8479e9227f57c590f3d1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "936fa00f-c7e1-4aa2-9c93-0470d315ab9d" - ], - "x-ms-correlation-request-id": [ - "936fa00f-c7e1-4aa2-9c93-0470d315ab9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184325Z:936fa00f-c7e1-4aa2-9c93-0470d315ab9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "26c92521c4af48bd83d9f334cbe629c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b44dd8c0-ea32-4810-9690-dbc67bef61aa" - ], - "x-ms-correlation-request-id": [ - "b44dd8c0-ea32-4810-9690-dbc67bef61aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184326Z:b44dd8c0-ea32-4810-9690-dbc67bef61aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "737fc44ef7ae48d783ea2a72ec0f1f1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d59c86d9-4a9e-4861-9df5-3c2d1756f9a0" - ], - "x-ms-correlation-request-id": [ - "d59c86d9-4a9e-4861-9df5-3c2d1756f9a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184326Z:d59c86d9-4a9e-4861-9df5-3c2d1756f9a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "59eec3bb515e4321a307ca4b64df38ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96421149-20a9-4724-822f-3150568deaf4" - ], - "x-ms-correlation-request-id": [ - "96421149-20a9-4724-822f-3150568deaf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184326Z:96421149-20a9-4724-822f-3150568deaf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "22521f49ef624b72b912f61d502c2c24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f8e6398-df1b-4a62-ae64-33bd5a3ae2f1" - ], - "x-ms-correlation-request-id": [ - "7f8e6398-df1b-4a62-ae64-33bd5a3ae2f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184326Z:7f8e6398-df1b-4a62-ae64-33bd5a3ae2f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "d0f9cdc5a9b74c89a5ce19663ff31f3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66f1dfb2-c08b-40e3-a771-24895becc44b" - ], - "x-ms-correlation-request-id": [ - "66f1dfb2-c08b-40e3-a771-24895becc44b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184326Z:66f1dfb2-c08b-40e3-a771-24895becc44b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "1e3d615675a6458a94aa6acd6d5c2e04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "57cd9570-cfd6-4f15-99e1-984c04582abd" - ], - "x-ms-correlation-request-id": [ - "57cd9570-cfd6-4f15-99e1-984c04582abd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184326Z:57cd9570-cfd6-4f15-99e1-984c04582abd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "2fac51e2a329491db0353a806e809298" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1015a5c7-4b62-4101-a855-e613f1151feb" - ], - "x-ms-correlation-request-id": [ - "1015a5c7-4b62-4101-a855-e613f1151feb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184327Z:1015a5c7-4b62-4101-a855-e613f1151feb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "d744008d807341158b71c0d88668005a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38e5bd9d-653e-40c9-bcc9-22ab483def62" - ], - "x-ms-correlation-request-id": [ - "38e5bd9d-653e-40c9-bcc9-22ab483def62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184327Z:38e5bd9d-653e-40c9-bcc9-22ab483def62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "078310b0fe224ebfa2543a828692cb01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78c70a09-bcca-4346-813e-6e86e80c5272" - ], - "x-ms-correlation-request-id": [ - "78c70a09-bcca-4346-813e-6e86e80c5272" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184327Z:78c70a09-bcca-4346-813e-6e86e80c5272" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "9063cbb5494e41afbef7b761b442e2e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb9e0ee4-eddb-4761-b2cc-c10b01b93e73" - ], - "x-ms-correlation-request-id": [ - "fb9e0ee4-eddb-4761-b2cc-c10b01b93e73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184327Z:fb9e0ee4-eddb-4761-b2cc-c10b01b93e73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "c15ffaa192544b96bb2ca4b215ab31b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94a83baf-d08a-423d-ba09-a70efabbb8ef" - ], - "x-ms-correlation-request-id": [ - "94a83baf-d08a-423d-ba09-a70efabbb8ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184327Z:94a83baf-d08a-423d-ba09-a70efabbb8ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "7cf0f97b8a334dfd9de51262484df4ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5eba91b9-b321-48aa-9c3b-d026efe21563" - ], - "x-ms-correlation-request-id": [ - "5eba91b9-b321-48aa-9c3b-d026efe21563" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184327Z:5eba91b9-b321-48aa-9c3b-d026efe21563" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "8fea4d1a5965467599acf2d416ea7c98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8337b2d2-0c4e-48b0-951d-48ea24c5c57e" - ], - "x-ms-correlation-request-id": [ - "8337b2d2-0c4e-48b0-951d-48ea24c5c57e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184328Z:8337b2d2-0c4e-48b0-951d-48ea24c5c57e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "a5f3e71e065c474885729386762b3e33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5f2af66-283e-4a67-ae15-14bc6233f65c" - ], - "x-ms-correlation-request-id": [ - "d5f2af66-283e-4a67-ae15-14bc6233f65c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184328Z:d5f2af66-283e-4a67-ae15-14bc6233f65c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "742c064f28114d8c92e2915c67d4d647" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63fdd564-3584-44e6-bcc3-4ee84ad3ed4a" - ], - "x-ms-correlation-request-id": [ - "63fdd564-3584-44e6-bcc3-4ee84ad3ed4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184328Z:63fdd564-3584-44e6-bcc3-4ee84ad3ed4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "e48b74b1f5ac4b5dafb67976e958682c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07ddb3ba-a81d-4734-af5f-87fdae73d1a6" - ], - "x-ms-correlation-request-id": [ - "07ddb3ba-a81d-4734-af5f-87fdae73d1a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184328Z:07ddb3ba-a81d-4734-af5f-87fdae73d1a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "6f9bdce9148f43c4947867887b20578d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e926c24a-5864-41ad-b4fb-660b65b21f3e" - ], - "x-ms-correlation-request-id": [ - "e926c24a-5864-41ad-b4fb-660b65b21f3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184329Z:e926c24a-5864-41ad-b4fb-660b65b21f3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "e41f86b1e4164c75acc257e94853cd24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab62681b-a3af-4e67-ab36-eff8e12499bb" - ], - "x-ms-correlation-request-id": [ - "ab62681b-a3af-4e67-ab36-eff8e12499bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184329Z:ab62681b-a3af-4e67-ab36-eff8e12499bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "4b9361e556ef45c4b38c36a11d3879e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73f6b4f0-7a44-4acf-a61e-d2b232ab1738" - ], - "x-ms-correlation-request-id": [ - "73f6b4f0-7a44-4acf-a61e-d2b232ab1738" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184329Z:73f6b4f0-7a44-4acf-a61e-d2b232ab1738" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "07d6906018f34b72b86c937e26b50957" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4672ba8-cf06-4f66-9d24-39c8841359c2" - ], - "x-ms-correlation-request-id": [ - "a4672ba8-cf06-4f66-9d24-39c8841359c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184330Z:a4672ba8-cf06-4f66-9d24-39c8841359c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "19c6eb6a77dc41e0b54553667de3de4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a30c8517-59f3-46ae-8461-732a52fb0f28" - ], - "x-ms-correlation-request-id": [ - "a30c8517-59f3-46ae-8461-732a52fb0f28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184330Z:a30c8517-59f3-46ae-8461-732a52fb0f28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "a1bc0330b8ce41a285c939e5d0f38177" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "139bb2e2-532a-43ce-a21a-45a7f092c1eb" - ], - "x-ms-correlation-request-id": [ - "139bb2e2-532a-43ce-a21a-45a7f092c1eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184330Z:139bb2e2-532a-43ce-a21a-45a7f092c1eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "7ffdedbaafd94fcd8bb22a2569de5473" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86d06272-3334-47bb-9e5d-eb2231fb3cae" - ], - "x-ms-correlation-request-id": [ - "86d06272-3334-47bb-9e5d-eb2231fb3cae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184330Z:86d06272-3334-47bb-9e5d-eb2231fb3cae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "62cdfcfd4639468d93ba2b7cfe0b035b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe6bfbc2-58de-4660-af4b-4b35f4727b7a" - ], - "x-ms-correlation-request-id": [ - "fe6bfbc2-58de-4660-af4b-4b35f4727b7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184330Z:fe6bfbc2-58de-4660-af4b-4b35f4727b7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "0b572492dbea4243926dd0487a1f7e20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d44ab6b9-c8a2-40dd-bc4e-aae0a65f5b64" - ], - "x-ms-correlation-request-id": [ - "d44ab6b9-c8a2-40dd-bc4e-aae0a65f5b64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184330Z:d44ab6b9-c8a2-40dd-bc4e-aae0a65f5b64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "b51bf8018ddc4663a41f2a29d032242b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6681d3bc-c701-4ed0-9548-88dba2eacd96" - ], - "x-ms-correlation-request-id": [ - "6681d3bc-c701-4ed0-9548-88dba2eacd96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184331Z:6681d3bc-c701-4ed0-9548-88dba2eacd96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "15507f6098aa4c229bb81c58d453468e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bd3792f-fb06-45e2-a6e8-c86fb425408e" - ], - "x-ms-correlation-request-id": [ - "6bd3792f-fb06-45e2-a6e8-c86fb425408e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184331Z:6bd3792f-fb06-45e2-a6e8-c86fb425408e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "35328747e587453ebf1cb46d799d7e8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d65e0a37-660a-4b77-a805-d3919e993ad5" - ], - "x-ms-correlation-request-id": [ - "d65e0a37-660a-4b77-a805-d3919e993ad5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184331Z:d65e0a37-660a-4b77-a805-d3919e993ad5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "77ab48ebaefd44dd906cda1cebfc4951" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b393633c-840d-4201-af98-3df4cf1f0eb4" - ], - "x-ms-correlation-request-id": [ - "b393633c-840d-4201-af98-3df4cf1f0eb4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184331Z:b393633c-840d-4201-af98-3df4cf1f0eb4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "f153d286852640fa9dad75dc1774cc81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90131222-c910-4af4-a6fb-458804f8edf1" - ], - "x-ms-correlation-request-id": [ - "90131222-c910-4af4-a6fb-458804f8edf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184331Z:90131222-c910-4af4-a6fb-458804f8edf1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "4eeff76101e2483d9344307f291453f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3a7e78d-5159-49b0-921e-4ece38969ecc" - ], - "x-ms-correlation-request-id": [ - "b3a7e78d-5159-49b0-921e-4ece38969ecc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:b3a7e78d-5159-49b0-921e-4ece38969ecc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "414717404aa84ec8a4a7aa092711095d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08eef36d-f550-444d-8bb0-c850710fc97b" - ], - "x-ms-correlation-request-id": [ - "08eef36d-f550-444d-8bb0-c850710fc97b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:08eef36d-f550-444d-8bb0-c850710fc97b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "fb51ff51e35a4c4fb7ce80a187eb73b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a6617ad-7344-47d1-a1ba-2c5086d3a238" - ], - "x-ms-correlation-request-id": [ - "3a6617ad-7344-47d1-a1ba-2c5086d3a238" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:3a6617ad-7344-47d1-a1ba-2c5086d3a238" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "8692aafe980d4b78ba966c6a1227e8f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba762989-e930-4fe0-80a5-0684513c54fd" - ], - "x-ms-correlation-request-id": [ - "ba762989-e930-4fe0-80a5-0684513c54fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:ba762989-e930-4fe0-80a5-0684513c54fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "73a16226d9d34eb49c9a8183ef09c871" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03254912-0cae-4854-85ed-e6b65b814c01" - ], - "x-ms-correlation-request-id": [ - "03254912-0cae-4854-85ed-e6b65b814c01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:03254912-0cae-4854-85ed-e6b65b814c01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "7cdfdda095cb401c9ea6819c1751fba4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61248f2e-47b0-45d5-a232-c08ea9bd6fd0" - ], - "x-ms-correlation-request-id": [ - "61248f2e-47b0-45d5-a232-c08ea9bd6fd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:61248f2e-47b0-45d5-a232-c08ea9bd6fd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "1d68448d935f42a6a6aba28a0b5e57f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "275bf604-fe2d-4452-8f5c-0cc2c8de35dc" - ], - "x-ms-correlation-request-id": [ - "275bf604-fe2d-4452-8f5c-0cc2c8de35dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:275bf604-fe2d-4452-8f5c-0cc2c8de35dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "a0d087c9cfbc4977a4b02710e83a2de2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c4345e9-4230-40c6-9474-29fee303b329" - ], - "x-ms-correlation-request-id": [ - "1c4345e9-4230-40c6-9474-29fee303b329" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184332Z:1c4345e9-4230-40c6-9474-29fee303b329" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "928a8feb755a4c068502c41306d1adfa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85678cb4-4802-4c4d-9c7d-10a49a32020d" - ], - "x-ms-correlation-request-id": [ - "85678cb4-4802-4c4d-9c7d-10a49a32020d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184333Z:85678cb4-4802-4c4d-9c7d-10a49a32020d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "1c14341b261040509160c801073c03b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f0c4a1f-7d51-4a93-9a41-71c09ebffc63" - ], - "x-ms-correlation-request-id": [ - "4f0c4a1f-7d51-4a93-9a41-71c09ebffc63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184333Z:4f0c4a1f-7d51-4a93-9a41-71c09ebffc63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "3cee1aefa3c241879b869a46ff576b7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d741fa2b-3645-47ac-8a1c-73dd132cd79a" - ], - "x-ms-correlation-request-id": [ - "d741fa2b-3645-47ac-8a1c-73dd132cd79a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:d741fa2b-3645-47ac-8a1c-73dd132cd79a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "48d38244c4a64ca881ecd8ab1af03037" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "148e63f4-71e7-4664-8b57-35befc51f81e" - ], - "x-ms-correlation-request-id": [ - "148e63f4-71e7-4664-8b57-35befc51f81e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:148e63f4-71e7-4664-8b57-35befc51f81e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "0546d32b3e444784ac7dab490ede11d4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a7fd737-d959-4249-8911-6643eaf1ec1c" - ], - "x-ms-correlation-request-id": [ - "7a7fd737-d959-4249-8911-6643eaf1ec1c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:7a7fd737-d959-4249-8911-6643eaf1ec1c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "3734a0040e584f6f94d5a6ec774e8aa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a45f3c46-8a2b-4f65-9bcb-43041ab5513a" - ], - "x-ms-correlation-request-id": [ - "a45f3c46-8a2b-4f65-9bcb-43041ab5513a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:a45f3c46-8a2b-4f65-9bcb-43041ab5513a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "32fba2e3bcdc42c5a30b586a5061702b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5681467f-ee9b-4485-8e1a-163a8b4e8815" - ], - "x-ms-correlation-request-id": [ - "5681467f-ee9b-4485-8e1a-163a8b4e8815" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:5681467f-ee9b-4485-8e1a-163a8b4e8815" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "5decf8d598234262acf4e0e555b48621" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69cf9bdd-1158-4e7c-9bcb-c53d70157613" - ], - "x-ms-correlation-request-id": [ - "69cf9bdd-1158-4e7c-9bcb-c53d70157613" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:69cf9bdd-1158-4e7c-9bcb-c53d70157613" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "8d4dbd360ab74a9dae6ff80dcc023889" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f28eaea-4f4f-4f92-8e1c-c620868e075f" - ], - "x-ms-correlation-request-id": [ - "1f28eaea-4f4f-4f92-8e1c-c620868e075f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:1f28eaea-4f4f-4f92-8e1c-c620868e075f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "ecbf6ff146544245ab3993a641da0b02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a007103-c624-42a7-824c-ce44911b7aba" - ], - "x-ms-correlation-request-id": [ - "4a007103-c624-42a7-824c-ce44911b7aba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184338Z:4a007103-c624-42a7-824c-ce44911b7aba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "f20f3b0539b94ce5897484303b31f841" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e922382-4386-4ebc-b833-ec32a5d1da2b" - ], - "x-ms-correlation-request-id": [ - "8e922382-4386-4ebc-b833-ec32a5d1da2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184339Z:8e922382-4386-4ebc-b833-ec32a5d1da2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "528fe46e22764952954747e736151099" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ee0c272-dc0d-4576-83b0-3c7e3570b702" - ], - "x-ms-correlation-request-id": [ - "9ee0c272-dc0d-4576-83b0-3c7e3570b702" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184339Z:9ee0c272-dc0d-4576-83b0-3c7e3570b702" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "01eb19a802ac4d33af1e87cc4744968a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2719228c-3c6a-43a2-8675-8b119005923e" - ], - "x-ms-correlation-request-id": [ - "2719228c-3c6a-43a2-8675-8b119005923e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184339Z:2719228c-3c6a-43a2-8675-8b119005923e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "e1e7e846432f4aa09e8e4b38fcd3374e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbc17ee6-9496-4d0f-82ef-9744c02ae18b" - ], - "x-ms-correlation-request-id": [ - "bbc17ee6-9496-4d0f-82ef-9744c02ae18b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184339Z:bbc17ee6-9496-4d0f-82ef-9744c02ae18b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "a99533d343b34be295bcb42cd418e7bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40f8b649-1b53-468d-8790-f9535d2606b1" - ], - "x-ms-correlation-request-id": [ - "40f8b649-1b53-468d-8790-f9535d2606b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184339Z:40f8b649-1b53-468d-8790-f9535d2606b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "cba1e5aff05540b4af77061b08c5a04d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4596a43c-89c7-4257-a6c7-6701f0e17c47" - ], - "x-ms-correlation-request-id": [ - "4596a43c-89c7-4257-a6c7-6701f0e17c47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184340Z:4596a43c-89c7-4257-a6c7-6701f0e17c47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "8a9c9fe6eb1c42da93f5482b028277e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ab09285-a795-434d-a80d-259dfe6e7d1d" - ], - "x-ms-correlation-request-id": [ - "1ab09285-a795-434d-a80d-259dfe6e7d1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184340Z:1ab09285-a795-434d-a80d-259dfe6e7d1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "34b41110176e4579905d301fed4da83c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53e8faaa-39af-4abd-85e2-827a3cba61cf" - ], - "x-ms-correlation-request-id": [ - "53e8faaa-39af-4abd-85e2-827a3cba61cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184340Z:53e8faaa-39af-4abd-85e2-827a3cba61cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "7a09ec15844d4e1690171e9de1d222b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9930902e-0a9d-4c9e-bace-2dee118b4081" - ], - "x-ms-correlation-request-id": [ - "9930902e-0a9d-4c9e-bace-2dee118b4081" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184340Z:9930902e-0a9d-4c9e-bace-2dee118b4081" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "7a5c5a5b29574330a831312233b6dbd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4fe55b23-67e5-4c4f-9d5a-8d5fbdcb9ce7" - ], - "x-ms-correlation-request-id": [ - "4fe55b23-67e5-4c4f-9d5a-8d5fbdcb9ce7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184340Z:4fe55b23-67e5-4c4f-9d5a-8d5fbdcb9ce7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "b5ebbdbf11ca4eb1b77e7c937782695a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cf41315-dfbe-4cfc-a45a-938a69f0d140" - ], - "x-ms-correlation-request-id": [ - "9cf41315-dfbe-4cfc-a45a-938a69f0d140" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184340Z:9cf41315-dfbe-4cfc-a45a-938a69f0d140" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "f3a3e8a0c8d74dd0a72971f71fe257e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "386f3512-7479-46d0-a5a8-472a88fa4a72" - ], - "x-ms-correlation-request-id": [ - "386f3512-7479-46d0-a5a8-472a88fa4a72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184340Z:386f3512-7479-46d0-a5a8-472a88fa4a72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "65bc5708f9b449edb47748af9ed75c3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2017a0bf-25ff-4283-85c6-abfc16b43fa0" - ], - "x-ms-correlation-request-id": [ - "2017a0bf-25ff-4283-85c6-abfc16b43fa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184341Z:2017a0bf-25ff-4283-85c6-abfc16b43fa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "1b48056a1b964136ad0285250a54644e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4eca603-77fc-4d68-ba63-de4df13aafde" - ], - "x-ms-correlation-request-id": [ - "b4eca603-77fc-4d68-ba63-de4df13aafde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184341Z:b4eca603-77fc-4d68-ba63-de4df13aafde" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "1e4a19befe9f44fda6e9f95b1960c838" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c827313-5a1b-46f5-ac1c-0831792e6b9c" - ], - "x-ms-correlation-request-id": [ - "2c827313-5a1b-46f5-ac1c-0831792e6b9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184341Z:2c827313-5a1b-46f5-ac1c-0831792e6b9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "5cd7557579af4faf9943253c5032620e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4cc4807-344f-472c-9000-a806cf653a21" - ], - "x-ms-correlation-request-id": [ - "a4cc4807-344f-472c-9000-a806cf653a21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184341Z:a4cc4807-344f-472c-9000-a806cf653a21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "7373649fad2543ad866ade50ede285f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46685187-0650-4dd0-9567-628843db10eb" - ], - "x-ms-correlation-request-id": [ - "46685187-0650-4dd0-9567-628843db10eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184341Z:46685187-0650-4dd0-9567-628843db10eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "cb457ab782f54945974450cd5ad86640" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51b55433-22e3-4156-a8fd-313ea1d710c8" - ], - "x-ms-correlation-request-id": [ - "51b55433-22e3-4156-a8fd-313ea1d710c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184342Z:51b55433-22e3-4156-a8fd-313ea1d710c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "89169f0e8ab04df1b0649b7b1b4f6ec2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7eac17b4-9c2c-4116-91f2-d51d88f2977a" - ], - "x-ms-correlation-request-id": [ - "7eac17b4-9c2c-4116-91f2-d51d88f2977a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184342Z:7eac17b4-9c2c-4116-91f2-d51d88f2977a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "b501c5aeb4474faa84fdb6eb5d7d931e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6452f81-ec59-4b1b-a20c-2395c2fbe23d" - ], - "x-ms-correlation-request-id": [ - "b6452f81-ec59-4b1b-a20c-2395c2fbe23d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184342Z:b6452f81-ec59-4b1b-a20c-2395c2fbe23d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "5a81ab33c0f844e09c155b4554766329" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a735f23-c5e4-4800-8e9e-2a8f8c44e2de" - ], - "x-ms-correlation-request-id": [ - "0a735f23-c5e4-4800-8e9e-2a8f8c44e2de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184342Z:0a735f23-c5e4-4800-8e9e-2a8f8c44e2de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "7de7c8529dc34669b39019260fe6dfc0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a893cb5f-0901-4582-99d3-dad06c41bc63" - ], - "x-ms-correlation-request-id": [ - "a893cb5f-0901-4582-99d3-dad06c41bc63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184342Z:a893cb5f-0901-4582-99d3-dad06c41bc63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "41e3ddbbd6364d6585e3e8ff4257de96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea863397-eb46-4d41-bc53-5691ba0011b6" - ], - "x-ms-correlation-request-id": [ - "ea863397-eb46-4d41-bc53-5691ba0011b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184343Z:ea863397-eb46-4d41-bc53-5691ba0011b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "6e5e142402dd4348bf57b59b182f63ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0aadf314-4713-4cfa-84e8-1f70d2f93e36" - ], - "x-ms-correlation-request-id": [ - "0aadf314-4713-4cfa-84e8-1f70d2f93e36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184343Z:0aadf314-4713-4cfa-84e8-1f70d2f93e36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "ce8997fab8bb40ad8ca8b12a4b1df62a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c1820c2-9a5c-451c-a7f8-9584fa89ad22" - ], - "x-ms-correlation-request-id": [ - "2c1820c2-9a5c-451c-a7f8-9584fa89ad22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184343Z:2c1820c2-9a5c-451c-a7f8-9584fa89ad22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "5eec3d93bce24de8ae2cc1ca9067814f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6758c261-8059-471b-b916-0d7eb2607731" - ], - "x-ms-correlation-request-id": [ - "6758c261-8059-471b-b916-0d7eb2607731" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184343Z:6758c261-8059-471b-b916-0d7eb2607731" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "cac6eabcd93c4800b31c5c6b40c84316" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05a71f37-3002-423e-8352-cff4e5513c24" - ], - "x-ms-correlation-request-id": [ - "05a71f37-3002-423e-8352-cff4e5513c24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184343Z:05a71f37-3002-423e-8352-cff4e5513c24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "1ca2e91c566a4e25a1c5471b3d1677a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60e18ed6-8ad8-4bfc-a76f-9e197ab65cc7" - ], - "x-ms-correlation-request-id": [ - "60e18ed6-8ad8-4bfc-a76f-9e197ab65cc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184343Z:60e18ed6-8ad8-4bfc-a76f-9e197ab65cc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "66f45c0879924efdb9cac68f55435803" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31120018-544b-4aa3-b920-0aef9cb1657e" - ], - "x-ms-correlation-request-id": [ - "31120018-544b-4aa3-b920-0aef9cb1657e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184344Z:31120018-544b-4aa3-b920-0aef9cb1657e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "5fbae8936d1147088f9213da0b243659" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3eae9360-ef96-4ba2-a024-7ba3956e2751" - ], - "x-ms-correlation-request-id": [ - "3eae9360-ef96-4ba2-a024-7ba3956e2751" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184344Z:3eae9360-ef96-4ba2-a024-7ba3956e2751" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "ef69e5f48a0f4e1b8940b1b94a21bfbe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef4e427b-c149-45c9-a047-eee488bbd2ba" - ], - "x-ms-correlation-request-id": [ - "ef4e427b-c149-45c9-a047-eee488bbd2ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184344Z:ef4e427b-c149-45c9-a047-eee488bbd2ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "156e3bb9a7874d7ba18d0cc964d0f5fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "885ee389-1c98-4419-8e7d-7956827cbc24" - ], - "x-ms-correlation-request-id": [ - "885ee389-1c98-4419-8e7d-7956827cbc24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184344Z:885ee389-1c98-4419-8e7d-7956827cbc24" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "c016d36989284fb184ca6126656ded8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea9f7157-136f-4fef-bb20-f2b4ee4f9bb2" - ], - "x-ms-correlation-request-id": [ - "ea9f7157-136f-4fef-bb20-f2b4ee4f9bb2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184345Z:ea9f7157-136f-4fef-bb20-f2b4ee4f9bb2" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "6b92b8e7a8e242ac9e9423641b7ccfd9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "781014dc-75a1-4e1e-af78-0535cc3d1e1b" - ], - "x-ms-correlation-request-id": [ - "781014dc-75a1-4e1e-af78-0535cc3d1e1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184345Z:781014dc-75a1-4e1e-af78-0535cc3d1e1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "fb4ce4c667394bdbba08f122b62d0498" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "072f8274-2b66-4cbf-8b00-4ea3349eabe7" - ], - "x-ms-correlation-request-id": [ - "072f8274-2b66-4cbf-8b00-4ea3349eabe7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184345Z:072f8274-2b66-4cbf-8b00-4ea3349eabe7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "19084b43ea0c4a988df87bba1802de24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "724b8e3e-6e38-478c-b558-5c847bd0a430" - ], - "x-ms-correlation-request-id": [ - "724b8e3e-6e38-478c-b558-5c847bd0a430" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184345Z:724b8e3e-6e38-478c-b558-5c847bd0a430" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "3c45c7c546da4fd19e1cc67f2e008958" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac2fe960-9f1a-4193-b831-6ac73056c324" - ], - "x-ms-correlation-request-id": [ - "ac2fe960-9f1a-4193-b831-6ac73056c324" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184345Z:ac2fe960-9f1a-4193-b831-6ac73056c324" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "792b32858d9344d3a89589680905f1f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f4cbe3b-4cb8-4908-9346-056092f4883f" - ], - "x-ms-correlation-request-id": [ - "4f4cbe3b-4cb8-4908-9346-056092f4883f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184346Z:4f4cbe3b-4cb8-4908-9346-056092f4883f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "6e71b9012745482c9e8e8b51a36c4199" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ad8e1cc-8780-4b91-8bb5-3a0269d24d29" - ], - "x-ms-correlation-request-id": [ - "3ad8e1cc-8780-4b91-8bb5-3a0269d24d29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184346Z:3ad8e1cc-8780-4b91-8bb5-3a0269d24d29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "8af3e75d09a74180ac5b7561e8afa1f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56cb802c-53e3-4ecc-b151-08768a9dc7d1" - ], - "x-ms-correlation-request-id": [ - "56cb802c-53e3-4ecc-b151-08768a9dc7d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184346Z:56cb802c-53e3-4ecc-b151-08768a9dc7d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "eacc6a54bcd54e32ae9a05bc719d2a3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6014331-7f01-4ae6-a4ec-16089cd61ea7" - ], - "x-ms-correlation-request-id": [ - "f6014331-7f01-4ae6-a4ec-16089cd61ea7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184346Z:f6014331-7f01-4ae6-a4ec-16089cd61ea7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "6549f00368764ba084911b34fc455953" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47f7a69e-84fb-46d6-be50-d76d112e4043" - ], - "x-ms-correlation-request-id": [ - "47f7a69e-84fb-46d6-be50-d76d112e4043" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184346Z:47f7a69e-84fb-46d6-be50-d76d112e4043" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "7b2f2d8b26a54ae58d3531221a7bffe5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f71db355-b4f4-4a7e-8e32-65fb44194057" - ], - "x-ms-correlation-request-id": [ - "f71db355-b4f4-4a7e-8e32-65fb44194057" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184346Z:f71db355-b4f4-4a7e-8e32-65fb44194057" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "d82d55d9d6d74b438f818dd9c6fe7145" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1e2dc31-5e43-429a-8b16-d79643c9929e" - ], - "x-ms-correlation-request-id": [ - "b1e2dc31-5e43-429a-8b16-d79643c9929e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184346Z:b1e2dc31-5e43-429a-8b16-d79643c9929e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "aee04bcc7107465596d8c3da7b3bdc54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9d5ae07-0d5b-4015-bcf6-07b0260b7ff1" - ], - "x-ms-correlation-request-id": [ - "c9d5ae07-0d5b-4015-bcf6-07b0260b7ff1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:c9d5ae07-0d5b-4015-bcf6-07b0260b7ff1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "c0e9c91361f04ee3b497e7dc589576b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38533a8e-658d-43e1-96be-0c99dbb950ff" - ], - "x-ms-correlation-request-id": [ - "38533a8e-658d-43e1-96be-0c99dbb950ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:38533a8e-658d-43e1-96be-0c99dbb950ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "2a35f038fa114fd8b2a2c3077a391808" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a59ff248-78e0-4220-a287-9e90a0ff47aa" - ], - "x-ms-correlation-request-id": [ - "a59ff248-78e0-4220-a287-9e90a0ff47aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:a59ff248-78e0-4220-a287-9e90a0ff47aa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "f44daf338de04d568d62f67bf5b33ec0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77d0eb2e-71bf-46c2-a0a7-cd1642969860" - ], - "x-ms-correlation-request-id": [ - "77d0eb2e-71bf-46c2-a0a7-cd1642969860" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:77d0eb2e-71bf-46c2-a0a7-cd1642969860" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "074b96ecf1714cdc9bec334e86200b30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "967d8346-0e05-459a-99a9-77b0e249a78b" - ], - "x-ms-correlation-request-id": [ - "967d8346-0e05-459a-99a9-77b0e249a78b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:967d8346-0e05-459a-99a9-77b0e249a78b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "38912960e8b946beb70afdd69cb9307e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f91850e-6741-4ebf-8bd2-d0c02b85b619" - ], - "x-ms-correlation-request-id": [ - "7f91850e-6741-4ebf-8bd2-d0c02b85b619" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:7f91850e-6741-4ebf-8bd2-d0c02b85b619" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "ff43134357c342a79584f618b1d11174" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c5844cb-65c9-4cd1-b74f-a6d6dcfe707d" - ], - "x-ms-correlation-request-id": [ - "1c5844cb-65c9-4cd1-b74f-a6d6dcfe707d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:1c5844cb-65c9-4cd1-b74f-a6d6dcfe707d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "424091214d2b4d29b1c220618a997b83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6733be1e-2f30-4f10-ac22-c14e833e7ec9" - ], - "x-ms-correlation-request-id": [ - "6733be1e-2f30-4f10-ac22-c14e833e7ec9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184347Z:6733be1e-2f30-4f10-ac22-c14e833e7ec9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "1315e36baaea48c48d232479505011cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95b05890-0e57-4cdb-9719-a7c913a99e60" - ], - "x-ms-correlation-request-id": [ - "95b05890-0e57-4cdb-9719-a7c913a99e60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:95b05890-0e57-4cdb-9719-a7c913a99e60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "05a50bcdcf454a8cb87d7eeed848e1ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50a18425-daf3-4cb5-b244-063f17b4a98c" - ], - "x-ms-correlation-request-id": [ - "50a18425-daf3-4cb5-b244-063f17b4a98c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:50a18425-daf3-4cb5-b244-063f17b4a98c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "73175f3f500b433c83518a8a3a3a70da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23cd0229-aab4-4017-8680-d1faf3f90a95" - ], - "x-ms-correlation-request-id": [ - "23cd0229-aab4-4017-8680-d1faf3f90a95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:23cd0229-aab4-4017-8680-d1faf3f90a95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "19c6a6d4ab094b029189f6f9df8b2277" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6caa41aa-ba66-4ab2-ad35-91e8917dc362" - ], - "x-ms-correlation-request-id": [ - "6caa41aa-ba66-4ab2-ad35-91e8917dc362" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:6caa41aa-ba66-4ab2-ad35-91e8917dc362" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b81b377191bb40798d0afeb6d720dd46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbe8ccf6-f0e9-4ed0-9b8d-f658b8d91994" - ], - "x-ms-correlation-request-id": [ - "cbe8ccf6-f0e9-4ed0-9b8d-f658b8d91994" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:cbe8ccf6-f0e9-4ed0-9b8d-f658b8d91994" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "d9e9924f500f45eebdf16c7a896a58d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c680483d-d85e-4508-ad86-64e0ed3a8f4e" - ], - "x-ms-correlation-request-id": [ - "c680483d-d85e-4508-ad86-64e0ed3a8f4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:c680483d-d85e-4508-ad86-64e0ed3a8f4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "c19239436663459080572e25fdc332b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eed030bd-28c2-4dae-a48a-ec139901bd66" - ], - "x-ms-correlation-request-id": [ - "eed030bd-28c2-4dae-a48a-ec139901bd66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:eed030bd-28c2-4dae-a48a-ec139901bd66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "aecc03adc2b84e9ea13268cd18acde64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73a00eb5-4e05-49fd-a795-10a02133056a" - ], - "x-ms-correlation-request-id": [ - "73a00eb5-4e05-49fd-a795-10a02133056a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:73a00eb5-4e05-49fd-a795-10a02133056a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "0034f9c6fba24e26b62358468538d900" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfcde45b-0d26-4172-9924-45bf36eab769" - ], - "x-ms-correlation-request-id": [ - "cfcde45b-0d26-4172-9924-45bf36eab769" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184348Z:cfcde45b-0d26-4172-9924-45bf36eab769" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "f28d114fb9e049d58949f969b5bdf54a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de5638bd-a2bf-4f7b-8a51-02dfaa11b7ae" - ], - "x-ms-correlation-request-id": [ - "de5638bd-a2bf-4f7b-8a51-02dfaa11b7ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184349Z:de5638bd-a2bf-4f7b-8a51-02dfaa11b7ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "f80bb958d2c049ef9f72fbdc681c30d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c25c0d1-c75f-4c06-b824-396bc13ab1e9" - ], - "x-ms-correlation-request-id": [ - "0c25c0d1-c75f-4c06-b824-396bc13ab1e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184349Z:0c25c0d1-c75f-4c06-b824-396bc13ab1e9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "5da7df20dfe54372832503ff7204346d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3818ce76-8a3d-4225-b1d2-3f681c5c5d30" - ], - "x-ms-correlation-request-id": [ - "3818ce76-8a3d-4225-b1d2-3f681c5c5d30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184349Z:3818ce76-8a3d-4225-b1d2-3f681c5c5d30" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "6f49666b9442429082ab19f3f187bd57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2370e9c-1ea3-45ca-aabf-12eca30e93c5" - ], - "x-ms-correlation-request-id": [ - "f2370e9c-1ea3-45ca-aabf-12eca30e93c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184349Z:f2370e9c-1ea3-45ca-aabf-12eca30e93c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "e6a6b639876545f3a58ea90ab4adb12a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5627dfad-580b-45ab-b43e-2ca7d4e85c1e" - ], - "x-ms-correlation-request-id": [ - "5627dfad-580b-45ab-b43e-2ca7d4e85c1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184349Z:5627dfad-580b-45ab-b43e-2ca7d4e85c1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "033d90a316ed4bf2b5050bcd4e908746" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a170d65-2561-45a7-8ddd-69871d2598ed" - ], - "x-ms-correlation-request-id": [ - "1a170d65-2561-45a7-8ddd-69871d2598ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184349Z:1a170d65-2561-45a7-8ddd-69871d2598ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "7e12471ccf654aebaa29d675bb6f21c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d622382-1f96-4aec-8b31-329edc681635" - ], - "x-ms-correlation-request-id": [ - "2d622382-1f96-4aec-8b31-329edc681635" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:2d622382-1f96-4aec-8b31-329edc681635" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "2cb5ebab5a3d40bdb237f742debcf7ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84d86017-9c49-4782-8d4a-292362cfe2c5" - ], - "x-ms-correlation-request-id": [ - "84d86017-9c49-4782-8d4a-292362cfe2c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:84d86017-9c49-4782-8d4a-292362cfe2c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "9adfb64b93104e63b4ff3712208aed69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf40b6d5-13e1-4b7d-8847-5fcc1ebca831" - ], - "x-ms-correlation-request-id": [ - "cf40b6d5-13e1-4b7d-8847-5fcc1ebca831" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:cf40b6d5-13e1-4b7d-8847-5fcc1ebca831" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "f8a50d24bc4e4c19b809b888a58c7d4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15f468a2-2276-4836-8b20-813662856ed6" - ], - "x-ms-correlation-request-id": [ - "15f468a2-2276-4836-8b20-813662856ed6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:15f468a2-2276-4836-8b20-813662856ed6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "62e211c7704643c09585980160991d31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74771b6f-1156-4061-9cae-0ebd6681f13b" - ], - "x-ms-correlation-request-id": [ - "74771b6f-1156-4061-9cae-0ebd6681f13b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:74771b6f-1156-4061-9cae-0ebd6681f13b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "cdf134cf97994dd1ba55ff713e786af3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf9de5e2-2c23-4fea-af23-e4a5315a9556" - ], - "x-ms-correlation-request-id": [ - "bf9de5e2-2c23-4fea-af23-e4a5315a9556" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:bf9de5e2-2c23-4fea-af23-e4a5315a9556" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "6c371e705fad4ca4bea470e46da022c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7ff8e41-0c29-4db4-8935-a33e39950596" - ], - "x-ms-correlation-request-id": [ - "a7ff8e41-0c29-4db4-8935-a33e39950596" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:a7ff8e41-0c29-4db4-8935-a33e39950596" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "60359ecc5a8142b883203384058253f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "275b3766-b2a4-4276-8ba5-cb927bf1bddb" - ], - "x-ms-correlation-request-id": [ - "275b3766-b2a4-4276-8ba5-cb927bf1bddb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184350Z:275b3766-b2a4-4276-8ba5-cb927bf1bddb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "68cd73e672c74beb942650ee5dbb6fb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98f90701-8ad8-4a91-a19d-3928d02307b8" - ], - "x-ms-correlation-request-id": [ - "98f90701-8ad8-4a91-a19d-3928d02307b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:98f90701-8ad8-4a91-a19d-3928d02307b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "280ef030305f4818811847435c7ad3bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5d3e97b-4c7b-4792-9d74-66dfe4a124a3" - ], - "x-ms-correlation-request-id": [ - "d5d3e97b-4c7b-4792-9d74-66dfe4a124a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:d5d3e97b-4c7b-4792-9d74-66dfe4a124a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "25c27d10b8184fe7940470aa9a2c59d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc8aed63-0ccf-471f-99b6-0f6898fd619b" - ], - "x-ms-correlation-request-id": [ - "dc8aed63-0ccf-471f-99b6-0f6898fd619b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:dc8aed63-0ccf-471f-99b6-0f6898fd619b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "60254a25f63544f1a2da562d33e5dd8f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf1fe27c-2422-4b3d-a076-8cf4ca324282" - ], - "x-ms-correlation-request-id": [ - "bf1fe27c-2422-4b3d-a076-8cf4ca324282" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:bf1fe27c-2422-4b3d-a076-8cf4ca324282" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "d769c31771164e349a2baeb9157a4896" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0177c27-4f34-41ba-b771-27ecb99b2cc0" - ], - "x-ms-correlation-request-id": [ - "d0177c27-4f34-41ba-b771-27ecb99b2cc0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:d0177c27-4f34-41ba-b771-27ecb99b2cc0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "4d24e2346c6f4dbe95b7977796c50db4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1fc4861e-8e5e-44a2-ab89-a368d7a395d5" - ], - "x-ms-correlation-request-id": [ - "1fc4861e-8e5e-44a2-ab89-a368d7a395d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:1fc4861e-8e5e-44a2-ab89-a368d7a395d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "129288f42a04479f8798d8dbb5a9ac2f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9ec5343-c4ac-4347-a2ad-64264e3f584b" - ], - "x-ms-correlation-request-id": [ - "f9ec5343-c4ac-4347-a2ad-64264e3f584b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:f9ec5343-c4ac-4347-a2ad-64264e3f584b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "b8b58e6eb6de420087dc7ec14ca075c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f5b8cd1-b1e9-4f44-9b2d-c68078837635" - ], - "x-ms-correlation-request-id": [ - "9f5b8cd1-b1e9-4f44-9b2d-c68078837635" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184351Z:9f5b8cd1-b1e9-4f44-9b2d-c68078837635" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "f9af4a26968d41509ac01027219bf528" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3de023bb-81d4-44ec-832c-f4baafbc2b3e" - ], - "x-ms-correlation-request-id": [ - "3de023bb-81d4-44ec-832c-f4baafbc2b3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:3de023bb-81d4-44ec-832c-f4baafbc2b3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "9a097695335744c18aec1da9dc4a06b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec034e26-5740-46f7-9bcb-03c4fb0098b9" - ], - "x-ms-correlation-request-id": [ - "ec034e26-5740-46f7-9bcb-03c4fb0098b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:ec034e26-5740-46f7-9bcb-03c4fb0098b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "a0c801cd76fd46098196e76ff03844b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "623d26e3-3a84-4cfa-a444-647aa5976ffb" - ], - "x-ms-correlation-request-id": [ - "623d26e3-3a84-4cfa-a444-647aa5976ffb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:623d26e3-3a84-4cfa-a444-647aa5976ffb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "8eeccf6efd894009bd5af22ccebce729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "55456666-5a68-4226-878f-90ae2f66aa49" - ], - "x-ms-correlation-request-id": [ - "55456666-5a68-4226-878f-90ae2f66aa49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:55456666-5a68-4226-878f-90ae2f66aa49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "dd7adf43236349ce960dba34a2511b26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0453bf55-5a1f-4525-8e25-1611e5e0e5b9" - ], - "x-ms-correlation-request-id": [ - "0453bf55-5a1f-4525-8e25-1611e5e0e5b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:0453bf55-5a1f-4525-8e25-1611e5e0e5b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "7b0af2372caf4dddbe6da23dae491b6c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21054274-75c1-456a-8e04-73ab916faf2e" - ], - "x-ms-correlation-request-id": [ - "21054274-75c1-456a-8e04-73ab916faf2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:21054274-75c1-456a-8e04-73ab916faf2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "d61266c397364f3fafb5e049b21fe950" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e167738c-4668-4753-9403-7838704dd080" - ], - "x-ms-correlation-request-id": [ - "e167738c-4668-4753-9403-7838704dd080" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:e167738c-4668-4753-9403-7838704dd080" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "c0e7d11b36c049ab852af2b2d9bb9077" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b2da5f0-a83b-4717-a562-ade6e2c3f164" - ], - "x-ms-correlation-request-id": [ - "0b2da5f0-a83b-4717-a562-ade6e2c3f164" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184352Z:0b2da5f0-a83b-4717-a562-ade6e2c3f164" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "2012af1fdad149278b8f8445f72f35ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "302aabfe-c474-4c89-95b6-b151b456b8c6" - ], - "x-ms-correlation-request-id": [ - "302aabfe-c474-4c89-95b6-b151b456b8c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184353Z:302aabfe-c474-4c89-95b6-b151b456b8c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "3cc5940ca1814a96b6c57bf3bf346152" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54c3df21-af2c-4d02-be9e-9494c5d20971" - ], - "x-ms-correlation-request-id": [ - "54c3df21-af2c-4d02-be9e-9494c5d20971" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184353Z:54c3df21-af2c-4d02-be9e-9494c5d20971" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "a29c2ae075dd4d9b866dbc166fba7c9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32bc5a17-2bf1-4b2e-9e6f-4fb2cf292f28" - ], - "x-ms-correlation-request-id": [ - "32bc5a17-2bf1-4b2e-9e6f-4fb2cf292f28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184353Z:32bc5a17-2bf1-4b2e-9e6f-4fb2cf292f28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "d337f86dc86c4c739b4efa86949ebe5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cd71a20-23b3-4d3e-94fa-1091c941be67" - ], - "x-ms-correlation-request-id": [ - "8cd71a20-23b3-4d3e-94fa-1091c941be67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184353Z:8cd71a20-23b3-4d3e-94fa-1091c941be67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "88b73441518a4d13b430eff0b711094e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c00e6ea-ccae-4bb0-95f8-a797a95f1ef4" - ], - "x-ms-correlation-request-id": [ - "9c00e6ea-ccae-4bb0-95f8-a797a95f1ef4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184353Z:9c00e6ea-ccae-4bb0-95f8-a797a95f1ef4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "75e17de97e83457b9d6dac33eca1543d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26963363-d603-4b66-9d6b-aeb1914c7ee4" - ], - "x-ms-correlation-request-id": [ - "26963363-d603-4b66-9d6b-aeb1914c7ee4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184353Z:26963363-d603-4b66-9d6b-aeb1914c7ee4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "ee69cc61d85c4cd08464d1afb50cc934" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bb567d4-37c5-4d65-958b-866702cfb0c4" - ], - "x-ms-correlation-request-id": [ - "2bb567d4-37c5-4d65-958b-866702cfb0c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184353Z:2bb567d4-37c5-4d65-958b-866702cfb0c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "f45dac17a6fa4a0a81583dba09409fc8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a29b7df8-c40f-4b73-8915-e26e22471ea1" - ], - "x-ms-correlation-request-id": [ - "a29b7df8-c40f-4b73-8915-e26e22471ea1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:a29b7df8-c40f-4b73-8915-e26e22471ea1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "0a56489e6da34650bfe6afc15830af15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0ed601b-0320-4a8e-ba5f-259956469364" - ], - "x-ms-correlation-request-id": [ - "d0ed601b-0320-4a8e-ba5f-259956469364" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:d0ed601b-0320-4a8e-ba5f-259956469364" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "390774d095a14ee7bb31cd56ce55b2a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae547778-de5f-4679-97f5-7f6be0f47fa1" - ], - "x-ms-correlation-request-id": [ - "ae547778-de5f-4679-97f5-7f6be0f47fa1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:ae547778-de5f-4679-97f5-7f6be0f47fa1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "8b16733e4fce41e2ba4b7ea930ad7642" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c19be31-695d-4e90-bab3-91a60cf5f774" - ], - "x-ms-correlation-request-id": [ - "5c19be31-695d-4e90-bab3-91a60cf5f774" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:5c19be31-695d-4e90-bab3-91a60cf5f774" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "70aad3ec728e481cb507e8624e80290a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f44dd63d-12fd-4dba-a0a1-dde75a37680f" - ], - "x-ms-correlation-request-id": [ - "f44dd63d-12fd-4dba-a0a1-dde75a37680f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:f44dd63d-12fd-4dba-a0a1-dde75a37680f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "be73ef39f1c8427e892ecb43dbafb0d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a02ca571-a867-41d4-b3f9-87141385b11b" - ], - "x-ms-correlation-request-id": [ - "a02ca571-a867-41d4-b3f9-87141385b11b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:a02ca571-a867-41d4-b3f9-87141385b11b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "5c7db24ee80d4d2ea67747f12227a0e0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04ea17b6-093c-4b5e-9831-5c59d59a0bff" - ], - "x-ms-correlation-request-id": [ - "04ea17b6-093c-4b5e-9831-5c59d59a0bff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:04ea17b6-093c-4b5e-9831-5c59d59a0bff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "5232b76bbb904117b3519fc07f0a044f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbf7094a-cce2-49f4-874c-ad2e318e70c3" - ], - "x-ms-correlation-request-id": [ - "bbf7094a-cce2-49f4-874c-ad2e318e70c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:bbf7094a-cce2-49f4-874c-ad2e318e70c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "e92f1a867ad245499ec446dd4caf5918" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e969e2f-7fde-44d9-9e9a-f18e9a5aab8a" - ], - "x-ms-correlation-request-id": [ - "8e969e2f-7fde-44d9-9e9a-f18e9a5aab8a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184354Z:8e969e2f-7fde-44d9-9e9a-f18e9a5aab8a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "b189584c9c924b8c98235c2a9c6e78aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a013cd53-2d79-4fca-9fff-b1003d2c1da3" - ], - "x-ms-correlation-request-id": [ - "a013cd53-2d79-4fca-9fff-b1003d2c1da3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184355Z:a013cd53-2d79-4fca-9fff-b1003d2c1da3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "97aa5ade2c6b443d9070f46a5cda5f02" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d0632db-a79b-42a8-8da8-c1fe7db4ad7e" - ], - "x-ms-correlation-request-id": [ - "4d0632db-a79b-42a8-8da8-c1fe7db4ad7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184355Z:4d0632db-a79b-42a8-8da8-c1fe7db4ad7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "cb4940ba730b46b5974029ba4f05d139" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc32e6b9-a4d8-44b5-b290-77879c947018" - ], - "x-ms-correlation-request-id": [ - "dc32e6b9-a4d8-44b5-b290-77879c947018" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184355Z:dc32e6b9-a4d8-44b5-b290-77879c947018" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "8f7dcb8ffa1948deb3336373995960f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b44af425-8ccb-4ca4-9cc0-bcff6dd9c732" - ], - "x-ms-correlation-request-id": [ - "b44af425-8ccb-4ca4-9cc0-bcff6dd9c732" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184355Z:b44af425-8ccb-4ca4-9cc0-bcff6dd9c732" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "f41343df73ab4657b0bfcaf6da06776e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f59bd5f6-cbd7-481d-8ab4-4be1fe8c55b9" - ], - "x-ms-correlation-request-id": [ - "f59bd5f6-cbd7-481d-8ab4-4be1fe8c55b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184355Z:f59bd5f6-cbd7-481d-8ab4-4be1fe8c55b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "a274ccdd9e6b48bda33a9ef8279bf66d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef863264-2bd6-48dd-99ab-cf62b045849a" - ], - "x-ms-correlation-request-id": [ - "ef863264-2bd6-48dd-99ab-cf62b045849a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184355Z:ef863264-2bd6-48dd-99ab-cf62b045849a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "180eba5945df40f49ce27a8b2208ba72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4e4bd94b-b360-4789-b22e-22956fd3f4e0" - ], - "x-ms-correlation-request-id": [ - "4e4bd94b-b360-4789-b22e-22956fd3f4e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184355Z:4e4bd94b-b360-4789-b22e-22956fd3f4e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "36ed597ee9214a989e958d1827d508be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c194dc6-8861-4561-a230-22867518009a" - ], - "x-ms-correlation-request-id": [ - "3c194dc6-8861-4561-a230-22867518009a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:3c194dc6-8861-4561-a230-22867518009a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-client-request-id": [ - "1cc94a88a31647189e821cc228aa4ecd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de0e0e2b-e119-42c5-a239-dc1f4fbf7e95" - ], - "x-ms-correlation-request-id": [ - "de0e0e2b-e119-42c5-a239-dc1f4fbf7e95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:de0e0e2b-e119-42c5-a239-dc1f4fbf7e95" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "9c6d1ccb64b149b49aa28148c6e1d172" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b2eebb7-2966-4504-8004-db0be51a4630" - ], - "x-ms-correlation-request-id": [ - "2b2eebb7-2966-4504-8004-db0be51a4630" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:2b2eebb7-2966-4504-8004-db0be51a4630" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "b63fe56b8fc04e9f90ccfbc0c8d65168" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b94651dc-1f14-408b-80f6-485977fad8ad" - ], - "x-ms-correlation-request-id": [ - "b94651dc-1f14-408b-80f6-485977fad8ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:b94651dc-1f14-408b-80f6-485977fad8ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "b0e4763a12f0453a81a1470aad9b6c57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b32b99a3-b36f-4179-b1e2-23a0bf95b8f5" - ], - "x-ms-correlation-request-id": [ - "b32b99a3-b36f-4179-b1e2-23a0bf95b8f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:b32b99a3-b36f-4179-b1e2-23a0bf95b8f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "9793a7a403804210b8689f0d4632a35d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "70fd3bf7-f754-42e4-96f9-f7f8245109a1" - ], - "x-ms-correlation-request-id": [ - "70fd3bf7-f754-42e4-96f9-f7f8245109a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:70fd3bf7-f754-42e4-96f9-f7f8245109a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "42f48db868c145f882df714a2f06940a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c7282e61-1443-4a19-84c7-99272b71be1a" - ], - "x-ms-correlation-request-id": [ - "c7282e61-1443-4a19-84c7-99272b71be1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:c7282e61-1443-4a19-84c7-99272b71be1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "d3902f7e5d994c92a2204a619a2394ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2b36aa8-fb6e-4086-b941-7171a4a5bde8" - ], - "x-ms-correlation-request-id": [ - "a2b36aa8-fb6e-4086-b941-7171a4a5bde8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184356Z:a2b36aa8-fb6e-4086-b941-7171a4a5bde8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "3526fa3f99e14b1aa08333aa48fd662c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8c0f2f1-ed46-4e0f-95e6-971077d58fa1" - ], - "x-ms-correlation-request-id": [ - "b8c0f2f1-ed46-4e0f-95e6-971077d58fa1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:b8c0f2f1-ed46-4e0f-95e6-971077d58fa1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "871adfc4fec54aaf8fb018b16bd1ffe7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "206f22b0-7eec-4d7d-9b7e-f52fef5e2a87" - ], - "x-ms-correlation-request-id": [ - "206f22b0-7eec-4d7d-9b7e-f52fef5e2a87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:206f22b0-7eec-4d7d-9b7e-f52fef5e2a87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "5c5863d9cf2b4b52a7cf94686f8a6e97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a1045a7-2a08-47d5-8ad4-aa8b63fe20da" - ], - "x-ms-correlation-request-id": [ - "3a1045a7-2a08-47d5-8ad4-aa8b63fe20da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:3a1045a7-2a08-47d5-8ad4-aa8b63fe20da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "966380d82b5b474d9883bb57b5e11a97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e50c3b1-f448-424c-914c-e8e8a700cd9e" - ], - "x-ms-correlation-request-id": [ - "1e50c3b1-f448-424c-914c-e8e8a700cd9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:1e50c3b1-f448-424c-914c-e8e8a700cd9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "6fd7ccd323a946578e49ae138439b6fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb07d2fc-00ef-42fa-bd01-698c5a751ec9" - ], - "x-ms-correlation-request-id": [ - "fb07d2fc-00ef-42fa-bd01-698c5a751ec9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:fb07d2fc-00ef-42fa-bd01-698c5a751ec9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "761df002997742ccbd4fa0ca5b05952f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "808094d7-8472-4446-b2ea-845b71849c00" - ], - "x-ms-correlation-request-id": [ - "808094d7-8472-4446-b2ea-845b71849c00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:808094d7-8472-4446-b2ea-845b71849c00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "e77207ffdfa547d281ec6da03cd4401b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b63853ae-ef5a-4dc0-9130-909b81160f96" - ], - "x-ms-correlation-request-id": [ - "b63853ae-ef5a-4dc0-9130-909b81160f96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:b63853ae-ef5a-4dc0-9130-909b81160f96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "605fdff944854b5cbc390c71b65b1475" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5971a7f8-5cb5-46ac-8cc0-3c853c603983" - ], - "x-ms-correlation-request-id": [ - "5971a7f8-5cb5-46ac-8cc0-3c853c603983" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184357Z:5971a7f8-5cb5-46ac-8cc0-3c853c603983" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "490e056e26944c3084184b4067da48a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13f9fa92-ee5f-4d0b-b99c-2b1a3d53a2a4" - ], - "x-ms-correlation-request-id": [ - "13f9fa92-ee5f-4d0b-b99c-2b1a3d53a2a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184358Z:13f9fa92-ee5f-4d0b-b99c-2b1a3d53a2a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "bbd41bc7f96e45438eb9562e1ada15e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5592ffb5-f963-4714-9633-652e571a1da7" - ], - "x-ms-correlation-request-id": [ - "5592ffb5-f963-4714-9633-652e571a1da7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184358Z:5592ffb5-f963-4714-9633-652e571a1da7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "10000b3e9dd84450a98e20bfb1eae86e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39a1c477-3b51-4b43-8e55-703b5febb76a" - ], - "x-ms-correlation-request-id": [ - "39a1c477-3b51-4b43-8e55-703b5febb76a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184358Z:39a1c477-3b51-4b43-8e55-703b5febb76a" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" - ], - "x-ms-client-request-id": [ - "2c36adc7da2341b2a5677fd9a0b07199" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ed6e417-ec2a-42cd-aa45-3f3e474b7dcf" - ], - "x-ms-correlation-request-id": [ - "3ed6e417-ec2a-42cd-aa45-3f3e474b7dcf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:3ed6e417-ec2a-42cd-aa45-3f3e474b7dcf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" - ], - "x-ms-client-request-id": [ - "590c907e6e0e4c07baf1b36e2af70385" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b28e4287-c39a-4760-9c91-f367a672df4e" - ], - "x-ms-correlation-request-id": [ - "b28e4287-c39a-4760-9c91-f367a672df4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:b28e4287-c39a-4760-9c91-f367a672df4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" - ], - "x-ms-client-request-id": [ - "6fbe69ee362544248c531ab459559b28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9908da73-896d-474c-b74e-80c4199048f1" - ], - "x-ms-correlation-request-id": [ - "9908da73-896d-474c-b74e-80c4199048f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:9908da73-896d-474c-b74e-80c4199048f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" - ], - "x-ms-client-request-id": [ - "2735a0d0639d491c8aabdd7dea147963" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbc2eec7-56fb-45ea-b887-350ed19ad00b" - ], - "x-ms-correlation-request-id": [ - "cbc2eec7-56fb-45ea-b887-350ed19ad00b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:cbc2eec7-56fb-45ea-b887-350ed19ad00b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" - ], - "x-ms-client-request-id": [ - "f8ff1aaf1f3a44d39f008358c8932bac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3901d166-1c02-41d2-a9c3-039211531870" - ], - "x-ms-correlation-request-id": [ - "3901d166-1c02-41d2-a9c3-039211531870" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:3901d166-1c02-41d2-a9c3-039211531870" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-client-request-id": [ - "7ed5011d4f1f4c3b82a88cb7909f1ae5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac02ec76-0912-4648-9cb4-5be108bddf58" - ], - "x-ms-correlation-request-id": [ - "ac02ec76-0912-4648-9cb4-5be108bddf58" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:ac02ec76-0912-4648-9cb4-5be108bddf58" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-client-request-id": [ - "d1b2b8461cb640ad8e2b13667dab4e40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b1a67cb-c1e6-4d5a-9c6b-8fa0a6cf0b9d" - ], - "x-ms-correlation-request-id": [ - "9b1a67cb-c1e6-4d5a-9c6b-8fa0a6cf0b9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:9b1a67cb-c1e6-4d5a-9c6b-8fa0a6cf0b9d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-client-request-id": [ - "c32189f42ff54e4092b52b9c06a10211" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18e2ba43-b2ed-4efc-9790-af7c2668de2f" - ], - "x-ms-correlation-request-id": [ - "18e2ba43-b2ed-4efc-9790-af7c2668de2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:18e2ba43-b2ed-4efc-9790-af7c2668de2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "8bbf3d52038f481489e37d4249f25c78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf283a82-4e5e-4560-a57c-c2088c3cc8ce" - ], - "x-ms-correlation-request-id": [ - "cf283a82-4e5e-4560-a57c-c2088c3cc8ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:cf283a82-4e5e-4560-a57c-c2088c3cc8ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "88621f91cf4d49bd878499f72e7c112b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "beffe8fb-41af-48b5-bbd9-8480f50e65c1" - ], - "x-ms-correlation-request-id": [ - "beffe8fb-41af-48b5-bbd9-8480f50e65c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184359Z:beffe8fb-41af-48b5-bbd9-8480f50e65c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "6bf0b36707f44da78e6db334dd2f97cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "24b64984-de97-4054-9f50-41c0a55e77cb" - ], - "x-ms-correlation-request-id": [ - "24b64984-de97-4054-9f50-41c0a55e77cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184400Z:24b64984-de97-4054-9f50-41c0a55e77cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:43:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "1b09167b9d324a02b398c117a6f6a886" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7eec6ad-37b3-44df-a245-e5958fd826ec" - ], - "x-ms-correlation-request-id": [ - "b7eec6ad-37b3-44df-a245-e5958fd826ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184400Z:b7eec6ad-37b3-44df-a245-e5958fd826ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "25af6250ea6d4153b858f192446448d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ef6879b-fd71-4215-88cd-b10286d49b85" - ], - "x-ms-correlation-request-id": [ - "6ef6879b-fd71-4215-88cd-b10286d49b85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184400Z:6ef6879b-fd71-4215-88cd-b10286d49b85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "f9446d542b45413cae03ee68e93a4050" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94300cbb-2f58-41b1-a641-abeaeec7a430" - ], - "x-ms-correlation-request-id": [ - "94300cbb-2f58-41b1-a641-abeaeec7a430" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184400Z:94300cbb-2f58-41b1-a641-abeaeec7a430" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "849b945eea0941779b924802381b01ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d24236c9-a6d8-40a8-b5ea-ee60bec8d4bd" - ], - "x-ms-correlation-request-id": [ - "d24236c9-a6d8-40a8-b5ea-ee60bec8d4bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184400Z:d24236c9-a6d8-40a8-b5ea-ee60bec8d4bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "a871674a09ad4567bfdb8d13252b5832" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b141153-3b26-4496-afd5-433037ad63f5" - ], - "x-ms-correlation-request-id": [ - "1b141153-3b26-4496-afd5-433037ad63f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184400Z:1b141153-3b26-4496-afd5-433037ad63f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "366a1c8a2e234c49ad6672d385a5d03d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63f1c44a-faeb-4de9-b041-fd553660136d" - ], - "x-ms-correlation-request-id": [ - "63f1c44a-faeb-4de9-b041-fd553660136d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184400Z:63f1c44a-faeb-4de9-b041-fd553660136d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "09535471b84a442ba19823d2f3038c15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b5b5a31-ee9b-4c95-ab87-72eb1467cedf" - ], - "x-ms-correlation-request-id": [ - "3b5b5a31-ee9b-4c95-ab87-72eb1467cedf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:3b5b5a31-ee9b-4c95-ab87-72eb1467cedf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "a2525f80226d4484a3d6845762e3f29c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07605bd8-f068-4396-a499-8f9962c7f4ae" - ], - "x-ms-correlation-request-id": [ - "07605bd8-f068-4396-a499-8f9962c7f4ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:07605bd8-f068-4396-a499-8f9962c7f4ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "5dadf00d30854cce8bcf0e1e3a2f2455" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1047c7f2-485e-4a0d-8150-7b138b3cf4b1" - ], - "x-ms-correlation-request-id": [ - "1047c7f2-485e-4a0d-8150-7b138b3cf4b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:1047c7f2-485e-4a0d-8150-7b138b3cf4b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "9bcdc310c2b44756bf9e622c0be4ce72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42bbbabb-7550-4921-8c94-dfe753e7ea78" - ], - "x-ms-correlation-request-id": [ - "42bbbabb-7550-4921-8c94-dfe753e7ea78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:42bbbabb-7550-4921-8c94-dfe753e7ea78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "1a3ac1410fcc4cb2a1850f43c6a56418" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17363296-cd58-4a4c-8e24-abd12c93d147" - ], - "x-ms-correlation-request-id": [ - "17363296-cd58-4a4c-8e24-abd12c93d147" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:17363296-cd58-4a4c-8e24-abd12c93d147" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "1026c3908fa14da9b9212663eba74c9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71468500-9545-4182-8294-8264c9ff31df" - ], - "x-ms-correlation-request-id": [ - "71468500-9545-4182-8294-8264c9ff31df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:71468500-9545-4182-8294-8264c9ff31df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "975a5686777a403cab69954db596dc31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c63d9466-dff6-4b33-a298-2b7d0af83518" - ], - "x-ms-correlation-request-id": [ - "c63d9466-dff6-4b33-a298-2b7d0af83518" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:c63d9466-dff6-4b33-a298-2b7d0af83518" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "9c02af0180944e6ebcc434b92a966f4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "882cacb6-6372-4384-b01d-f02869c20051" - ], - "x-ms-correlation-request-id": [ - "882cacb6-6372-4384-b01d-f02869c20051" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:882cacb6-6372-4384-b01d-f02869c20051" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "4f69fc25914c4a288b2848ca9e839c46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f772b91e-1ea0-4973-a111-fbb3739240a6" - ], - "x-ms-correlation-request-id": [ - "f772b91e-1ea0-4973-a111-fbb3739240a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:f772b91e-1ea0-4973-a111-fbb3739240a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "57c9eed23a544097be68d2aeaafd6f05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c77213a6-9306-44ea-b862-587d9149a832" - ], - "x-ms-correlation-request-id": [ - "c77213a6-9306-44ea-b862-587d9149a832" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184401Z:c77213a6-9306-44ea-b862-587d9149a832" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "070cddc4818142de8c259fee199fdf04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "79b21c1e-0d87-4210-86f7-4b18cebcad13" - ], - "x-ms-correlation-request-id": [ - "79b21c1e-0d87-4210-86f7-4b18cebcad13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184402Z:79b21c1e-0d87-4210-86f7-4b18cebcad13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "e33cbb0c88fd4e6dbc702ccb37f8a00a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "899971d2-edca-425c-931a-3569a4aea142" - ], - "x-ms-correlation-request-id": [ - "899971d2-edca-425c-931a-3569a4aea142" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184402Z:899971d2-edca-425c-931a-3569a4aea142" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "bcb74f2c06954cdd84937bb164d82110" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c378e4a-d940-4008-93be-6a84484986e8" - ], - "x-ms-correlation-request-id": [ - "0c378e4a-d940-4008-93be-6a84484986e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184402Z:0c378e4a-d940-4008-93be-6a84484986e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "b260e3a49f454ca691f6880606405fc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3b92295c-13e5-456b-b942-c298d549747c" - ], - "x-ms-correlation-request-id": [ - "3b92295c-13e5-456b-b942-c298d549747c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184402Z:3b92295c-13e5-456b-b942-c298d549747c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "59f527d3b3c544c38152540ce2eef36d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d470eb3-4589-48a8-a47a-9137b658ddbe" - ], - "x-ms-correlation-request-id": [ - "9d470eb3-4589-48a8-a47a-9137b658ddbe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184402Z:9d470eb3-4589-48a8-a47a-9137b658ddbe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "211891526acb4e968a02bd3d3533dda9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdd72f1a-a699-4dff-8d55-2e0fd3ed3b1b" - ], - "x-ms-correlation-request-id": [ - "cdd72f1a-a699-4dff-8d55-2e0fd3ed3b1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184402Z:cdd72f1a-a699-4dff-8d55-2e0fd3ed3b1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "4c4f922bfd90483498489ac6bd6386e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "904bfe91-49dc-44d8-9691-268160f3df86" - ], - "x-ms-correlation-request-id": [ - "904bfe91-49dc-44d8-9691-268160f3df86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184402Z:904bfe91-49dc-44d8-9691-268160f3df86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "62f3bf8e2bd64fe28540efb80ef74280" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ede769f-fc0b-4bbe-b2fb-a82bd0745079" - ], - "x-ms-correlation-request-id": [ - "2ede769f-fc0b-4bbe-b2fb-a82bd0745079" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:2ede769f-fc0b-4bbe-b2fb-a82bd0745079" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "08af014568ca41acbf427b67ff33a2d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60d2a282-c5f2-496f-a03d-22e81962c82f" - ], - "x-ms-correlation-request-id": [ - "60d2a282-c5f2-496f-a03d-22e81962c82f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:60d2a282-c5f2-496f-a03d-22e81962c82f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "996a1418fbb9495c87a8f066ee9d7b97" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30dc0e2d-4ed4-4347-aaf3-2194447d00ed" - ], - "x-ms-correlation-request-id": [ - "30dc0e2d-4ed4-4347-aaf3-2194447d00ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:30dc0e2d-4ed4-4347-aaf3-2194447d00ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "62e223460dd54211abf6fbbe1e686934" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c150834d-4377-4667-a427-95ff213258d5" - ], - "x-ms-correlation-request-id": [ - "c150834d-4377-4667-a427-95ff213258d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:c150834d-4377-4667-a427-95ff213258d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "cbb1a0099a154af8924ce236e082ccc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d08393f3-7ba1-458a-81c9-d9bb73fd2c73" - ], - "x-ms-correlation-request-id": [ - "d08393f3-7ba1-458a-81c9-d9bb73fd2c73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:d08393f3-7ba1-458a-81c9-d9bb73fd2c73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "c2ca5bd9af5a45ed9b6131a56c48b89b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "735eda4e-62f3-41a3-aa63-f5c1b377fccf" - ], - "x-ms-correlation-request-id": [ - "735eda4e-62f3-41a3-aa63-f5c1b377fccf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:735eda4e-62f3-41a3-aa63-f5c1b377fccf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "6abfb5fd319e498a84f758b89eb00d69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d25f787-1990-489e-bdd4-4e44adb8f284" - ], - "x-ms-correlation-request-id": [ - "4d25f787-1990-489e-bdd4-4e44adb8f284" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:4d25f787-1990-489e-bdd4-4e44adb8f284" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "af14f86814304b6f9b7a881d8106d8c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c971187b-2363-4125-aa40-5259e7b048a0" - ], - "x-ms-correlation-request-id": [ - "c971187b-2363-4125-aa40-5259e7b048a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:c971187b-2363-4125-aa40-5259e7b048a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "b1c7e54146574373bac299750a1f5809" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "434bdcbe-897f-434a-97e0-0b441be55fce" - ], - "x-ms-correlation-request-id": [ - "434bdcbe-897f-434a-97e0-0b441be55fce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184403Z:434bdcbe-897f-434a-97e0-0b441be55fce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "88aa4b8234aa41dc8f8fff11061a439e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "74645495-ba2e-4fb8-a28b-1d5a17778f78" - ], - "x-ms-correlation-request-id": [ - "74645495-ba2e-4fb8-a28b-1d5a17778f78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:74645495-ba2e-4fb8-a28b-1d5a17778f78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "29c0f67caab44f39bb4d90cc62e895fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4e2ad98-e4c4-4320-9346-0a99d6c559d9" - ], - "x-ms-correlation-request-id": [ - "b4e2ad98-e4c4-4320-9346-0a99d6c559d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:b4e2ad98-e4c4-4320-9346-0a99d6c559d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "ff1f2fc99d8145eaa6d271fa94d6f72a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff5408a4-4f4e-4075-9415-a5182a8c6bf8" - ], - "x-ms-correlation-request-id": [ - "ff5408a4-4f4e-4075-9415-a5182a8c6bf8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:ff5408a4-4f4e-4075-9415-a5182a8c6bf8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "1f7173a7242446598cd51c6c16aab100" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c7e984c-53f1-4440-bf58-c3a8ca8d31d5" - ], - "x-ms-correlation-request-id": [ - "6c7e984c-53f1-4440-bf58-c3a8ca8d31d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:6c7e984c-53f1-4440-bf58-c3a8ca8d31d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "04d6e258d51449dba0acc4ce11a0d398" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d343873d-e38c-4b1c-a8cf-cd9a4f379e20" - ], - "x-ms-correlation-request-id": [ - "d343873d-e38c-4b1c-a8cf-cd9a4f379e20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:d343873d-e38c-4b1c-a8cf-cd9a4f379e20" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "ec06dc93f9094c5eba538d2a383ae700" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcbd20c4-4c95-448f-8523-3af494035e6b" - ], - "x-ms-correlation-request-id": [ - "fcbd20c4-4c95-448f-8523-3af494035e6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:fcbd20c4-4c95-448f-8523-3af494035e6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "60bb3ff049b741408be052dfafcb7156" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "482f67a5-9739-4e8d-8b09-13ba556e78e8" - ], - "x-ms-correlation-request-id": [ - "482f67a5-9739-4e8d-8b09-13ba556e78e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:482f67a5-9739-4e8d-8b09-13ba556e78e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "af0e780e0a8747d18b9e37812ec222f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "402da41c-005e-4570-a81f-b76364c597c6" - ], - "x-ms-correlation-request-id": [ - "402da41c-005e-4570-a81f-b76364c597c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:402da41c-005e-4570-a81f-b76364c597c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "012c6e8bca144f1b80dcf01e3b4af2a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bf6583af-46ef-45ed-9c1b-12d7096ccdaa" - ], - "x-ms-correlation-request-id": [ - "bf6583af-46ef-45ed-9c1b-12d7096ccdaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:bf6583af-46ef-45ed-9c1b-12d7096ccdaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "735f4bf11c934f1c993888062c4fb90d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3bc78f32-684f-4bb4-92a1-d069015452af" - ], - "x-ms-correlation-request-id": [ - "3bc78f32-684f-4bb4-92a1-d069015452af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184404Z:3bc78f32-684f-4bb4-92a1-d069015452af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "5451715520064dcbb244130899dfa4f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a72e408-6e1e-444a-b239-83225d4050de" - ], - "x-ms-correlation-request-id": [ - "6a72e408-6e1e-444a-b239-83225d4050de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:6a72e408-6e1e-444a-b239-83225d4050de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "8bd8a11a36084cba8224a1e39302f9c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12c0d396-a6a3-4499-b719-b254e3cdfdac" - ], - "x-ms-correlation-request-id": [ - "12c0d396-a6a3-4499-b719-b254e3cdfdac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:12c0d396-a6a3-4499-b719-b254e3cdfdac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "424fd1db89194947b672db9641c13ee9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e705132-9d85-44cc-8fcf-6bcaa7366605" - ], - "x-ms-correlation-request-id": [ - "9e705132-9d85-44cc-8fcf-6bcaa7366605" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:9e705132-9d85-44cc-8fcf-6bcaa7366605" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "b3cb1d3fef5d4d24a979b56a2495cfa4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b0cc572-8d83-4f9a-9872-acb6ec3d1626" - ], - "x-ms-correlation-request-id": [ - "4b0cc572-8d83-4f9a-9872-acb6ec3d1626" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:4b0cc572-8d83-4f9a-9872-acb6ec3d1626" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "0a6585c051df45cab563c58cdfd8c1a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "785bb0f3-7f79-438b-8915-7924a41fe29d" - ], - "x-ms-correlation-request-id": [ - "785bb0f3-7f79-438b-8915-7924a41fe29d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:785bb0f3-7f79-438b-8915-7924a41fe29d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "dffbcd04829e479cbbf27fb04b5cc697" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c810241-eef7-42ce-a128-b4234263f895" - ], - "x-ms-correlation-request-id": [ - "6c810241-eef7-42ce-a128-b4234263f895" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:6c810241-eef7-42ce-a128-b4234263f895" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "a6872ee9c0224d838fb119baac7c4f2d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d74a31a1-a928-41a7-a91f-2ffc916e316e" - ], - "x-ms-correlation-request-id": [ - "d74a31a1-a928-41a7-a91f-2ffc916e316e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:d74a31a1-a928-41a7-a91f-2ffc916e316e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "9f2a850461f142b798b45f92528e71c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36d8c980-59bd-4b49-a15f-8263d2f373ec" - ], - "x-ms-correlation-request-id": [ - "36d8c980-59bd-4b49-a15f-8263d2f373ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184405Z:36d8c980-59bd-4b49-a15f-8263d2f373ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "ace37f4c098e46faa8e372879b9b6a89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa58cd0c-deac-49f3-b94c-f645ab5b0f49" - ], - "x-ms-correlation-request-id": [ - "aa58cd0c-deac-49f3-b94c-f645ab5b0f49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:aa58cd0c-deac-49f3-b94c-f645ab5b0f49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "b9e8fd645735471f9166eec615bad408" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "19d4007c-f063-4dbb-ab27-82d9ebd00483" - ], - "x-ms-correlation-request-id": [ - "19d4007c-f063-4dbb-ab27-82d9ebd00483" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:19d4007c-f063-4dbb-ab27-82d9ebd00483" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "97117135b21843beb4f8c1147774d9b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b9cf790-155d-47bc-b1ab-32d3b9592159" - ], - "x-ms-correlation-request-id": [ - "9b9cf790-155d-47bc-b1ab-32d3b9592159" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:9b9cf790-155d-47bc-b1ab-32d3b9592159" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "c109265373754ade9c33d5da6b4272b0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0096098e-a882-4468-8422-e0747bef20a2" - ], - "x-ms-correlation-request-id": [ - "0096098e-a882-4468-8422-e0747bef20a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:0096098e-a882-4468-8422-e0747bef20a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "538c26a3643349f38bc32fd7b9e90d1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6af040a3-c2e3-449f-9851-f9063bda07d0" - ], - "x-ms-correlation-request-id": [ - "6af040a3-c2e3-449f-9851-f9063bda07d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:6af040a3-c2e3-449f-9851-f9063bda07d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "828402e427ab443ca7e516ad35c8c2e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58b747d4-d86d-45ea-a603-a461ef12215f" - ], - "x-ms-correlation-request-id": [ - "58b747d4-d86d-45ea-a603-a461ef12215f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:58b747d4-d86d-45ea-a603-a461ef12215f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "f110e4a0a3974a17bc4e506c0a6eaae5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a1d821fd-7371-47db-a624-6139d35ec2ea" - ], - "x-ms-correlation-request-id": [ - "a1d821fd-7371-47db-a624-6139d35ec2ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:a1d821fd-7371-47db-a624-6139d35ec2ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "8c7f1dc7f2554ac7b64fb3cfbecf34bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33b36d8d-b31b-4793-917c-3b86dcdd2f72" - ], - "x-ms-correlation-request-id": [ - "33b36d8d-b31b-4793-917c-3b86dcdd2f72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184406Z:33b36d8d-b31b-4793-917c-3b86dcdd2f72" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "42ac1329e2804d2d884d36725344deb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d076e706-5679-432a-a350-56b29bc9199a" - ], - "x-ms-correlation-request-id": [ - "d076e706-5679-432a-a350-56b29bc9199a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:d076e706-5679-432a-a350-56b29bc9199a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "05094c207dcd4cc697dbb1c6910235e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c82da70-ed30-43e9-99a1-7b44314536ea" - ], - "x-ms-correlation-request-id": [ - "5c82da70-ed30-43e9-99a1-7b44314536ea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:5c82da70-ed30-43e9-99a1-7b44314536ea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "86c356cd10b64de4b5e045fdfea16ed4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84b34e8b-208c-49e9-bb96-dd37a21c4e8e" - ], - "x-ms-correlation-request-id": [ - "84b34e8b-208c-49e9-bb96-dd37a21c4e8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:84b34e8b-208c-49e9-bb96-dd37a21c4e8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "5887a688380d4cfb819a72fc8abf6dc4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac5543e5-3a5d-413a-873a-3ecf252d6e55" - ], - "x-ms-correlation-request-id": [ - "ac5543e5-3a5d-413a-873a-3ecf252d6e55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:ac5543e5-3a5d-413a-873a-3ecf252d6e55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "ca2de56588ef4d1b96c14659128a299c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45071744-3677-4cda-a204-4a10f86ed889" - ], - "x-ms-correlation-request-id": [ - "45071744-3677-4cda-a204-4a10f86ed889" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:45071744-3677-4cda-a204-4a10f86ed889" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "4e37b3ff7ffc445ca0f1480749d12616" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "426562f4-1126-4987-9941-38427137facb" - ], - "x-ms-correlation-request-id": [ - "426562f4-1126-4987-9941-38427137facb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:426562f4-1126-4987-9941-38427137facb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "bde018ea93c34aceae7ae661c5935236" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6fdcb6e6-bd2b-4ae5-b143-1dd8b6279e02" - ], - "x-ms-correlation-request-id": [ - "6fdcb6e6-bd2b-4ae5-b143-1dd8b6279e02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:6fdcb6e6-bd2b-4ae5-b143-1dd8b6279e02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "7b18144c64e646acb1bfce74cb4d0b51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebd863bc-772b-4182-b77f-870936ffccef" - ], - "x-ms-correlation-request-id": [ - "ebd863bc-772b-4182-b77f-870936ffccef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:ebd863bc-772b-4182-b77f-870936ffccef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "69f286b679484d98a9d88902838ceb05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53d07598-5983-439c-b9ca-e5e50f628c00" - ], - "x-ms-correlation-request-id": [ - "53d07598-5983-439c-b9ca-e5e50f628c00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184407Z:53d07598-5983-439c-b9ca-e5e50f628c00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "e426e1c40b26485782669fcb466daa71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c814e22-c2e4-4862-8e80-c8257a755b45" - ], - "x-ms-correlation-request-id": [ - "6c814e22-c2e4-4862-8e80-c8257a755b45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184408Z:6c814e22-c2e4-4862-8e80-c8257a755b45" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "483699e09f01460baac0a4f096b01a9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d350f37-a517-41ec-bdc6-844d29bce7a5" - ], - "x-ms-correlation-request-id": [ - "3d350f37-a517-41ec-bdc6-844d29bce7a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184408Z:3d350f37-a517-41ec-bdc6-844d29bce7a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "d4d6893de2ed41f0af7073d3c4f8c89e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f7d3e74-23ef-48d9-b3f4-5999843dc0c3" - ], - "x-ms-correlation-request-id": [ - "1f7d3e74-23ef-48d9-b3f4-5999843dc0c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184408Z:1f7d3e74-23ef-48d9-b3f4-5999843dc0c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "7c0afecdba2440c88721b2d7dd4c31a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc8b81d2-4582-435b-b5d9-c616ae8c9784" - ], - "x-ms-correlation-request-id": [ - "bc8b81d2-4582-435b-b5d9-c616ae8c9784" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184408Z:bc8b81d2-4582-435b-b5d9-c616ae8c9784" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "a1edfa4e32fc47dcbd4ede73a714c543" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61906ac2-c59e-40c2-a4f5-b86632ec4ec7" - ], - "x-ms-correlation-request-id": [ - "61906ac2-c59e-40c2-a4f5-b86632ec4ec7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184408Z:61906ac2-c59e-40c2-a4f5-b86632ec4ec7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "c7a895a735384b9588d94528fb27d88c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2495eca-dfa8-43ed-9875-398cc0354d21" - ], - "x-ms-correlation-request-id": [ - "e2495eca-dfa8-43ed-9875-398cc0354d21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184408Z:e2495eca-dfa8-43ed-9875-398cc0354d21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "9d248105cee44d2e9a8c3b89fcfc39d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bc75368-03da-4c4b-a6f2-ee87d3de8a37" - ], - "x-ms-correlation-request-id": [ - "2bc75368-03da-4c4b-a6f2-ee87d3de8a37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184408Z:2bc75368-03da-4c4b-a6f2-ee87d3de8a37" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "69a7126fe2ed486bbcb96fc61558e0b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a3da0a7-fad1-4ab6-ad0b-c96447e7765b" - ], - "x-ms-correlation-request-id": [ - "6a3da0a7-fad1-4ab6-ad0b-c96447e7765b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:6a3da0a7-fad1-4ab6-ad0b-c96447e7765b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "fff677daf9cf4053bd4d36ebd9344e07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "420a0a42-a6c6-4dbb-a29a-1ac829dfbea7" - ], - "x-ms-correlation-request-id": [ - "420a0a42-a6c6-4dbb-a29a-1ac829dfbea7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:420a0a42-a6c6-4dbb-a29a-1ac829dfbea7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "c3b9ddc79f564546b4c2f02b6a492e72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a620fd6-1fc8-4f69-95df-a0f6f310c597" - ], - "x-ms-correlation-request-id": [ - "3a620fd6-1fc8-4f69-95df-a0f6f310c597" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:3a620fd6-1fc8-4f69-95df-a0f6f310c597" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "78f0da39c1d044c4b567d4dd2cc0edad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f351369-eb65-41f6-996d-3eb349edb011" - ], - "x-ms-correlation-request-id": [ - "2f351369-eb65-41f6-996d-3eb349edb011" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:2f351369-eb65-41f6-996d-3eb349edb011" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "3c2e8ebde3604cfdadb03d19f41b2962" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "934f3f3a-5314-45f4-be8b-2c2eab7f5d2f" - ], - "x-ms-correlation-request-id": [ - "934f3f3a-5314-45f4-be8b-2c2eab7f5d2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:934f3f3a-5314-45f4-be8b-2c2eab7f5d2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "5f4788d49b5e44faa8fdac7f967eafa2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ad8efb2-c3cd-4e6c-a1d8-bddcc95796a5" - ], - "x-ms-correlation-request-id": [ - "1ad8efb2-c3cd-4e6c-a1d8-bddcc95796a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:1ad8efb2-c3cd-4e6c-a1d8-bddcc95796a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "16b0f797789542998c2ec838858efd6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77ccaeef-a467-46e7-9d7f-2013220376e8" - ], - "x-ms-correlation-request-id": [ - "77ccaeef-a467-46e7-9d7f-2013220376e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:77ccaeef-a467-46e7-9d7f-2013220376e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "b79de13586d048e19c5af67451d915a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13eb8a5d-f93c-4f70-a536-615cebc3c430" - ], - "x-ms-correlation-request-id": [ - "13eb8a5d-f93c-4f70-a536-615cebc3c430" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184409Z:13eb8a5d-f93c-4f70-a536-615cebc3c430" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "2e7bfe016a174444ab0f159d56a4ff73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "efc3e400-8570-43b5-9fa7-c27d9e41192f" - ], - "x-ms-correlation-request-id": [ - "efc3e400-8570-43b5-9fa7-c27d9e41192f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184410Z:efc3e400-8570-43b5-9fa7-c27d9e41192f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "b113f85792574bfabb438864be852584" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5554adbf-e584-41d4-b03c-8be3b98445b9" - ], - "x-ms-correlation-request-id": [ - "5554adbf-e584-41d4-b03c-8be3b98445b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184410Z:5554adbf-e584-41d4-b03c-8be3b98445b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "e1d7129ff3ea4d2eab5164c82bdeb065" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "398e7680-c226-42ea-bcf9-c4751a6077a7" - ], - "x-ms-correlation-request-id": [ - "398e7680-c226-42ea-bcf9-c4751a6077a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184410Z:398e7680-c226-42ea-bcf9-c4751a6077a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "c267333f38c346579a5bb47b1e505f63" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e0e301f-db92-46f1-84ae-9b17f4876a1b" - ], - "x-ms-correlation-request-id": [ - "5e0e301f-db92-46f1-84ae-9b17f4876a1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184410Z:5e0e301f-db92-46f1-84ae-9b17f4876a1b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "0a16f85391c24705ab8b406ee7786e52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "89f021ba-aca2-4379-b845-6ba559614f33" - ], - "x-ms-correlation-request-id": [ - "89f021ba-aca2-4379-b845-6ba559614f33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184410Z:89f021ba-aca2-4379-b845-6ba559614f33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "dadcd55e5980437f937a1b66962e6911" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0336df40-89b2-44a3-ac08-bf0106694460" - ], - "x-ms-correlation-request-id": [ - "0336df40-89b2-44a3-ac08-bf0106694460" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184410Z:0336df40-89b2-44a3-ac08-bf0106694460" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "9f9abb6e809d4487ac28319f1e2fba3e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b3e88d8-fd4e-4dac-b799-f2da7ac25bdb" - ], - "x-ms-correlation-request-id": [ - "8b3e88d8-fd4e-4dac-b799-f2da7ac25bdb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184410Z:8b3e88d8-fd4e-4dac-b799-f2da7ac25bdb" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "265c897fff8646cfb717c6e85f45aa85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20d6c2de-6f06-4eb2-b8d5-ffac9f3a7c2f" - ], - "x-ms-correlation-request-id": [ - "20d6c2de-6f06-4eb2-b8d5-ffac9f3a7c2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184411Z:20d6c2de-6f06-4eb2-b8d5-ffac9f3a7c2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "8e11f942428e463cbcbab4b7b2b0f6d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b1c1b33-8545-4d07-ade4-651ba3392854" - ], - "x-ms-correlation-request-id": [ - "8b1c1b33-8545-4d07-ade4-651ba3392854" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184411Z:8b1c1b33-8545-4d07-ade4-651ba3392854" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "2a924462dce84984be73fc1ebf86a531" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e7ab4c7-8d9c-43a7-8a7e-51c546118f84" - ], - "x-ms-correlation-request-id": [ - "8e7ab4c7-8d9c-43a7-8a7e-51c546118f84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184411Z:8e7ab4c7-8d9c-43a7-8a7e-51c546118f84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "cca545b30d29480eb7260eda2ac3fa5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20b99a9c-d9a1-4764-9949-a91db9f86a63" - ], - "x-ms-correlation-request-id": [ - "20b99a9c-d9a1-4764-9949-a91db9f86a63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184412Z:20b99a9c-d9a1-4764-9949-a91db9f86a63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "0eae767028a34847865994753aac53b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c2b437d-529f-4760-bcbf-e1365415e7b5" - ], - "x-ms-correlation-request-id": [ - "7c2b437d-529f-4760-bcbf-e1365415e7b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184412Z:7c2b437d-529f-4760-bcbf-e1365415e7b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "d94b1562221a4e0db8ba3dcfb6818c90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d24b1a1-37d0-4be2-85c9-f94d592d4ad2" - ], - "x-ms-correlation-request-id": [ - "0d24b1a1-37d0-4be2-85c9-f94d592d4ad2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184412Z:0d24b1a1-37d0-4be2-85c9-f94d592d4ad2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "95d9ad2fb4da4926b0bcf866d5a4e7a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "828f2ada-0ae5-42fb-b5d9-dfeedf493491" - ], - "x-ms-correlation-request-id": [ - "828f2ada-0ae5-42fb-b5d9-dfeedf493491" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184412Z:828f2ada-0ae5-42fb-b5d9-dfeedf493491" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "81b38b81a71f4c22a0724b789c3dd4fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "408a2559-1f2c-4672-8578-38190bcdc557" - ], - "x-ms-correlation-request-id": [ - "408a2559-1f2c-4672-8578-38190bcdc557" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184412Z:408a2559-1f2c-4672-8578-38190bcdc557" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "7fca2f9a51754756a863764f539c1c24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "690a22bd-65f5-4ab4-8d80-36a948ea8784" - ], - "x-ms-correlation-request-id": [ - "690a22bd-65f5-4ab4-8d80-36a948ea8784" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184412Z:690a22bd-65f5-4ab4-8d80-36a948ea8784" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "e6d7f7ebbaf14365af6487318187b711" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dbaa48b-c6af-422e-995e-a865071b7c13" - ], - "x-ms-correlation-request-id": [ - "2dbaa48b-c6af-422e-995e-a865071b7c13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:2dbaa48b-c6af-422e-995e-a865071b7c13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "c48f62e0bbde4c47b435cb76d37fd318" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b5ce6b1-b058-4c7a-bf52-03885fa599c5" - ], - "x-ms-correlation-request-id": [ - "7b5ce6b1-b058-4c7a-bf52-03885fa599c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:7b5ce6b1-b058-4c7a-bf52-03885fa599c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "7dfc84af9e8448deb67e826c5e754964" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "525ea6a2-4a75-4bdf-ad0c-12f9d506c898" - ], - "x-ms-correlation-request-id": [ - "525ea6a2-4a75-4bdf-ad0c-12f9d506c898" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:525ea6a2-4a75-4bdf-ad0c-12f9d506c898" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "070132a8eb0e4bbd81131301fff0c3c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "638fcf5f-abbe-4f34-92a3-819bb3cbd482" - ], - "x-ms-correlation-request-id": [ - "638fcf5f-abbe-4f34-92a3-819bb3cbd482" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:638fcf5f-abbe-4f34-92a3-819bb3cbd482" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "c3757bcac73f410a88cf6fd342b32e8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7fef1455-fa38-4c84-abfb-43ad8cf4ddcc" - ], - "x-ms-correlation-request-id": [ - "7fef1455-fa38-4c84-abfb-43ad8cf4ddcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:7fef1455-fa38-4c84-abfb-43ad8cf4ddcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "22c5bede8de640669afa1dc293f71fb4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c4ecc11-2920-4d57-bd9c-c96dfd276cab" - ], - "x-ms-correlation-request-id": [ - "7c4ecc11-2920-4d57-bd9c-c96dfd276cab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:7c4ecc11-2920-4d57-bd9c-c96dfd276cab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "49ebacbba0b94dc3bab8c62873c1025b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f50b3b17-0d35-41ad-bda4-7bb637421647" - ], - "x-ms-correlation-request-id": [ - "f50b3b17-0d35-41ad-bda4-7bb637421647" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:f50b3b17-0d35-41ad-bda4-7bb637421647" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "772a528aae984ad087e7feb17fd54654" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37465b12-3cca-4072-b7f8-cf706d8ee178" - ], - "x-ms-correlation-request-id": [ - "37465b12-3cca-4072-b7f8-cf706d8ee178" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184413Z:37465b12-3cca-4072-b7f8-cf706d8ee178" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "fdcdb25b10c6446bacebd6547c89d8dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d78fe15-005b-4c31-899c-0f3f98ae6d52" - ], - "x-ms-correlation-request-id": [ - "2d78fe15-005b-4c31-899c-0f3f98ae6d52" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:2d78fe15-005b-4c31-899c-0f3f98ae6d52" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "b7503e58539a4c5db790060018d952f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4428f8a-7985-4e84-9d86-fc5788f05acf" - ], - "x-ms-correlation-request-id": [ - "b4428f8a-7985-4e84-9d86-fc5788f05acf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:b4428f8a-7985-4e84-9d86-fc5788f05acf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "3ab5d086477348b38272f07467cccbcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45ec26b3-72af-4dbc-a3cb-99afb902ce6f" - ], - "x-ms-correlation-request-id": [ - "45ec26b3-72af-4dbc-a3cb-99afb902ce6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:45ec26b3-72af-4dbc-a3cb-99afb902ce6f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "65531a41985b4de694ee9b85bc9320d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfd3c335-b935-4a34-b57f-309edc5f971d" - ], - "x-ms-correlation-request-id": [ - "bfd3c335-b935-4a34-b57f-309edc5f971d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:bfd3c335-b935-4a34-b57f-309edc5f971d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "9f3d5e4bd2a74371969873aa73a379a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd826bf2-7d3c-4bc9-915f-b6a8bdb190d6" - ], - "x-ms-correlation-request-id": [ - "bd826bf2-7d3c-4bc9-915f-b6a8bdb190d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:bd826bf2-7d3c-4bc9-915f-b6a8bdb190d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "16098e51cd11482185491d945a8bd001" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6342280d-4755-475f-8979-d54f123e05b1" - ], - "x-ms-correlation-request-id": [ - "6342280d-4755-475f-8979-d54f123e05b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:6342280d-4755-475f-8979-d54f123e05b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "00623dfe0eb943f493acd143ec51c83b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cdf31d3-7f55-4036-841a-1002ee381fb8" - ], - "x-ms-correlation-request-id": [ - "8cdf31d3-7f55-4036-841a-1002ee381fb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:8cdf31d3-7f55-4036-841a-1002ee381fb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "7f69ef7059444eca90bd7ae42fe4620d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aa696aac-0f89-4825-987d-ab2c345e5e16" - ], - "x-ms-correlation-request-id": [ - "aa696aac-0f89-4825-987d-ab2c345e5e16" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184414Z:aa696aac-0f89-4825-987d-ab2c345e5e16" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "9d4c448336ee47abb42a6d954a1f3d3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "816f7dfb-b3f8-422d-85a0-d738f9236a53" - ], - "x-ms-correlation-request-id": [ - "816f7dfb-b3f8-422d-85a0-d738f9236a53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184415Z:816f7dfb-b3f8-422d-85a0-d738f9236a53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "ca75890b3f4241f692e0e315520e4b05" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "43a17990-cbdb-4cc2-8091-7046d1910b8e" - ], - "x-ms-correlation-request-id": [ - "43a17990-cbdb-4cc2-8091-7046d1910b8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184415Z:43a17990-cbdb-4cc2-8091-7046d1910b8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "1043e778b32546d4bd0427fd30a22b19" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c09e7f9b-d70b-43af-8424-26a46d30d47c" - ], - "x-ms-correlation-request-id": [ - "c09e7f9b-d70b-43af-8424-26a46d30d47c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184415Z:c09e7f9b-d70b-43af-8424-26a46d30d47c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "6852d1be4e0644f7977141cf336a87cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4c3e1f0-9a74-4413-9263-fe1aca8b777d" - ], - "x-ms-correlation-request-id": [ - "e4c3e1f0-9a74-4413-9263-fe1aca8b777d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184415Z:e4c3e1f0-9a74-4413-9263-fe1aca8b777d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "88ebf1214deb4221b45d329e71bb0042" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31567f01-ab04-4154-997f-9d3b144d6ebf" - ], - "x-ms-correlation-request-id": [ - "31567f01-ab04-4154-997f-9d3b144d6ebf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184415Z:31567f01-ab04-4154-997f-9d3b144d6ebf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "9c1e1ff2d3fd42bf9fa7fb95c69dc764" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1daae8e-9256-436a-8579-d3933974be55" - ], - "x-ms-correlation-request-id": [ - "f1daae8e-9256-436a-8579-d3933974be55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184415Z:f1daae8e-9256-436a-8579-d3933974be55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "5a5d9d596e894bf6b5c46eca26766250" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "030d65df-c93a-42d7-8cac-fb97071cb237" - ], - "x-ms-correlation-request-id": [ - "030d65df-c93a-42d7-8cac-fb97071cb237" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184416Z:030d65df-c93a-42d7-8cac-fb97071cb237" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "d66f0c627046429cb95936cb7a732af1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "706327e2-9088-4fb4-a97b-55028fb13952" - ], - "x-ms-correlation-request-id": [ - "706327e2-9088-4fb4-a97b-55028fb13952" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184416Z:706327e2-9088-4fb4-a97b-55028fb13952" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "2d6839c4bb4a4f029cc1f1d618850162" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "defdc649-6578-4281-9baa-d8b842fc4b63" - ], - "x-ms-correlation-request-id": [ - "defdc649-6578-4281-9baa-d8b842fc4b63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184416Z:defdc649-6578-4281-9baa-d8b842fc4b63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "f391cf5174944f939fce10d2a9f6e059" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4e62064-846e-48b7-8278-59bb68168fc5" - ], - "x-ms-correlation-request-id": [ - "f4e62064-846e-48b7-8278-59bb68168fc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184416Z:f4e62064-846e-48b7-8278-59bb68168fc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "d2135d40a1124e35baee4cc598181fa1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3a13feac-5278-4ed2-ac9a-bb001a2500dd" - ], - "x-ms-correlation-request-id": [ - "3a13feac-5278-4ed2-ac9a-bb001a2500dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184417Z:3a13feac-5278-4ed2-ac9a-bb001a2500dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "c6ca4f1333444f6aab9fe76d91b85e24" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee305c4b-684a-414a-bb2d-ebd3ca946b2e" - ], - "x-ms-correlation-request-id": [ - "ee305c4b-684a-414a-bb2d-ebd3ca946b2e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184417Z:ee305c4b-684a-414a-bb2d-ebd3ca946b2e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "3f480c9a63fc46daa7058eb065d3519e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81141a34-dc77-48e6-9d37-3be756672900" - ], - "x-ms-correlation-request-id": [ - "81141a34-dc77-48e6-9d37-3be756672900" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184417Z:81141a34-dc77-48e6-9d37-3be756672900" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "e4a0e83f63354827bc725c83244d1542" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bffa18dc-9c69-40d7-b202-b1531c1172e7" - ], - "x-ms-correlation-request-id": [ - "bffa18dc-9c69-40d7-b202-b1531c1172e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184417Z:bffa18dc-9c69-40d7-b202-b1531c1172e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "f0cf318892ad466fb1c764b0701e9e98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ced82c44-b67a-4984-b456-81fb070828ab" - ], - "x-ms-correlation-request-id": [ - "ced82c44-b67a-4984-b456-81fb070828ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184417Z:ced82c44-b67a-4984-b456-81fb070828ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "356c3e5623094674a6717899c74d5e29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f69d020-9cdd-4073-bc44-b681b43f6273" - ], - "x-ms-correlation-request-id": [ - "2f69d020-9cdd-4073-bc44-b681b43f6273" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184417Z:2f69d020-9cdd-4073-bc44-b681b43f6273" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "418c607fe8574930a7057e522209d679" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64769bf1-e9d8-4e12-9237-4f4a8a93d1d2" - ], - "x-ms-correlation-request-id": [ - "64769bf1-e9d8-4e12-9237-4f4a8a93d1d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184417Z:64769bf1-e9d8-4e12-9237-4f4a8a93d1d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "f5d8b0121e104af5bff69d5e879f9eb9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9261be4-0256-4a6d-b011-1a393d5529b6" - ], - "x-ms-correlation-request-id": [ - "e9261be4-0256-4a6d-b011-1a393d5529b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184418Z:e9261be4-0256-4a6d-b011-1a393d5529b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "fa37d6ff2a954b4095432362937be153" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba40e6ae-1bb4-4bfc-ae93-8dfa8a169764" - ], - "x-ms-correlation-request-id": [ - "ba40e6ae-1bb4-4bfc-ae93-8dfa8a169764" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184418Z:ba40e6ae-1bb4-4bfc-ae93-8dfa8a169764" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "86a484454bf04951bf841d2531c28534" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5ea9305-5f00-4bf4-b871-039774ca2a4c" - ], - "x-ms-correlation-request-id": [ - "b5ea9305-5f00-4bf4-b871-039774ca2a4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184418Z:b5ea9305-5f00-4bf4-b871-039774ca2a4c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "f6508abe55f1434c9e5f686f1abf8269" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7bd19ee-536e-4cb4-b819-4cb92824e588" - ], - "x-ms-correlation-request-id": [ - "d7bd19ee-536e-4cb4-b819-4cb92824e588" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184418Z:d7bd19ee-536e-4cb4-b819-4cb92824e588" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "02292724e87a42bf9b98195a9ce24714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38303f77-e15b-4ce3-b26d-88b16aa3aea2" - ], - "x-ms-correlation-request-id": [ - "38303f77-e15b-4ce3-b26d-88b16aa3aea2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184418Z:38303f77-e15b-4ce3-b26d-88b16aa3aea2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "c721d24ad23f447a9723a15a2c6d8e3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ed15c70-45de-4424-b3af-be2d5326f297" - ], - "x-ms-correlation-request-id": [ - "1ed15c70-45de-4424-b3af-be2d5326f297" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:1ed15c70-45de-4424-b3af-be2d5326f297" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "4f595db8f3464effb393b3cb9eeb9328" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "357917ec-9564-4c32-97be-f8aa88b6f5c2" - ], - "x-ms-correlation-request-id": [ - "357917ec-9564-4c32-97be-f8aa88b6f5c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:357917ec-9564-4c32-97be-f8aa88b6f5c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "53f1443149fd4eaab0b4b51f15144a7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e73db68-ef8c-4d12-b610-a1831baf1a6b" - ], - "x-ms-correlation-request-id": [ - "7e73db68-ef8c-4d12-b610-a1831baf1a6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:7e73db68-ef8c-4d12-b610-a1831baf1a6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "490b282a7c844316949a84ed88ba66da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35b04786-73a6-41fa-a2f9-9a2ce2acd174" - ], - "x-ms-correlation-request-id": [ - "35b04786-73a6-41fa-a2f9-9a2ce2acd174" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:35b04786-73a6-41fa-a2f9-9a2ce2acd174" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "3d3901c24e0b403f83883587ad68f400" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e03f7cba-c5da-467c-b402-4e9ab1793eba" - ], - "x-ms-correlation-request-id": [ - "e03f7cba-c5da-467c-b402-4e9ab1793eba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:e03f7cba-c5da-467c-b402-4e9ab1793eba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "20da2a93ea40441480cbd5cef51a6675" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f687860f-bfce-4b1d-93e9-01582fb8ce34" - ], - "x-ms-correlation-request-id": [ - "f687860f-bfce-4b1d-93e9-01582fb8ce34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:f687860f-bfce-4b1d-93e9-01582fb8ce34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "ff40ebc498654ca68b7a4870f20d5648" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "30de8f9d-2764-42ea-9eb9-11c711c01b17" - ], - "x-ms-correlation-request-id": [ - "30de8f9d-2764-42ea-9eb9-11c711c01b17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:30de8f9d-2764-42ea-9eb9-11c711c01b17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "78ea7fd69e8e47cdb45f9c4127b10501" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8c70ce9-592f-4ab4-9adb-f982faaba1ac" - ], - "x-ms-correlation-request-id": [ - "f8c70ce9-592f-4ab4-9adb-f982faaba1ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184419Z:f8c70ce9-592f-4ab4-9adb-f982faaba1ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "56ce9b8ddbc649e2978179051aa0c471" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6aeffe2-720e-44ab-8fb5-eef63af39a1f" - ], - "x-ms-correlation-request-id": [ - "a6aeffe2-720e-44ab-8fb5-eef63af39a1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:a6aeffe2-720e-44ab-8fb5-eef63af39a1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "9976cdd888a9495c92d7bcce76b40fbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0657df6-4395-42cd-ae34-d2083cbc2529" - ], - "x-ms-correlation-request-id": [ - "c0657df6-4395-42cd-ae34-d2083cbc2529" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:c0657df6-4395-42cd-ae34-d2083cbc2529" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "142a8ed7c48e42208c3465a720ffe404" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "609f2111-322a-4808-9adc-d02637847328" - ], - "x-ms-correlation-request-id": [ - "609f2111-322a-4808-9adc-d02637847328" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:609f2111-322a-4808-9adc-d02637847328" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "9ae87b4b488c41d98f28abc8872d0e13" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "701d734d-f75f-473f-9571-b2ac9eba1ab5" - ], - "x-ms-correlation-request-id": [ - "701d734d-f75f-473f-9571-b2ac9eba1ab5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:701d734d-f75f-473f-9571-b2ac9eba1ab5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "3c9ab1c54aaf4d4b9f9df24dfb9d13c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f947b89-9cd7-4717-ad48-83e195453cd1" - ], - "x-ms-correlation-request-id": [ - "7f947b89-9cd7-4717-ad48-83e195453cd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:7f947b89-9cd7-4717-ad48-83e195453cd1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "54613068da7c430c84413917494d14fe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1546b53f-979d-4996-a4c6-30c5894b7ece" - ], - "x-ms-correlation-request-id": [ - "1546b53f-979d-4996-a4c6-30c5894b7ece" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:1546b53f-979d-4996-a4c6-30c5894b7ece" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "6867ada9c43d4a91a4978db1f585129b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df083f0c-806f-42dc-ae86-c7aa324e353a" - ], - "x-ms-correlation-request-id": [ - "df083f0c-806f-42dc-ae86-c7aa324e353a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:df083f0c-806f-42dc-ae86-c7aa324e353a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "b347abbcf9ac49eb824a8022ccdbfba2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "166b72a6-cefa-408d-b6d0-25020847e863" - ], - "x-ms-correlation-request-id": [ - "166b72a6-cefa-408d-b6d0-25020847e863" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184420Z:166b72a6-cefa-408d-b6d0-25020847e863" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "b2f5a2943d32418085f6d30381d6c0f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e331078-be64-4167-8988-e95968cf8e0c" - ], - "x-ms-correlation-request-id": [ - "6e331078-be64-4167-8988-e95968cf8e0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184421Z:6e331078-be64-4167-8988-e95968cf8e0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "1c9c19eee8894d4caf4cc0a806150d59" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "06e8413a-6ed8-479e-8465-4c5fdf9e16ef" - ], - "x-ms-correlation-request-id": [ - "06e8413a-6ed8-479e-8465-4c5fdf9e16ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184421Z:06e8413a-6ed8-479e-8465-4c5fdf9e16ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "31a39eae0a9f43bdba94e4cc67505fe2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10eab02a-9771-4363-a66f-14a9b115db2f" - ], - "x-ms-correlation-request-id": [ - "10eab02a-9771-4363-a66f-14a9b115db2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184421Z:10eab02a-9771-4363-a66f-14a9b115db2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "01dc1c94ecb64fed9c4b6faa66dce97d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81de89f9-198e-46d5-9a7f-76a5ff808598" - ], - "x-ms-correlation-request-id": [ - "81de89f9-198e-46d5-9a7f-76a5ff808598" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184421Z:81de89f9-198e-46d5-9a7f-76a5ff808598" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "f306bd4fcdb94667bada17a42a229297" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "911b9dd6-599a-4378-8709-d75a1c00aa86" - ], - "x-ms-correlation-request-id": [ - "911b9dd6-599a-4378-8709-d75a1c00aa86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184421Z:911b9dd6-599a-4378-8709-d75a1c00aa86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "a15ff7d49b7c4ee6b2927e780fb09685" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc8cb687-5233-42b2-96fc-2f49ade7a214" - ], - "x-ms-correlation-request-id": [ - "dc8cb687-5233-42b2-96fc-2f49ade7a214" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184421Z:dc8cb687-5233-42b2-96fc-2f49ade7a214" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "782a071ffdee471aa1226ac26657bb56" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82ca6e82-ac56-4f31-8c83-762255db30e3" - ], - "x-ms-correlation-request-id": [ - "82ca6e82-ac56-4f31-8c83-762255db30e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184421Z:82ca6e82-ac56-4f31-8c83-762255db30e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "e8d4de7ef27f495084f728311dbef209" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da6c0610-2850-4cf7-91fd-322dbb84cf86" - ], - "x-ms-correlation-request-id": [ - "da6c0610-2850-4cf7-91fd-322dbb84cf86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:da6c0610-2850-4cf7-91fd-322dbb84cf86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "8531dfff31ad47b3b029105222e8cd12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29588685-ff75-425e-b87f-50e39a84404a" - ], - "x-ms-correlation-request-id": [ - "29588685-ff75-425e-b87f-50e39a84404a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:29588685-ff75-425e-b87f-50e39a84404a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "7e73fe620a3b43dcb7760ed951e05b75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8bffc26-3235-4723-ba00-ff4d671659bb" - ], - "x-ms-correlation-request-id": [ - "c8bffc26-3235-4723-ba00-ff4d671659bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:c8bffc26-3235-4723-ba00-ff4d671659bb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "37c6700d33ab49fb9cfdac5e2140e26c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1e2f060-8d54-402f-94da-028c1426bc3c" - ], - "x-ms-correlation-request-id": [ - "b1e2f060-8d54-402f-94da-028c1426bc3c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:b1e2f060-8d54-402f-94da-028c1426bc3c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "29f52032db394b5e8040ed8b853cc5ca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86c3607b-698a-4a8f-8748-77b1831b39d6" - ], - "x-ms-correlation-request-id": [ - "86c3607b-698a-4a8f-8748-77b1831b39d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:86c3607b-698a-4a8f-8748-77b1831b39d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "0f80eda0afc3400c9d2b958ea033ecd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b85a6913-5429-40e1-8e71-0a2517f162e0" - ], - "x-ms-correlation-request-id": [ - "b85a6913-5429-40e1-8e71-0a2517f162e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:b85a6913-5429-40e1-8e71-0a2517f162e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "8852ec5161cc4c09897048ae0e0eba16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8df134f8-cfe4-46d9-9535-3d5bcef1437b" - ], - "x-ms-correlation-request-id": [ - "8df134f8-cfe4-46d9-9535-3d5bcef1437b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:8df134f8-cfe4-46d9-9535-3d5bcef1437b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "dee0b8528dae46a38e996befcfb0fe89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b24844b4-7c04-480e-a0db-0f4ef1b72c0f" - ], - "x-ms-correlation-request-id": [ - "b24844b4-7c04-480e-a0db-0f4ef1b72c0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184422Z:b24844b4-7c04-480e-a0db-0f4ef1b72c0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "633d556eddab4c919de8cf0db8a09cda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53d63111-a8f2-40e1-90e6-cd9eb11e8ac4" - ], - "x-ms-correlation-request-id": [ - "53d63111-a8f2-40e1-90e6-cd9eb11e8ac4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:53d63111-a8f2-40e1-90e6-cd9eb11e8ac4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "774982dc16f5471f835c0c6819a43af8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d2ea092-12b5-42e1-ba4c-9f843905880b" - ], - "x-ms-correlation-request-id": [ - "9d2ea092-12b5-42e1-ba4c-9f843905880b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:9d2ea092-12b5-42e1-ba4c-9f843905880b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "0a6b62214eea4ae7a84f8a16a0f4b137" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f29ba69d-35f6-4e6b-a664-3213877ddc42" - ], - "x-ms-correlation-request-id": [ - "f29ba69d-35f6-4e6b-a664-3213877ddc42" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:f29ba69d-35f6-4e6b-a664-3213877ddc42" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "c9ba85a1a252411690be031a99496a4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84f6cb31-7b22-4604-a5a1-1e6946231e80" - ], - "x-ms-correlation-request-id": [ - "84f6cb31-7b22-4604-a5a1-1e6946231e80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:84f6cb31-7b22-4604-a5a1-1e6946231e80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "14552e3ea04b4333b0553fc186f16e32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7fed178-33f5-427b-a2f6-a59f7316e7f6" - ], - "x-ms-correlation-request-id": [ - "e7fed178-33f5-427b-a2f6-a59f7316e7f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:e7fed178-33f5-427b-a2f6-a59f7316e7f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "5027c40cdfc84610b5524a66c2980e7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a35ed82a-4b52-45da-b811-7eab81bd1a8c" - ], - "x-ms-correlation-request-id": [ - "a35ed82a-4b52-45da-b811-7eab81bd1a8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:a35ed82a-4b52-45da-b811-7eab81bd1a8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "6e7306778a5048b1b7c7c4d432e807dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f0dd86b-3e16-4145-8311-40e0fbd77754" - ], - "x-ms-correlation-request-id": [ - "0f0dd86b-3e16-4145-8311-40e0fbd77754" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:0f0dd86b-3e16-4145-8311-40e0fbd77754" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "01af9cc9b5104027a0a94ce4e07bd138" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a026840-cdbd-45e3-afce-3e62ac45c9b6" - ], - "x-ms-correlation-request-id": [ - "2a026840-cdbd-45e3-afce-3e62ac45c9b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184423Z:2a026840-cdbd-45e3-afce-3e62ac45c9b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "b2e452afc16a48ce87a44192a01c06ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "01de3250-4938-46c7-99ce-f42cff131957" - ], - "x-ms-correlation-request-id": [ - "01de3250-4938-46c7-99ce-f42cff131957" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184424Z:01de3250-4938-46c7-99ce-f42cff131957" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "45ef1da9dd5445199822d3b433e5c30c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4820963c-a8f1-46b1-bfb6-000d6556c540" - ], - "x-ms-correlation-request-id": [ - "4820963c-a8f1-46b1-bfb6-000d6556c540" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184424Z:4820963c-a8f1-46b1-bfb6-000d6556c540" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "962c8b1dae6d4f9cb2bcc3ef1211a58d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56950d4b-e69e-454a-9b9b-fdee725ee5de" - ], - "x-ms-correlation-request-id": [ - "56950d4b-e69e-454a-9b9b-fdee725ee5de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184424Z:56950d4b-e69e-454a-9b9b-fdee725ee5de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "59cbf1a7c5a64d798d308fee0b010ebd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3b40d49-d1cf-4131-9ed3-f69ad23b480a" - ], - "x-ms-correlation-request-id": [ - "a3b40d49-d1cf-4131-9ed3-f69ad23b480a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184424Z:a3b40d49-d1cf-4131-9ed3-f69ad23b480a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "8c96d032c6c74f6990670197bfbe7775" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4de1b1aa-40f1-44c2-a418-f9d7b5950a97" - ], - "x-ms-correlation-request-id": [ - "4de1b1aa-40f1-44c2-a418-f9d7b5950a97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184424Z:4de1b1aa-40f1-44c2-a418-f9d7b5950a97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "590823cf2cc04e0c95044ee044c32b06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7197d9e8-3c72-4459-90d8-a39c7ed9a905" - ], - "x-ms-correlation-request-id": [ - "7197d9e8-3c72-4459-90d8-a39c7ed9a905" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184424Z:7197d9e8-3c72-4459-90d8-a39c7ed9a905" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "632157e1da8f4dcc9a80b28337f3d9db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c1d4efec-5af1-449b-a5d8-349449188255" - ], - "x-ms-correlation-request-id": [ - "c1d4efec-5af1-449b-a5d8-349449188255" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:c1d4efec-5af1-449b-a5d8-349449188255" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "dc5a8ade68284546aa9c291d7522fa1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "77cd4f6e-372a-4b5c-992e-8a716792eab3" - ], - "x-ms-correlation-request-id": [ - "77cd4f6e-372a-4b5c-992e-8a716792eab3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:77cd4f6e-372a-4b5c-992e-8a716792eab3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "d4695221967a4fb0a01dc741ea557910" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bae8442f-bcaa-410f-b2fd-f9664c78a055" - ], - "x-ms-correlation-request-id": [ - "bae8442f-bcaa-410f-b2fd-f9664c78a055" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:bae8442f-bcaa-410f-b2fd-f9664c78a055" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "1e467cd61b23466e8d21df0d6a9dd7ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9b55cc5-481f-438e-8ff6-f9dc92877f59" - ], - "x-ms-correlation-request-id": [ - "d9b55cc5-481f-438e-8ff6-f9dc92877f59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:d9b55cc5-481f-438e-8ff6-f9dc92877f59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "7fd2bcc850374a26b766567747852c22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffcfe548-0638-4073-9dac-8159c08e7ba9" - ], - "x-ms-correlation-request-id": [ - "ffcfe548-0638-4073-9dac-8159c08e7ba9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:ffcfe548-0638-4073-9dac-8159c08e7ba9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "858633057e26494190de6544ebd94b3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3328e788-325d-4f9e-a225-2f608c73288d" - ], - "x-ms-correlation-request-id": [ - "3328e788-325d-4f9e-a225-2f608c73288d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:3328e788-325d-4f9e-a225-2f608c73288d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "7c6c20b719ce4888b186072eb0df035a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86c9262f-2c55-4040-9b82-75c1eaee49e4" - ], - "x-ms-correlation-request-id": [ - "86c9262f-2c55-4040-9b82-75c1eaee49e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:86c9262f-2c55-4040-9b82-75c1eaee49e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "84179d1557244c89877c415cfc196ab5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2dbddd3-921c-4bfe-ade2-772cda3a105c" - ], - "x-ms-correlation-request-id": [ - "c2dbddd3-921c-4bfe-ade2-772cda3a105c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184425Z:c2dbddd3-921c-4bfe-ade2-772cda3a105c" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14528" - ], - "x-ms-client-request-id": [ - "15dd69ae7e334a00b2a34681573bae16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c05b8bf2-060b-443b-b4cf-74e7967a2d06" - ], - "x-ms-correlation-request-id": [ - "c05b8bf2-060b-443b-b4cf-74e7967a2d06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184426Z:c05b8bf2-060b-443b-b4cf-74e7967a2d06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14527" - ], - "x-ms-client-request-id": [ - "ef40dcc0a3d8497f8ca23ec2530db82b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42da29f5-c18f-48e2-9417-3c255ec5b4e7" - ], - "x-ms-correlation-request-id": [ - "42da29f5-c18f-48e2-9417-3c255ec5b4e7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184426Z:42da29f5-c18f-48e2-9417-3c255ec5b4e7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14526" - ], - "x-ms-client-request-id": [ - "f08994d9b913428dae5fa518cc4bb45c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a70a75de-d251-4332-a495-2bb2447c91f5" - ], - "x-ms-correlation-request-id": [ - "a70a75de-d251-4332-a495-2bb2447c91f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184426Z:a70a75de-d251-4332-a495-2bb2447c91f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14525" - ], - "x-ms-client-request-id": [ - "eb3d311155b14fc2b003e576cbb5bfd1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e3ab9ac-8e74-432e-9541-a1251f1d7d39" - ], - "x-ms-correlation-request-id": [ - "1e3ab9ac-8e74-432e-9541-a1251f1d7d39" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:1e3ab9ac-8e74-432e-9541-a1251f1d7d39" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14524" - ], - "x-ms-client-request-id": [ - "6313d6d14a7d4328904fc2d8ba080d3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9bb55c5f-46e2-4d96-a257-77b3394e6f11" - ], - "x-ms-correlation-request-id": [ - "9bb55c5f-46e2-4d96-a257-77b3394e6f11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:9bb55c5f-46e2-4d96-a257-77b3394e6f11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14523" - ], - "x-ms-client-request-id": [ - "8c15fefea3bb4614923141b92e5528b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "419b7443-0cfe-417e-93be-2bad774a2788" - ], - "x-ms-correlation-request-id": [ - "419b7443-0cfe-417e-93be-2bad774a2788" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:419b7443-0cfe-417e-93be-2bad774a2788" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14522" - ], - "x-ms-client-request-id": [ - "a554ab4aefb04a679a767f32e0d7c9ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a7d0559-bf40-43f1-8989-0ae93370cdf5" - ], - "x-ms-correlation-request-id": [ - "5a7d0559-bf40-43f1-8989-0ae93370cdf5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:5a7d0559-bf40-43f1-8989-0ae93370cdf5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14521" - ], - "x-ms-client-request-id": [ - "c21600177bd24403abdd56a8d6c1f5dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f38ecbee-3f5f-43ac-bf07-170c2e27e342" - ], - "x-ms-correlation-request-id": [ - "f38ecbee-3f5f-43ac-bf07-170c2e27e342" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:f38ecbee-3f5f-43ac-bf07-170c2e27e342" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14520" - ], - "x-ms-client-request-id": [ - "f11d03564385469480a8c4295d8e7955" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7f2b08c-4d67-47e5-ab8c-1df2c84a37ce" - ], - "x-ms-correlation-request-id": [ - "d7f2b08c-4d67-47e5-ab8c-1df2c84a37ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:d7f2b08c-4d67-47e5-ab8c-1df2c84a37ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14519" - ], - "x-ms-client-request-id": [ - "1ad7bd41fcc446c2ae3b452a787f7221" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e50a6861-c93f-4d17-b384-f6a4ecead36d" - ], - "x-ms-correlation-request-id": [ - "e50a6861-c93f-4d17-b384-f6a4ecead36d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:e50a6861-c93f-4d17-b384-f6a4ecead36d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14518" - ], - "x-ms-client-request-id": [ - "35d59226b7884551a95f4c359282d3ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1acc204b-02ad-471f-adfd-c88902959c0a" - ], - "x-ms-correlation-request-id": [ - "1acc204b-02ad-471f-adfd-c88902959c0a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184427Z:1acc204b-02ad-471f-adfd-c88902959c0a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14517" - ], - "x-ms-client-request-id": [ - "3dd2571649b6470e8595d0ea5298bfdd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bff0b87c-9d15-4174-9cde-e292a086195c" - ], - "x-ms-correlation-request-id": [ - "bff0b87c-9d15-4174-9cde-e292a086195c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:bff0b87c-9d15-4174-9cde-e292a086195c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14516" - ], - "x-ms-client-request-id": [ - "ef38591c9d954da99ce750ede96f752a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb5847ff-b807-4bd2-ab72-d5730bd714c5" - ], - "x-ms-correlation-request-id": [ - "cb5847ff-b807-4bd2-ab72-d5730bd714c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:cb5847ff-b807-4bd2-ab72-d5730bd714c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14515" - ], - "x-ms-client-request-id": [ - "afc929efcb8242e88d669821a17d7e9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3089a54a-a851-450b-a335-5ea2a5be9214" - ], - "x-ms-correlation-request-id": [ - "3089a54a-a851-450b-a335-5ea2a5be9214" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:3089a54a-a851-450b-a335-5ea2a5be9214" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14514" - ], - "x-ms-client-request-id": [ - "86f0573f69f74931bd61575299497ce6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a094639-56c4-4de9-af63-cc19db94507c" - ], - "x-ms-correlation-request-id": [ - "2a094639-56c4-4de9-af63-cc19db94507c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:2a094639-56c4-4de9-af63-cc19db94507c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14513" - ], - "x-ms-client-request-id": [ - "b92961284c724b3a85b8f1de1bfccfcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a66346c2-c3a8-471e-92df-a771434e0cae" - ], - "x-ms-correlation-request-id": [ - "a66346c2-c3a8-471e-92df-a771434e0cae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:a66346c2-c3a8-471e-92df-a771434e0cae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14512" - ], - "x-ms-client-request-id": [ - "2cc40e1d84aa4654a0b73e3e3a8ad075" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "671009b0-846e-4565-8028-ebec731ed9ec" - ], - "x-ms-correlation-request-id": [ - "671009b0-846e-4565-8028-ebec731ed9ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:671009b0-846e-4565-8028-ebec731ed9ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14511" - ], - "x-ms-client-request-id": [ - "7268ee75e04d457faec54e4154ba88bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ccf27512-3f3f-49ab-b763-982fc41f7661" - ], - "x-ms-correlation-request-id": [ - "ccf27512-3f3f-49ab-b763-982fc41f7661" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:ccf27512-3f3f-49ab-b763-982fc41f7661" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14510" - ], - "x-ms-client-request-id": [ - "71407516ec28494d846214b948546ae4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "45740571-198f-484f-9edb-2f69783e87be" - ], - "x-ms-correlation-request-id": [ - "45740571-198f-484f-9edb-2f69783e87be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184428Z:45740571-198f-484f-9edb-2f69783e87be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14509" - ], - "x-ms-client-request-id": [ - "2eb20119efb4491085ebf1701f3ea843" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "35a3ae5b-7904-487c-a01c-1e30c2edf6fc" - ], - "x-ms-correlation-request-id": [ - "35a3ae5b-7904-487c-a01c-1e30c2edf6fc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:35a3ae5b-7904-487c-a01c-1e30c2edf6fc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14508" - ], - "x-ms-client-request-id": [ - "d11398f182024004be01f7e943cf5ce0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66adc168-4f35-4c1c-8de3-a0baacd3607b" - ], - "x-ms-correlation-request-id": [ - "66adc168-4f35-4c1c-8de3-a0baacd3607b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:66adc168-4f35-4c1c-8de3-a0baacd3607b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14507" - ], - "x-ms-client-request-id": [ - "c7672e051b4f4e7b858eb5e97ae06b6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32868018-9883-427e-8f7a-057b03270041" - ], - "x-ms-correlation-request-id": [ - "32868018-9883-427e-8f7a-057b03270041" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:32868018-9883-427e-8f7a-057b03270041" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14506" - ], - "x-ms-client-request-id": [ - "051bf7ab47614a5cba48320822c0f46f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bfdc4edf-f601-4fba-87eb-a81f7e1cdc14" - ], - "x-ms-correlation-request-id": [ - "bfdc4edf-f601-4fba-87eb-a81f7e1cdc14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:bfdc4edf-f601-4fba-87eb-a81f7e1cdc14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14505" - ], - "x-ms-client-request-id": [ - "e17c6564edd542a1bb35b894e11729d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8afc7f5c-f724-4d38-9ad9-ea42ca930063" - ], - "x-ms-correlation-request-id": [ - "8afc7f5c-f724-4d38-9ad9-ea42ca930063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:8afc7f5c-f724-4d38-9ad9-ea42ca930063" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14504" - ], - "x-ms-client-request-id": [ - "c5603ad8baf84880a5d7062c6cb216ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98a67a4e-61ab-49b9-ad66-776acb7eca33" - ], - "x-ms-correlation-request-id": [ - "98a67a4e-61ab-49b9-ad66-776acb7eca33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:98a67a4e-61ab-49b9-ad66-776acb7eca33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14503" - ], - "x-ms-client-request-id": [ - "9a2c0c63dee44833a7afd10e43f584fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d37e563-e20e-4f8e-a323-8a86f392617a" - ], - "x-ms-correlation-request-id": [ - "1d37e563-e20e-4f8e-a323-8a86f392617a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:1d37e563-e20e-4f8e-a323-8a86f392617a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14502" - ], - "x-ms-client-request-id": [ - "30d2d6dbbe2145daa3d2b6434fde14e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c43ff55-028b-43d4-b8ee-d84b0f2eeaa9" - ], - "x-ms-correlation-request-id": [ - "8c43ff55-028b-43d4-b8ee-d84b0f2eeaa9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184429Z:8c43ff55-028b-43d4-b8ee-d84b0f2eeaa9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14501" - ], - "x-ms-client-request-id": [ - "0db57ae2553c4b58b3e6609eaacabe17" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "297e7ce3-13cc-4b33-b5f8-50d3ea2aac96" - ], - "x-ms-correlation-request-id": [ - "297e7ce3-13cc-4b33-b5f8-50d3ea2aac96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184430Z:297e7ce3-13cc-4b33-b5f8-50d3ea2aac96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14500" - ], - "x-ms-client-request-id": [ - "b8cc66da2f464eb88dd0c9178fe58c38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "349b4c3a-0eab-40ee-b6a1-2ce23ddead0d" - ], - "x-ms-correlation-request-id": [ - "349b4c3a-0eab-40ee-b6a1-2ce23ddead0d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184430Z:349b4c3a-0eab-40ee-b6a1-2ce23ddead0d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14499" - ], - "x-ms-client-request-id": [ - "3790850998ec4accb7eb1680067e0b80" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3823175d-eacf-46f4-8b40-dd01d4d1f95c" - ], - "x-ms-correlation-request-id": [ - "3823175d-eacf-46f4-8b40-dd01d4d1f95c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184430Z:3823175d-eacf-46f4-8b40-dd01d4d1f95c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14498" - ], - "x-ms-client-request-id": [ - "e271c42228ec469b9faedf75a1e4d7f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "db34864e-f134-4999-b941-49f0db9992c9" - ], - "x-ms-correlation-request-id": [ - "db34864e-f134-4999-b941-49f0db9992c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184430Z:db34864e-f134-4999-b941-49f0db9992c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14497" - ], - "x-ms-client-request-id": [ - "dc73a1ebafae43b3b6413182e355302a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fca0a730-97a2-4069-8aec-3a7c4b12647f" - ], - "x-ms-correlation-request-id": [ - "fca0a730-97a2-4069-8aec-3a7c4b12647f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184430Z:fca0a730-97a2-4069-8aec-3a7c4b12647f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14496" - ], - "x-ms-client-request-id": [ - "b7c51ff8c2ae40d9b5f502f22dd4b621" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9167930e-4b68-48e3-9ab1-be29202753e4" - ], - "x-ms-correlation-request-id": [ - "9167930e-4b68-48e3-9ab1-be29202753e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184431Z:9167930e-4b68-48e3-9ab1-be29202753e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14495" - ], - "x-ms-client-request-id": [ - "85dc224b2c214bbea854b2879320edc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f27e5bd1-69e1-4561-876f-79ba47222572" - ], - "x-ms-correlation-request-id": [ - "f27e5bd1-69e1-4561-876f-79ba47222572" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184431Z:f27e5bd1-69e1-4561-876f-79ba47222572" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14494" - ], - "x-ms-client-request-id": [ - "66a14f4be2974d4f9a8239b600ace4b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "13782dc7-f6e3-4af7-8378-1fb71e04f534" - ], - "x-ms-correlation-request-id": [ - "13782dc7-f6e3-4af7-8378-1fb71e04f534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184431Z:13782dc7-f6e3-4af7-8378-1fb71e04f534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14493" - ], - "x-ms-client-request-id": [ - "d19e6d58ec034a089fdc82a746a6e227" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58362e03-3878-47b8-97a7-810d21fbf8a7" - ], - "x-ms-correlation-request-id": [ - "58362e03-3878-47b8-97a7-810d21fbf8a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184431Z:58362e03-3878-47b8-97a7-810d21fbf8a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14492" - ], - "x-ms-client-request-id": [ - "1ca5dbe2ef664903a5299b19839bb9d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "550cfb76-54df-475d-ac3e-22e434352c15" - ], - "x-ms-correlation-request-id": [ - "550cfb76-54df-475d-ac3e-22e434352c15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184431Z:550cfb76-54df-475d-ac3e-22e434352c15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14491" - ], - "x-ms-client-request-id": [ - "1fdbc9687a5a4170bdf27a45edad05ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da2fc92c-02d5-4aad-b567-0000b1a77a64" - ], - "x-ms-correlation-request-id": [ - "da2fc92c-02d5-4aad-b567-0000b1a77a64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184431Z:da2fc92c-02d5-4aad-b567-0000b1a77a64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14490" - ], - "x-ms-client-request-id": [ - "13a8345467ef4c1c9c67012c558bc5be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cd615f8-363d-49c8-9b8e-dd5e4a1e325c" - ], - "x-ms-correlation-request-id": [ - "8cd615f8-363d-49c8-9b8e-dd5e4a1e325c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184431Z:8cd615f8-363d-49c8-9b8e-dd5e4a1e325c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14489" - ], - "x-ms-client-request-id": [ - "0bb97e39b460455f906610fb6717e6c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "801e7afd-7109-49cb-b775-af1c2da14634" - ], - "x-ms-correlation-request-id": [ - "801e7afd-7109-49cb-b775-af1c2da14634" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184432Z:801e7afd-7109-49cb-b775-af1c2da14634" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14488" - ], - "x-ms-client-request-id": [ - "0badb318ab754efd87587265143199c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e7a2fb7-e8d9-442d-8589-b9c1dc7ea02b" - ], - "x-ms-correlation-request-id": [ - "8e7a2fb7-e8d9-442d-8589-b9c1dc7ea02b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184432Z:8e7a2fb7-e8d9-442d-8589-b9c1dc7ea02b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14487" - ], - "x-ms-client-request-id": [ - "eae084516b18461db62a3b3d394b8c00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47e054f9-2a86-4b5c-9424-752c64f16c43" - ], - "x-ms-correlation-request-id": [ - "47e054f9-2a86-4b5c-9424-752c64f16c43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184432Z:47e054f9-2a86-4b5c-9424-752c64f16c43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14486" - ], - "x-ms-client-request-id": [ - "44636c3c4af643d29dc9d3478c00eb95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91783c64-13ad-46b6-bf0f-cefe7e1211e0" - ], - "x-ms-correlation-request-id": [ - "91783c64-13ad-46b6-bf0f-cefe7e1211e0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184432Z:91783c64-13ad-46b6-bf0f-cefe7e1211e0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14485" - ], - "x-ms-client-request-id": [ - "9d9ff5bade0646d9af3bae9297c23b7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a6c9840-5677-484e-8cc1-25c9c6e85939" - ], - "x-ms-correlation-request-id": [ - "8a6c9840-5677-484e-8cc1-25c9c6e85939" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184432Z:8a6c9840-5677-484e-8cc1-25c9c6e85939" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14484" - ], - "x-ms-client-request-id": [ - "8c4dbdefc5524bb8bdb32304288b817c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef126639-64fd-4ab3-a35d-dfd3a1ce56dd" - ], - "x-ms-correlation-request-id": [ - "ef126639-64fd-4ab3-a35d-dfd3a1ce56dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184432Z:ef126639-64fd-4ab3-a35d-dfd3a1ce56dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14483" - ], - "x-ms-client-request-id": [ - "8d66da7bad594620afe284bc63405acf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cf920d5-cf57-4c45-bd17-b9e4d2cdf65c" - ], - "x-ms-correlation-request-id": [ - "8cf920d5-cf57-4c45-bd17-b9e4d2cdf65c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184433Z:8cf920d5-cf57-4c45-bd17-b9e4d2cdf65c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14482" - ], - "x-ms-client-request-id": [ - "5decce1f91ec400da313654e5222a2db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ebea393-633d-41fd-97b9-6016d2a2310f" - ], - "x-ms-correlation-request-id": [ - "7ebea393-633d-41fd-97b9-6016d2a2310f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184433Z:7ebea393-633d-41fd-97b9-6016d2a2310f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14481" - ], - "x-ms-client-request-id": [ - "6df19add3f8947fab416ebd6de86cd65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "262b6d93-a6ba-45ee-914f-223b5a9840e1" - ], - "x-ms-correlation-request-id": [ - "262b6d93-a6ba-45ee-914f-223b5a9840e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184433Z:262b6d93-a6ba-45ee-914f-223b5a9840e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14480" - ], - "x-ms-client-request-id": [ - "a409f262fe4c4d61bd5d967353361369" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "468b687e-2f27-4d19-874e-5e892f757a85" - ], - "x-ms-correlation-request-id": [ - "468b687e-2f27-4d19-874e-5e892f757a85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184433Z:468b687e-2f27-4d19-874e-5e892f757a85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14479" - ], - "x-ms-client-request-id": [ - "e59dc5868be347a0927a0d7b9ec93f4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3809c9a3-d7f5-4986-bc01-e95b3f19d1c3" - ], - "x-ms-correlation-request-id": [ - "3809c9a3-d7f5-4986-bc01-e95b3f19d1c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184433Z:3809c9a3-d7f5-4986-bc01-e95b3f19d1c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14478" - ], - "x-ms-client-request-id": [ - "d58e4d2ba175450c9ddd8adb9c455bef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1163ddf-1a80-4b94-9d80-c9c5d78774ac" - ], - "x-ms-correlation-request-id": [ - "e1163ddf-1a80-4b94-9d80-c9c5d78774ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:e1163ddf-1a80-4b94-9d80-c9c5d78774ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14477" - ], - "x-ms-client-request-id": [ - "2dd6ede9fbd44bcea5e775f6001b4af6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5d684a8-fa70-4539-a83e-e36c551baa3a" - ], - "x-ms-correlation-request-id": [ - "d5d684a8-fa70-4539-a83e-e36c551baa3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:d5d684a8-fa70-4539-a83e-e36c551baa3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14476" - ], - "x-ms-client-request-id": [ - "b71b64ee95c44408a9593e7e0e4f4e01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "42c03cc2-cebe-4b29-b9eb-f43895007d3d" - ], - "x-ms-correlation-request-id": [ - "42c03cc2-cebe-4b29-b9eb-f43895007d3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:42c03cc2-cebe-4b29-b9eb-f43895007d3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14475" - ], - "x-ms-client-request-id": [ - "da80fb5eab04495288c1f71c2dfaaf00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cd2f9c8-8bd6-4313-a957-26769b42f35c" - ], - "x-ms-correlation-request-id": [ - "9cd2f9c8-8bd6-4313-a957-26769b42f35c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:9cd2f9c8-8bd6-4313-a957-26769b42f35c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14474" - ], - "x-ms-client-request-id": [ - "fc2174c656664c3489ad4a7bddb38fc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1ab3ebd-ca7e-4513-9cd4-caab25dff03b" - ], - "x-ms-correlation-request-id": [ - "f1ab3ebd-ca7e-4513-9cd4-caab25dff03b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:f1ab3ebd-ca7e-4513-9cd4-caab25dff03b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14473" - ], - "x-ms-client-request-id": [ - "5f9e4b20f40b4477adb75775bb421d4d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4456f62e-b2ca-4c17-98a0-0e330f22676c" - ], - "x-ms-correlation-request-id": [ - "4456f62e-b2ca-4c17-98a0-0e330f22676c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:4456f62e-b2ca-4c17-98a0-0e330f22676c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14472" - ], - "x-ms-client-request-id": [ - "c70cfc28f4e54cae92bb575af067e174" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82324466-6b5c-4b9e-a946-74db7ea1611b" - ], - "x-ms-correlation-request-id": [ - "82324466-6b5c-4b9e-a946-74db7ea1611b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:82324466-6b5c-4b9e-a946-74db7ea1611b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14471" - ], - "x-ms-client-request-id": [ - "b789367a9d364dd8b2a5c60cae388612" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a34b7d0-08c5-4b3b-8cf2-363f6e743657" - ], - "x-ms-correlation-request-id": [ - "6a34b7d0-08c5-4b3b-8cf2-363f6e743657" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184434Z:6a34b7d0-08c5-4b3b-8cf2-363f6e743657" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14470" - ], - "x-ms-client-request-id": [ - "08cf4f5e2fa54cf2b68160f161f0d7d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9fb2cc7-8462-438e-a329-8b2cd2972475" - ], - "x-ms-correlation-request-id": [ - "c9fb2cc7-8462-438e-a329-8b2cd2972475" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:c9fb2cc7-8462-438e-a329-8b2cd2972475" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14469" - ], - "x-ms-client-request-id": [ - "31a997ffc9ef409f9995d9f2b53fa467" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8b85b539-6230-472e-b5c3-320b409f74bf" - ], - "x-ms-correlation-request-id": [ - "8b85b539-6230-472e-b5c3-320b409f74bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:8b85b539-6230-472e-b5c3-320b409f74bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14468" - ], - "x-ms-client-request-id": [ - "e84415a8d68d44dfb0b46ba712e09d8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46c56df4-90c0-45f3-9d81-c9c94e4d1e55" - ], - "x-ms-correlation-request-id": [ - "46c56df4-90c0-45f3-9d81-c9c94e4d1e55" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:46c56df4-90c0-45f3-9d81-c9c94e4d1e55" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14467" - ], - "x-ms-client-request-id": [ - "db9ebdccbee34e4db254c2c48bb22c4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aeeae1e5-0578-4c6d-ba25-846a05bb0500" - ], - "x-ms-correlation-request-id": [ - "aeeae1e5-0578-4c6d-ba25-846a05bb0500" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:aeeae1e5-0578-4c6d-ba25-846a05bb0500" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14466" - ], - "x-ms-client-request-id": [ - "5088e79674804988bb5ba40b68132d2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "384fec15-8c77-492f-b02e-60510bf7f9e6" - ], - "x-ms-correlation-request-id": [ - "384fec15-8c77-492f-b02e-60510bf7f9e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:384fec15-8c77-492f-b02e-60510bf7f9e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14465" - ], - "x-ms-client-request-id": [ - "a84c73e770644c188f8a4af30fe42f5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8a6f7c8-29ce-427e-93a4-60a192c130b7" - ], - "x-ms-correlation-request-id": [ - "a8a6f7c8-29ce-427e-93a4-60a192c130b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:a8a6f7c8-29ce-427e-93a4-60a192c130b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14464" - ], - "x-ms-client-request-id": [ - "3d2d7e42d88d4dc7ab9e414c413f53ba" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2888ab1-50fe-4bf2-b37c-e3469744a444" - ], - "x-ms-correlation-request-id": [ - "e2888ab1-50fe-4bf2-b37c-e3469744a444" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:e2888ab1-50fe-4bf2-b37c-e3469744a444" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14463" - ], - "x-ms-client-request-id": [ - "a9d497d2e88a44449ff1cb15e1cfb742" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f9eba3f-6e83-48cb-9a1d-f99391a11bea" - ], - "x-ms-correlation-request-id": [ - "1f9eba3f-6e83-48cb-9a1d-f99391a11bea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184435Z:1f9eba3f-6e83-48cb-9a1d-f99391a11bea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14462" - ], - "x-ms-client-request-id": [ - "44efc4743d064acabc955641cdc9d7ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7532c8a2-a2f4-40be-b763-4d48981eb808" - ], - "x-ms-correlation-request-id": [ - "7532c8a2-a2f4-40be-b763-4d48981eb808" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184436Z:7532c8a2-a2f4-40be-b763-4d48981eb808" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14461" - ], - "x-ms-client-request-id": [ - "57dff71a52cc4b1da861ab74e6100ba6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63596532-b856-48c8-8a02-e2f8c0d64180" - ], - "x-ms-correlation-request-id": [ - "63596532-b856-48c8-8a02-e2f8c0d64180" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184436Z:63596532-b856-48c8-8a02-e2f8c0d64180" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14460" - ], - "x-ms-client-request-id": [ - "674757de679e4fd290039577e1072d00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "50ab41a2-766e-478d-8ff3-f28cdf69f319" - ], - "x-ms-correlation-request-id": [ - "50ab41a2-766e-478d-8ff3-f28cdf69f319" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184436Z:50ab41a2-766e-478d-8ff3-f28cdf69f319" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14459" - ], - "x-ms-client-request-id": [ - "24bb413400194773b7c5f0d616997a51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3d88e1e-98d2-4054-8f83-37f7efd3d42c" - ], - "x-ms-correlation-request-id": [ - "d3d88e1e-98d2-4054-8f83-37f7efd3d42c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184436Z:d3d88e1e-98d2-4054-8f83-37f7efd3d42c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14458" - ], - "x-ms-client-request-id": [ - "cb060f88f5d5445cad8cab6cea7cb733" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90b997ea-7582-4b18-aa72-932bce7cdd08" - ], - "x-ms-correlation-request-id": [ - "90b997ea-7582-4b18-aa72-932bce7cdd08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184436Z:90b997ea-7582-4b18-aa72-932bce7cdd08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14457" - ], - "x-ms-client-request-id": [ - "2621119825274ed38c6ea60ec254023e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4545d13a-bb26-403e-ae9d-1727f84beaca" - ], - "x-ms-correlation-request-id": [ - "4545d13a-bb26-403e-ae9d-1727f84beaca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184436Z:4545d13a-bb26-403e-ae9d-1727f84beaca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14456" - ], - "x-ms-client-request-id": [ - "9b5ec6741ade4575bbc57d3614677e81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bedf040f-d22f-43eb-8795-64d7c13f5396" - ], - "x-ms-correlation-request-id": [ - "bedf040f-d22f-43eb-8795-64d7c13f5396" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184437Z:bedf040f-d22f-43eb-8795-64d7c13f5396" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14455" - ], - "x-ms-client-request-id": [ - "18254174cc4a4dc39b2af964ba74fbe0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb0a21cc-83dd-4fc6-8782-fd6fdd0d3778" - ], - "x-ms-correlation-request-id": [ - "fb0a21cc-83dd-4fc6-8782-fd6fdd0d3778" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184437Z:fb0a21cc-83dd-4fc6-8782-fd6fdd0d3778" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14454" - ], - "x-ms-client-request-id": [ - "9ae6b3fed1b947aba9c2c5d438860d08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a1224ab-6f99-4f1c-a40f-f3862afb0441" - ], - "x-ms-correlation-request-id": [ - "9a1224ab-6f99-4f1c-a40f-f3862afb0441" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184437Z:9a1224ab-6f99-4f1c-a40f-f3862afb0441" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14453" - ], - "x-ms-client-request-id": [ - "14b711d4f5c44250a85b13b8f2ad31a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a70dd387-d0a5-4ca2-997f-0e3c74964bc3" - ], - "x-ms-correlation-request-id": [ - "a70dd387-d0a5-4ca2-997f-0e3c74964bc3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184437Z:a70dd387-d0a5-4ca2-997f-0e3c74964bc3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14452" - ], - "x-ms-client-request-id": [ - "e34a67a395fa43ad92085f56305a0f47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf302c09-7b33-4522-af7d-0108a16a4717" - ], - "x-ms-correlation-request-id": [ - "cf302c09-7b33-4522-af7d-0108a16a4717" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184437Z:cf302c09-7b33-4522-af7d-0108a16a4717" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14451" - ], - "x-ms-client-request-id": [ - "26328d9e4e6946ff8635f62cc9988226" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "399ab6ce-c6a9-4675-bf6d-65834fd85547" - ], - "x-ms-correlation-request-id": [ - "399ab6ce-c6a9-4675-bf6d-65834fd85547" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184437Z:399ab6ce-c6a9-4675-bf6d-65834fd85547" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14450" - ], - "x-ms-client-request-id": [ - "18d2b0e48d31433abdeac27b1ce0f779" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ac4080c-ca36-471c-b05c-6b6449e1e0dc" - ], - "x-ms-correlation-request-id": [ - "0ac4080c-ca36-471c-b05c-6b6449e1e0dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184437Z:0ac4080c-ca36-471c-b05c-6b6449e1e0dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14449" - ], - "x-ms-client-request-id": [ - "10c7ad83fdad4cefa11cc74a273db6c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1566328b-c826-4cd7-b97b-801b894c06c0" - ], - "x-ms-correlation-request-id": [ - "1566328b-c826-4cd7-b97b-801b894c06c0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184438Z:1566328b-c826-4cd7-b97b-801b894c06c0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14448" - ], - "x-ms-client-request-id": [ - "4004cb0e4e7d410b96479a1b58bdfc67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2454e33-da53-45ad-bd78-e2d5078dc571" - ], - "x-ms-correlation-request-id": [ - "f2454e33-da53-45ad-bd78-e2d5078dc571" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184438Z:f2454e33-da53-45ad-bd78-e2d5078dc571" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14447" - ], - "x-ms-client-request-id": [ - "7bca4777d8d345dba80ce4713643958b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e6f6943-e32c-4f43-9365-264c7a657d6e" - ], - "x-ms-correlation-request-id": [ - "9e6f6943-e32c-4f43-9365-264c7a657d6e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184438Z:9e6f6943-e32c-4f43-9365-264c7a657d6e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14446" - ], - "x-ms-client-request-id": [ - "72e7b4392f8c4e9c8f786fc3ec4e4a3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "73208e69-2f34-4d21-9493-7bac22f2c666" - ], - "x-ms-correlation-request-id": [ - "73208e69-2f34-4d21-9493-7bac22f2c666" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184438Z:73208e69-2f34-4d21-9493-7bac22f2c666" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14445" - ], - "x-ms-client-request-id": [ - "8184edec8ab343d8896dc3f366b7c8e1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ce7648f-7e63-480f-8d11-4bdac77588a1" - ], - "x-ms-correlation-request-id": [ - "0ce7648f-7e63-480f-8d11-4bdac77588a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184438Z:0ce7648f-7e63-480f-8d11-4bdac77588a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14444" - ], - "x-ms-client-request-id": [ - "0638628062e048809c68adb284103ebe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2eb21d0d-8d2f-4d81-a00b-c40ffd0a8199" - ], - "x-ms-correlation-request-id": [ - "2eb21d0d-8d2f-4d81-a00b-c40ffd0a8199" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184438Z:2eb21d0d-8d2f-4d81-a00b-c40ffd0a8199" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14443" - ], - "x-ms-client-request-id": [ - "96f3e8395a8d4e788fb072051fd166b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00a33790-fda4-4b7e-8ec8-e3b97e08b825" - ], - "x-ms-correlation-request-id": [ - "00a33790-fda4-4b7e-8ec8-e3b97e08b825" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184439Z:00a33790-fda4-4b7e-8ec8-e3b97e08b825" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14442" - ], - "x-ms-client-request-id": [ - "5a12231547db42f0af9993bb643034d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ae85835-f270-4e73-91b7-6f530317027d" - ], - "x-ms-correlation-request-id": [ - "2ae85835-f270-4e73-91b7-6f530317027d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184439Z:2ae85835-f270-4e73-91b7-6f530317027d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14441" - ], - "x-ms-client-request-id": [ - "9d3257e3bd2b4341870ba6b4cc370c30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b390f82-1561-4f3a-bfc8-c3e2ffb7e249" - ], - "x-ms-correlation-request-id": [ - "7b390f82-1561-4f3a-bfc8-c3e2ffb7e249" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184439Z:7b390f82-1561-4f3a-bfc8-c3e2ffb7e249" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14440" - ], - "x-ms-client-request-id": [ - "a2e2d0feefc642c5b825e43c32cb32a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a51d9667-28d7-4488-948e-070fc00c2272" - ], - "x-ms-correlation-request-id": [ - "a51d9667-28d7-4488-948e-070fc00c2272" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184439Z:a51d9667-28d7-4488-948e-070fc00c2272" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14439" - ], - "x-ms-client-request-id": [ - "f55884716dc04c6ca6b5a1270abcf758" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2580096-8d8a-4c06-b91d-45eeb00c026b" - ], - "x-ms-correlation-request-id": [ - "d2580096-8d8a-4c06-b91d-45eeb00c026b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184439Z:d2580096-8d8a-4c06-b91d-45eeb00c026b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14438" - ], - "x-ms-client-request-id": [ - "22aa77aeaba14a9f92e87b2882371328" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d157139-eeb8-42ab-a9fb-36f795383c43" - ], - "x-ms-correlation-request-id": [ - "9d157139-eeb8-42ab-a9fb-36f795383c43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184439Z:9d157139-eeb8-42ab-a9fb-36f795383c43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14437" - ], - "x-ms-client-request-id": [ - "0d21ea283c6649908597ad2531ab1d3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c2a04cf-cb40-49d6-9e43-20663b8be649" - ], - "x-ms-correlation-request-id": [ - "6c2a04cf-cb40-49d6-9e43-20663b8be649" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184439Z:6c2a04cf-cb40-49d6-9e43-20663b8be649" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14436" - ], - "x-ms-client-request-id": [ - "053f2dbc80654d2aaa2a157506a5e1c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f88f765-d6ff-41cd-9ea6-c0d7a3b39758" - ], - "x-ms-correlation-request-id": [ - "8f88f765-d6ff-41cd-9ea6-c0d7a3b39758" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:8f88f765-d6ff-41cd-9ea6-c0d7a3b39758" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14435" - ], - "x-ms-client-request-id": [ - "316f96af69894b0498ccfea362971b04" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d0c0c370-66fc-45cd-a684-35d4d08b2b89" - ], - "x-ms-correlation-request-id": [ - "d0c0c370-66fc-45cd-a684-35d4d08b2b89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:d0c0c370-66fc-45cd-a684-35d4d08b2b89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14434" - ], - "x-ms-client-request-id": [ - "4b48dd7fce2e451580e9e5bc923b0e68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a9eb503-540a-45d4-aa0a-dec8f0fbfc0e" - ], - "x-ms-correlation-request-id": [ - "0a9eb503-540a-45d4-aa0a-dec8f0fbfc0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:0a9eb503-540a-45d4-aa0a-dec8f0fbfc0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14433" - ], - "x-ms-client-request-id": [ - "390fd8e39b6646c2bbe32a78eef39f78" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dae7efcb-c2af-407b-9fcd-8aa6b8789691" - ], - "x-ms-correlation-request-id": [ - "dae7efcb-c2af-407b-9fcd-8aa6b8789691" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:dae7efcb-c2af-407b-9fcd-8aa6b8789691" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14432" - ], - "x-ms-client-request-id": [ - "5a9b68ee2d2947c0ab0b047a43714eae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2530a42-cac0-41db-b322-66814181e54d" - ], - "x-ms-correlation-request-id": [ - "a2530a42-cac0-41db-b322-66814181e54d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:a2530a42-cac0-41db-b322-66814181e54d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14431" - ], - "x-ms-client-request-id": [ - "3cc3392c943441b2b294c3578859dc48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28027ad1-a9b5-43c1-8630-16ec244deb9f" - ], - "x-ms-correlation-request-id": [ - "28027ad1-a9b5-43c1-8630-16ec244deb9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:28027ad1-a9b5-43c1-8630-16ec244deb9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14430" - ], - "x-ms-client-request-id": [ - "abb59f7dc77d4a59b2d0c4d128b3c6ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6937d7c1-b2a6-467a-8ff9-c4667ba0e6b9" - ], - "x-ms-correlation-request-id": [ - "6937d7c1-b2a6-467a-8ff9-c4667ba0e6b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:6937d7c1-b2a6-467a-8ff9-c4667ba0e6b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14429" - ], - "x-ms-client-request-id": [ - "5a1efe52cab844c9bf6f27bdf37ad0c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e92cb691-88f9-412a-9d13-9734ce901155" - ], - "x-ms-correlation-request-id": [ - "e92cb691-88f9-412a-9d13-9734ce901155" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184440Z:e92cb691-88f9-412a-9d13-9734ce901155" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "add14046783647d9b16d051cc48eba38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69436d0d-d362-434a-a276-cc3cbcb5ec11" - ], - "x-ms-correlation-request-id": [ - "69436d0d-d362-434a-a276-cc3cbcb5ec11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184441Z:69436d0d-d362-434a-a276-cc3cbcb5ec11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "704fa9d518f24c04a0bb5bdf98ec3851" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29338e5e-792b-448f-8852-e5c1298a4d3f" - ], - "x-ms-correlation-request-id": [ - "29338e5e-792b-448f-8852-e5c1298a4d3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184441Z:29338e5e-792b-448f-8852-e5c1298a4d3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "0ca654b780a54267b4f4532622062aa8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b20faeb8-e47e-4d2c-ac40-d2c0a9bbb64e" - ], - "x-ms-correlation-request-id": [ - "b20faeb8-e47e-4d2c-ac40-d2c0a9bbb64e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184441Z:b20faeb8-e47e-4d2c-ac40-d2c0a9bbb64e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "6b55c9df358c4d729deae3d529890d5e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3985d4b-f08f-40e2-8b3d-b86d6ffbfe8c" - ], - "x-ms-correlation-request-id": [ - "b3985d4b-f08f-40e2-8b3d-b86d6ffbfe8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184441Z:b3985d4b-f08f-40e2-8b3d-b86d6ffbfe8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "47e9d32bca3b47a9b7cb87c0d9e9e363" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91ef799e-c4ae-4519-8abf-2eddb6e49ea1" - ], - "x-ms-correlation-request-id": [ - "91ef799e-c4ae-4519-8abf-2eddb6e49ea1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184441Z:91ef799e-c4ae-4519-8abf-2eddb6e49ea1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "63e570d6678740858c908bb8b5af38b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "12ba4869-56c4-4876-8b2f-1e6050cdf8c8" - ], - "x-ms-correlation-request-id": [ - "12ba4869-56c4-4876-8b2f-1e6050cdf8c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184442Z:12ba4869-56c4-4876-8b2f-1e6050cdf8c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "2f2ac6a9dc804e9aac97d1911535c3c0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d83fa144-cb43-4853-805e-4bcf9e4c8770" - ], - "x-ms-correlation-request-id": [ - "d83fa144-cb43-4853-805e-4bcf9e4c8770" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184442Z:d83fa144-cb43-4853-805e-4bcf9e4c8770" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "a934d46d2e5f46f5beb7eca15802424b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25ba1ff9-4174-458d-bf37-9544941dac34" - ], - "x-ms-correlation-request-id": [ - "25ba1ff9-4174-458d-bf37-9544941dac34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184442Z:25ba1ff9-4174-458d-bf37-9544941dac34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "a14f465dc8664bffa05e9d0769298093" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "faf33c5d-c8e2-4fa1-91d0-8035fd6827c9" - ], - "x-ms-correlation-request-id": [ - "faf33c5d-c8e2-4fa1-91d0-8035fd6827c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184442Z:faf33c5d-c8e2-4fa1-91d0-8035fd6827c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "1d6c16fee02a4b10bb69bce67732c9e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "477ac39b-a4eb-48b0-a5aa-79549dae9a07" - ], - "x-ms-correlation-request-id": [ - "477ac39b-a4eb-48b0-a5aa-79549dae9a07" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184442Z:477ac39b-a4eb-48b0-a5aa-79549dae9a07" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "9ffcd89f973240ff83bafba0e06506b8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "571d9803-7678-4d9c-9261-f804ac8e53f3" - ], - "x-ms-correlation-request-id": [ - "571d9803-7678-4d9c-9261-f804ac8e53f3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184442Z:571d9803-7678-4d9c-9261-f804ac8e53f3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "da9fdd220a9743b49328f2e3aa9ab99b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37d5e2ca-b28d-47d8-a3ba-7d286e8b49a9" - ], - "x-ms-correlation-request-id": [ - "37d5e2ca-b28d-47d8-a3ba-7d286e8b49a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:37d5e2ca-b28d-47d8-a3ba-7d286e8b49a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "62a910e166374fae86eb9f5cc48ba167" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46ab8ee7-8afa-4a6f-a313-56a8efe012ee" - ], - "x-ms-correlation-request-id": [ - "46ab8ee7-8afa-4a6f-a313-56a8efe012ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:46ab8ee7-8afa-4a6f-a313-56a8efe012ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "3b1e1a8f84c541c4a4efb0ace0d913b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2281576-4081-40f5-b6f3-afcee1c4996e" - ], - "x-ms-correlation-request-id": [ - "d2281576-4081-40f5-b6f3-afcee1c4996e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:d2281576-4081-40f5-b6f3-afcee1c4996e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "be91dfc96249429d8d1875169fdc3b0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83333dcb-8596-4150-b42c-56867f872184" - ], - "x-ms-correlation-request-id": [ - "83333dcb-8596-4150-b42c-56867f872184" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:83333dcb-8596-4150-b42c-56867f872184" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "8040bf3f3924440bb02e5d0db427816f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21f5fcb7-0626-48b1-b302-e1bb1fd5a3f2" - ], - "x-ms-correlation-request-id": [ - "21f5fcb7-0626-48b1-b302-e1bb1fd5a3f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:21f5fcb7-0626-48b1-b302-e1bb1fd5a3f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "be454f396114413fbdc90ad32b366045" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14379e4d-918f-4679-abd4-8e6fceef7630" - ], - "x-ms-correlation-request-id": [ - "14379e4d-918f-4679-abd4-8e6fceef7630" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:14379e4d-918f-4679-abd4-8e6fceef7630" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "8c4a4ea34cdb40178dd0304f98bd8628" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3640bfad-d291-4ead-9ad2-ab229ab3d74f" - ], - "x-ms-correlation-request-id": [ - "3640bfad-d291-4ead-9ad2-ab229ab3d74f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:3640bfad-d291-4ead-9ad2-ab229ab3d74f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "c2ff88b69a1b45e688a004e888413eda" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05f0ba4d-7409-46f8-b4d1-d06374b4e69a" - ], - "x-ms-correlation-request-id": [ - "05f0ba4d-7409-46f8-b4d1-d06374b4e69a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:05f0ba4d-7409-46f8-b4d1-d06374b4e69a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "a9d1a7f326e3493a91bf5d1b79e0a380" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d2d73336-38cd-4746-a316-24cf10752026" - ], - "x-ms-correlation-request-id": [ - "d2d73336-38cd-4746-a316-24cf10752026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184443Z:d2d73336-38cd-4746-a316-24cf10752026" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "253d19183e54405d89c6141d95960257" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d13e282-e2c9-415b-9c61-a493d4a398cf" - ], - "x-ms-correlation-request-id": [ - "9d13e282-e2c9-415b-9c61-a493d4a398cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184444Z:9d13e282-e2c9-415b-9c61-a493d4a398cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "97e220119db24d208f782d89e5470d84" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f014be0-914a-4878-afbf-4083afa19930" - ], - "x-ms-correlation-request-id": [ - "7f014be0-914a-4878-afbf-4083afa19930" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184444Z:7f014be0-914a-4878-afbf-4083afa19930" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "4c8a2211ce3543409bc34ccd6b4a227d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5dadb806-9f14-4ce4-9a8b-3c5838909e05" - ], - "x-ms-correlation-request-id": [ - "5dadb806-9f14-4ce4-9a8b-3c5838909e05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184444Z:5dadb806-9f14-4ce4-9a8b-3c5838909e05" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "0424cf6c9b4048749213cc6ae72fd6e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "972ca9b4-3f4b-48e0-9403-a150a9b01f22" - ], - "x-ms-correlation-request-id": [ - "972ca9b4-3f4b-48e0-9403-a150a9b01f22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184444Z:972ca9b4-3f4b-48e0-9403-a150a9b01f22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "821998c668ff4bdcb93cb46d46ca8c86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2242a76-081b-4376-8135-caa6ee20db3e" - ], - "x-ms-correlation-request-id": [ - "b2242a76-081b-4376-8135-caa6ee20db3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184444Z:b2242a76-081b-4376-8135-caa6ee20db3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "5759c45c1fe4414aa3c17241ec08130d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25239782-ae84-4caa-80ac-49192c5b0346" - ], - "x-ms-correlation-request-id": [ - "25239782-ae84-4caa-80ac-49192c5b0346" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184444Z:25239782-ae84-4caa-80ac-49192c5b0346" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "5195ce50e55648b1b7aaac19650e0d7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0670d5b9-157f-4873-accd-1dcec884388e" - ], - "x-ms-correlation-request-id": [ - "0670d5b9-157f-4873-accd-1dcec884388e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184445Z:0670d5b9-157f-4873-accd-1dcec884388e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "e5bca6eef02e473bb7b3cb2ece358d5d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "301ab959-48ff-4f22-b38b-e41385af953b" - ], - "x-ms-correlation-request-id": [ - "301ab959-48ff-4f22-b38b-e41385af953b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184445Z:301ab959-48ff-4f22-b38b-e41385af953b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "2c466a726828488797859e8a91cc7fb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5777a964-3a82-4cbf-9891-5790e38dc69a" - ], - "x-ms-correlation-request-id": [ - "5777a964-3a82-4cbf-9891-5790e38dc69a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184445Z:5777a964-3a82-4cbf-9891-5790e38dc69a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "025184b46be748ef8d0555e22ad05e8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "575aabfd-af0d-4918-ad17-e39f4fd2c846" - ], - "x-ms-correlation-request-id": [ - "575aabfd-af0d-4918-ad17-e39f4fd2c846" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184445Z:575aabfd-af0d-4918-ad17-e39f4fd2c846" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "ad7307dca8b84759824019d6f8a301a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71b68fb0-98ea-43ba-9037-6932c3c3928f" - ], - "x-ms-correlation-request-id": [ - "71b68fb0-98ea-43ba-9037-6932c3c3928f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184445Z:71b68fb0-98ea-43ba-9037-6932c3c3928f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "c872777e21cb435f963000297304bef0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef9ea8de-26e9-4718-aad0-23087fa6be73" - ], - "x-ms-correlation-request-id": [ - "ef9ea8de-26e9-4718-aad0-23087fa6be73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184445Z:ef9ea8de-26e9-4718-aad0-23087fa6be73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "e0790a03aed04cf28c02a51a06feb290" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ffbd13de-8e88-4997-96d3-f7203047f976" - ], - "x-ms-correlation-request-id": [ - "ffbd13de-8e88-4997-96d3-f7203047f976" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184446Z:ffbd13de-8e88-4997-96d3-f7203047f976" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "3c02a8efcbcf4f9b8073fdd7fe4645ac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b223c720-4c68-4399-9db6-059b224649dc" - ], - "x-ms-correlation-request-id": [ - "b223c720-4c68-4399-9db6-059b224649dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184446Z:b223c720-4c68-4399-9db6-059b224649dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "8839abaf5bab4cacab4624f43579a847" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa71e830-8242-459b-ad83-b732b0f07ab5" - ], - "x-ms-correlation-request-id": [ - "fa71e830-8242-459b-ad83-b732b0f07ab5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184446Z:fa71e830-8242-459b-ad83-b732b0f07ab5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "865d065fa3e54a5a874a6b256c895d8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66365896-2ce4-42f7-9005-5cf6dd2e87f5" - ], - "x-ms-correlation-request-id": [ - "66365896-2ce4-42f7-9005-5cf6dd2e87f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184446Z:66365896-2ce4-42f7-9005-5cf6dd2e87f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "254d819f5925499f8ef4a65c39a99da4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a577854a-45da-49a1-9eb3-3123456911c7" - ], - "x-ms-correlation-request-id": [ - "a577854a-45da-49a1-9eb3-3123456911c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184446Z:a577854a-45da-49a1-9eb3-3123456911c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "70c6a357f838454896de64bc45831d96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2541e57e-8e00-4c3c-a427-de41d78c2b9c" - ], - "x-ms-correlation-request-id": [ - "2541e57e-8e00-4c3c-a427-de41d78c2b9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:2541e57e-8e00-4c3c-a427-de41d78c2b9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "fbc8ae5a503940a6a846092353ec0786" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c35d1696-2026-423f-8a20-e47061f870a7" - ], - "x-ms-correlation-request-id": [ - "c35d1696-2026-423f-8a20-e47061f870a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:c35d1696-2026-423f-8a20-e47061f870a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "87f3737ef1ab4716870cb85bb4fd6f64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "909fd24a-1be4-401a-b844-86c8d2846daf" - ], - "x-ms-correlation-request-id": [ - "909fd24a-1be4-401a-b844-86c8d2846daf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:909fd24a-1be4-401a-b844-86c8d2846daf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "15c7d978ad664c06aabcdf5f63330bd1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6486abb2-dfac-4409-9edd-615d0565449b" - ], - "x-ms-correlation-request-id": [ - "6486abb2-dfac-4409-9edd-615d0565449b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:6486abb2-dfac-4409-9edd-615d0565449b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "cca7aed057c64cfca0b21a95d2095411" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ebddd9fd-a443-4b28-9600-2e8955eb3fb3" - ], - "x-ms-correlation-request-id": [ - "ebddd9fd-a443-4b28-9600-2e8955eb3fb3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:ebddd9fd-a443-4b28-9600-2e8955eb3fb3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "ea64769cf2414fafb4f717d19db32a76" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56f76310-99c8-49ba-b909-06bac6193e91" - ], - "x-ms-correlation-request-id": [ - "56f76310-99c8-49ba-b909-06bac6193e91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:56f76310-99c8-49ba-b909-06bac6193e91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "9b8ee37a73f447cd89f3b2116ec53904" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a21d56af-4ada-4f48-b3bd-ffe967bf7b18" - ], - "x-ms-correlation-request-id": [ - "a21d56af-4ada-4f48-b3bd-ffe967bf7b18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:a21d56af-4ada-4f48-b3bd-ffe967bf7b18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "086572e2b66b4d5e91d34ee8ca3d75b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91e16497-c906-43f3-a7ae-6403646f3e75" - ], - "x-ms-correlation-request-id": [ - "91e16497-c906-43f3-a7ae-6403646f3e75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184447Z:91e16497-c906-43f3-a7ae-6403646f3e75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "9982c58e815948f4afeef2fbfccc28a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b775c96d-4ade-42f2-a412-5adf03915ee9" - ], - "x-ms-correlation-request-id": [ - "b775c96d-4ade-42f2-a412-5adf03915ee9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184448Z:b775c96d-4ade-42f2-a412-5adf03915ee9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "8f5b58f2e6bc47b390499042ac680901" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c121415f-28fe-4a5e-b471-4c418854b50e" - ], - "x-ms-correlation-request-id": [ - "c121415f-28fe-4a5e-b471-4c418854b50e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184448Z:c121415f-28fe-4a5e-b471-4c418854b50e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "ba80573991ef4d5f88568788f6f63fc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a52ea8f-59d0-406c-be68-4c3a3c6046e8" - ], - "x-ms-correlation-request-id": [ - "1a52ea8f-59d0-406c-be68-4c3a3c6046e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184448Z:1a52ea8f-59d0-406c-be68-4c3a3c6046e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "9442e5e0369c48e0a9e7e5ba8f05762e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44aa5efb-9925-48c4-83ca-0951f56e6c57" - ], - "x-ms-correlation-request-id": [ - "44aa5efb-9925-48c4-83ca-0951f56e6c57" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184448Z:44aa5efb-9925-48c4-83ca-0951f56e6c57" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "13d6699e24f44847be10f88a8be36b0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "218f4c76-9c6d-4539-a494-d32b0c09c450" - ], - "x-ms-correlation-request-id": [ - "218f4c76-9c6d-4539-a494-d32b0c09c450" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184448Z:218f4c76-9c6d-4539-a494-d32b0c09c450" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "7be5a550a5ed421ba5310a426ef1b894" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eca02e71-2d10-4d85-a2b6-d5baeb95f6e6" - ], - "x-ms-correlation-request-id": [ - "eca02e71-2d10-4d85-a2b6-d5baeb95f6e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184448Z:eca02e71-2d10-4d85-a2b6-d5baeb95f6e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "e3771fa520174c00929e24a97d76a94f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f191b671-c5b5-4fd8-a162-b1af6e1a4e34" - ], - "x-ms-correlation-request-id": [ - "f191b671-c5b5-4fd8-a162-b1af6e1a4e34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184448Z:f191b671-c5b5-4fd8-a162-b1af6e1a4e34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "4ef9e4a498a641ea8fe3e1175a3d9dbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8571f466-e5dd-4c9a-8c82-f1cbfdeda025" - ], - "x-ms-correlation-request-id": [ - "8571f466-e5dd-4c9a-8c82-f1cbfdeda025" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184449Z:8571f466-e5dd-4c9a-8c82-f1cbfdeda025" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "ea417beaf91740f48e9a4763d441b2f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "964cdf44-906e-4a55-a38e-87524f579079" - ], - "x-ms-correlation-request-id": [ - "964cdf44-906e-4a55-a38e-87524f579079" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184449Z:964cdf44-906e-4a55-a38e-87524f579079" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "b69213c005a34b03ab8cb56584746a09" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0df12a52-6e3c-4bc6-bff1-f7efe0e39c8c" - ], - "x-ms-correlation-request-id": [ - "0df12a52-6e3c-4bc6-bff1-f7efe0e39c8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184449Z:0df12a52-6e3c-4bc6-bff1-f7efe0e39c8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "c8e3fcae2d454e8ba2bf79a11337c0e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e462e509-32b9-4d42-9c7c-3c4bf0bf731e" - ], - "x-ms-correlation-request-id": [ - "e462e509-32b9-4d42-9c7c-3c4bf0bf731e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184449Z:e462e509-32b9-4d42-9c7c-3c4bf0bf731e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "615f594ca2e14c29bfa290d2ee9ea017" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "393b1417-a0ef-4426-abc2-4b8ab9e1773d" - ], - "x-ms-correlation-request-id": [ - "393b1417-a0ef-4426-abc2-4b8ab9e1773d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184449Z:393b1417-a0ef-4426-abc2-4b8ab9e1773d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "8ec98465d1654e08a8df141b0fe5f3f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1167c970-1e35-46ff-98cd-39517bd0ea1e" - ], - "x-ms-correlation-request-id": [ - "1167c970-1e35-46ff-98cd-39517bd0ea1e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184449Z:1167c970-1e35-46ff-98cd-39517bd0ea1e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "0461a2c9cb054127ac9a09ea840f8527" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d52f09f-a1a1-4dca-8ae9-9e5d70b6028d" - ], - "x-ms-correlation-request-id": [ - "7d52f09f-a1a1-4dca-8ae9-9e5d70b6028d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184449Z:7d52f09f-a1a1-4dca-8ae9-9e5d70b6028d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "7dde2801e788445f97b53bdce92b282a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6e00aec-a2eb-497f-b142-b4852d47b5bf" - ], - "x-ms-correlation-request-id": [ - "d6e00aec-a2eb-497f-b142-b4852d47b5bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184450Z:d6e00aec-a2eb-497f-b142-b4852d47b5bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "fde1b630d8b442a2ae7c2fd0b738d2c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b23b6264-906c-4c43-b31a-f724da05c3fe" - ], - "x-ms-correlation-request-id": [ - "b23b6264-906c-4c43-b31a-f724da05c3fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184450Z:b23b6264-906c-4c43-b31a-f724da05c3fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "c819c32adb1b4025b4c250fbfec5207f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5772e221-2409-4ac1-a80b-a3681cd23e5d" - ], - "x-ms-correlation-request-id": [ - "5772e221-2409-4ac1-a80b-a3681cd23e5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184450Z:5772e221-2409-4ac1-a80b-a3681cd23e5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "41bd30f691c84b6da776ea504e7da5a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b4d9a93-9156-45b7-a491-4fad549c7d66" - ], - "x-ms-correlation-request-id": [ - "4b4d9a93-9156-45b7-a491-4fad549c7d66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184450Z:4b4d9a93-9156-45b7-a491-4fad549c7d66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "4fb883878bc440979d3e89cf508dfd2a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b63d20b-5527-43e6-b0fd-edf3764d05e5" - ], - "x-ms-correlation-request-id": [ - "4b63d20b-5527-43e6-b0fd-edf3764d05e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184450Z:4b63d20b-5527-43e6-b0fd-edf3764d05e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "27e7b02cf0e34012b87cd9c00c3c2eac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "489e010b-6779-4964-b9dc-c1ebf6333b03" - ], - "x-ms-correlation-request-id": [ - "489e010b-6779-4964-b9dc-c1ebf6333b03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184450Z:489e010b-6779-4964-b9dc-c1ebf6333b03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "c630157858874635aba4dd02af54a2da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63c63779-4118-448b-b21c-6acb0f4ebb9e" - ], - "x-ms-correlation-request-id": [ - "63c63779-4118-448b-b21c-6acb0f4ebb9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184451Z:63c63779-4118-448b-b21c-6acb0f4ebb9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "c86af32f3ec348d9a8a578c516b35336" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f76be9d2-e4c3-43d7-bb72-2c7ae01c4738" - ], - "x-ms-correlation-request-id": [ - "f76be9d2-e4c3-43d7-bb72-2c7ae01c4738" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184451Z:f76be9d2-e4c3-43d7-bb72-2c7ae01c4738" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "23d90c70916c47f4b126bb3cce25f3cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7bb04540-41c4-402f-b18e-72f4c3cdc788" - ], - "x-ms-correlation-request-id": [ - "7bb04540-41c4-402f-b18e-72f4c3cdc788" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184451Z:7bb04540-41c4-402f-b18e-72f4c3cdc788" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "d80a0104ed694001b2fa01fde09cf7a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7390cb0c-9faa-4081-9425-91b2520c8320" - ], - "x-ms-correlation-request-id": [ - "7390cb0c-9faa-4081-9425-91b2520c8320" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184451Z:7390cb0c-9faa-4081-9425-91b2520c8320" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "d734f44ee3c04f7b9f3766e860c6bf66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62abbb3f-8770-4a96-8b2c-6f405ab763f7" - ], - "x-ms-correlation-request-id": [ - "62abbb3f-8770-4a96-8b2c-6f405ab763f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184451Z:62abbb3f-8770-4a96-8b2c-6f405ab763f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "40e18b8a4f384049a7b80a6343992d64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3a894b2-9db1-4147-82b9-69a31165826f" - ], - "x-ms-correlation-request-id": [ - "c3a894b2-9db1-4147-82b9-69a31165826f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184451Z:c3a894b2-9db1-4147-82b9-69a31165826f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "1a648e46d9784e1c87e263d538c4c2ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "34de432b-5f90-41c5-9c85-2246fcb56792" - ], - "x-ms-correlation-request-id": [ - "34de432b-5f90-41c5-9c85-2246fcb56792" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:34de432b-5f90-41c5-9c85-2246fcb56792" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "0d0d9240d8e4414ba87b1960909db6dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1589baaf-22b4-4bec-a24c-aa6196325f68" - ], - "x-ms-correlation-request-id": [ - "1589baaf-22b4-4bec-a24c-aa6196325f68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:1589baaf-22b4-4bec-a24c-aa6196325f68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "e775e6e0c39e4784ba2e1ed6120bb51e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ee911db-2a5b-4753-8f5f-db7bb02a585f" - ], - "x-ms-correlation-request-id": [ - "9ee911db-2a5b-4753-8f5f-db7bb02a585f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:9ee911db-2a5b-4753-8f5f-db7bb02a585f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "9750dd3b068c41a4811b3bfe202dab7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07b55f97-4374-45fb-975a-558e340c3014" - ], - "x-ms-correlation-request-id": [ - "07b55f97-4374-45fb-975a-558e340c3014" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:07b55f97-4374-45fb-975a-558e340c3014" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "f474071df35d4ccf949178c7452f46f7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3cd68bf8-bdbd-4ee1-b6b3-d9e7a4c80c93" - ], - "x-ms-correlation-request-id": [ - "3cd68bf8-bdbd-4ee1-b6b3-d9e7a4c80c93" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:3cd68bf8-bdbd-4ee1-b6b3-d9e7a4c80c93" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "5a572ab77ed14c01b2f8fd50a0d63a0f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3dcfe9e0-e7f1-4015-8b57-dbc2724dc92b" - ], - "x-ms-correlation-request-id": [ - "3dcfe9e0-e7f1-4015-8b57-dbc2724dc92b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:3dcfe9e0-e7f1-4015-8b57-dbc2724dc92b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "bd88e8a123534250b3088f555ab92c77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "328f7204-d0fd-44a5-8c22-107ab24f2db2" - ], - "x-ms-correlation-request-id": [ - "328f7204-d0fd-44a5-8c22-107ab24f2db2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:328f7204-d0fd-44a5-8c22-107ab24f2db2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "3965168e6d934e369ea41d396d229b1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5ea2190-ac58-44d3-a52d-d42f4cdb5a35" - ], - "x-ms-correlation-request-id": [ - "b5ea2190-ac58-44d3-a52d-d42f4cdb5a35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:b5ea2190-ac58-44d3-a52d-d42f4cdb5a35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "9c28b6e0035441e39c5492c7298d41a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9db6319-d81e-437e-9d19-1ad1ecda3795" - ], - "x-ms-correlation-request-id": [ - "e9db6319-d81e-437e-9d19-1ad1ecda3795" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184452Z:e9db6319-d81e-437e-9d19-1ad1ecda3795" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "320de7276a984cffa65615a5174bf367" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3294094a-cddc-4ef8-8c10-56aa8f92d172" - ], - "x-ms-correlation-request-id": [ - "3294094a-cddc-4ef8-8c10-56aa8f92d172" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184453Z:3294094a-cddc-4ef8-8c10-56aa8f92d172" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "f52404c6e9ad4471a40faf2c9e3f1f67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "415e44ef-664a-44bc-8d2a-7a33a63aeaa8" - ], - "x-ms-correlation-request-id": [ - "415e44ef-664a-44bc-8d2a-7a33a63aeaa8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184453Z:415e44ef-664a-44bc-8d2a-7a33a63aeaa8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "f7a48830974b4103acb321b6b508ecbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b917ade-0ddb-4167-9189-c16ebbffab85" - ], - "x-ms-correlation-request-id": [ - "0b917ade-0ddb-4167-9189-c16ebbffab85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184453Z:0b917ade-0ddb-4167-9189-c16ebbffab85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "4500faefcad44742912340b94cbe8ff4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6bfe627e-a592-49b7-be53-99ab49b08df5" - ], - "x-ms-correlation-request-id": [ - "6bfe627e-a592-49b7-be53-99ab49b08df5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184453Z:6bfe627e-a592-49b7-be53-99ab49b08df5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "6c19a125c408473fbc118c9352f5df31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f84ec495-f784-491c-bbe5-124346d901b7" - ], - "x-ms-correlation-request-id": [ - "f84ec495-f784-491c-bbe5-124346d901b7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184457Z:f84ec495-f784-491c-bbe5-124346d901b7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "a62031d9dff643449cd2266853c5bbc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c06e07a9-2ff1-4ea2-b9c6-5b2073d91c9f" - ], - "x-ms-correlation-request-id": [ - "c06e07a9-2ff1-4ea2-b9c6-5b2073d91c9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184457Z:c06e07a9-2ff1-4ea2-b9c6-5b2073d91c9f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "29fd90d5a17646fdaffba215fcf95dc8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b182e975-be69-4b57-8cb9-e06aa74cac9b" - ], - "x-ms-correlation-request-id": [ - "b182e975-be69-4b57-8cb9-e06aa74cac9b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184457Z:b182e975-be69-4b57-8cb9-e06aa74cac9b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "4c5f6b3b076545ea8047637dea410124" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f5198ef9-d51f-43a5-b27f-5b4fd4f7808b" - ], - "x-ms-correlation-request-id": [ - "f5198ef9-d51f-43a5-b27f-5b4fd4f7808b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:f5198ef9-d51f-43a5-b27f-5b4fd4f7808b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "ca64eae708a94226accc84759957f71d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "909739a4-29b4-46d1-81f4-3f4a9e2425f8" - ], - "x-ms-correlation-request-id": [ - "909739a4-29b4-46d1-81f4-3f4a9e2425f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:909739a4-29b4-46d1-81f4-3f4a9e2425f8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "fdf90abda32d412e89dfeca172147a45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "289acd9e-cbb0-4fd6-8c16-025824383d61" - ], - "x-ms-correlation-request-id": [ - "289acd9e-cbb0-4fd6-8c16-025824383d61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:289acd9e-cbb0-4fd6-8c16-025824383d61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "ffc1185c97ff40b0aaf3b768b6ef6b28" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc972db9-402b-4be8-b44d-79b30c027bb5" - ], - "x-ms-correlation-request-id": [ - "fc972db9-402b-4be8-b44d-79b30c027bb5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:fc972db9-402b-4be8-b44d-79b30c027bb5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "6e6187076685410889c5dacc1319c18d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e87311d-cdc7-4c4e-964b-56cd45d46337" - ], - "x-ms-correlation-request-id": [ - "5e87311d-cdc7-4c4e-964b-56cd45d46337" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:5e87311d-cdc7-4c4e-964b-56cd45d46337" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "4ae0a05fc5544f0a99ddb98d1044070e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7339aab5-02a7-4429-af89-092513945ee7" - ], - "x-ms-correlation-request-id": [ - "7339aab5-02a7-4429-af89-092513945ee7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:7339aab5-02a7-4429-af89-092513945ee7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "274735d936df4f47b5233e779f9babf4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc6d119c-08a3-42ae-b388-20a20996782d" - ], - "x-ms-correlation-request-id": [ - "fc6d119c-08a3-42ae-b388-20a20996782d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:fc6d119c-08a3-42ae-b388-20a20996782d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "23b597ce1cea4403b46f597b7da90c31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b0235277-9fed-4bb2-be9e-8cb56cca2698" - ], - "x-ms-correlation-request-id": [ - "b0235277-9fed-4bb2-be9e-8cb56cca2698" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:b0235277-9fed-4bb2-be9e-8cb56cca2698" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "d116e11087c94c889a30adb094941262" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07ceda45-be54-42f1-8b9f-3fe495b6db41" - ], - "x-ms-correlation-request-id": [ - "07ceda45-be54-42f1-8b9f-3fe495b6db41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184458Z:07ceda45-be54-42f1-8b9f-3fe495b6db41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "c349aa3dde334d568d31829248793566" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "696fe63a-b9e7-40be-877f-7079a579f112" - ], - "x-ms-correlation-request-id": [ - "696fe63a-b9e7-40be-877f-7079a579f112" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184459Z:696fe63a-b9e7-40be-877f-7079a579f112" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "80016086c5964849bc1df14d992a8e7a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "845091bd-dd71-4bfd-98f3-7b23f3afc27c" - ], - "x-ms-correlation-request-id": [ - "845091bd-dd71-4bfd-98f3-7b23f3afc27c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184459Z:845091bd-dd71-4bfd-98f3-7b23f3afc27c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "8b579db7a31447528b36c4e519889043" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4cf8b75c-d234-49c6-81c4-1213f91361a4" - ], - "x-ms-correlation-request-id": [ - "4cf8b75c-d234-49c6-81c4-1213f91361a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184459Z:4cf8b75c-d234-49c6-81c4-1213f91361a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "3925f0f4dd3440238dabe90b7d296b52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95c3a657-b7e3-49ac-84df-80a2f5cb72d9" - ], - "x-ms-correlation-request-id": [ - "95c3a657-b7e3-49ac-84df-80a2f5cb72d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184459Z:95c3a657-b7e3-49ac-84df-80a2f5cb72d9" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "bb1e7cfd9dec4ddeaca69ec9789f8848" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3764a57-0bcb-4789-b919-3452fa842153" - ], - "x-ms-correlation-request-id": [ - "f3764a57-0bcb-4789-b919-3452fa842153" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:f3764a57-0bcb-4789-b919-3452fa842153" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "2be100185c0f4cc6b3f376bc7883a07c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d40be4b6-802f-426d-b05b-596defe59a40" - ], - "x-ms-correlation-request-id": [ - "d40be4b6-802f-426d-b05b-596defe59a40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:d40be4b6-802f-426d-b05b-596defe59a40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "1a3ece74b1b84fc6a4e98619103f46c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4d7840b-59bb-4938-94af-eaa4c5bb305a" - ], - "x-ms-correlation-request-id": [ - "f4d7840b-59bb-4938-94af-eaa4c5bb305a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:f4d7840b-59bb-4938-94af-eaa4c5bb305a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "73bedaa80ec0421b8e0fc54e31ab0f34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "135de625-3ab5-43e7-b420-c0b3d7b8f774" - ], - "x-ms-correlation-request-id": [ - "135de625-3ab5-43e7-b420-c0b3d7b8f774" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:135de625-3ab5-43e7-b420-c0b3d7b8f774" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "31a29f09e8724c2dae8d434e3d4780f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5f2d0fa8-2952-4e69-ba8b-c0490e36b01f" - ], - "x-ms-correlation-request-id": [ - "5f2d0fa8-2952-4e69-ba8b-c0490e36b01f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:5f2d0fa8-2952-4e69-ba8b-c0490e36b01f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "40cdad8e6a36437eb015ae4ffc028702" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bab2546d-cbef-4731-9a16-360a21cbcc59" - ], - "x-ms-correlation-request-id": [ - "bab2546d-cbef-4731-9a16-360a21cbcc59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:bab2546d-cbef-4731-9a16-360a21cbcc59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "e2510b59965744fa993f0d2757201c25" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ecc336a9-11e1-45b8-90e3-1a9fd906b8de" - ], - "x-ms-correlation-request-id": [ - "ecc336a9-11e1-45b8-90e3-1a9fd906b8de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:ecc336a9-11e1-45b8-90e3-1a9fd906b8de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "a5ec5b58680345318a3b751cf1756258" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f29f71e-d60a-468c-87e5-7b2273143224" - ], - "x-ms-correlation-request-id": [ - "8f29f71e-d60a-468c-87e5-7b2273143224" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:8f29f71e-d60a-468c-87e5-7b2273143224" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:44:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "fc67c1705f8e48e8a028fae29608aac5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4fc5dd4-d994-4323-90b5-92e43ab411ca" - ], - "x-ms-correlation-request-id": [ - "d4fc5dd4-d994-4323-90b5-92e43ab411ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184500Z:d4fc5dd4-d994-4323-90b5-92e43ab411ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "960302a2679b430f9ba36fb4a51e5880" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c29d384-4ec5-42a3-909d-15e9ecf0a961" - ], - "x-ms-correlation-request-id": [ - "8c29d384-4ec5-42a3-909d-15e9ecf0a961" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:8c29d384-4ec5-42a3-909d-15e9ecf0a961" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "ff3102a071f2481bbfe1c0e5520e0e0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "85349f6f-e871-41ca-bd74-d0b75b66cd82" - ], - "x-ms-correlation-request-id": [ - "85349f6f-e871-41ca-bd74-d0b75b66cd82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:85349f6f-e871-41ca-bd74-d0b75b66cd82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "d61391b9bd5b47c5a605794ad1533f65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b936fdc8-f9f0-4462-a43f-23893aaf543e" - ], - "x-ms-correlation-request-id": [ - "b936fdc8-f9f0-4462-a43f-23893aaf543e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:b936fdc8-f9f0-4462-a43f-23893aaf543e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "5ed3ebc466cb495a8be8c953b0cdcf86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5989dca1-eab2-4ae9-ac6a-e6309b6095bd" - ], - "x-ms-correlation-request-id": [ - "5989dca1-eab2-4ae9-ac6a-e6309b6095bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:5989dca1-eab2-4ae9-ac6a-e6309b6095bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "05010cd7d10a4c09b5653f2f2eabe188" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa946502-015d-4b7f-bff1-ec9fa8aab099" - ], - "x-ms-correlation-request-id": [ - "fa946502-015d-4b7f-bff1-ec9fa8aab099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:fa946502-015d-4b7f-bff1-ec9fa8aab099" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "0679eeb0404f47c4a1304a02d20ceda3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7d7d0f4-bd67-44dd-bc2b-97cee9508663" - ], - "x-ms-correlation-request-id": [ - "a7d7d0f4-bd67-44dd-bc2b-97cee9508663" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:a7d7d0f4-bd67-44dd-bc2b-97cee9508663" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "fb906a1e191246a79e95bc2e51c15310" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6e6882ff-b80c-4dca-9432-e57a86a02834" - ], - "x-ms-correlation-request-id": [ - "6e6882ff-b80c-4dca-9432-e57a86a02834" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:6e6882ff-b80c-4dca-9432-e57a86a02834" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "327419e1b7254d9aaab211d178552616" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f5e5249-413b-45f4-b1d9-31eaaca61f82" - ], - "x-ms-correlation-request-id": [ - "0f5e5249-413b-45f4-b1d9-31eaaca61f82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:0f5e5249-413b-45f4-b1d9-31eaaca61f82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "ceb78f39efe647dbb43b1046021ab07a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7099bb2-c95f-4cb8-a962-279b30e39e97" - ], - "x-ms-correlation-request-id": [ - "d7099bb2-c95f-4cb8-a962-279b30e39e97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184501Z:d7099bb2-c95f-4cb8-a962-279b30e39e97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "5c165f387f3f4d86867b4fc3c224e81b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "440fb01a-8c4e-41a7-9dba-fe677da9f30e" - ], - "x-ms-correlation-request-id": [ - "440fb01a-8c4e-41a7-9dba-fe677da9f30e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184502Z:440fb01a-8c4e-41a7-9dba-fe677da9f30e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "08f4ffdaab06422d866dcbd0386b3e4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46d6f246-8ebc-48b5-87ca-1b4551ad11f7" - ], - "x-ms-correlation-request-id": [ - "46d6f246-8ebc-48b5-87ca-1b4551ad11f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184502Z:46d6f246-8ebc-48b5-87ca-1b4551ad11f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "770c5fe9c86545889b04915df5beb71c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f4a2371-56db-4677-a705-17838e809660" - ], - "x-ms-correlation-request-id": [ - "3f4a2371-56db-4677-a705-17838e809660" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184502Z:3f4a2371-56db-4677-a705-17838e809660" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "71e09aceaa064f3fac6a9ca146b9b146" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b669a988-078b-46fb-8641-372cb79d4c19" - ], - "x-ms-correlation-request-id": [ - "b669a988-078b-46fb-8641-372cb79d4c19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184502Z:b669a988-078b-46fb-8641-372cb79d4c19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "d08ce1fa6c714cc698bdf520b4acc112" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3d4c9829-2767-441e-a8ce-67106bdc04e3" - ], - "x-ms-correlation-request-id": [ - "3d4c9829-2767-441e-a8ce-67106bdc04e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184502Z:3d4c9829-2767-441e-a8ce-67106bdc04e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "e530da6a9bab4152b77fad250ddc0506" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27cff8e1-2e6b-4b77-b3c6-b301f5b107cc" - ], - "x-ms-correlation-request-id": [ - "27cff8e1-2e6b-4b77-b3c6-b301f5b107cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:27cff8e1-2e6b-4b77-b3c6-b301f5b107cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "f833dacedeb44392a3e18a2a7819482a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b1c77bc-449f-4baa-bc4e-a753d3898c22" - ], - "x-ms-correlation-request-id": [ - "2b1c77bc-449f-4baa-bc4e-a753d3898c22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:2b1c77bc-449f-4baa-bc4e-a753d3898c22" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "c227acb2ca98417a95f8c1a6082b5578" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "022ba1e8-6964-420c-9e96-be8b105fdb8b" - ], - "x-ms-correlation-request-id": [ - "022ba1e8-6964-420c-9e96-be8b105fdb8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:022ba1e8-6964-420c-9e96-be8b105fdb8b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "cc5b886737fc4dee85560efd49b38b1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1341ee50-36fa-4f29-b3fa-23531676bfa0" - ], - "x-ms-correlation-request-id": [ - "1341ee50-36fa-4f29-b3fa-23531676bfa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:1341ee50-36fa-4f29-b3fa-23531676bfa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "3cc3aa7534b64dadac59062b108468cd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcfadf0c-2bdc-4355-9933-17f516238d3a" - ], - "x-ms-correlation-request-id": [ - "fcfadf0c-2bdc-4355-9933-17f516238d3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:fcfadf0c-2bdc-4355-9933-17f516238d3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "f5c03f342b114be5aaf4fa883183c984" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21d0b510-91b6-4cf4-b9e4-cf75f417674e" - ], - "x-ms-correlation-request-id": [ - "21d0b510-91b6-4cf4-b9e4-cf75f417674e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:21d0b510-91b6-4cf4-b9e4-cf75f417674e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "0cab5b7c2561496db4260f0d07b50865" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f77ec15-76a5-4ff4-a500-754673e15379" - ], - "x-ms-correlation-request-id": [ - "6f77ec15-76a5-4ff4-a500-754673e15379" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:6f77ec15-76a5-4ff4-a500-754673e15379" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "335b87d3241a4a2d9e670eae2bbf9dee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "260c2adf-e8fe-426a-9729-af15c261cbf6" - ], - "x-ms-correlation-request-id": [ - "260c2adf-e8fe-426a-9729-af15c261cbf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184503Z:260c2adf-e8fe-426a-9729-af15c261cbf6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "046d0d08e72d437f8eb4b2585f0cca87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fc6e31cf-80f6-4b34-9b43-8cd933c24979" - ], - "x-ms-correlation-request-id": [ - "fc6e31cf-80f6-4b34-9b43-8cd933c24979" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:fc6e31cf-80f6-4b34-9b43-8cd933c24979" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "c0f3979b9bda4ee6a716c59799f51edf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d3ed4749-8c35-47f7-9306-1321e0131545" - ], - "x-ms-correlation-request-id": [ - "d3ed4749-8c35-47f7-9306-1321e0131545" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:d3ed4749-8c35-47f7-9306-1321e0131545" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "80627e9c2c924e8eb5a654980843b191" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf086cd1-edaa-42d6-92ba-7deedab6892e" - ], - "x-ms-correlation-request-id": [ - "cf086cd1-edaa-42d6-92ba-7deedab6892e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:cf086cd1-edaa-42d6-92ba-7deedab6892e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "35e5e4bdbd2e4e5f80937a1cd5b81adb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0d21ffe0-e45b-4784-9257-ed11eba6af51" - ], - "x-ms-correlation-request-id": [ - "0d21ffe0-e45b-4784-9257-ed11eba6af51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:0d21ffe0-e45b-4784-9257-ed11eba6af51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "2058ad862cca4ecd9171b0f1feff1221" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2a1e9595-2292-403c-b7f7-ef67fce6a051" - ], - "x-ms-correlation-request-id": [ - "2a1e9595-2292-403c-b7f7-ef67fce6a051" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:2a1e9595-2292-403c-b7f7-ef67fce6a051" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "51ececff8b9e43b0962541200096672d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a848d753-4079-46db-8488-c48ebb5e5c8f" - ], - "x-ms-correlation-request-id": [ - "a848d753-4079-46db-8488-c48ebb5e5c8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:a848d753-4079-46db-8488-c48ebb5e5c8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "5076985c05f245479c1fb58e76c95cd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "90565a1b-8c88-4ca2-ae30-dc3d09ce0921" - ], - "x-ms-correlation-request-id": [ - "90565a1b-8c88-4ca2-ae30-dc3d09ce0921" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:90565a1b-8c88-4ca2-ae30-dc3d09ce0921" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "4e172beb1cab4f04af89b36f0a316acc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9dbc831e-ec96-4e7e-b4cd-2289a2ba6d91" - ], - "x-ms-correlation-request-id": [ - "9dbc831e-ec96-4e7e-b4cd-2289a2ba6d91" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:9dbc831e-ec96-4e7e-b4cd-2289a2ba6d91" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "7be4a8bbba6c42d58d63b53ea9aa4048" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e652fab2-2dc8-4bf3-8a50-5d016115a7ab" - ], - "x-ms-correlation-request-id": [ - "e652fab2-2dc8-4bf3-8a50-5d016115a7ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184504Z:e652fab2-2dc8-4bf3-8a50-5d016115a7ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "2fbfae86699c48a5ab6b77d1314839a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d301e350-764e-4692-9225-ddadbe21a8bf" - ], - "x-ms-correlation-request-id": [ - "d301e350-764e-4692-9225-ddadbe21a8bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184505Z:d301e350-764e-4692-9225-ddadbe21a8bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "5a1dee7beec2470ca38025f632e536a9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ed3092c-10db-4550-81f0-54e12d3117c4" - ], - "x-ms-correlation-request-id": [ - "0ed3092c-10db-4550-81f0-54e12d3117c4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184505Z:0ed3092c-10db-4550-81f0-54e12d3117c4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "1656561a239d41ce9851e6503d19c0d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "97865542-1b33-460c-9837-1ac2b8696d5c" - ], - "x-ms-correlation-request-id": [ - "97865542-1b33-460c-9837-1ac2b8696d5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184505Z:97865542-1b33-460c-9837-1ac2b8696d5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "7ffc6d9d372e4cf09da3aab18ace7bfc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e0062e6-e494-4a72-906a-58c1c2e06e61" - ], - "x-ms-correlation-request-id": [ - "9e0062e6-e494-4a72-906a-58c1c2e06e61" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184505Z:9e0062e6-e494-4a72-906a-58c1c2e06e61" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "aead487089ff43b0a3f00f9dc9452b45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8b8a8ba-6212-4db7-8786-02c4ed8c558e" - ], - "x-ms-correlation-request-id": [ - "e8b8a8ba-6212-4db7-8786-02c4ed8c558e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184505Z:e8b8a8ba-6212-4db7-8786-02c4ed8c558e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "b53b58ce91c14b0794c34c0596101bc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49ca2f33-5aa0-4aac-bc03-942fd9acf4ac" - ], - "x-ms-correlation-request-id": [ - "49ca2f33-5aa0-4aac-bc03-942fd9acf4ac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184505Z:49ca2f33-5aa0-4aac-bc03-942fd9acf4ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "1267dd266ff54c7b940eb994ba7ea213" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e85f2605-ee93-4729-ae9b-adfc27dd5d87" - ], - "x-ms-correlation-request-id": [ - "e85f2605-ee93-4729-ae9b-adfc27dd5d87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184505Z:e85f2605-ee93-4729-ae9b-adfc27dd5d87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "25b23c44b7264a7591d2cba081c6904f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd3d79bd-379c-490a-8b64-99a95d4ae8d9" - ], - "x-ms-correlation-request-id": [ - "fd3d79bd-379c-490a-8b64-99a95d4ae8d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:fd3d79bd-379c-490a-8b64-99a95d4ae8d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "ae2c9f11d87f4798b17ee23c52629574" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c3766f8-2169-4b88-b6b2-d69159246e54" - ], - "x-ms-correlation-request-id": [ - "6c3766f8-2169-4b88-b6b2-d69159246e54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:6c3766f8-2169-4b88-b6b2-d69159246e54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "03e1c91ec42b43309f75873d4514f870" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "297554f9-9bef-4136-9821-6d68ab57caa0" - ], - "x-ms-correlation-request-id": [ - "297554f9-9bef-4136-9821-6d68ab57caa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:297554f9-9bef-4136-9821-6d68ab57caa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "8b1efef35bc0459f89cef0a06ea3b6d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e8c8084-d7e8-4d95-954f-042559bc5a8f" - ], - "x-ms-correlation-request-id": [ - "3e8c8084-d7e8-4d95-954f-042559bc5a8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:3e8c8084-d7e8-4d95-954f-042559bc5a8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "d14bd5a610df4fcbbf4125f391808598" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cec47948-9ab9-4156-8dda-220c9d29fb6a" - ], - "x-ms-correlation-request-id": [ - "cec47948-9ab9-4156-8dda-220c9d29fb6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:cec47948-9ab9-4156-8dda-220c9d29fb6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" - ], - "x-ms-client-request-id": [ - "517ddd89c6b04a8887667b5d13984c38" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aad703cd-6996-48b8-aa22-4badd80dd77f" - ], - "x-ms-correlation-request-id": [ - "aad703cd-6996-48b8-aa22-4badd80dd77f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:aad703cd-6996-48b8-aa22-4badd80dd77f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" - ], - "x-ms-client-request-id": [ - "f1a88f28702043a083bb05d5eca8f7d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6daa7b19-150f-4b4b-b88c-4947534d7119" - ], - "x-ms-correlation-request-id": [ - "6daa7b19-150f-4b4b-b88c-4947534d7119" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:6daa7b19-150f-4b4b-b88c-4947534d7119" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" - ], - "x-ms-client-request-id": [ - "0320caaa343547ba8cce428c440b74aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9006db2b-34ff-4416-bd06-3b0073cf7eda" - ], - "x-ms-correlation-request-id": [ - "9006db2b-34ff-4416-bd06-3b0073cf7eda" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:9006db2b-34ff-4416-bd06-3b0073cf7eda" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" - ], - "x-ms-client-request-id": [ - "aac8505c09914996868e45fd7da034e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e645ec53-290a-44d0-b080-8bbde590e438" - ], - "x-ms-correlation-request-id": [ - "e645ec53-290a-44d0-b080-8bbde590e438" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184506Z:e645ec53-290a-44d0-b080-8bbde590e438" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" - ], - "x-ms-client-request-id": [ - "6552ed886b5e43378565d55af1f5c7dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b241abaa-3bf5-4fe3-a094-ea7788447bab" - ], - "x-ms-correlation-request-id": [ - "b241abaa-3bf5-4fe3-a094-ea7788447bab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:b241abaa-3bf5-4fe3-a094-ea7788447bab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" - ], - "x-ms-client-request-id": [ - "a5d9f89c97044834b141a8df452f66ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb750523-09a8-4206-9e75-b052ccd01026" - ], - "x-ms-correlation-request-id": [ - "bb750523-09a8-4206-9e75-b052ccd01026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:bb750523-09a8-4206-9e75-b052ccd01026" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "15d6548605fd48c49e7744014448dc83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ac0708d-ce24-4242-aef5-f220b5cdb192" - ], - "x-ms-correlation-request-id": [ - "4ac0708d-ce24-4242-aef5-f220b5cdb192" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:4ac0708d-ce24-4242-aef5-f220b5cdb192" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "2d6afbea7c794bbcb310a6c258e52ee2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "224d870f-7660-4a1a-bd10-3300ada02219" - ], - "x-ms-correlation-request-id": [ - "224d870f-7660-4a1a-bd10-3300ada02219" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:224d870f-7660-4a1a-bd10-3300ada02219" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "13bc44ca28614897a52d03f1cc08357f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53d3b5cc-2629-491a-b2f7-f980a424af1f" - ], - "x-ms-correlation-request-id": [ - "53d3b5cc-2629-491a-b2f7-f980a424af1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:53d3b5cc-2629-491a-b2f7-f980a424af1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "0e4f2d36204a48f1a5af9de0e7a77faa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2569a7bb-c818-42c7-b147-1c7c13fca287" - ], - "x-ms-correlation-request-id": [ - "2569a7bb-c818-42c7-b147-1c7c13fca287" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:2569a7bb-c818-42c7-b147-1c7c13fca287" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "e92b890c76b642f8982e61604c993c5c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c6802c8-1b3d-4d91-aa6a-73e27f11f8a2" - ], - "x-ms-correlation-request-id": [ - "8c6802c8-1b3d-4d91-aa6a-73e27f11f8a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:8c6802c8-1b3d-4d91-aa6a-73e27f11f8a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "ab85fca6f6d5433594a51e759bfa773b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e61f777-4e28-4fe7-8d83-eb2ba68fb039" - ], - "x-ms-correlation-request-id": [ - "0e61f777-4e28-4fe7-8d83-eb2ba68fb039" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:0e61f777-4e28-4fe7-8d83-eb2ba68fb039" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "07413891e39040fb8385f04efedc1874" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c13edd96-99b2-476b-b664-a8bb6ce6aa36" - ], - "x-ms-correlation-request-id": [ - "c13edd96-99b2-476b-b664-a8bb6ce6aa36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184507Z:c13edd96-99b2-476b-b664-a8bb6ce6aa36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "7066a45c28d34a4495f07df78edb395b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1de0c06a-6467-42ab-9f0b-5725730c5dae" - ], - "x-ms-correlation-request-id": [ - "1de0c06a-6467-42ab-9f0b-5725730c5dae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:1de0c06a-6467-42ab-9f0b-5725730c5dae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "b39c1e10f77d42c3af6531a95701ff06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83bd9431-5dd3-4ffd-9d27-e473e5470fed" - ], - "x-ms-correlation-request-id": [ - "83bd9431-5dd3-4ffd-9d27-e473e5470fed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:83bd9431-5dd3-4ffd-9d27-e473e5470fed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" - ], - "x-ms-client-request-id": [ - "608f5d6d28124615bbac555a2915f172" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10a7768d-a82c-4e9d-9881-345621766889" - ], - "x-ms-correlation-request-id": [ - "10a7768d-a82c-4e9d-9881-345621766889" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:10a7768d-a82c-4e9d-9881-345621766889" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "09118d50a0764535b1230d5e1a722b9e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "307ba6b8-57f3-49df-b074-7d41ca1cb6df" - ], - "x-ms-correlation-request-id": [ - "307ba6b8-57f3-49df-b074-7d41ca1cb6df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:307ba6b8-57f3-49df-b074-7d41ca1cb6df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "1a3341f3307a4521824aed7a8bb08a0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cde0b400-5588-4f9b-a7d3-6356fb5454a1" - ], - "x-ms-correlation-request-id": [ - "cde0b400-5588-4f9b-a7d3-6356fb5454a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:cde0b400-5588-4f9b-a7d3-6356fb5454a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "0727d73192d942e3bf832bfd75c17429" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3908491-c4a8-4e89-8f53-e15a03a24d40" - ], - "x-ms-correlation-request-id": [ - "e3908491-c4a8-4e89-8f53-e15a03a24d40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:e3908491-c4a8-4e89-8f53-e15a03a24d40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "ce5b40c4f9e54a7198235189050ac4f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "312706ed-9da2-4790-8af1-988c5af73260" - ], - "x-ms-correlation-request-id": [ - "312706ed-9da2-4790-8af1-988c5af73260" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:312706ed-9da2-4790-8af1-988c5af73260" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "3a9533579cc244559f5daac8f9cd22b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "323e039d-7070-409a-9b0b-f1ae056f3262" - ], - "x-ms-correlation-request-id": [ - "323e039d-7070-409a-9b0b-f1ae056f3262" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184508Z:323e039d-7070-409a-9b0b-f1ae056f3262" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "45fea9c8b80145c2aebfaa3c17618728" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "532c511b-aba7-4a16-8105-beece48c58a0" - ], - "x-ms-correlation-request-id": [ - "532c511b-aba7-4a16-8105-beece48c58a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:532c511b-aba7-4a16-8105-beece48c58a0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "f5b67be069d343e89351909da89528d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "69e880f4-ca33-4a96-b2da-2383db134b9e" - ], - "x-ms-correlation-request-id": [ - "69e880f4-ca33-4a96-b2da-2383db134b9e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:69e880f4-ca33-4a96-b2da-2383db134b9e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "7ac28ee268c34032a16e5349ea39dd6e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9eda1686-1ecb-4f58-b5c9-d81430150d02" - ], - "x-ms-correlation-request-id": [ - "9eda1686-1ecb-4f58-b5c9-d81430150d02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:9eda1686-1ecb-4f58-b5c9-d81430150d02" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" - ], - "x-ms-client-request-id": [ - "79d2ea154ce94d70831f81c0d8e786bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "abe1b7f9-108b-488d-a2f9-2dda451df2b5" - ], - "x-ms-correlation-request-id": [ - "abe1b7f9-108b-488d-a2f9-2dda451df2b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:abe1b7f9-108b-488d-a2f9-2dda451df2b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" - ], - "x-ms-client-request-id": [ - "bd5bab3efa5b45dc946c94c38d130149" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d327e42-262b-402a-a820-07b952f9e783" - ], - "x-ms-correlation-request-id": [ - "2d327e42-262b-402a-a820-07b952f9e783" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:2d327e42-262b-402a-a820-07b952f9e783" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "x-ms-client-request-id": [ - "4cb838b6a2ec425aa02d2b00b3088fa7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "175e3b17-8c8b-414e-9577-586aad94863f" - ], - "x-ms-correlation-request-id": [ - "175e3b17-8c8b-414e-9577-586aad94863f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:175e3b17-8c8b-414e-9577-586aad94863f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "x-ms-client-request-id": [ - "b9f2484c600c450eb34a8f61212bb49c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "233ba6a0-881c-4153-b2c4-0ab9e76d2899" - ], - "x-ms-correlation-request-id": [ - "233ba6a0-881c-4153-b2c4-0ab9e76d2899" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:233ba6a0-881c-4153-b2c4-0ab9e76d2899" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-client-request-id": [ - "1131e80b2e544e948c6fcbc1f7eed97a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "218eec39-f05a-4684-9e87-237d8ffb34da" - ], - "x-ms-correlation-request-id": [ - "218eec39-f05a-4684-9e87-237d8ffb34da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184509Z:218eec39-f05a-4684-9e87-237d8ffb34da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "x-ms-client-request-id": [ - "04b6724feb1047219ee17c1205f2fdc2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29fae660-f842-48fd-bd25-9189321b0edd" - ], - "x-ms-correlation-request-id": [ - "29fae660-f842-48fd-bd25-9189321b0edd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:29fae660-f842-48fd-bd25-9189321b0edd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" - ], - "x-ms-client-request-id": [ - "29abfa8e3821467a89d0530e00f553b9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf4a5ad9-65d4-479a-9f36-65cb8d94d637" - ], - "x-ms-correlation-request-id": [ - "cf4a5ad9-65d4-479a-9f36-65cb8d94d637" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:cf4a5ad9-65d4-479a-9f36-65cb8d94d637" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" - ], - "x-ms-client-request-id": [ - "fe42983b959248daabef2e82fa38b9c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "462feda6-2407-4503-b439-66c61ff970c5" - ], - "x-ms-correlation-request-id": [ - "462feda6-2407-4503-b439-66c61ff970c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:462feda6-2407-4503-b439-66c61ff970c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" - ], - "x-ms-client-request-id": [ - "0e6a7bf97b024ea29820c9e79f6b1a57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e40d4d99-607c-4ef9-9951-357ea6f9ef11" - ], - "x-ms-correlation-request-id": [ - "e40d4d99-607c-4ef9-9951-357ea6f9ef11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:e40d4d99-607c-4ef9-9951-357ea6f9ef11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14683" - ], - "x-ms-client-request-id": [ - "3e9192d078cf4ba4bf7e2c47c61a2429" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a96b9350-530f-41c5-bcf6-360849d1c092" - ], - "x-ms-correlation-request-id": [ - "a96b9350-530f-41c5-bcf6-360849d1c092" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:a96b9350-530f-41c5-bcf6-360849d1c092" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" - ], - "x-ms-client-request-id": [ - "65255fb815be4d03a51ee61a7c3f5317" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "49ffcd76-ce67-42fa-8199-e0e45a1c4611" - ], - "x-ms-correlation-request-id": [ - "49ffcd76-ce67-42fa-8199-e0e45a1c4611" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:49ffcd76-ce67-42fa-8199-e0e45a1c4611" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" - ], - "x-ms-client-request-id": [ - "9e4341a2929a4ccda7411705f02b8c86" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "29746f62-0465-4e70-9fc3-f9e3fc773f6b" - ], - "x-ms-correlation-request-id": [ - "29746f62-0465-4e70-9fc3-f9e3fc773f6b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:29746f62-0465-4e70-9fc3-f9e3fc773f6b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14680" - ], - "x-ms-client-request-id": [ - "21f083af5e1a4a31bc124b80a5bd4b14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4389a47-2ca3-41ca-83df-0e6542da956c" - ], - "x-ms-correlation-request-id": [ - "a4389a47-2ca3-41ca-83df-0e6542da956c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:a4389a47-2ca3-41ca-83df-0e6542da956c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" - ], - "x-ms-client-request-id": [ - "201f2423ff63402ab0ecc88117563ec2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5d6eb48-d4fc-46da-bfff-b2ba2d6ea8c7" - ], - "x-ms-correlation-request-id": [ - "a5d6eb48-d4fc-46da-bfff-b2ba2d6ea8c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184510Z:a5d6eb48-d4fc-46da-bfff-b2ba2d6ea8c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14678" - ], - "x-ms-client-request-id": [ - "241ce6562c9545b791a6a87dad0f1db0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5def621a-29ff-4877-a6f0-014904ffbd8c" - ], - "x-ms-correlation-request-id": [ - "5def621a-29ff-4877-a6f0-014904ffbd8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:5def621a-29ff-4877-a6f0-014904ffbd8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14677" - ], - "x-ms-client-request-id": [ - "beb9366b859741fc9aefc0a3193b0147" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08fba4cd-a8c0-45b8-92e5-0855ec91d5de" - ], - "x-ms-correlation-request-id": [ - "08fba4cd-a8c0-45b8-92e5-0855ec91d5de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:08fba4cd-a8c0-45b8-92e5-0855ec91d5de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14676" - ], - "x-ms-client-request-id": [ - "0031fcb158f54d55b9509ed09e9b2191" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ea68084-7120-4ffc-a998-52c142e5f716" - ], - "x-ms-correlation-request-id": [ - "9ea68084-7120-4ffc-a998-52c142e5f716" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:9ea68084-7120-4ffc-a998-52c142e5f716" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" - ], - "x-ms-client-request-id": [ - "aece507fbc284fa1a7c38101130c1588" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e75797ea-56a1-4fe7-9026-e91db993aaf5" - ], - "x-ms-correlation-request-id": [ - "e75797ea-56a1-4fe7-9026-e91db993aaf5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:e75797ea-56a1-4fe7-9026-e91db993aaf5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" - ], - "x-ms-client-request-id": [ - "d3f4578e110f4a8993d010ebe9d6df65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9772bfef-66f4-411e-9a0e-24276b91cd47" - ], - "x-ms-correlation-request-id": [ - "9772bfef-66f4-411e-9a0e-24276b91cd47" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:9772bfef-66f4-411e-9a0e-24276b91cd47" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" - ], - "x-ms-client-request-id": [ - "31ef63b350194536982c26ca07b739bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9fb3c5b2-2ae9-46c9-82c2-05fbb6fc7931" - ], - "x-ms-correlation-request-id": [ - "9fb3c5b2-2ae9-46c9-82c2-05fbb6fc7931" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:9fb3c5b2-2ae9-46c9-82c2-05fbb6fc7931" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14672" - ], - "x-ms-client-request-id": [ - "4425fe7281964b58963a8fab4e3578e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1a8b6716-fc2e-4cb1-9c3f-4bc54f68034c" - ], - "x-ms-correlation-request-id": [ - "1a8b6716-fc2e-4cb1-9c3f-4bc54f68034c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:1a8b6716-fc2e-4cb1-9c3f-4bc54f68034c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14671" - ], - "x-ms-client-request-id": [ - "081a4c294ccf41d584e34f98500a6bef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61a46f7b-3a10-4e0a-b785-737f721e49ab" - ], - "x-ms-correlation-request-id": [ - "61a46f7b-3a10-4e0a-b785-737f721e49ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184511Z:61a46f7b-3a10-4e0a-b785-737f721e49ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" - ], - "x-ms-client-request-id": [ - "65f27828a9d24ab79cc58a8feaabd853" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fee81611-f000-43a6-97cc-b8c3fd63c331" - ], - "x-ms-correlation-request-id": [ - "fee81611-f000-43a6-97cc-b8c3fd63c331" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184512Z:fee81611-f000-43a6-97cc-b8c3fd63c331" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" - ], - "x-ms-client-request-id": [ - "050de5d732d54cd6a12d96ca425d42bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a21dd554-ae04-4d2d-b25a-2cd7bb58899f" - ], - "x-ms-correlation-request-id": [ - "a21dd554-ae04-4d2d-b25a-2cd7bb58899f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184512Z:a21dd554-ae04-4d2d-b25a-2cd7bb58899f" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14665" - ], - "x-ms-client-request-id": [ - "ba50a22575324f32b115189caaf31d51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba4ad890-b00f-4ea5-bcde-77aeca62a28d" - ], - "x-ms-correlation-request-id": [ - "ba4ad890-b00f-4ea5-bcde-77aeca62a28d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184512Z:ba4ad890-b00f-4ea5-bcde-77aeca62a28d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14664" - ], - "x-ms-client-request-id": [ - "ad2bbf977c4f48d480b81ab92e77fc71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1bc48563-9d61-44fd-a53c-07a587472764" - ], - "x-ms-correlation-request-id": [ - "1bc48563-9d61-44fd-a53c-07a587472764" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184512Z:1bc48563-9d61-44fd-a53c-07a587472764" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14663" - ], - "x-ms-client-request-id": [ - "07dd99e72fd54c4c964502a2a4a90599" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36e0373f-c78c-4f4a-8ad1-1f73404cc550" - ], - "x-ms-correlation-request-id": [ - "36e0373f-c78c-4f4a-8ad1-1f73404cc550" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184512Z:36e0373f-c78c-4f4a-8ad1-1f73404cc550" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14662" - ], - "x-ms-client-request-id": [ - "f53ae8aadcaf44f3a95eed4be6bcbd16" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a6e5832c-d9fe-426e-956b-9f4fe00b76f9" - ], - "x-ms-correlation-request-id": [ - "a6e5832c-d9fe-426e-956b-9f4fe00b76f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:a6e5832c-d9fe-426e-956b-9f4fe00b76f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14661" - ], - "x-ms-client-request-id": [ - "4674dbfe97a248c5a3aebfa0e9452d7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa308f6a-d99d-447b-bb55-110812156582" - ], - "x-ms-correlation-request-id": [ - "fa308f6a-d99d-447b-bb55-110812156582" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:fa308f6a-d99d-447b-bb55-110812156582" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14660" - ], - "x-ms-client-request-id": [ - "fb0d36bf63574e0abf90311c4534f902" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3198ae6-7b64-4cc9-9e1a-6e5294d1846e" - ], - "x-ms-correlation-request-id": [ - "f3198ae6-7b64-4cc9-9e1a-6e5294d1846e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:f3198ae6-7b64-4cc9-9e1a-6e5294d1846e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14659" - ], - "x-ms-client-request-id": [ - "3fbc8606dde44ecea3040ab50cc0711e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e96db48b-2d7b-4c90-a1ce-e0c8bfd93cf5" - ], - "x-ms-correlation-request-id": [ - "e96db48b-2d7b-4c90-a1ce-e0c8bfd93cf5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:e96db48b-2d7b-4c90-a1ce-e0c8bfd93cf5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14658" - ], - "x-ms-client-request-id": [ - "d0a3922be8f14016ae190b1f6f27cc57" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f50f979-8214-4fc4-b916-3164bf9a407e" - ], - "x-ms-correlation-request-id": [ - "1f50f979-8214-4fc4-b916-3164bf9a407e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:1f50f979-8214-4fc4-b916-3164bf9a407e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14657" - ], - "x-ms-client-request-id": [ - "40d37d0277834685ba36c12189d4e9d0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e04ffbc-bf3e-47e7-a908-21dd57a5bad2" - ], - "x-ms-correlation-request-id": [ - "1e04ffbc-bf3e-47e7-a908-21dd57a5bad2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:1e04ffbc-bf3e-47e7-a908-21dd57a5bad2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14656" - ], - "x-ms-client-request-id": [ - "e0803dc18ffc48d5a18445278fb823e8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cfc2ea76-d32b-4ece-b6e7-8a8686172d99" - ], - "x-ms-correlation-request-id": [ - "cfc2ea76-d32b-4ece-b6e7-8a8686172d99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:cfc2ea76-d32b-4ece-b6e7-8a8686172d99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14655" - ], - "x-ms-client-request-id": [ - "004242eee94447fe8c16a14aff7a6c22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38d2f66b-c59a-4e2a-92fc-4efba3f1af28" - ], - "x-ms-correlation-request-id": [ - "38d2f66b-c59a-4e2a-92fc-4efba3f1af28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184513Z:38d2f66b-c59a-4e2a-92fc-4efba3f1af28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14654" - ], - "x-ms-client-request-id": [ - "733e0a3098654bd980dcb21d0e7adac7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdb28fab-8ddb-4721-8498-99f94b9379d0" - ], - "x-ms-correlation-request-id": [ - "cdb28fab-8ddb-4721-8498-99f94b9379d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184514Z:cdb28fab-8ddb-4721-8498-99f94b9379d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14653" - ], - "x-ms-client-request-id": [ - "68cdd7236ed04e35a121b4a377e4a156" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95faf037-4f9d-4c92-adfe-d64d1104902e" - ], - "x-ms-correlation-request-id": [ - "95faf037-4f9d-4c92-adfe-d64d1104902e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184514Z:95faf037-4f9d-4c92-adfe-d64d1104902e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14652" - ], - "x-ms-client-request-id": [ - "6b02050169244705acf703c7d6498d81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e342a788-8316-4023-ab0e-be3f2b09862e" - ], - "x-ms-correlation-request-id": [ - "e342a788-8316-4023-ab0e-be3f2b09862e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184514Z:e342a788-8316-4023-ab0e-be3f2b09862e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14651" - ], - "x-ms-client-request-id": [ - "c3dd476083b14aa9b9d40e60dfb5ccbd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c3baa6f5-fdb8-4719-b400-d3ffe2c3756d" - ], - "x-ms-correlation-request-id": [ - "c3baa6f5-fdb8-4719-b400-d3ffe2c3756d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184514Z:c3baa6f5-fdb8-4719-b400-d3ffe2c3756d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14650" - ], - "x-ms-client-request-id": [ - "2391720b5518422d928282fe7cf00e95" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b93303f9-ff54-4bab-a97e-e680528c54d0" - ], - "x-ms-correlation-request-id": [ - "b93303f9-ff54-4bab-a97e-e680528c54d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184514Z:b93303f9-ff54-4bab-a97e-e680528c54d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14649" - ], - "x-ms-client-request-id": [ - "82742f791378460abd854df9e9951fcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2dc4349b-b73c-4d61-b8fc-f7812022a1de" - ], - "x-ms-correlation-request-id": [ - "2dc4349b-b73c-4d61-b8fc-f7812022a1de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184514Z:2dc4349b-b73c-4d61-b8fc-f7812022a1de" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14648" - ], - "x-ms-client-request-id": [ - "6b0c01f3992b4e0985ce4403798a9075" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c16ac52-d827-4fcd-9f1d-9662a6230274" - ], - "x-ms-correlation-request-id": [ - "0c16ac52-d827-4fcd-9f1d-9662a6230274" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:0c16ac52-d827-4fcd-9f1d-9662a6230274" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14647" - ], - "x-ms-client-request-id": [ - "8137f5cbd15c45e4b89bbdcd25c8c8a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d1c4d8b9-1577-4584-ae18-e67cfe24e01f" - ], - "x-ms-correlation-request-id": [ - "d1c4d8b9-1577-4584-ae18-e67cfe24e01f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:d1c4d8b9-1577-4584-ae18-e67cfe24e01f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14646" - ], - "x-ms-client-request-id": [ - "917c07d672174c25a16b48f6ef20780f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9604abc2-b6d5-406c-8417-b41b9262cc21" - ], - "x-ms-correlation-request-id": [ - "9604abc2-b6d5-406c-8417-b41b9262cc21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:9604abc2-b6d5-406c-8417-b41b9262cc21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14645" - ], - "x-ms-client-request-id": [ - "5757cfa7e8d74248b34e40b8f181cd18" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb672168-c66b-4e2f-af2a-9f78795cfab7" - ], - "x-ms-correlation-request-id": [ - "fb672168-c66b-4e2f-af2a-9f78795cfab7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:fb672168-c66b-4e2f-af2a-9f78795cfab7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14644" - ], - "x-ms-client-request-id": [ - "9c263ca78a4447bfa0b48165d601b7b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ab84a7b-2441-4d44-8167-b3a1da1ed746" - ], - "x-ms-correlation-request-id": [ - "5ab84a7b-2441-4d44-8167-b3a1da1ed746" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:5ab84a7b-2441-4d44-8167-b3a1da1ed746" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14643" - ], - "x-ms-client-request-id": [ - "38bf26c2d43e46dbb0a53af314959146" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4c790a9e-d032-434b-8d42-bb8598368939" - ], - "x-ms-correlation-request-id": [ - "4c790a9e-d032-434b-8d42-bb8598368939" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:4c790a9e-d032-434b-8d42-bb8598368939" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14642" - ], - "x-ms-client-request-id": [ - "20e8d709dece47d0aa3051f408480baf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e30999a1-f443-421b-a7d1-45e58e7f3351" - ], - "x-ms-correlation-request-id": [ - "e30999a1-f443-421b-a7d1-45e58e7f3351" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:e30999a1-f443-421b-a7d1-45e58e7f3351" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14641" - ], - "x-ms-client-request-id": [ - "c712ac33df3e4e958e71d3afcc855725" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "91fa023b-89ff-407e-8820-032c664f5ad2" - ], - "x-ms-correlation-request-id": [ - "91fa023b-89ff-407e-8820-032c664f5ad2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184515Z:91fa023b-89ff-407e-8820-032c664f5ad2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14640" - ], - "x-ms-client-request-id": [ - "345c84fe36ed4a40ad0d57acee307145" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83d5d97b-0ab3-4645-a4ec-95116279ceaa" - ], - "x-ms-correlation-request-id": [ - "83d5d97b-0ab3-4645-a4ec-95116279ceaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:83d5d97b-0ab3-4645-a4ec-95116279ceaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14639" - ], - "x-ms-client-request-id": [ - "bf557c8c1b4b40eb88d921af0f686de4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a6c0fea-32ba-4069-ab03-a27e56103f06" - ], - "x-ms-correlation-request-id": [ - "7a6c0fea-32ba-4069-ab03-a27e56103f06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:7a6c0fea-32ba-4069-ab03-a27e56103f06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14638" - ], - "x-ms-client-request-id": [ - "85043e9c54f549e9beb1ad009f59bd43" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6d74cf8b-3003-4bee-97d6-f9cc1caa003a" - ], - "x-ms-correlation-request-id": [ - "6d74cf8b-3003-4bee-97d6-f9cc1caa003a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:6d74cf8b-3003-4bee-97d6-f9cc1caa003a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14637" - ], - "x-ms-client-request-id": [ - "dbd49100983943b0b38b773ff10b50e5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea75726b-bceb-4688-9398-efd61488b884" - ], - "x-ms-correlation-request-id": [ - "ea75726b-bceb-4688-9398-efd61488b884" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:ea75726b-bceb-4688-9398-efd61488b884" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14636" - ], - "x-ms-client-request-id": [ - "3c892c4292b4413a969dee4f75d43922" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1b22da5-43d8-4f31-9543-c35e490c5aeb" - ], - "x-ms-correlation-request-id": [ - "e1b22da5-43d8-4f31-9543-c35e490c5aeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:e1b22da5-43d8-4f31-9543-c35e490c5aeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14635" - ], - "x-ms-client-request-id": [ - "bbd20a0193b0436fa0781d23f95f7b36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce593457-18ae-4eb8-a629-799c31f44801" - ], - "x-ms-correlation-request-id": [ - "ce593457-18ae-4eb8-a629-799c31f44801" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:ce593457-18ae-4eb8-a629-799c31f44801" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14634" - ], - "x-ms-client-request-id": [ - "449d1d551a41475f8633ec676ef9408d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1669dd97-0d7d-4d11-8972-7fb6552aea29" - ], - "x-ms-correlation-request-id": [ - "1669dd97-0d7d-4d11-8972-7fb6552aea29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:1669dd97-0d7d-4d11-8972-7fb6552aea29" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14633" - ], - "x-ms-client-request-id": [ - "dfebdfe0ae154413a3304c61db245535" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "306b65ba-7285-4ab3-a7c5-bfd74362cdf0" - ], - "x-ms-correlation-request-id": [ - "306b65ba-7285-4ab3-a7c5-bfd74362cdf0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:306b65ba-7285-4ab3-a7c5-bfd74362cdf0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14632" - ], - "x-ms-client-request-id": [ - "db51aed5a425454b8fa0b15122d592f9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2abc5009-84ef-4227-b236-6a433c806159" - ], - "x-ms-correlation-request-id": [ - "2abc5009-84ef-4227-b236-6a433c806159" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184516Z:2abc5009-84ef-4227-b236-6a433c806159" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14631" - ], - "x-ms-client-request-id": [ - "57746f2eb91948a8a3f8b0cc51fb225b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6ccaf48b-4f76-4d12-a405-71789b2f8086" - ], - "x-ms-correlation-request-id": [ - "6ccaf48b-4f76-4d12-a405-71789b2f8086" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184517Z:6ccaf48b-4f76-4d12-a405-71789b2f8086" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14630" - ], - "x-ms-client-request-id": [ - "a3d0c779fee440ac88dfdab2567f4a40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fa7a76de-c886-44e8-b367-799f0432a3ad" - ], - "x-ms-correlation-request-id": [ - "fa7a76de-c886-44e8-b367-799f0432a3ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184517Z:fa7a76de-c886-44e8-b367-799f0432a3ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14629" - ], - "x-ms-client-request-id": [ - "8c4a6ff4ca9142cfbdd67bd27d3f623c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4be7545-1213-4fae-94f6-d02a85d7f696" - ], - "x-ms-correlation-request-id": [ - "e4be7545-1213-4fae-94f6-d02a85d7f696" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184517Z:e4be7545-1213-4fae-94f6-d02a85d7f696" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14628" - ], - "x-ms-client-request-id": [ - "c19610c23f2744c68721c0c9a1878c75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5353d296-a6f0-402d-988c-ab747fa4b874" - ], - "x-ms-correlation-request-id": [ - "5353d296-a6f0-402d-988c-ab747fa4b874" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184517Z:5353d296-a6f0-402d-988c-ab747fa4b874" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14627" - ], - "x-ms-client-request-id": [ - "5d09af4261454100a2745e30a80ce5b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9842c11-10cb-4f8c-91fb-9895eaab8527" - ], - "x-ms-correlation-request-id": [ - "c9842c11-10cb-4f8c-91fb-9895eaab8527" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184517Z:c9842c11-10cb-4f8c-91fb-9895eaab8527" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14626" - ], - "x-ms-client-request-id": [ - "92662d9acaf44545b3ecea9351e7dc96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0ec9c76b-ac26-46a9-a37b-0d9bfa1cdca6" - ], - "x-ms-correlation-request-id": [ - "0ec9c76b-ac26-46a9-a37b-0d9bfa1cdca6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184517Z:0ec9c76b-ac26-46a9-a37b-0d9bfa1cdca6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14625" - ], - "x-ms-client-request-id": [ - "c7ff06b6a7c349958e0405bd69673a2b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cf2bd88-d2c1-4790-b949-504103e5135c" - ], - "x-ms-correlation-request-id": [ - "9cf2bd88-d2c1-4790-b949-504103e5135c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184517Z:9cf2bd88-d2c1-4790-b949-504103e5135c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14624" - ], - "x-ms-client-request-id": [ - "0d1a1991c7e3484ab0d9fb11db149a3a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec6d67f2-ad7c-4aa0-9932-afd0b6219f66" - ], - "x-ms-correlation-request-id": [ - "ec6d67f2-ad7c-4aa0-9932-afd0b6219f66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:ec6d67f2-ad7c-4aa0-9932-afd0b6219f66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14623" - ], - "x-ms-client-request-id": [ - "5ec7791e1df940e8a613cc203ff3533e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "549c372e-4975-4697-8503-90e5db04d65d" - ], - "x-ms-correlation-request-id": [ - "549c372e-4975-4697-8503-90e5db04d65d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:549c372e-4975-4697-8503-90e5db04d65d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14622" - ], - "x-ms-client-request-id": [ - "a4cd5c104a244d81880f9c745bbb51c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e072863-027c-41cb-b0be-6132597a87cd" - ], - "x-ms-correlation-request-id": [ - "1e072863-027c-41cb-b0be-6132597a87cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:1e072863-027c-41cb-b0be-6132597a87cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14621" - ], - "x-ms-client-request-id": [ - "7a7861fedad84ee493f7ea7f35193656" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78c6b6ad-f6c0-471c-9684-af0dd9f613c6" - ], - "x-ms-correlation-request-id": [ - "78c6b6ad-f6c0-471c-9684-af0dd9f613c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:78c6b6ad-f6c0-471c-9684-af0dd9f613c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14620" - ], - "x-ms-client-request-id": [ - "1cf986c232fc4b30b7421b7563374ac0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95b30a8d-0ae0-47ce-b350-823f310babae" - ], - "x-ms-correlation-request-id": [ - "95b30a8d-0ae0-47ce-b350-823f310babae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:95b30a8d-0ae0-47ce-b350-823f310babae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14619" - ], - "x-ms-client-request-id": [ - "e68aa418c98b419b8d152cb2a52910be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb963bbe-de67-4023-8295-96d5e1040096" - ], - "x-ms-correlation-request-id": [ - "bb963bbe-de67-4023-8295-96d5e1040096" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:bb963bbe-de67-4023-8295-96d5e1040096" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14618" - ], - "x-ms-client-request-id": [ - "ac138afa740a492788da46edcea15304" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ae5a42e-4646-42f8-9125-e7c8a9652a62" - ], - "x-ms-correlation-request-id": [ - "1ae5a42e-4646-42f8-9125-e7c8a9652a62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:1ae5a42e-4646-42f8-9125-e7c8a9652a62" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14617" - ], - "x-ms-client-request-id": [ - "116c7f0be64746c1910daebdf5573aab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a5970bd-2a6d-441e-b5de-f4993238f70e" - ], - "x-ms-correlation-request-id": [ - "5a5970bd-2a6d-441e-b5de-f4993238f70e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184518Z:5a5970bd-2a6d-441e-b5de-f4993238f70e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14616" - ], - "x-ms-client-request-id": [ - "2a86f14b644c4c019396de890fb4f292" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c37c6a15-36ce-4c18-92e0-b8df5535725c" - ], - "x-ms-correlation-request-id": [ - "c37c6a15-36ce-4c18-92e0-b8df5535725c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184519Z:c37c6a15-36ce-4c18-92e0-b8df5535725c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14615" - ], - "x-ms-client-request-id": [ - "e3c77b36b6b0408a957a690b67a45620" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b7e50199-dc62-4e16-94db-111aa51cc32d" - ], - "x-ms-correlation-request-id": [ - "b7e50199-dc62-4e16-94db-111aa51cc32d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184519Z:b7e50199-dc62-4e16-94db-111aa51cc32d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14614" - ], - "x-ms-client-request-id": [ - "aa2f7897e159485aafb8156e2d0da1a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4b023298-8410-41e3-af10-cf83917674b8" - ], - "x-ms-correlation-request-id": [ - "4b023298-8410-41e3-af10-cf83917674b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184519Z:4b023298-8410-41e3-af10-cf83917674b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14613" - ], - "x-ms-client-request-id": [ - "72bd9ebbc30f428aa99e7dd21507eb1d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9af8db6-cc73-4bb4-a5c0-a052fd324856" - ], - "x-ms-correlation-request-id": [ - "f9af8db6-cc73-4bb4-a5c0-a052fd324856" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184519Z:f9af8db6-cc73-4bb4-a5c0-a052fd324856" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14612" - ], - "x-ms-client-request-id": [ - "7e39c082c7af4a60a1068c624c627ac8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "61857453-0feb-4fe2-9bed-d14b5d7f4bc1" - ], - "x-ms-correlation-request-id": [ - "61857453-0feb-4fe2-9bed-d14b5d7f4bc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184519Z:61857453-0feb-4fe2-9bed-d14b5d7f4bc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14611" - ], - "x-ms-client-request-id": [ - "6c9d16ed5eed43e38c52e96a24a024c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd3a791b-7394-4751-9b29-d08f44548515" - ], - "x-ms-correlation-request-id": [ - "cd3a791b-7394-4751-9b29-d08f44548515" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184519Z:cd3a791b-7394-4751-9b29-d08f44548515" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14610" - ], - "x-ms-client-request-id": [ - "895ace318ed141f3b270da8f43632ba4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22ef40ca-835e-4cc0-b72f-17ce8d7aeb98" - ], - "x-ms-correlation-request-id": [ - "22ef40ca-835e-4cc0-b72f-17ce8d7aeb98" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:22ef40ca-835e-4cc0-b72f-17ce8d7aeb98" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14609" - ], - "x-ms-client-request-id": [ - "30928523782e4f13a19f80d3caa594b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cbc3f92f-b75f-4828-add5-b0d176266f23" - ], - "x-ms-correlation-request-id": [ - "cbc3f92f-b75f-4828-add5-b0d176266f23" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:cbc3f92f-b75f-4828-add5-b0d176266f23" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14608" - ], - "x-ms-client-request-id": [ - "dffc8ae2076f4da58a2cafa156f2d3fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "037ddab5-89ea-42ab-86b1-1fb24434c8ec" - ], - "x-ms-correlation-request-id": [ - "037ddab5-89ea-42ab-86b1-1fb24434c8ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:037ddab5-89ea-42ab-86b1-1fb24434c8ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14607" - ], - "x-ms-client-request-id": [ - "45c6a465afb847538f737fbd4e664aa9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c941d46-7551-4c34-9559-e24d1a9ebd13" - ], - "x-ms-correlation-request-id": [ - "2c941d46-7551-4c34-9559-e24d1a9ebd13" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:2c941d46-7551-4c34-9559-e24d1a9ebd13" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14606" - ], - "x-ms-client-request-id": [ - "cd3019f7787040b9a6c033decfd34aaf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6028f7f7-b165-4793-af1c-872415e353d4" - ], - "x-ms-correlation-request-id": [ - "6028f7f7-b165-4793-af1c-872415e353d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:6028f7f7-b165-4793-af1c-872415e353d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14605" - ], - "x-ms-client-request-id": [ - "559a0556fb174421b960704cc6d989d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "640f2c56-72b5-4b5d-90dc-1d22b6c567fd" - ], - "x-ms-correlation-request-id": [ - "640f2c56-72b5-4b5d-90dc-1d22b6c567fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:640f2c56-72b5-4b5d-90dc-1d22b6c567fd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14604" - ], - "x-ms-client-request-id": [ - "e19123e74cb44c4b85d60b2ae3e85096" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab96ca68-8908-4ffc-a963-1f9118e8d597" - ], - "x-ms-correlation-request-id": [ - "ab96ca68-8908-4ffc-a963-1f9118e8d597" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:ab96ca68-8908-4ffc-a963-1f9118e8d597" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14603" - ], - "x-ms-client-request-id": [ - "75321e055cf843408bb3281f7c939212" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fdf10247-ba14-46bb-b438-d9acc45824dc" - ], - "x-ms-correlation-request-id": [ - "fdf10247-ba14-46bb-b438-d9acc45824dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184520Z:fdf10247-ba14-46bb-b438-d9acc45824dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14602" - ], - "x-ms-client-request-id": [ - "da6bddbd3b024055bfe319c733f1d5f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "95cc20e7-f697-42a2-87b6-4b6109f410a9" - ], - "x-ms-correlation-request-id": [ - "95cc20e7-f697-42a2-87b6-4b6109f410a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:95cc20e7-f697-42a2-87b6-4b6109f410a9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14601" - ], - "x-ms-client-request-id": [ - "b429c4f59d9f4460bd64079a1563413d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "374747b5-ae31-4128-995e-35251b8fade8" - ], - "x-ms-correlation-request-id": [ - "374747b5-ae31-4128-995e-35251b8fade8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:374747b5-ae31-4128-995e-35251b8fade8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14600" - ], - "x-ms-client-request-id": [ - "6447e2bd3ea14b61a9fafc9e241415d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8be9388d-2ff4-4cc6-954a-432530c83b21" - ], - "x-ms-correlation-request-id": [ - "8be9388d-2ff4-4cc6-954a-432530c83b21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:8be9388d-2ff4-4cc6-954a-432530c83b21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14599" - ], - "x-ms-client-request-id": [ - "078c65a006b74725b3be7000e8bf5dfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "86276f32-a327-4600-ac8e-01a7a9100d99" - ], - "x-ms-correlation-request-id": [ - "86276f32-a327-4600-ac8e-01a7a9100d99" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:86276f32-a327-4600-ac8e-01a7a9100d99" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14598" - ], - "x-ms-client-request-id": [ - "92bfa984c2b747078a1276babf6b3560" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "717b9cb5-f055-4a9f-8b20-41d46ad0c03f" - ], - "x-ms-correlation-request-id": [ - "717b9cb5-f055-4a9f-8b20-41d46ad0c03f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:717b9cb5-f055-4a9f-8b20-41d46ad0c03f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14597" - ], - "x-ms-client-request-id": [ - "8306266195bb4b529d900a6e389eb78b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fbb9e60-6d4c-421e-86f4-ee42509380a4" - ], - "x-ms-correlation-request-id": [ - "3fbb9e60-6d4c-421e-86f4-ee42509380a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:3fbb9e60-6d4c-421e-86f4-ee42509380a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14596" - ], - "x-ms-client-request-id": [ - "df00348f34ad488d9077e0444cae0904" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "82de6bc2-b746-4de9-8e9d-8bac2c8a03a3" - ], - "x-ms-correlation-request-id": [ - "82de6bc2-b746-4de9-8e9d-8bac2c8a03a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:82de6bc2-b746-4de9-8e9d-8bac2c8a03a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14595" - ], - "x-ms-client-request-id": [ - "0c07b3802cac42578fcd09200ab8f11a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c582f29-a5ff-490f-8d24-87479d1cbc03" - ], - "x-ms-correlation-request-id": [ - "5c582f29-a5ff-490f-8d24-87479d1cbc03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184521Z:5c582f29-a5ff-490f-8d24-87479d1cbc03" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14594" - ], - "x-ms-client-request-id": [ - "54e9a20673484062870956af16206d81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "679e7a8d-7e36-485d-aec5-ce88a2e864f9" - ], - "x-ms-correlation-request-id": [ - "679e7a8d-7e36-485d-aec5-ce88a2e864f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:679e7a8d-7e36-485d-aec5-ce88a2e864f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14593" - ], - "x-ms-client-request-id": [ - "cc02f2fc2f634396a4cf148808548c9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5a9f89a4-c35d-45f1-930e-13ccdff58d7a" - ], - "x-ms-correlation-request-id": [ - "5a9f89a4-c35d-45f1-930e-13ccdff58d7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:5a9f89a4-c35d-45f1-930e-13ccdff58d7a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14592" - ], - "x-ms-client-request-id": [ - "9caf75e6e1ef4734b62ad4e5adc410de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ce3899b-d2c0-4041-a513-4ad3b2a4ad76" - ], - "x-ms-correlation-request-id": [ - "4ce3899b-d2c0-4041-a513-4ad3b2a4ad76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:4ce3899b-d2c0-4041-a513-4ad3b2a4ad76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14591" - ], - "x-ms-client-request-id": [ - "82ccc3df58f74b929d0dffb113dae617" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9eec7ce3-7ed9-4df7-9201-a31e40ed21c7" - ], - "x-ms-correlation-request-id": [ - "9eec7ce3-7ed9-4df7-9201-a31e40ed21c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:9eec7ce3-7ed9-4df7-9201-a31e40ed21c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14590" - ], - "x-ms-client-request-id": [ - "8e4cd42d181b4b08a093edb22a704b8b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76e5bc5d-1536-4854-bc63-adf59a2cd0d4" - ], - "x-ms-correlation-request-id": [ - "76e5bc5d-1536-4854-bc63-adf59a2cd0d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:76e5bc5d-1536-4854-bc63-adf59a2cd0d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14589" - ], - "x-ms-client-request-id": [ - "28bdf266f88f496e971908344028ca9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f8ee6a3d-dc6c-42d5-b344-77c6abf556d3" - ], - "x-ms-correlation-request-id": [ - "f8ee6a3d-dc6c-42d5-b344-77c6abf556d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:f8ee6a3d-dc6c-42d5-b344-77c6abf556d3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14588" - ], - "x-ms-client-request-id": [ - "5010280ca06c4bfaa37238261b6de8ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ac23b9d-4115-4b82-9081-65f99a7e03b9" - ], - "x-ms-correlation-request-id": [ - "7ac23b9d-4115-4b82-9081-65f99a7e03b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:7ac23b9d-4115-4b82-9081-65f99a7e03b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14587" - ], - "x-ms-client-request-id": [ - "fb1bdc692535446b963fc159c46fa694" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "136b86e3-f90d-46eb-9f58-027db1db07ce" - ], - "x-ms-correlation-request-id": [ - "136b86e3-f90d-46eb-9f58-027db1db07ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184522Z:136b86e3-f90d-46eb-9f58-027db1db07ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14586" - ], - "x-ms-client-request-id": [ - "4366a3eb6e64460980ee9a55e6d9a875" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a07a900c-c839-489e-8a80-bae1c431ef86" - ], - "x-ms-correlation-request-id": [ - "a07a900c-c839-489e-8a80-bae1c431ef86" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184523Z:a07a900c-c839-489e-8a80-bae1c431ef86" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14585" - ], - "x-ms-client-request-id": [ - "6029d2df77be4796844dc48fe551939d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "66c7699b-aae8-494d-8f4e-0e0f638ee83f" - ], - "x-ms-correlation-request-id": [ - "66c7699b-aae8-494d-8f4e-0e0f638ee83f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184523Z:66c7699b-aae8-494d-8f4e-0e0f638ee83f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14584" - ], - "x-ms-client-request-id": [ - "4368a06a39d24e80adb55c59690f2bc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "058d9e4a-4721-4696-b523-0bf7868a52d9" - ], - "x-ms-correlation-request-id": [ - "058d9e4a-4721-4696-b523-0bf7868a52d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184523Z:058d9e4a-4721-4696-b523-0bf7868a52d9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14583" - ], - "x-ms-client-request-id": [ - "fac10933f04c4c569c76863fc41dd195" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8a0a67d7-1622-4d08-ae83-41cfa9beeb9a" - ], - "x-ms-correlation-request-id": [ - "8a0a67d7-1622-4d08-ae83-41cfa9beeb9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184523Z:8a0a67d7-1622-4d08-ae83-41cfa9beeb9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14582" - ], - "x-ms-client-request-id": [ - "94c5a8594f1245e89b52d8dc1c1ea66b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26a208d6-282a-4eb1-82aa-c802c88275e1" - ], - "x-ms-correlation-request-id": [ - "26a208d6-282a-4eb1-82aa-c802c88275e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184523Z:26a208d6-282a-4eb1-82aa-c802c88275e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14581" - ], - "x-ms-client-request-id": [ - "fbacecd2f60a47659171cf2d755879c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ae00747-74e9-4017-8981-b9edcb5803ba" - ], - "x-ms-correlation-request-id": [ - "5ae00747-74e9-4017-8981-b9edcb5803ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184523Z:5ae00747-74e9-4017-8981-b9edcb5803ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14580" - ], - "x-ms-client-request-id": [ - "782bd533da2f44dc90391b3405f827ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e1bc559-d877-404b-9d2e-75915ddb3099" - ], - "x-ms-correlation-request-id": [ - "0e1bc559-d877-404b-9d2e-75915ddb3099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184524Z:0e1bc559-d877-404b-9d2e-75915ddb3099" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14579" - ], - "x-ms-client-request-id": [ - "e652347f99ff4feda637b3177d45ecac" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e0a5b65-d667-4fbf-8663-87ddcc642e48" - ], - "x-ms-correlation-request-id": [ - "7e0a5b65-d667-4fbf-8663-87ddcc642e48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184524Z:7e0a5b65-d667-4fbf-8663-87ddcc642e48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14578" - ], - "x-ms-client-request-id": [ - "566083f81d9c45508a01318c1ea55fab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36e1b0bf-faa1-464a-b354-6be94d13fb78" - ], - "x-ms-correlation-request-id": [ - "36e1b0bf-faa1-464a-b354-6be94d13fb78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184524Z:36e1b0bf-faa1-464a-b354-6be94d13fb78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14577" - ], - "x-ms-client-request-id": [ - "0bcd0b8a04df4547b3f36149285f1d7f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b68db1f9-a641-475a-b011-368c9f5a8635" - ], - "x-ms-correlation-request-id": [ - "b68db1f9-a641-475a-b011-368c9f5a8635" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184524Z:b68db1f9-a641-475a-b011-368c9f5a8635" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14576" - ], - "x-ms-client-request-id": [ - "e79cd862f1894fe29bb138b5d3ff490c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9a28f98-2c9f-44fc-971b-2b37f1b3ba56" - ], - "x-ms-correlation-request-id": [ - "f9a28f98-2c9f-44fc-971b-2b37f1b3ba56" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184524Z:f9a28f98-2c9f-44fc-971b-2b37f1b3ba56" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14575" - ], - "x-ms-client-request-id": [ - "0eea0939920344ecb9888660f83ec960" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e10c2d26-a426-4649-a29d-44d576287651" - ], - "x-ms-correlation-request-id": [ - "e10c2d26-a426-4649-a29d-44d576287651" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184524Z:e10c2d26-a426-4649-a29d-44d576287651" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14574" - ], - "x-ms-client-request-id": [ - "1beb127e927f4af984ead258575cc4dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f70aa44-697f-40bb-ac2c-5c77ef7dc4b2" - ], - "x-ms-correlation-request-id": [ - "4f70aa44-697f-40bb-ac2c-5c77ef7dc4b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184524Z:4f70aa44-697f-40bb-ac2c-5c77ef7dc4b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14573" - ], - "x-ms-client-request-id": [ - "4576f7cc30084a2e887989c1d99b5be7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc47c86e-115b-425c-be2c-afb4727ff897" - ], - "x-ms-correlation-request-id": [ - "cc47c86e-115b-425c-be2c-afb4727ff897" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184525Z:cc47c86e-115b-425c-be2c-afb4727ff897" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14572" - ], - "x-ms-client-request-id": [ - "57da78abbac04902b33f934aba70cd46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dbc89659-418f-43d9-9232-c4e41d0b4ce1" - ], - "x-ms-correlation-request-id": [ - "dbc89659-418f-43d9-9232-c4e41d0b4ce1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184525Z:dbc89659-418f-43d9-9232-c4e41d0b4ce1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14571" - ], - "x-ms-client-request-id": [ - "80a4d0ad983148a5bc13c3f725f8d954" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1bbf360-daa2-4708-8c4d-66ddb88ec27e" - ], - "x-ms-correlation-request-id": [ - "e1bbf360-daa2-4708-8c4d-66ddb88ec27e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184525Z:e1bbf360-daa2-4708-8c4d-66ddb88ec27e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14570" - ], - "x-ms-client-request-id": [ - "d9ceb86216854c0a9b2ba05688f7d415" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4879b05a-9cd0-4555-952d-d8e143aaf31b" - ], - "x-ms-correlation-request-id": [ - "4879b05a-9cd0-4555-952d-d8e143aaf31b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184525Z:4879b05a-9cd0-4555-952d-d8e143aaf31b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14569" - ], - "x-ms-client-request-id": [ - "d092993f31d247d78ea41f7655489239" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "139021a1-c8c3-43c8-9d9b-a33208bd6b77" - ], - "x-ms-correlation-request-id": [ - "139021a1-c8c3-43c8-9d9b-a33208bd6b77" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184525Z:139021a1-c8c3-43c8-9d9b-a33208bd6b77" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14568" - ], - "x-ms-client-request-id": [ - "e42a275bf42042408ec62b06bb65d910" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2ead3475-0ebc-4d27-b1ba-397d9367a4dc" - ], - "x-ms-correlation-request-id": [ - "2ead3475-0ebc-4d27-b1ba-397d9367a4dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184525Z:2ead3475-0ebc-4d27-b1ba-397d9367a4dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14567" - ], - "x-ms-client-request-id": [ - "5ef859417ed048c19cfd3db5bea97b77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c788970-6969-406c-91f0-b957be71f761" - ], - "x-ms-correlation-request-id": [ - "0c788970-6969-406c-91f0-b957be71f761" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184525Z:0c788970-6969-406c-91f0-b957be71f761" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14566" - ], - "x-ms-client-request-id": [ - "c7c310409d84417f91a5b9be71e3a5e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8f31c00-6ad9-4e20-b09d-4662a1180e88" - ], - "x-ms-correlation-request-id": [ - "c8f31c00-6ad9-4e20-b09d-4662a1180e88" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184526Z:c8f31c00-6ad9-4e20-b09d-4662a1180e88" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "c9e74cbcf685451cab45a1192ca5b109" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "64535806-e067-462b-a751-0a2588ff7c43" - ], - "x-ms-correlation-request-id": [ - "64535806-e067-462b-a751-0a2588ff7c43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184526Z:64535806-e067-462b-a751-0a2588ff7c43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "838a94534c6240c78cdeb094932be678" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eed7776d-a548-46a0-83bd-0c6a937f0e90" - ], - "x-ms-correlation-request-id": [ - "eed7776d-a548-46a0-83bd-0c6a937f0e90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184526Z:eed7776d-a548-46a0-83bd-0c6a937f0e90" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "5980834ef4af444eb2e3200372468d6f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e913255-36e5-4bea-9dab-8fff4b3f17a8" - ], - "x-ms-correlation-request-id": [ - "0e913255-36e5-4bea-9dab-8fff4b3f17a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184526Z:0e913255-36e5-4bea-9dab-8fff4b3f17a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "2b1386e27b12414da3bffe144a7d5ea0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb1a3975-7a5b-4893-80fb-a986cdf7f41c" - ], - "x-ms-correlation-request-id": [ - "fb1a3975-7a5b-4893-80fb-a986cdf7f41c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184526Z:fb1a3975-7a5b-4893-80fb-a986cdf7f41c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "5d7440d784894fd7af78d53a5aa10172" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4829c6d8-8443-45ea-96db-ca324ea46b4e" - ], - "x-ms-correlation-request-id": [ - "4829c6d8-8443-45ea-96db-ca324ea46b4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:4829c6d8-8443-45ea-96db-ca324ea46b4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "d2fbd4480f054797a27d5c54c4edec54" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7bd3726-2fd1-4474-9e7e-f44b4e665863" - ], - "x-ms-correlation-request-id": [ - "a7bd3726-2fd1-4474-9e7e-f44b4e665863" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:a7bd3726-2fd1-4474-9e7e-f44b4e665863" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "8c2e634eedf74b0b9ab2a89638930b9a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39072af6-100a-482d-ba78-45e507301cea" - ], - "x-ms-correlation-request-id": [ - "39072af6-100a-482d-ba78-45e507301cea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:39072af6-100a-482d-ba78-45e507301cea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "0b2c868329494a6794335a31503a3c3b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0af056a2-a4c6-43bb-a553-67918289a5b1" - ], - "x-ms-correlation-request-id": [ - "0af056a2-a4c6-43bb-a553-67918289a5b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:0af056a2-a4c6-43bb-a553-67918289a5b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "bb7eeea5960c43cb9493cb6185adf212" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "285de462-2ed5-4bf9-af64-dd32ec9f1903" - ], - "x-ms-correlation-request-id": [ - "285de462-2ed5-4bf9-af64-dd32ec9f1903" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:285de462-2ed5-4bf9-af64-dd32ec9f1903" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "378582ef764f44ccae2ef838a2c89971" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9f6255b2-31a6-48d0-a4cb-d0de7154ada2" - ], - "x-ms-correlation-request-id": [ - "9f6255b2-31a6-48d0-a4cb-d0de7154ada2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:9f6255b2-31a6-48d0-a4cb-d0de7154ada2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "ce693a1b968744db89bb9d2fad6fc1c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9369ce6-cc4a-4f1c-a3c6-5498ba854a3a" - ], - "x-ms-correlation-request-id": [ - "a9369ce6-cc4a-4f1c-a3c6-5498ba854a3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:a9369ce6-cc4a-4f1c-a3c6-5498ba854a3a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "6728ff2e9dfd49999f2ca7bd349df714" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d780005a-f971-4ce7-b775-f92148985eec" - ], - "x-ms-correlation-request-id": [ - "d780005a-f971-4ce7-b775-f92148985eec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184527Z:d780005a-f971-4ce7-b775-f92148985eec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "ecac9b35fd764cc0ab00a386a8168e53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c28e4f73-de2a-4d60-852a-058118fe50b8" - ], - "x-ms-correlation-request-id": [ - "c28e4f73-de2a-4d60-852a-058118fe50b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:c28e4f73-de2a-4d60-852a-058118fe50b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "e6443ecab01d4701aee239668f440783" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c84091a3-79cd-4a81-82d4-6001ce2bf1af" - ], - "x-ms-correlation-request-id": [ - "c84091a3-79cd-4a81-82d4-6001ce2bf1af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:c84091a3-79cd-4a81-82d4-6001ce2bf1af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "6e883fd7988646c0a1c05f7416eda4fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7fcc87c-7786-4865-8862-19a3af90b01f" - ], - "x-ms-correlation-request-id": [ - "a7fcc87c-7786-4865-8862-19a3af90b01f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:a7fcc87c-7786-4865-8862-19a3af90b01f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "ee498473a7de4c0b87a2ae47ff1ea887" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac78630b-e683-4169-a322-718a190c77d5" - ], - "x-ms-correlation-request-id": [ - "ac78630b-e683-4169-a322-718a190c77d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:ac78630b-e683-4169-a322-718a190c77d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "1a53b35b4e244b6c86957c28a5ae6881" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39897abd-35ae-467f-9a0b-320550f5def2" - ], - "x-ms-correlation-request-id": [ - "39897abd-35ae-467f-9a0b-320550f5def2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:39897abd-35ae-467f-9a0b-320550f5def2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "838a86e866ec4d1e8de458cf641687ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c12ea23d-f491-4e97-8306-07ec4ea084a3" - ], - "x-ms-correlation-request-id": [ - "c12ea23d-f491-4e97-8306-07ec4ea084a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:c12ea23d-f491-4e97-8306-07ec4ea084a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "36945f5f841c4b1ea286f276ed1cd5ad" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce97ef93-4bd8-41b2-b15c-c988c8478e85" - ], - "x-ms-correlation-request-id": [ - "ce97ef93-4bd8-41b2-b15c-c988c8478e85" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:ce97ef93-4bd8-41b2-b15c-c988c8478e85" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" - ], - "x-ms-client-request-id": [ - "9b4787905cbf46d9a3d077f4793e47d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4d72f76-6d6c-4784-9c6a-6348891dad66" - ], - "x-ms-correlation-request-id": [ - "a4d72f76-6d6c-4784-9c6a-6348891dad66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184528Z:a4d72f76-6d6c-4784-9c6a-6348891dad66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-client-request-id": [ - "c4593ffc6b9840e5b7ac9722d8cff923" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0c750e4d-fee5-4815-9834-8d19456f84d2" - ], - "x-ms-correlation-request-id": [ - "0c750e4d-fee5-4815-9834-8d19456f84d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:0c750e4d-fee5-4815-9834-8d19456f84d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" - ], - "x-ms-client-request-id": [ - "1cb307478f534a9fa30a1797a34d493b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53d1fafc-3ad3-48d7-9529-387cf08c0fbc" - ], - "x-ms-correlation-request-id": [ - "53d1fafc-3ad3-48d7-9529-387cf08c0fbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:53d1fafc-3ad3-48d7-9529-387cf08c0fbc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-client-request-id": [ - "be619541da3445f1959527ed56a7bdc3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9b8b30f-b191-487c-8ab1-9a4671cb0e33" - ], - "x-ms-correlation-request-id": [ - "e9b8b30f-b191-487c-8ab1-9a4671cb0e33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:e9b8b30f-b191-487c-8ab1-9a4671cb0e33" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-client-request-id": [ - "821bfecf132f4d1a8b633574442c21ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e313437d-d2e5-4feb-8a57-06943271738b" - ], - "x-ms-correlation-request-id": [ - "e313437d-d2e5-4feb-8a57-06943271738b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:e313437d-d2e5-4feb-8a57-06943271738b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-client-request-id": [ - "85b9f3a02b78429db3ccf0f4e392df7b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a85bd787-39ec-49e7-a053-f9b36f0e55b5" - ], - "x-ms-correlation-request-id": [ - "a85bd787-39ec-49e7-a053-f9b36f0e55b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:a85bd787-39ec-49e7-a053-f9b36f0e55b5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-client-request-id": [ - "a726eba7a32c439e89277bb3f4aecc3d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d32d7f5f-e6c5-4441-a54b-6c730c4c71a2" - ], - "x-ms-correlation-request-id": [ - "d32d7f5f-e6c5-4441-a54b-6c730c4c71a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:d32d7f5f-e6c5-4441-a54b-6c730c4c71a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-client-request-id": [ - "df97a14a63e34eaf865581ddd7aa79cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3eadc98b-11b2-4810-8286-53f299a7242a" - ], - "x-ms-correlation-request-id": [ - "3eadc98b-11b2-4810-8286-53f299a7242a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:3eadc98b-11b2-4810-8286-53f299a7242a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-client-request-id": [ - "de4e270b0d14473b8d2bc88e1a03f3f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03234160-6137-423f-8ae7-95a916fb1524" - ], - "x-ms-correlation-request-id": [ - "03234160-6137-423f-8ae7-95a916fb1524" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184529Z:03234160-6137-423f-8ae7-95a916fb1524" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-client-request-id": [ - "7b39e9782d794d19b50f90723fac185f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "08c23ffc-defe-4226-b75b-c56ca64e36dc" - ], - "x-ms-correlation-request-id": [ - "08c23ffc-defe-4226-b75b-c56ca64e36dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184530Z:08c23ffc-defe-4226-b75b-c56ca64e36dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-client-request-id": [ - "9a5ad397cc1a41969ae1de024887bc8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da66906c-1309-4d5c-9dce-beb924023620" - ], - "x-ms-correlation-request-id": [ - "da66906c-1309-4d5c-9dce-beb924023620" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184530Z:da66906c-1309-4d5c-9dce-beb924023620" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-client-request-id": [ - "8038fabae6de42f2a4a8800244b53b1f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d8e58f58-fb52-4060-b78a-586618be45e1" - ], - "x-ms-correlation-request-id": [ - "d8e58f58-fb52-4060-b78a-586618be45e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184530Z:d8e58f58-fb52-4060-b78a-586618be45e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-client-request-id": [ - "941379ce049f4b5fa7f680f74616ee14" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b57c7eb-5bbb-4071-9d98-a2309a44167a" - ], - "x-ms-correlation-request-id": [ - "6b57c7eb-5bbb-4071-9d98-a2309a44167a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184530Z:6b57c7eb-5bbb-4071-9d98-a2309a44167a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-client-request-id": [ - "5b952e7d7f284c45803d820ac55dd7bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cecf854-9abd-4788-99c3-bdd587694c6d" - ], - "x-ms-correlation-request-id": [ - "9cecf854-9abd-4788-99c3-bdd587694c6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184530Z:9cecf854-9abd-4788-99c3-bdd587694c6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-client-request-id": [ - "591cb034915b4e678379d8c1c64ac5a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ef539d5-3e38-4692-895e-03dcc0d1f14b" - ], - "x-ms-correlation-request-id": [ - "8ef539d5-3e38-4692-895e-03dcc0d1f14b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184530Z:8ef539d5-3e38-4692-895e-03dcc0d1f14b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-client-request-id": [ - "fc0e58f66d5440fdbe4073e5949bc52e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a599aae8-8bbb-43ba-a59a-13b8f7a74746" - ], - "x-ms-correlation-request-id": [ - "a599aae8-8bbb-43ba-a59a-13b8f7a74746" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184530Z:a599aae8-8bbb-43ba-a59a-13b8f7a74746" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14852" - ], - "x-ms-client-request-id": [ - "7aaff1b6509f4f5794711e0546389ac8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3dfaebe-93c4-4a81-bbe5-30afe43d4ec2" - ], - "x-ms-correlation-request-id": [ - "e3dfaebe-93c4-4a81-bbe5-30afe43d4ec2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:e3dfaebe-93c4-4a81-bbe5-30afe43d4ec2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" - ], - "x-ms-client-request-id": [ - "9a581d5928fa4738a2db4bd86136ce12" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b176399e-6c5c-4a48-af98-3fea428fc75a" - ], - "x-ms-correlation-request-id": [ - "b176399e-6c5c-4a48-af98-3fea428fc75a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:b176399e-6c5c-4a48-af98-3fea428fc75a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-client-request-id": [ - "075e128120c447fcb5ee2c9ec071c587" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a5f381a-b107-4cac-b8cd-2ee584e6c8b2" - ], - "x-ms-correlation-request-id": [ - "6a5f381a-b107-4cac-b8cd-2ee584e6c8b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:6a5f381a-b107-4cac-b8cd-2ee584e6c8b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14849" - ], - "x-ms-client-request-id": [ - "c1bf2ee9eb3946d99b8cdb2a9b22d4ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4ee2b65-b727-45d2-a0eb-542ec27bae53" - ], - "x-ms-correlation-request-id": [ - "f4ee2b65-b727-45d2-a0eb-542ec27bae53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:f4ee2b65-b727-45d2-a0eb-542ec27bae53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-client-request-id": [ - "34f728fc7b154b3d840806a676bf8cf1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "686f7060-4e91-4c8e-aa8f-0ac2635b6fed" - ], - "x-ms-correlation-request-id": [ - "686f7060-4e91-4c8e-aa8f-0ac2635b6fed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:686f7060-4e91-4c8e-aa8f-0ac2635b6fed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" - ], - "x-ms-client-request-id": [ - "b4fef311f0be43df96f302afc5706702" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8bb4705-540d-40be-a3a9-6e66d201cf00" - ], - "x-ms-correlation-request-id": [ - "a8bb4705-540d-40be-a3a9-6e66d201cf00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:a8bb4705-540d-40be-a3a9-6e66d201cf00" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" - ], - "x-ms-client-request-id": [ - "56c34489abb64a6ea39390c520a606c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4359745-0126-4d67-b4f1-ecc0222f2522" - ], - "x-ms-correlation-request-id": [ - "d4359745-0126-4d67-b4f1-ecc0222f2522" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:d4359745-0126-4d67-b4f1-ecc0222f2522" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14845" - ], - "x-ms-client-request-id": [ - "538f98e52ea746d7bb332211c57b5d89" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "125b1e11-58e7-4e14-82a7-6fa51793ca01" - ], - "x-ms-correlation-request-id": [ - "125b1e11-58e7-4e14-82a7-6fa51793ca01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:125b1e11-58e7-4e14-82a7-6fa51793ca01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" - ], - "x-ms-client-request-id": [ - "e76eabfed454460e950e704a9ff115e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b8cadb7-e019-4899-afea-9854fab981c6" - ], - "x-ms-correlation-request-id": [ - "5b8cadb7-e019-4899-afea-9854fab981c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184531Z:5b8cadb7-e019-4899-afea-9854fab981c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14843" - ], - "x-ms-client-request-id": [ - "4ac09106b98f46d98606d4f0b7253eec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eba32d94-4657-482f-8cca-2dfef68d4e53" - ], - "x-ms-correlation-request-id": [ - "eba32d94-4657-482f-8cca-2dfef68d4e53" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184532Z:eba32d94-4657-482f-8cca-2dfef68d4e53" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14842" - ], - "x-ms-client-request-id": [ - "96310674bfe440fab865864ba6856ef0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e281fd88-3fbe-4362-ae83-0f6fe58ce13a" - ], - "x-ms-correlation-request-id": [ - "e281fd88-3fbe-4362-ae83-0f6fe58ce13a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184532Z:e281fd88-3fbe-4362-ae83-0f6fe58ce13a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14841" - ], - "x-ms-client-request-id": [ - "2cc54e335c6440b5bdc8d0b69f64cead" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92d0f55c-9ad0-4456-b305-170bc99d539e" - ], - "x-ms-correlation-request-id": [ - "92d0f55c-9ad0-4456-b305-170bc99d539e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184532Z:92d0f55c-9ad0-4456-b305-170bc99d539e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14840" - ], - "x-ms-client-request-id": [ - "6fdd880f0c644193ac99ba665107777b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8fbd0936-4ede-4918-8605-7f7aa6df6a49" - ], - "x-ms-correlation-request-id": [ - "8fbd0936-4ede-4918-8605-7f7aa6df6a49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184532Z:8fbd0936-4ede-4918-8605-7f7aa6df6a49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14839" - ], - "x-ms-client-request-id": [ - "54df6db14981452480829c31a9055e0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59318a34-2dcb-48ee-942b-fe86a8d9a428" - ], - "x-ms-correlation-request-id": [ - "59318a34-2dcb-48ee-942b-fe86a8d9a428" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184532Z:59318a34-2dcb-48ee-942b-fe86a8d9a428" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14838" - ], - "x-ms-client-request-id": [ - "b6ee4f01388a4a98be43032ff80fe750" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1ef2dc59-55d2-4f87-9532-967d899dfd9a" - ], - "x-ms-correlation-request-id": [ - "1ef2dc59-55d2-4f87-9532-967d899dfd9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184532Z:1ef2dc59-55d2-4f87-9532-967d899dfd9a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14837" - ], - "x-ms-client-request-id": [ - "2c98c76a0a1d420babca1b0a540af3bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d4bf247f-d39d-4041-94c7-7e68ad73d081" - ], - "x-ms-correlation-request-id": [ - "d4bf247f-d39d-4041-94c7-7e68ad73d081" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:d4bf247f-d39d-4041-94c7-7e68ad73d081" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14836" - ], - "x-ms-client-request-id": [ - "966b5da6ed784af899e9d762824ed894" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8476cbed-6270-4f2d-904f-22e11d28a6cb" - ], - "x-ms-correlation-request-id": [ - "8476cbed-6270-4f2d-904f-22e11d28a6cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:8476cbed-6270-4f2d-904f-22e11d28a6cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14835" - ], - "x-ms-client-request-id": [ - "414bd63bfd724a61a34cb3cb00595687" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48509430-33d8-46bd-9977-34e1b29632f6" - ], - "x-ms-correlation-request-id": [ - "48509430-33d8-46bd-9977-34e1b29632f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:48509430-33d8-46bd-9977-34e1b29632f6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14834" - ], - "x-ms-client-request-id": [ - "7d09e9efb9de49f1afbec228d98536d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e91e001e-b80a-4ef9-8e38-a26c43b013b2" - ], - "x-ms-correlation-request-id": [ - "e91e001e-b80a-4ef9-8e38-a26c43b013b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:e91e001e-b80a-4ef9-8e38-a26c43b013b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-client-request-id": [ - "d5415f62b230449fa8698db7e1e2e13d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "667294f3-3a11-4887-9cf0-ba120f2d4fcd" - ], - "x-ms-correlation-request-id": [ - "667294f3-3a11-4887-9cf0-ba120f2d4fcd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:667294f3-3a11-4887-9cf0-ba120f2d4fcd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" - ], - "x-ms-client-request-id": [ - "51c57afc1e2e4ef88a7cb47fc80e8bc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ed3d03ed-5d5b-4916-a34e-b1a78268af59" - ], - "x-ms-correlation-request-id": [ - "ed3d03ed-5d5b-4916-a34e-b1a78268af59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:ed3d03ed-5d5b-4916-a34e-b1a78268af59" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-client-request-id": [ - "08a6b00587244eccadcb00db454b4dd1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0bf6859d-3857-44ec-bd63-768af823d3c8" - ], - "x-ms-correlation-request-id": [ - "0bf6859d-3857-44ec-bd63-768af823d3c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:0bf6859d-3857-44ec-bd63-768af823d3c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" - ], - "x-ms-client-request-id": [ - "7d108ee0c6b24321bcedd78e9ca1e561" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72392590-b7eb-49cb-8193-494451ffbbeb" - ], - "x-ms-correlation-request-id": [ - "72392590-b7eb-49cb-8193-494451ffbbeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184533Z:72392590-b7eb-49cb-8193-494451ffbbeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" - ], - "x-ms-client-request-id": [ - "f588234965f24e0995d11a0fe6f19dca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3b81458-d66b-40d7-ae43-33364c427b14" - ], - "x-ms-correlation-request-id": [ - "a3b81458-d66b-40d7-ae43-33364c427b14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:a3b81458-d66b-40d7-ae43-33364c427b14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" - ], - "x-ms-client-request-id": [ - "1b7f92a411ad47888852bc3a805b6136" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f796f58-30b7-4bf0-9493-b509062ba50c" - ], - "x-ms-correlation-request-id": [ - "0f796f58-30b7-4bf0-9493-b509062ba50c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:0f796f58-30b7-4bf0-9493-b509062ba50c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14827" - ], - "x-ms-client-request-id": [ - "acbf0ae9b3bd4bd7a976c4b8f43964ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "320fb264-ab44-4c8d-996a-dda80f59ceaa" - ], - "x-ms-correlation-request-id": [ - "320fb264-ab44-4c8d-996a-dda80f59ceaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:320fb264-ab44-4c8d-996a-dda80f59ceaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14826" - ], - "x-ms-client-request-id": [ - "03d5ee2768364b7aa387c015e7e9023c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e1868c9-0138-4414-a3ef-05119f06b23a" - ], - "x-ms-correlation-request-id": [ - "3e1868c9-0138-4414-a3ef-05119f06b23a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:3e1868c9-0138-4414-a3ef-05119f06b23a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-client-request-id": [ - "5cc1bf7fc6d94c87ad5e25001ede76bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e42bdfd7-34c1-428d-85fa-131db2ebbb40" - ], - "x-ms-correlation-request-id": [ - "e42bdfd7-34c1-428d-85fa-131db2ebbb40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:e42bdfd7-34c1-428d-85fa-131db2ebbb40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14824" - ], - "x-ms-client-request-id": [ - "4367c327550c49d989fe699fc90eff1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b2c5a065-b0ce-44b0-bd8e-c6ccd6dbafa3" - ], - "x-ms-correlation-request-id": [ - "b2c5a065-b0ce-44b0-bd8e-c6ccd6dbafa3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:b2c5a065-b0ce-44b0-bd8e-c6ccd6dbafa3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "df7a830edf6b44aaba5390efa3224968" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4edd27e-f6a0-4839-b869-d9e91d58acaa" - ], - "x-ms-correlation-request-id": [ - "b4edd27e-f6a0-4839-b869-d9e91d58acaa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:b4edd27e-f6a0-4839-b869-d9e91d58acaa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "b6508dce0dc64351957274b41ffb0112" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1e62683-6389-48fb-a766-17d1b97e36f2" - ], - "x-ms-correlation-request-id": [ - "e1e62683-6389-48fb-a766-17d1b97e36f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184534Z:e1e62683-6389-48fb-a766-17d1b97e36f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "75fdc71c24014eb88957994f8ae4b00e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5aeda515-a9a3-42ff-950d-151f02ed95cb" - ], - "x-ms-correlation-request-id": [ - "5aeda515-a9a3-42ff-950d-151f02ed95cb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184535Z:5aeda515-a9a3-42ff-950d-151f02ed95cb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "afb2e68ff58841e48eb72e7d0a5842a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7e91e3f-ef81-4037-8608-69f562e05a94" - ], - "x-ms-correlation-request-id": [ - "e7e91e3f-ef81-4037-8608-69f562e05a94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184535Z:e7e91e3f-ef81-4037-8608-69f562e05a94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-client-request-id": [ - "ea832a5cdb3c434ba99a4f947a7e8662" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6b0e005-2fc6-4a49-95cb-77afc64dd07d" - ], - "x-ms-correlation-request-id": [ - "b6b0e005-2fc6-4a49-95cb-77afc64dd07d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184535Z:b6b0e005-2fc6-4a49-95cb-77afc64dd07d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14818" - ], - "x-ms-client-request-id": [ - "ed16cf38ef38426faf03aca2901f5667" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "742baed8-59bc-480b-8c61-3ee794a39c1a" - ], - "x-ms-correlation-request-id": [ - "742baed8-59bc-480b-8c61-3ee794a39c1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184535Z:742baed8-59bc-480b-8c61-3ee794a39c1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" - ], - "x-ms-client-request-id": [ - "40a999d2df4d496e9d7431a723036998" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b203e15-f4ff-4672-a7e2-cc2663d09fc9" - ], - "x-ms-correlation-request-id": [ - "5b203e15-f4ff-4672-a7e2-cc2663d09fc9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184535Z:5b203e15-f4ff-4672-a7e2-cc2663d09fc9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" - ], - "x-ms-client-request-id": [ - "3462571db9a64c11aef179f795f5a209" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2e2901c-f431-4e60-86bb-a290a58bc565" - ], - "x-ms-correlation-request-id": [ - "e2e2901c-f431-4e60-86bb-a290a58bc565" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184535Z:e2e2901c-f431-4e60-86bb-a290a58bc565" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14815" - ], - "x-ms-client-request-id": [ - "1343e3eba4824a6eb0f19b23795bd2ae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0bcad76-5e9f-4f66-9b61-ed467395ac8e" - ], - "x-ms-correlation-request-id": [ - "a0bcad76-5e9f-4f66-9b61-ed467395ac8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184535Z:a0bcad76-5e9f-4f66-9b61-ed467395ac8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14814" - ], - "x-ms-client-request-id": [ - "b67f3617d3364f8ba979ed8de863bb1a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "63d593e9-ef0d-4d52-b1a0-1e740ca39d49" - ], - "x-ms-correlation-request-id": [ - "63d593e9-ef0d-4d52-b1a0-1e740ca39d49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:63d593e9-ef0d-4d52-b1a0-1e740ca39d49" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14813" - ], - "x-ms-client-request-id": [ - "ef09c2df72754b9e9892807563678a35" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75e3d544-3723-418d-a7b5-2d867f2c1acc" - ], - "x-ms-correlation-request-id": [ - "75e3d544-3723-418d-a7b5-2d867f2c1acc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:75e3d544-3723-418d-a7b5-2d867f2c1acc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14812" - ], - "x-ms-client-request-id": [ - "62c6a7ca6b194db3a262a9b8c8ef53fb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c0f7e42c-18c1-4c60-ac6f-60d1421e6249" - ], - "x-ms-correlation-request-id": [ - "c0f7e42c-18c1-4c60-ac6f-60d1421e6249" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:c0f7e42c-18c1-4c60-ac6f-60d1421e6249" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14811" - ], - "x-ms-client-request-id": [ - "32f6e35673c44e909b997784913b390f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "269359d5-6559-4a9b-87ed-1084e8487f3e" - ], - "x-ms-correlation-request-id": [ - "269359d5-6559-4a9b-87ed-1084e8487f3e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:269359d5-6559-4a9b-87ed-1084e8487f3e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14810" - ], - "x-ms-client-request-id": [ - "d74754e529f14e7b939d1e0a00460187" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "615c506f-b425-4956-9475-a0f86fa28603" - ], - "x-ms-correlation-request-id": [ - "615c506f-b425-4956-9475-a0f86fa28603" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:615c506f-b425-4956-9475-a0f86fa28603" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14809" - ], - "x-ms-client-request-id": [ - "86e0554a96fb4d078ed832c677e6c554" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "360164df-247e-4d58-8198-a2314a8fbf32" - ], - "x-ms-correlation-request-id": [ - "360164df-247e-4d58-8198-a2314a8fbf32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:360164df-247e-4d58-8198-a2314a8fbf32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14808" - ], - "x-ms-client-request-id": [ - "34ee24695301420e82ef5d2d912ec5db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2785b411-259a-4c93-91eb-43d31fb11d14" - ], - "x-ms-correlation-request-id": [ - "2785b411-259a-4c93-91eb-43d31fb11d14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:2785b411-259a-4c93-91eb-43d31fb11d14" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14807" - ], - "x-ms-client-request-id": [ - "147b41e7392249cebc1e654984eb8c77" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8a87a43-0801-4554-bbff-f2bfad755ee2" - ], - "x-ms-correlation-request-id": [ - "e8a87a43-0801-4554-bbff-f2bfad755ee2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184536Z:e8a87a43-0801-4554-bbff-f2bfad755ee2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14806" - ], - "x-ms-client-request-id": [ - "602d0c800f694c61bc5f7dd7b0fb1ecd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7594d8a-a36f-43c6-bbc7-65b0df08ad5d" - ], - "x-ms-correlation-request-id": [ - "d7594d8a-a36f-43c6-bbc7-65b0df08ad5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184537Z:d7594d8a-a36f-43c6-bbc7-65b0df08ad5d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14805" - ], - "x-ms-client-request-id": [ - "9e51aee9130c47218ebd37757195039c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "070dd4d3-0aa3-4ae3-93d9-aa16e2759faa" - ], - "x-ms-correlation-request-id": [ - "070dd4d3-0aa3-4ae3-93d9-aa16e2759faa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184537Z:070dd4d3-0aa3-4ae3-93d9-aa16e2759faa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14804" - ], - "x-ms-client-request-id": [ - "632116f9f01c42828d5aed39bb78f46d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "daf8342a-28ef-4665-a3c9-3bd542856cfb" - ], - "x-ms-correlation-request-id": [ - "daf8342a-28ef-4665-a3c9-3bd542856cfb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184537Z:daf8342a-28ef-4665-a3c9-3bd542856cfb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14803" - ], - "x-ms-client-request-id": [ - "77eec394976a4881b932eeea6ada1ea8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb45c2e9-a70e-42c7-acd1-aad0fc3622a4" - ], - "x-ms-correlation-request-id": [ - "cb45c2e9-a70e-42c7-acd1-aad0fc3622a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184537Z:cb45c2e9-a70e-42c7-acd1-aad0fc3622a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14802" - ], - "x-ms-client-request-id": [ - "3c69cd67a42d4c048cc50760c3f33d20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75b165d0-4748-46fc-9b8f-62bb121d3161" - ], - "x-ms-correlation-request-id": [ - "75b165d0-4748-46fc-9b8f-62bb121d3161" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184537Z:75b165d0-4748-46fc-9b8f-62bb121d3161" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14801" - ], - "x-ms-client-request-id": [ - "46fa8958010a43b18e85d4fe7489c24d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0a31decb-5e96-4223-8d14-47ae5421b2c5" - ], - "x-ms-correlation-request-id": [ - "0a31decb-5e96-4223-8d14-47ae5421b2c5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184537Z:0a31decb-5e96-4223-8d14-47ae5421b2c5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14800" - ], - "x-ms-client-request-id": [ - "24e4a7acfb294345ac243639a5bfeae3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff2ac672-4a9c-45a8-98e1-a3f5bed12ee6" - ], - "x-ms-correlation-request-id": [ - "ff2ac672-4a9c-45a8-98e1-a3f5bed12ee6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184537Z:ff2ac672-4a9c-45a8-98e1-a3f5bed12ee6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14799" - ], - "x-ms-client-request-id": [ - "7534332a0bca4fc2b64e1a8ae0735c94" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c27c012-3e1b-4a77-bb1d-f2a03cd07b06" - ], - "x-ms-correlation-request-id": [ - "2c27c012-3e1b-4a77-bb1d-f2a03cd07b06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:2c27c012-3e1b-4a77-bb1d-f2a03cd07b06" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" - ], - "x-ms-client-request-id": [ - "582021ad561540308b6e2a4337a27f72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c982be8a-3df7-455d-9bbb-360cae9fec8e" - ], - "x-ms-correlation-request-id": [ - "c982be8a-3df7-455d-9bbb-360cae9fec8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:c982be8a-3df7-455d-9bbb-360cae9fec8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" - ], - "x-ms-client-request-id": [ - "280e2e3f2c604b19946a865cc85f053a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b496070-4f09-4761-8b2b-0ea9e1aeda46" - ], - "x-ms-correlation-request-id": [ - "1b496070-4f09-4761-8b2b-0ea9e1aeda46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:1b496070-4f09-4761-8b2b-0ea9e1aeda46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" - ], - "x-ms-client-request-id": [ - "a5e964bc66044b2e9c758bbb2fe52d7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36626477-bad6-4fab-a1b7-bea1496e606f" - ], - "x-ms-correlation-request-id": [ - "36626477-bad6-4fab-a1b7-bea1496e606f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:36626477-bad6-4fab-a1b7-bea1496e606f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14795" - ], - "x-ms-client-request-id": [ - "2c57bdbfabcc4301b7d7fdeee7960a37" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e141e1ca-6554-43af-b92c-f7d4ffeb1fcc" - ], - "x-ms-correlation-request-id": [ - "e141e1ca-6554-43af-b92c-f7d4ffeb1fcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:e141e1ca-6554-43af-b92c-f7d4ffeb1fcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-client-request-id": [ - "26513b2b9e20421b9e1a96a9c642753e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fb3cffaa-29d5-4544-bbdd-3d6bb905811c" - ], - "x-ms-correlation-request-id": [ - "fb3cffaa-29d5-4544-bbdd-3d6bb905811c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:fb3cffaa-29d5-4544-bbdd-3d6bb905811c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-client-request-id": [ - "5fba2767d0da4667b56fc1154b96d28c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fd21bb85-92ac-4f09-a5d5-6f1fae2b4b4f" - ], - "x-ms-correlation-request-id": [ - "fd21bb85-92ac-4f09-a5d5-6f1fae2b4b4f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:fd21bb85-92ac-4f09-a5d5-6f1fae2b4b4f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" - ], - "x-ms-client-request-id": [ - "62ea44c77eb84f8fb7e993e164388729" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "98f6655c-e31f-4f52-ba7c-9d2d35710df0" - ], - "x-ms-correlation-request-id": [ - "98f6655c-e31f-4f52-ba7c-9d2d35710df0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:98f6655c-e31f-4f52-ba7c-9d2d35710df0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" - ], - "x-ms-client-request-id": [ - "d77cbd2cc5f743e99ddf4f260a0388a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3cff526-d9e5-42a2-b9fb-10af3d9e3adf" - ], - "x-ms-correlation-request-id": [ - "b3cff526-d9e5-42a2-b9fb-10af3d9e3adf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184538Z:b3cff526-d9e5-42a2-b9fb-10af3d9e3adf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14790" - ], - "x-ms-client-request-id": [ - "317a351ebb834549a9626baa1f596464" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bdaae398-795e-48a0-aa03-a858f3f0bb18" - ], - "x-ms-correlation-request-id": [ - "bdaae398-795e-48a0-aa03-a858f3f0bb18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184539Z:bdaae398-795e-48a0-aa03-a858f3f0bb18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" - ], - "x-ms-client-request-id": [ - "4e874b29cc8d4e5ab26f8fd169001b15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5fc5d772-ba9c-45c0-bf1d-fc4b84ee9216" - ], - "x-ms-correlation-request-id": [ - "5fc5d772-ba9c-45c0-bf1d-fc4b84ee9216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184539Z:5fc5d772-ba9c-45c0-bf1d-fc4b84ee9216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "b6aafb8940e642588ffcd633c1d12c66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e08cdd95-3b53-460c-8b72-abfcf94dd711" - ], - "x-ms-correlation-request-id": [ - "e08cdd95-3b53-460c-8b72-abfcf94dd711" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184539Z:e08cdd95-3b53-460c-8b72-abfcf94dd711" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" - ], - "x-ms-client-request-id": [ - "4d0c3724134243da9f9583c93d298509" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "15253221-2392-4258-8dd3-7216d8d5d803" - ], - "x-ms-correlation-request-id": [ - "15253221-2392-4258-8dd3-7216d8d5d803" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184540Z:15253221-2392-4258-8dd3-7216d8d5d803" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-client-request-id": [ - "0cf05a7d9f104e9395101709d08eb290" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b40fc6d2-0b21-4890-bc2a-a52af7644a80" - ], - "x-ms-correlation-request-id": [ - "b40fc6d2-0b21-4890-bc2a-a52af7644a80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184540Z:b40fc6d2-0b21-4890-bc2a-a52af7644a80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" - ], - "x-ms-client-request-id": [ - "b04f8b681139464191a1b262f2d4f4b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca514f02-7dcc-4e46-b23a-f3693f245891" - ], - "x-ms-correlation-request-id": [ - "ca514f02-7dcc-4e46-b23a-f3693f245891" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184540Z:ca514f02-7dcc-4e46-b23a-f3693f245891" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "3dd0f6ee56684bc183ebf9fea99f8252" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "026ce5d5-354c-4176-ab28-b1405a21361a" - ], - "x-ms-correlation-request-id": [ - "026ce5d5-354c-4176-ab28-b1405a21361a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184540Z:026ce5d5-354c-4176-ab28-b1405a21361a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "357185198786494797f95772949a1bf1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7d905ffc-5489-412b-9365-f1b749e11f66" - ], - "x-ms-correlation-request-id": [ - "7d905ffc-5489-412b-9365-f1b749e11f66" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184540Z:7d905ffc-5489-412b-9365-f1b749e11f66" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "10e32fbdd53d4804b8cada04939ca9f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b822fc1-738f-44c0-8b34-5d6a6aa6c706" - ], - "x-ms-correlation-request-id": [ - "0b822fc1-738f-44c0-8b34-5d6a6aa6c706" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184540Z:0b822fc1-738f-44c0-8b34-5d6a6aa6c706" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "ea13b0a7de414bffbc0d29216212d02c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c94d30e-15e4-4319-9c37-34c9dd6e4693" - ], - "x-ms-correlation-request-id": [ - "8c94d30e-15e4-4319-9c37-34c9dd6e4693" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184540Z:8c94d30e-15e4-4319-9c37-34c9dd6e4693" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "7e0c63aef6e94407851d277e459a9a23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce966ca1-e4c1-44b4-8581-0921640c4150" - ], - "x-ms-correlation-request-id": [ - "ce966ca1-e4c1-44b4-8581-0921640c4150" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:ce966ca1-e4c1-44b4-8581-0921640c4150" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "5b90215b1f914e3ba0e9e28c692e172a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9afb54c0-5b0e-4916-bbd9-644784aaa79d" - ], - "x-ms-correlation-request-id": [ - "9afb54c0-5b0e-4916-bbd9-644784aaa79d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:9afb54c0-5b0e-4916-bbd9-644784aaa79d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "24ff4ebfa6a54cdd875d62437c72ab9b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2bcd52b7-37e9-4ddf-9523-46e69c766099" - ], - "x-ms-correlation-request-id": [ - "2bcd52b7-37e9-4ddf-9523-46e69c766099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:2bcd52b7-37e9-4ddf-9523-46e69c766099" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "b7d28d127aa148939e5de49a797a8d0d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6e04afe-7667-4bd9-b57b-85926c597a50" - ], - "x-ms-correlation-request-id": [ - "f6e04afe-7667-4bd9-b57b-85926c597a50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:f6e04afe-7667-4bd9-b57b-85926c597a50" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "561da4efd32d43119139a5aa13060bca" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "161bb36d-e8a2-4996-9072-2cc57a16eedd" - ], - "x-ms-correlation-request-id": [ - "161bb36d-e8a2-4996-9072-2cc57a16eedd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:161bb36d-e8a2-4996-9072-2cc57a16eedd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "26aec6c5fb904d7da08eebef71594006" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f2f2a8d-d2d0-48e0-ae2f-65091cd6c4a7" - ], - "x-ms-correlation-request-id": [ - "6f2f2a8d-d2d0-48e0-ae2f-65091cd6c4a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:6f2f2a8d-d2d0-48e0-ae2f-65091cd6c4a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "41d20db4eb1041f9a55b295e371718f0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bae10a7f-bd8b-476b-a8d0-c5fd6bef070e" - ], - "x-ms-correlation-request-id": [ - "bae10a7f-bd8b-476b-a8d0-c5fd6bef070e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:bae10a7f-bd8b-476b-a8d0-c5fd6bef070e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:40 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "ac270902041341a986ab64b103043afc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "31e0a6d4-be22-4fdf-a1c4-603afced2713" - ], - "x-ms-correlation-request-id": [ - "31e0a6d4-be22-4fdf-a1c4-603afced2713" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:31e0a6d4-be22-4fdf-a1c4-603afced2713" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "6f03ade7401448899083e6dfb6e16c20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c92479bc-f181-473c-9961-d8429bd1163c" - ], - "x-ms-correlation-request-id": [ - "c92479bc-f181-473c-9961-d8429bd1163c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184541Z:c92479bc-f181-473c-9961-d8429bd1163c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "a343c20c665747b3a592f33fc2dba4b1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8919716-ad41-477d-a5ce-9f068dd9bb0f" - ], - "x-ms-correlation-request-id": [ - "c8919716-ad41-477d-a5ce-9f068dd9bb0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184542Z:c8919716-ad41-477d-a5ce-9f068dd9bb0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "02bf55d5b07c4ad2b4d84448a0be77d3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ac126cab-d33b-4a20-9abd-feb5c38ddcbb" - ], - "x-ms-correlation-request-id": [ - "ac126cab-d33b-4a20-9abd-feb5c38ddcbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184542Z:ac126cab-d33b-4a20-9abd-feb5c38ddcbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "c671c9a305ac438ea9390e7d77d8b85f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8e208be5-cc9a-4fc3-837a-dd8c9d40870a" - ], - "x-ms-correlation-request-id": [ - "8e208be5-cc9a-4fc3-837a-dd8c9d40870a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184542Z:8e208be5-cc9a-4fc3-837a-dd8c9d40870a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "8df5fbbf6e394914adaaf97768e74ae6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88b7e124-61aa-434c-8610-5e4379e7db10" - ], - "x-ms-correlation-request-id": [ - "88b7e124-61aa-434c-8610-5e4379e7db10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184542Z:88b7e124-61aa-434c-8610-5e4379e7db10" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "3d0d498849b84b7d87fd203e75af0218" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bdf2e579-7738-4728-a818-3ec34cdfec76" - ], - "x-ms-correlation-request-id": [ - "bdf2e579-7738-4728-a818-3ec34cdfec76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184542Z:bdf2e579-7738-4728-a818-3ec34cdfec76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "f029b274280148d9865995477687c053" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee43434b-4c2b-44aa-8acd-c3b7ecd16099" - ], - "x-ms-correlation-request-id": [ - "ee43434b-4c2b-44aa-8acd-c3b7ecd16099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184542Z:ee43434b-4c2b-44aa-8acd-c3b7ecd16099" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "e82c4f7462534e27a16776262bf511b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca0d6092-7faf-48c5-8eef-8a6acbc9c941" - ], - "x-ms-correlation-request-id": [ - "ca0d6092-7faf-48c5-8eef-8a6acbc9c941" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184542Z:ca0d6092-7faf-48c5-8eef-8a6acbc9c941" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "5300e82720ed4d67880bb994ac408b7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a107f416-f26e-4843-90d6-52ad69336a5a" - ], - "x-ms-correlation-request-id": [ - "a107f416-f26e-4843-90d6-52ad69336a5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184543Z:a107f416-f26e-4843-90d6-52ad69336a5a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "e3be4e6a6097493e9127435ff7b7826d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17eff696-24b6-4f2a-a56a-b0332f5fe73d" - ], - "x-ms-correlation-request-id": [ - "17eff696-24b6-4f2a-a56a-b0332f5fe73d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184543Z:17eff696-24b6-4f2a-a56a-b0332f5fe73d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "1e8550875aff44f3b0c21ffe3236d891" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c95bf12-7dff-4507-b064-03cc651d85b2" - ], - "x-ms-correlation-request-id": [ - "8c95bf12-7dff-4507-b064-03cc651d85b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184543Z:8c95bf12-7dff-4507-b064-03cc651d85b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "e93408e0d3254b4e87f62e75951f4606" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a153133a-9369-46de-b55d-b662ab3f5838" - ], - "x-ms-correlation-request-id": [ - "a153133a-9369-46de-b55d-b662ab3f5838" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184543Z:a153133a-9369-46de-b55d-b662ab3f5838" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "01357356c0564652a2e2e470d8f0a991" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23f2ad7f-fc00-423f-910c-722e9f57b951" - ], - "x-ms-correlation-request-id": [ - "23f2ad7f-fc00-423f-910c-722e9f57b951" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184543Z:23f2ad7f-fc00-423f-910c-722e9f57b951" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "76e82bb0a2694d2f978248e747e78425" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "83bd6961-d131-4a18-bad7-cdde00b3555d" - ], - "x-ms-correlation-request-id": [ - "83bd6961-d131-4a18-bad7-cdde00b3555d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184543Z:83bd6961-d131-4a18-bad7-cdde00b3555d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "75c9b9e31a6940b58b6fc217c0a8f3d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "283d0d89-0db6-4bc9-9739-8f674949bdb6" - ], - "x-ms-correlation-request-id": [ - "283d0d89-0db6-4bc9-9739-8f674949bdb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184543Z:283d0d89-0db6-4bc9-9739-8f674949bdb6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "bdf90c64f8e346dd89d439f1f62edea5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "579bbb13-baae-4f81-baca-4a11475e2079" - ], - "x-ms-correlation-request-id": [ - "579bbb13-baae-4f81-baca-4a11475e2079" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:579bbb13-baae-4f81-baca-4a11475e2079" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "467ce84a01c84d439e06ed69465d90aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ca76d53-77b0-439f-8ee5-5a9d9e9a7743" - ], - "x-ms-correlation-request-id": [ - "4ca76d53-77b0-439f-8ee5-5a9d9e9a7743" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:4ca76d53-77b0-439f-8ee5-5a9d9e9a7743" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "d2bff59b1a5f4a3dbfc625c5a768d939" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93ba5900-f272-469f-871b-0531e717b3d1" - ], - "x-ms-correlation-request-id": [ - "93ba5900-f272-469f-871b-0531e717b3d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:93ba5900-f272-469f-871b-0531e717b3d1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "2f6a3d1d5c334741acfc2b096043938f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dfd0a840-b000-4e91-ba1a-a1760d39c707" - ], - "x-ms-correlation-request-id": [ - "dfd0a840-b000-4e91-ba1a-a1760d39c707" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:dfd0a840-b000-4e91-ba1a-a1760d39c707" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "49c40c3a19544946a3d68f842ecec37b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "417bcd6d-15c2-4487-94a2-1bfc37646c41" - ], - "x-ms-correlation-request-id": [ - "417bcd6d-15c2-4487-94a2-1bfc37646c41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:417bcd6d-15c2-4487-94a2-1bfc37646c41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "6757b7f031c642a19f37ca9cfff31b32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03a8dc56-b83c-4b95-8dfb-d05f2d2edc75" - ], - "x-ms-correlation-request-id": [ - "03a8dc56-b83c-4b95-8dfb-d05f2d2edc75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:03a8dc56-b83c-4b95-8dfb-d05f2d2edc75" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:43 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "6d40741d6a64462989b9afad2efaf0ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ca835a2-6951-41e2-b393-80236e53ca5b" - ], - "x-ms-correlation-request-id": [ - "4ca835a2-6951-41e2-b393-80236e53ca5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:4ca835a2-6951-41e2-b393-80236e53ca5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "2ca062749f7c4d20a4fc175fb8e7bb26" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee701c09-76ea-4fc9-9f23-1a962e7efd38" - ], - "x-ms-correlation-request-id": [ - "ee701c09-76ea-4fc9-9f23-1a962e7efd38" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184544Z:ee701c09-76ea-4fc9-9f23-1a962e7efd38" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "2b3d6447fa91470b842b1ac0193953ec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "373d8bd6-6de5-4412-8966-618f5b6525b2" - ], - "x-ms-correlation-request-id": [ - "373d8bd6-6de5-4412-8966-618f5b6525b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184545Z:373d8bd6-6de5-4412-8966-618f5b6525b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "5186acc85b3e47648a11f98b1653379b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5357f225-2956-4bcf-9481-e0db68d93603" - ], - "x-ms-correlation-request-id": [ - "5357f225-2956-4bcf-9481-e0db68d93603" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184545Z:5357f225-2956-4bcf-9481-e0db68d93603" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "fce1aa30868a4457893db2bd4b1d6095" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d29ffa60-5c6d-40a7-92d5-d3c951c18b54" - ], - "x-ms-correlation-request-id": [ - "d29ffa60-5c6d-40a7-92d5-d3c951c18b54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184545Z:d29ffa60-5c6d-40a7-92d5-d3c951c18b54" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "5a15eb31031f4b2a850e523f13965c22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8da27b86-4a7e-4561-a3cc-ace1d78d1da6" - ], - "x-ms-correlation-request-id": [ - "8da27b86-4a7e-4561-a3cc-ace1d78d1da6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184545Z:8da27b86-4a7e-4561-a3cc-ace1d78d1da6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "7ac3f4ec1a5143a1a4508003f9041e00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "185ac01b-0254-4e27-b2e8-c071db9f17a2" - ], - "x-ms-correlation-request-id": [ - "185ac01b-0254-4e27-b2e8-c071db9f17a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184545Z:185ac01b-0254-4e27-b2e8-c071db9f17a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "cb57017edc6c49e4905f5d85b203535c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e7bc37a1-e179-4526-ad26-b9f6c25e3cf4" - ], - "x-ms-correlation-request-id": [ - "e7bc37a1-e179-4526-ad26-b9f6c25e3cf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184545Z:e7bc37a1-e179-4526-ad26-b9f6c25e3cf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:44 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "ac6432e3197a487fb896f9d445c1838f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5a322b2-0058-4149-984e-be6d6808fa3d" - ], - "x-ms-correlation-request-id": [ - "e5a322b2-0058-4149-984e-be6d6808fa3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184546Z:e5a322b2-0058-4149-984e-be6d6808fa3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "064981f1b237445f8eae669a4546b055" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6b7c75f3-d820-490a-b67a-00f062d92f78" - ], - "x-ms-correlation-request-id": [ - "6b7c75f3-d820-490a-b67a-00f062d92f78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184546Z:6b7c75f3-d820-490a-b67a-00f062d92f78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "2a621a63fe9643c0811c2dbd216d5c73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05d2728e-4c79-43dc-8682-ccf49992a984" - ], - "x-ms-correlation-request-id": [ - "05d2728e-4c79-43dc-8682-ccf49992a984" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184546Z:05d2728e-4c79-43dc-8682-ccf49992a984" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "80a538877d8a453ebeb4f3c5bfad2bf5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28ec50a3-bcf5-4801-98e0-b11268b1bdec" - ], - "x-ms-correlation-request-id": [ - "28ec50a3-bcf5-4801-98e0-b11268b1bdec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184546Z:28ec50a3-bcf5-4801-98e0-b11268b1bdec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "43970081e73a46278222061b12b4cc52" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "784ab134-be74-4754-879d-fbc549928cc4" - ], - "x-ms-correlation-request-id": [ - "784ab134-be74-4754-879d-fbc549928cc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184546Z:784ab134-be74-4754-879d-fbc549928cc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "b285589109194622a35cdfe8c38bc2a0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5322efca-5f5c-4873-b104-8d02892e4dee" - ], - "x-ms-correlation-request-id": [ - "5322efca-5f5c-4873-b104-8d02892e4dee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184546Z:5322efca-5f5c-4873-b104-8d02892e4dee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:45 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "cc0eabfc65b74de380b1e20a0856713d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "517bd24c-bf7f-46a4-9d15-3ccbbf1f2333" - ], - "x-ms-correlation-request-id": [ - "517bd24c-bf7f-46a4-9d15-3ccbbf1f2333" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184546Z:517bd24c-bf7f-46a4-9d15-3ccbbf1f2333" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "ef9c1109d2c34798a86e79108d410fe1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f90952be-c1f6-44d7-a3de-c3255f475259" - ], - "x-ms-correlation-request-id": [ - "f90952be-c1f6-44d7-a3de-c3255f475259" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184547Z:f90952be-c1f6-44d7-a3de-c3255f475259" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "dc89123204484dd892c7e78a19d971a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3109e3cf-4a65-4d79-b6c8-118063f5c308" - ], - "x-ms-correlation-request-id": [ - "3109e3cf-4a65-4d79-b6c8-118063f5c308" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184547Z:3109e3cf-4a65-4d79-b6c8-118063f5c308" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "38eb8d8eda8444babc5072667cbf6fc8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99a9cd47-bb24-41af-8ddb-c61049f33d4e" - ], - "x-ms-correlation-request-id": [ - "99a9cd47-bb24-41af-8ddb-c61049f33d4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184547Z:99a9cd47-bb24-41af-8ddb-c61049f33d4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "c6cdee9069244b0a9bd46e37104da93f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6e2b642-e138-4aa7-91fb-fd18355b6b51" - ], - "x-ms-correlation-request-id": [ - "c6e2b642-e138-4aa7-91fb-fd18355b6b51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184547Z:c6e2b642-e138-4aa7-91fb-fd18355b6b51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "8695950f67be4e8db4cba0b6b54674ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cee3d73f-e12a-41f1-890b-886e2014b858" - ], - "x-ms-correlation-request-id": [ - "cee3d73f-e12a-41f1-890b-886e2014b858" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184547Z:cee3d73f-e12a-41f1-890b-886e2014b858" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:46 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "e89c8432416f492087bb23aba5e51f71" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8cf75441-51aa-47d6-ba20-80a0549ad999" - ], - "x-ms-correlation-request-id": [ - "8cf75441-51aa-47d6-ba20-80a0549ad999" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:8cf75441-51aa-47d6-ba20-80a0549ad999" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "aca1bef7f2a749189cd720a82a2d7092" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ade2fc7-024a-4d02-a7a3-f0ab204c4bef" - ], - "x-ms-correlation-request-id": [ - "7ade2fc7-024a-4d02-a7a3-f0ab204c4bef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:7ade2fc7-024a-4d02-a7a3-f0ab204c4bef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "2d4285e2b2df4259899f6b6f73ed699f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0335daa3-fccb-49de-b0ff-ee07c8a04494" - ], - "x-ms-correlation-request-id": [ - "0335daa3-fccb-49de-b0ff-ee07c8a04494" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:0335daa3-fccb-49de-b0ff-ee07c8a04494" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "0da4ec65aca9454ca75d5d64a21e46e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8402a8af-e060-4f4f-ae2a-ac0034596121" - ], - "x-ms-correlation-request-id": [ - "8402a8af-e060-4f4f-ae2a-ac0034596121" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:8402a8af-e060-4f4f-ae2a-ac0034596121" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "3046d03605334483bfcf6a9e83949c61" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99adbc23-d352-4857-8608-f87b5738b64b" - ], - "x-ms-correlation-request-id": [ - "99adbc23-d352-4857-8608-f87b5738b64b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:99adbc23-d352-4857-8608-f87b5738b64b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "3cd16908c1bd47b1a29d7efddacf41b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d89dcaa0-61d8-46f3-9c4e-43b8d5619a78" - ], - "x-ms-correlation-request-id": [ - "d89dcaa0-61d8-46f3-9c4e-43b8d5619a78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:d89dcaa0-61d8-46f3-9c4e-43b8d5619a78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "eaff85fc862b43e0936bf56cc28ebc83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad00c3d1-8657-4a95-88ab-d86887bb2b41" - ], - "x-ms-correlation-request-id": [ - "ad00c3d1-8657-4a95-88ab-d86887bb2b41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:ad00c3d1-8657-4a95-88ab-d86887bb2b41" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "63fe2a8bfb7743dcb1ea0cab186a75f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "670ac00f-db92-41b3-9035-64a20178a352" - ], - "x-ms-correlation-request-id": [ - "670ac00f-db92-41b3-9035-64a20178a352" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184548Z:670ac00f-db92-41b3-9035-64a20178a352" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "a700431aec11448094350b100d859a31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7457055b-4952-4cc4-a2a1-ae6f3696858a" - ], - "x-ms-correlation-request-id": [ - "7457055b-4952-4cc4-a2a1-ae6f3696858a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184549Z:7457055b-4952-4cc4-a2a1-ae6f3696858a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "a5671a56f45b4591b676f6b19894b16a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a0c1ba9c-e1d5-4fc5-935b-7387ee1aa319" - ], - "x-ms-correlation-request-id": [ - "a0c1ba9c-e1d5-4fc5-935b-7387ee1aa319" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184549Z:a0c1ba9c-e1d5-4fc5-935b-7387ee1aa319" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "c954414e85b84b51804082a2718cb8e7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8ccf3bd8-8697-46e9-ad76-c7436b91f9ed" - ], - "x-ms-correlation-request-id": [ - "8ccf3bd8-8697-46e9-ad76-c7436b91f9ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184549Z:8ccf3bd8-8697-46e9-ad76-c7436b91f9ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "9405f3324483410499955acfe1d9664a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8378d07c-013c-4069-bc4a-2030d3f0b177" - ], - "x-ms-correlation-request-id": [ - "8378d07c-013c-4069-bc4a-2030d3f0b177" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184549Z:8378d07c-013c-4069-bc4a-2030d3f0b177" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "ddb4fe5f119d4897ae81321e26d017b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc692d68-1d97-4f04-bd16-4cedf6ede509" - ], - "x-ms-correlation-request-id": [ - "dc692d68-1d97-4f04-bd16-4cedf6ede509" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184549Z:dc692d68-1d97-4f04-bd16-4cedf6ede509" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "694c5950223146428d58fc46edb4b848" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51dd0510-3a3f-4be5-84a5-1555a2e54383" - ], - "x-ms-correlation-request-id": [ - "51dd0510-3a3f-4be5-84a5-1555a2e54383" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184549Z:51dd0510-3a3f-4be5-84a5-1555a2e54383" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:48 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "9d12ea47bfe24dd0bdf8e678d571831e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff8b3adb-8d96-4531-9475-f7b4121b6c76" - ], - "x-ms-correlation-request-id": [ - "ff8b3adb-8d96-4531-9475-f7b4121b6c76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184549Z:ff8b3adb-8d96-4531-9475-f7b4121b6c76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "5d21bda9670b439386829f7d61d099a3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8d4083bd-49de-47b2-9085-49c7be098699" - ], - "x-ms-correlation-request-id": [ - "8d4083bd-49de-47b2-9085-49c7be098699" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:8d4083bd-49de-47b2-9085-49c7be098699" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" - ], - "x-ms-client-request-id": [ - "ef423e21693544debcb6f2f6fc22e2a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b5411c4-ec7f-4100-b3f8-b47be4a28e6d" - ], - "x-ms-correlation-request-id": [ - "1b5411c4-ec7f-4100-b3f8-b47be4a28e6d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:1b5411c4-ec7f-4100-b3f8-b47be4a28e6d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" - ], - "x-ms-client-request-id": [ - "f523c7241598467cba62e3ff1aa339ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f457f7e7-ff56-4b37-9eaa-b34547cae0b2" - ], - "x-ms-correlation-request-id": [ - "f457f7e7-ff56-4b37-9eaa-b34547cae0b2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:f457f7e7-ff56-4b37-9eaa-b34547cae0b2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" - ], - "x-ms-client-request-id": [ - "d428d897b16646ffbc714e1eb344754c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd6ee6cf-b2bf-4d9e-8336-7102fdaa06f4" - ], - "x-ms-correlation-request-id": [ - "bd6ee6cf-b2bf-4d9e-8336-7102fdaa06f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:bd6ee6cf-b2bf-4d9e-8336-7102fdaa06f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" - ], - "x-ms-client-request-id": [ - "26bf5e78eaa84f51bd918e6a232c82bb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "05d0a10d-9b47-42e5-a7f3-b094806e62af" - ], - "x-ms-correlation-request-id": [ - "05d0a10d-9b47-42e5-a7f3-b094806e62af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:05d0a10d-9b47-42e5-a7f3-b094806e62af" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" - ], - "x-ms-client-request-id": [ - "38bf8f4288d84598994ad21cdfb12015" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6263391c-0ea3-4014-8071-be0f6dc7cb97" - ], - "x-ms-correlation-request-id": [ - "6263391c-0ea3-4014-8071-be0f6dc7cb97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:6263391c-0ea3-4014-8071-be0f6dc7cb97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" - ], - "x-ms-client-request-id": [ - "ecadac0940814853b44d0065770bf1fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e54fc7d7-1165-4cfe-9ab5-2ee0f5a682b0" - ], - "x-ms-correlation-request-id": [ - "e54fc7d7-1165-4cfe-9ab5-2ee0f5a682b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:e54fc7d7-1165-4cfe-9ab5-2ee0f5a682b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "ee2ab89a7f8e4e60848b9a56aa8cfe92" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e62e5e1f-6c61-4ad7-9749-f4d1d573d7c7" - ], - "x-ms-correlation-request-id": [ - "e62e5e1f-6c61-4ad7-9749-f4d1d573d7c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184550Z:e62e5e1f-6c61-4ad7-9749-f4d1d573d7c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:49 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "5e54102958d94ccabd8502bbb5e19564" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f5b861c-439d-42f7-bfbf-36896a47b646" - ], - "x-ms-correlation-request-id": [ - "1f5b861c-439d-42f7-bfbf-36896a47b646" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184551Z:1f5b861c-439d-42f7-bfbf-36896a47b646" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "f9c3e375e9b343018af1024a6b01e470" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f38835b-af15-4bb3-8089-8558f4a4a13d" - ], - "x-ms-correlation-request-id": [ - "7f38835b-af15-4bb3-8089-8558f4a4a13d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184551Z:7f38835b-af15-4bb3-8089-8558f4a4a13d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "4119c94bc791471e94a248a67b56afc7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc8bd9a3-df07-48a1-898f-b08e15da1e8c" - ], - "x-ms-correlation-request-id": [ - "dc8bd9a3-df07-48a1-898f-b08e15da1e8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184551Z:dc8bd9a3-df07-48a1-898f-b08e15da1e8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "6e778e54659241769c6429ec463da840" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8f79614-c63f-4c66-b897-b615f3ab0142" - ], - "x-ms-correlation-request-id": [ - "c8f79614-c63f-4c66-b897-b615f3ab0142" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184551Z:c8f79614-c63f-4c66-b897-b615f3ab0142" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "63ecdfbb96c347f49bdeb730d4ee65a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8d160e1-d719-4133-9a60-131b79d2696a" - ], - "x-ms-correlation-request-id": [ - "a8d160e1-d719-4133-9a60-131b79d2696a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184551Z:a8d160e1-d719-4133-9a60-131b79d2696a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "e7cb2998acf4497bab9c3b86566f1490" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c07b426-6ae0-412c-b55a-ad436928c29d" - ], - "x-ms-correlation-request-id": [ - "5c07b426-6ae0-412c-b55a-ad436928c29d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184551Z:5c07b426-6ae0-412c-b55a-ad436928c29d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "3bd63f44c3bb49168a2dde057a8f6ae7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "657f52db-da68-449e-bda4-919f98d0cf17" - ], - "x-ms-correlation-request-id": [ - "657f52db-da68-449e-bda4-919f98d0cf17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184551Z:657f52db-da68-449e-bda4-919f98d0cf17" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:50 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "a8764ea81c57435f967bb2b372da73c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff5b28b1-8cba-4812-a563-835179429767" - ], - "x-ms-correlation-request-id": [ - "ff5b28b1-8cba-4812-a563-835179429767" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184552Z:ff5b28b1-8cba-4812-a563-835179429767" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "f2c7a84e2dea4d99a47c60a853450513" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "14d84664-3006-464a-90f6-0c3eb08b7482" - ], - "x-ms-correlation-request-id": [ - "14d84664-3006-464a-90f6-0c3eb08b7482" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184552Z:14d84664-3006-464a-90f6-0c3eb08b7482" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "963e341dc7584449839c424d7e8eba3c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d59ca7de-459a-4e58-a627-4461f694a467" - ], - "x-ms-correlation-request-id": [ - "d59ca7de-459a-4e58-a627-4461f694a467" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184552Z:d59ca7de-459a-4e58-a627-4461f694a467" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "bf9b5f57a00d41d684b4367e07dcfbd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d6564b72-9ce1-47e6-bc2b-d6d78d4ee06a" - ], - "x-ms-correlation-request-id": [ - "d6564b72-9ce1-47e6-bc2b-d6d78d4ee06a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184552Z:d6564b72-9ce1-47e6-bc2b-d6d78d4ee06a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "6e34c83562e540f597b73ec4dd330683" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "130fafec-7163-44a2-b62b-d924f448415c" - ], - "x-ms-correlation-request-id": [ - "130fafec-7163-44a2-b62b-d924f448415c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184552Z:130fafec-7163-44a2-b62b-d924f448415c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "d9104b9874e4440eb85bbaa130467335" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "838dce2a-0415-498d-a93d-b7218673c324" - ], - "x-ms-correlation-request-id": [ - "838dce2a-0415-498d-a93d-b7218673c324" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184552Z:838dce2a-0415-498d-a93d-b7218673c324" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "e4684b0ae3894cd889337d9774624535" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5abb84f-e6f4-4eb3-be15-475d9c6f7bcc" - ], - "x-ms-correlation-request-id": [ - "b5abb84f-e6f4-4eb3-be15-475d9c6f7bcc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184552Z:b5abb84f-e6f4-4eb3-be15-475d9c6f7bcc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:51 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "43056e4c0572438cb6c56261e67fc5b6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b52b3a1d-5552-40e3-af83-86b97d2ced34" - ], - "x-ms-correlation-request-id": [ - "b52b3a1d-5552-40e3-af83-86b97d2ced34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184553Z:b52b3a1d-5552-40e3-af83-86b97d2ced34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "3152955c50664ac0ad71a54311ae422f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad3173b0-c12f-464e-b1e3-e5d995bc4811" - ], - "x-ms-correlation-request-id": [ - "ad3173b0-c12f-464e-b1e3-e5d995bc4811" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184553Z:ad3173b0-c12f-464e-b1e3-e5d995bc4811" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" - ], - "x-ms-client-request-id": [ - "46457fe6d1bd40fc99a79a1df0698c4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78c6a27b-5129-4bd2-888d-85667f966e46" - ], - "x-ms-correlation-request-id": [ - "78c6a27b-5129-4bd2-888d-85667f966e46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184553Z:78c6a27b-5129-4bd2-888d-85667f966e46" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" - ], - "x-ms-client-request-id": [ - "29a04ecab4e3480aa1f28c9f7ccab4ff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92811409-c524-4a49-b598-71cfb70cad87" - ], - "x-ms-correlation-request-id": [ - "92811409-c524-4a49-b598-71cfb70cad87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184553Z:92811409-c524-4a49-b598-71cfb70cad87" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "x-ms-client-request-id": [ - "b00bf15c41374962a51b8aa2e41d1070" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f1a8ba5-b2d4-4f24-a532-26acf69b7989" - ], - "x-ms-correlation-request-id": [ - "4f1a8ba5-b2d4-4f24-a532-26acf69b7989" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184553Z:4f1a8ba5-b2d4-4f24-a532-26acf69b7989" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "x-ms-client-request-id": [ - "24e20098657d42409eeed44902b10d7c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1aaef030-eca5-4283-8de9-d663c5b0765a" - ], - "x-ms-correlation-request-id": [ - "1aaef030-eca5-4283-8de9-d663c5b0765a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184553Z:1aaef030-eca5-4283-8de9-d663c5b0765a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-client-request-id": [ - "85707f81e3874477975941e118755532" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b7f5335-fc3e-45aa-ba4b-63094b96027e" - ], - "x-ms-correlation-request-id": [ - "2b7f5335-fc3e-45aa-ba4b-63094b96027e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184553Z:2b7f5335-fc3e-45aa-ba4b-63094b96027e" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:52 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "5ca5ba2352ce47168668579df0710f27" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d29412ce-6041-4806-8209-f534c00e70cc" - ], - "x-ms-correlation-request-id": [ - "d29412ce-6041-4806-8209-f534c00e70cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184554Z:d29412ce-6041-4806-8209-f534c00e70cc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "a96becc48dc74d4691e07319101b5dbf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0abd0489-5107-4273-864b-799a7c7923d0" - ], - "x-ms-correlation-request-id": [ - "0abd0489-5107-4273-864b-799a7c7923d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184554Z:0abd0489-5107-4273-864b-799a7c7923d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "fe2da6217a2a42a0ae4c857cef3f4647" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aeaf3746-647f-4c4b-ae1a-026c6359afa5" - ], - "x-ms-correlation-request-id": [ - "aeaf3746-647f-4c4b-ae1a-026c6359afa5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184554Z:aeaf3746-647f-4c4b-ae1a-026c6359afa5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "788136da168b488786e1cd79fa376105" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4078f74-d115-4c46-ade5-9fade650fd4e" - ], - "x-ms-correlation-request-id": [ - "a4078f74-d115-4c46-ade5-9fade650fd4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184554Z:a4078f74-d115-4c46-ade5-9fade650fd4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "a5949a5a164d4c3ea742308bb49838e6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "88579c3c-75bc-4e45-91d9-ed6e4476f0ed" - ], - "x-ms-correlation-request-id": [ - "88579c3c-75bc-4e45-91d9-ed6e4476f0ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184554Z:88579c3c-75bc-4e45-91d9-ed6e4476f0ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "e0b9c7f7ea8c430b925e4ad0dae31da8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6a116594-4802-46d7-8ac6-c85b2d5aaa78" - ], - "x-ms-correlation-request-id": [ - "6a116594-4802-46d7-8ac6-c85b2d5aaa78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184554Z:6a116594-4802-46d7-8ac6-c85b2d5aaa78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "a6c68d43996c4149a53243197df75f83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff41ab7a-e3ec-44fd-bfc2-f1fc5545b2da" - ], - "x-ms-correlation-request-id": [ - "ff41ab7a-e3ec-44fd-bfc2-f1fc5545b2da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:ff41ab7a-e3ec-44fd-bfc2-f1fc5545b2da" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "7dfbe35a3e8f49e9898f128798e6fb8d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "faf32b25-daac-4604-92bf-f0e019168d68" - ], - "x-ms-correlation-request-id": [ - "faf32b25-daac-4604-92bf-f0e019168d68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:faf32b25-daac-4604-92bf-f0e019168d68" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "50b78df7d7134233b28aae0423a325ee" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6e81636-b86f-431d-a256-22ba8c580ea4" - ], - "x-ms-correlation-request-id": [ - "f6e81636-b86f-431d-a256-22ba8c580ea4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:f6e81636-b86f-431d-a256-22ba8c580ea4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "99c80a61d8c74a16affd1850cc7952c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "26b9c271-b5b1-49ae-bce1-388dc16c3534" - ], - "x-ms-correlation-request-id": [ - "26b9c271-b5b1-49ae-bce1-388dc16c3534" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:26b9c271-b5b1-49ae-bce1-388dc16c3534" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "d85edffd8e6a45e7ab8508396b1c29e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea9776ad-37fa-4b0a-8427-08168c050847" - ], - "x-ms-correlation-request-id": [ - "ea9776ad-37fa-4b0a-8427-08168c050847" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:ea9776ad-37fa-4b0a-8427-08168c050847" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "e3119749c0cf4973b2231507f201777f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b64bb34e-99bf-413d-9724-a9f5397323ef" - ], - "x-ms-correlation-request-id": [ - "b64bb34e-99bf-413d-9724-a9f5397323ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:b64bb34e-99bf-413d-9724-a9f5397323ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "71e8ad929d074fbaa04dded6c8bd85ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5c092366-2328-4102-a677-db8c37c3c100" - ], - "x-ms-correlation-request-id": [ - "5c092366-2328-4102-a677-db8c37c3c100" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:5c092366-2328-4102-a677-db8c37c3c100" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "15b96cbd8708458cb882ce4a5c5f68df" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "836aa233-a348-401f-b731-238906267fc2" - ], - "x-ms-correlation-request-id": [ - "836aa233-a348-401f-b731-238906267fc2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:836aa233-a348-401f-b731-238906267fc2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "a08163225fc34919804c4a126ffc3030" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f720a66-74de-4bf0-a62d-f1e16b3b8a76" - ], - "x-ms-correlation-request-id": [ - "4f720a66-74de-4bf0-a62d-f1e16b3b8a76" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184555Z:4f720a66-74de-4bf0-a62d-f1e16b3b8a76" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "c08c50de635d41af8d4af4656caa77ed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "18141a0c-f7c2-44f3-b56a-db91d079250a" - ], - "x-ms-correlation-request-id": [ - "18141a0c-f7c2-44f3-b56a-db91d079250a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:18141a0c-f7c2-44f3-b56a-db91d079250a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "5a3d761a572f4da0833a33bf07efd93c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3868fa37-1774-4ced-bb34-9dcc6fe373a2" - ], - "x-ms-correlation-request-id": [ - "3868fa37-1774-4ced-bb34-9dcc6fe373a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:3868fa37-1774-4ced-bb34-9dcc6fe373a2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "8a1ec942f55b46639a3f57a3182775f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "edda290a-adeb-4d61-ae6e-c8f174029522" - ], - "x-ms-correlation-request-id": [ - "edda290a-adeb-4d61-ae6e-c8f174029522" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:edda290a-adeb-4d61-ae6e-c8f174029522" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "2bf44ecd98814614a50df6392f518403" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b6c27bf3-40e7-4ecf-aec4-a6150409db01" - ], - "x-ms-correlation-request-id": [ - "b6c27bf3-40e7-4ecf-aec4-a6150409db01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:b6c27bf3-40e7-4ecf-aec4-a6150409db01" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "f2fc24ac764f4fe9a1bcfe9913ed8cdf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e1585419-4d2f-4005-8cf4-a951ef2807a4" - ], - "x-ms-correlation-request-id": [ - "e1585419-4d2f-4005-8cf4-a951ef2807a4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:e1585419-4d2f-4005-8cf4-a951ef2807a4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "36a44c110fbc4e35a57f67b7ad1946b5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1574ec32-fab7-431a-a30a-d001f54f96bf" - ], - "x-ms-correlation-request-id": [ - "1574ec32-fab7-431a-a30a-d001f54f96bf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:1574ec32-fab7-431a-a30a-d001f54f96bf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "0774adddb5854389b0fb082d1d5cc4d6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f7f14c98-cce1-48de-9e04-a87014313fa0" - ], - "x-ms-correlation-request-id": [ - "f7f14c98-cce1-48de-9e04-a87014313fa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:f7f14c98-cce1-48de-9e04-a87014313fa0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "353a1f6b085b4ad28c71453312855967" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f074225d-73e5-4ada-8d2e-9a8fd671e49b" - ], - "x-ms-correlation-request-id": [ - "f074225d-73e5-4ada-8d2e-9a8fd671e49b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:f074225d-73e5-4ada-8d2e-9a8fd671e49b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "358722fc3b054448baf78a93cabad6d9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f1d11001-dfc5-48d1-b673-808357f9247b" - ], - "x-ms-correlation-request-id": [ - "f1d11001-dfc5-48d1-b673-808357f9247b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184556Z:f1d11001-dfc5-48d1-b673-808357f9247b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "b16b707e4203477b89474dbbbbde9255" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8d169b7-acd3-40ba-bf18-f3fc24746e97" - ], - "x-ms-correlation-request-id": [ - "e8d169b7-acd3-40ba-bf18-f3fc24746e97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:e8d169b7-acd3-40ba-bf18-f3fc24746e97" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "0a8c8815b12a461a8621c6d9622ea59b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "263a5b53-ed6c-4d94-b633-c1ebc35b5dc5" - ], - "x-ms-correlation-request-id": [ - "263a5b53-ed6c-4d94-b633-c1ebc35b5dc5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:263a5b53-ed6c-4d94-b633-c1ebc35b5dc5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "cd23959adc2b4bc5b6ef70316eb84414" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7ae52175-ab1c-4c49-828d-818359c812c7" - ], - "x-ms-correlation-request-id": [ - "7ae52175-ab1c-4c49-828d-818359c812c7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:7ae52175-ab1c-4c49-828d-818359c812c7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "9598d9c305584a069e1692f94d9d8cbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "834d3395-1916-4d0a-a452-9cebc0592f96" - ], - "x-ms-correlation-request-id": [ - "834d3395-1916-4d0a-a452-9cebc0592f96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:834d3395-1916-4d0a-a452-9cebc0592f96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "69551597d16c49889e9fe636d69f5f34" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ab3e0080-2e80-4bfa-9ac2-d2870abe179d" - ], - "x-ms-correlation-request-id": [ - "ab3e0080-2e80-4bfa-9ac2-d2870abe179d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:ab3e0080-2e80-4bfa-9ac2-d2870abe179d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "c797ae076bc8468983ff214ab8d492dd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3ab9286b-cd59-4e1d-bb4f-f4ca26e0543d" - ], - "x-ms-correlation-request-id": [ - "3ab9286b-cd59-4e1d-bb4f-f4ca26e0543d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:3ab9286b-cd59-4e1d-bb4f-f4ca26e0543d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "54b950c7628647aeb2c064b70f9541b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "32725242-6d42-4011-aa6e-5da285c6a9cf" - ], - "x-ms-correlation-request-id": [ - "32725242-6d42-4011-aa6e-5da285c6a9cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:32725242-6d42-4011-aa6e-5da285c6a9cf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "1e8dba975ec44f4fb0b930593de618fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6917c0ff-3b6f-4739-a54b-088c4fd8391a" - ], - "x-ms-correlation-request-id": [ - "6917c0ff-3b6f-4739-a54b-088c4fd8391a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:6917c0ff-3b6f-4739-a54b-088c4fd8391a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "9333b7985a114f27987520f8d9ebca03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "47eca93f-575b-45d7-8492-65cebae1374b" - ], - "x-ms-correlation-request-id": [ - "47eca93f-575b-45d7-8492-65cebae1374b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:47eca93f-575b-45d7-8492-65cebae1374b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "66a4394a9f144863946bbebe36f3cdab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "585aae66-5b10-471b-950c-884810457647" - ], - "x-ms-correlation-request-id": [ - "585aae66-5b10-471b-950c-884810457647" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184557Z:585aae66-5b10-471b-950c-884810457647" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "17546338d3e4409bb8a81a2314370297" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c264045-d8e5-4ef0-82fa-9ab52b2808a8" - ], - "x-ms-correlation-request-id": [ - "8c264045-d8e5-4ef0-82fa-9ab52b2808a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:8c264045-d8e5-4ef0-82fa-9ab52b2808a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "f0995f105498430ea0b460b8fedffb83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c2c35d1-473b-4356-ae38-9b78eea4f9ad" - ], - "x-ms-correlation-request-id": [ - "1c2c35d1-473b-4356-ae38-9b78eea4f9ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:1c2c35d1-473b-4356-ae38-9b78eea4f9ad" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "599a51e33c1a4429bcf8c00a9db2bd0a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e4be5d8a-dd55-4709-8423-6e089745f59e" - ], - "x-ms-correlation-request-id": [ - "e4be5d8a-dd55-4709-8423-6e089745f59e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:e4be5d8a-dd55-4709-8423-6e089745f59e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "b581d0b6a33a4e3f97affb0e0691e3e9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4adb8e38-d326-4322-831e-9d345774bcc9" - ], - "x-ms-correlation-request-id": [ - "4adb8e38-d326-4322-831e-9d345774bcc9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:4adb8e38-d326-4322-831e-9d345774bcc9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "a1db9b95e829410a92f421c9d275b8d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bd12461a-1d5e-41c3-b403-3753932c9d43" - ], - "x-ms-correlation-request-id": [ - "bd12461a-1d5e-41c3-b403-3753932c9d43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:bd12461a-1d5e-41c3-b403-3753932c9d43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "1ea663e5059046cd9c9186d6ed20b172" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b8219ee0-e2cc-40c3-80c3-41ec66098bd6" - ], - "x-ms-correlation-request-id": [ - "b8219ee0-e2cc-40c3-80c3-41ec66098bd6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:b8219ee0-e2cc-40c3-80c3-41ec66098bd6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "d4727fbf7bd14733b33b360f300b18ce" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10d3fe5e-a6cb-4126-a95b-277490b809c8" - ], - "x-ms-correlation-request-id": [ - "10d3fe5e-a6cb-4126-a95b-277490b809c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:10d3fe5e-a6cb-4126-a95b-277490b809c8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "ea3d720f92ac4c88a7b640825e0ad7c4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "28f07444-11a2-418d-ae63-c1a30ca90bf4" - ], - "x-ms-correlation-request-id": [ - "28f07444-11a2-418d-ae63-c1a30ca90bf4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:28f07444-11a2-418d-ae63-c1a30ca90bf4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "c0296dd9bae5407bb7e60349241fc15a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6f2a27b-771c-4e04-bcbe-79a6c3e4297b" - ], - "x-ms-correlation-request-id": [ - "f6f2a27b-771c-4e04-bcbe-79a6c3e4297b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184558Z:f6f2a27b-771c-4e04-bcbe-79a6c3e4297b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "8d088a29c5644a33954dbe3526345712" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39e8f15e-a79a-4f36-95c0-a6fd82246bec" - ], - "x-ms-correlation-request-id": [ - "39e8f15e-a79a-4f36-95c0-a6fd82246bec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:39e8f15e-a79a-4f36-95c0-a6fd82246bec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "60141d1e90b349698d66157480848660" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff95016d-40d6-44c1-9e5d-f8cef33ad792" - ], - "x-ms-correlation-request-id": [ - "ff95016d-40d6-44c1-9e5d-f8cef33ad792" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:ff95016d-40d6-44c1-9e5d-f8cef33ad792" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "a0542e71720a47d3bd29bf53abbef271" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "100fb98e-d6af-45c2-a43c-812a21ce260f" - ], - "x-ms-correlation-request-id": [ - "100fb98e-d6af-45c2-a43c-812a21ce260f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:100fb98e-d6af-45c2-a43c-812a21ce260f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "e359152683664593b9e15f45302a68a7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d48d6dc9-f775-47a2-8a9f-ba74990538a3" - ], - "x-ms-correlation-request-id": [ - "d48d6dc9-f775-47a2-8a9f-ba74990538a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:d48d6dc9-f775-47a2-8a9f-ba74990538a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "25d0f31dd1844043a0e52c48312e6e15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b80c859-9771-479a-9f58-ba1ed0b1110f" - ], - "x-ms-correlation-request-id": [ - "9b80c859-9771-479a-9f58-ba1ed0b1110f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:9b80c859-9771-479a-9f58-ba1ed0b1110f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "65b151b4fb3344ea96ab66e6690a703b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d423af6a-82c2-4c40-a334-6e4646aad547" - ], - "x-ms-correlation-request-id": [ - "d423af6a-82c2-4c40-a334-6e4646aad547" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:d423af6a-82c2-4c40-a334-6e4646aad547" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "dccc83f9133f4c80b14825dbc89f45b2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cc945a62-ecff-4d3c-b7ff-c734bf588dcf" - ], - "x-ms-correlation-request-id": [ - "cc945a62-ecff-4d3c-b7ff-c734bf588dcf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:cc945a62-ecff-4d3c-b7ff-c734bf588dcf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "a6a2a7c44bd34d02aec62f5cede0fcef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b80a1d1-f03e-4c3a-b7d0-e7cc663422e3" - ], - "x-ms-correlation-request-id": [ - "2b80a1d1-f03e-4c3a-b7d0-e7cc663422e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:2b80a1d1-f03e-4c3a-b7d0-e7cc663422e3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "4e50a4c801e048078a7bfc259eac4ca7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53784090-ecd7-4149-abec-3ffb7fade002" - ], - "x-ms-correlation-request-id": [ - "53784090-ecd7-4149-abec-3ffb7fade002" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:53784090-ecd7-4149-abec-3ffb7fade002" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "0d99bcb045264cd3a97a90e7547e731b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "99266c68-21cf-4138-9588-12ff00974015" - ], - "x-ms-correlation-request-id": [ - "99266c68-21cf-4138-9588-12ff00974015" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184559Z:99266c68-21cf-4138-9588-12ff00974015" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "a043f7ce881840499f21c9d881804e72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "48181da7-685e-44c2-9af5-0bc62b5e98c6" - ], - "x-ms-correlation-request-id": [ - "48181da7-685e-44c2-9af5-0bc62b5e98c6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:48181da7-685e-44c2-9af5-0bc62b5e98c6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "7abe76d1347646c8b4a9c801222d4337" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3423dd0-8ac0-4977-b76a-8f4b8356f64e" - ], - "x-ms-correlation-request-id": [ - "f3423dd0-8ac0-4977-b76a-8f4b8356f64e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:f3423dd0-8ac0-4977-b76a-8f4b8356f64e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "a77f85af04454778aa6bafead7e8d5cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b3826522-a5e0-4c90-8070-2e344920710c" - ], - "x-ms-correlation-request-id": [ - "b3826522-a5e0-4c90-8070-2e344920710c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:b3826522-a5e0-4c90-8070-2e344920710c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "e4fa536764734a4aa2233f4c0fff81da" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "93a967fa-fe9a-4cfa-96b1-4aab7000b802" - ], - "x-ms-correlation-request-id": [ - "93a967fa-fe9a-4cfa-96b1-4aab7000b802" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:93a967fa-fe9a-4cfa-96b1-4aab7000b802" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "c9aeffe93af44331b7278b58729222a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b1ea10a9-4345-4f4c-9de2-d7d65fcb1a92" - ], - "x-ms-correlation-request-id": [ - "b1ea10a9-4345-4f4c-9de2-d7d65fcb1a92" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:b1ea10a9-4345-4f4c-9de2-d7d65fcb1a92" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "296bd0d3c1204d9a8b64aa1f07f1d1c7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3155bfd9-3448-4f8e-a265-cd87243892ec" - ], - "x-ms-correlation-request-id": [ - "3155bfd9-3448-4f8e-a265-cd87243892ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:3155bfd9-3448-4f8e-a265-cd87243892ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "654be987a4f14753a72e2ae6dc5bae2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "845b1343-47a2-4c35-a059-c06a06b553cd" - ], - "x-ms-correlation-request-id": [ - "845b1343-47a2-4c35-a059-c06a06b553cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:845b1343-47a2-4c35-a059-c06a06b553cd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:45:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "5272583b093942f1beed045bf3b042ab" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9edfd4f-20f5-4602-ac51-a9c0a77a398b" - ], - "x-ms-correlation-request-id": [ - "e9edfd4f-20f5-4602-ac51-a9c0a77a398b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184600Z:e9edfd4f-20f5-4602-ac51-a9c0a77a398b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "b9296a88918a4aab947a3cc92f145256" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce5e99b5-3096-493a-b399-355bc23ea283" - ], - "x-ms-correlation-request-id": [ - "ce5e99b5-3096-493a-b399-355bc23ea283" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184601Z:ce5e99b5-3096-493a-b399-355bc23ea283" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "d02e497a862140d6962ff1a0800feb51" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c22a38a-66df-4d6d-a9ea-826ee5626e8f" - ], - "x-ms-correlation-request-id": [ - "1c22a38a-66df-4d6d-a9ea-826ee5626e8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184601Z:1c22a38a-66df-4d6d-a9ea-826ee5626e8f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "af09d141b2904405820214dc009665b4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d3a84d8-f638-4534-886b-a88520441939" - ], - "x-ms-correlation-request-id": [ - "4d3a84d8-f638-4534-886b-a88520441939" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184601Z:4d3a84d8-f638-4534-886b-a88520441939" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "5facd6fa1fb74b94a4eec4543c6a5dd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "570608b2-3f2b-4edc-93e9-cb4338891a3f" - ], - "x-ms-correlation-request-id": [ - "570608b2-3f2b-4edc-93e9-cb4338891a3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184601Z:570608b2-3f2b-4edc-93e9-cb4338891a3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzVmNjY5Y2VhLWUwMmQtNGFiNi1hOTZmLTllM2YwY2UwMzZmOD9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"name\": \"5f669cea-e02d-4ab6-a96f-9e3f0ce036f8\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-19T18:22:19.639Z\",\r\n \"endTime\": \"2017-12-19T18:45:53.776Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "296" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "a1b2fa2bc6374222931cea5f0cbfe4aa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "62b266dc-5b57-430c-89bd-da11244860b0" - ], - "x-ms-correlation-request-id": [ - "62b266dc-5b57-430c-89bd-da11244860b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184601Z:62b266dc-5b57-430c-89bd-da11244860b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczY2Nz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps667\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-19T18:22:18.299Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Storage/storageAccounts/mlcrpstg6d510928accd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.ContainerRegistry/registries/mlcrpacr35a573890d04\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-ps667-6e570542.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.84.39.58\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"2eca32f5-01fc-4778-ba29-d6b6ecbee43b\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Insights/components/mlcrpaie6c07306101e\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1666" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "14e7ed6573f341f88c8b53cc32b6d43a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6f63e2c-73f7-44fc-a24b-014cd106ee80" - ], - "x-ms-correlation-request-id": [ - "c6f63e2c-73f7-44fc-a24b-014cd106ee80" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184601Z:c6f63e2c-73f7-44fc-a24b-014cd106ee80" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczY2Nz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e368174c-5a51-477a-8ab5-b950dc08e0a6" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps667\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-19T18:22:18.299Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Storage/storageAccounts/mlcrpstg6d510928accd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.ContainerRegistry/registries/mlcrpacr35a573890d04\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-ps667-6e570542.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.84.39.58\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"2eca32f5-01fc-4778-ba29-d6b6ecbee43b\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Insights/components/mlcrpaie6c07306101e\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1666" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "e368174c5a51477a8ab5b950dc08e0a6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "594a54a6-11c4-4fb4-9c4b-f2754aad9f89" - ], - "x-ms-correlation-request-id": [ - "594a54a6-11c4-4fb4-9c4b-f2754aad9f89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184601Z:594a54a6-11c4-4fb4-9c4b-f2754aad9f89" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczY2Nz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "88915800-6d71-4696-8e11-0945db7ba725" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps667\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-19T18:22:18.299Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Storage/storageAccounts/mlcrpstg6d510928accd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.ContainerRegistry/registries/mlcrpacr35a573890d04\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-ps667-6e570542.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.84.39.58\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"2eca32f5-01fc-4778-ba29-d6b6ecbee43b\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Insights/components/mlcrpaie6c07306101e\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1666" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14896" - ], - "x-ms-client-request-id": [ - "889158006d7146968e110945db7ba725" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4227969d-0345-4593-b904-c16a1187ce3f" - ], - "x-ms-correlation-request-id": [ - "4227969d-0345-4593-b904-c16a1187ce3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184603Z:4227969d-0345-4593-b904-c16a1187ce3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczY2Nz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a31b08d1-321c-4214-b063-d8a5122c4cfb" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-client-request-id": [ - "a31b08d1321c4214b063d8a5122c4cfb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-request-id": [ - "2ea92a6b-a2a4-47a9-9082-1f6f0192bff7" - ], - "x-ms-correlation-request-id": [ - "2ea92a6b-a2a4-47a9-9082-1f6f0192bff7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184636Z:2ea92a6b-a2a4-47a9-9082-1f6f0192bff7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:36 GMT" - ] - }, - "StatusCode": 404 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzP2FwaS12ZXJzaW9uPTIwMTctMDgtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d5d3f67c-64da-4a45-bdc4-45bf6d27affd" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps667\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-19T18:22:18.299Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Storage/storageAccounts/mlcrpstg6d510928accd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.ContainerRegistry/registries/mlcrpacr35a573890d04\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-ps667-6e570542.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.84.39.58\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"2eca32f5-01fc-4778-ba29-d6b6ecbee43b\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Insights/components/mlcrpaie6c07306101e\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1678" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14899" - ], - "x-ms-client-request-id": [ - "d5d3f67c64da4a45bdc445bf6d27affd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2e56942-d906-4e4b-bd20-5a8e718a213f" - ], - "x-ms-correlation-request-id": [ - "f2e56942-d906-4e4b-bd20-5a8e718a213f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184602Z:f2e56942-d906-4e4b-bd20-5a8e718a213f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzP2FwaS12ZXJzaW9uPTIwMTctMDgtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fb986372-4e80-45f5-a39d-3e10756a02f4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps667\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-19T18:22:18.299Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Storage/storageAccounts/mlcrpstg6d510928accd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.ContainerRegistry/registries/mlcrpacr35a573890d04\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-ps667-6e570542.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.84.39.58\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"2eca32f5-01fc-4778-ba29-d6b6ecbee43b\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Insights/components/mlcrpaie6c07306101e\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1678" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14897" - ], - "x-ms-client-request-id": [ - "fb9863724e8045f5a39d3e10756a02f4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2b186f20-9812-48d2-97bf-80b92c6e6281" - ], - "x-ms-correlation-request-id": [ - "2b186f20-9812-48d2-97bf-80b92c6e6281" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184603Z:2b186f20-9812-48d2-97bf-80b92c6e6281" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/operationalizationClusters?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "efcf7972-d3cc-4db6-8205-b9721607b814" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/ibiza-integration/providers/Microsoft.MachineLearningCompute/operationalizationClusters/ibiza-int-cluster\",\r\n \"name\": \"ibiza-int-cluster\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-09-14T03:12:39.205Z\",\r\n \"description\": \"Machine Learning Compute Cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/ibiza-integration/providers/Microsoft.Storage/storageAccounts/mlcrpstg0f366918edd0\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/ibiza-integration/providers/Microsoft.ContainerRegistry/registries/mlcrpacrb0d883842acf\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"ibiza-int-cluster-5cf12408.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.84.51.112\",\r\n \"version\": \"prod/1.20170912.13/master.b91415a8189e71c824150b9034d946511cd272bc\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 4,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"dc5460de-980e-4baf-b914-7f63115f0f22\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/ibiza-integration/providers/Microsoft.Insights/components/mlcrpai9cc04647d204\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-temp/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-temp-cluster-2\",\r\n \"name\": \"mlcrp-temp-cluster-2\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-09-26T19:58:15.757Z\",\r\n \"description\": null,\r\n \"provisioningState\": \"Deleting\",\r\n \"provisioningErrors\": [\r\n {\r\n \"error\": {\r\n \"code\": \"InternalError\",\r\n \"statusCode\": 500,\r\n \"message\": \"Failed to start Azure resource deployment. InternalErrorCode: ArmDeploymentCreateFailed\"\r\n }\r\n }\r\n ],\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-temp/providers/Microsoft.Storage/storageAccounts/mlcrpstg0447551344ac\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-temp/providers/Microsoft.ContainerRegistry/registries/mlcrpacra0078955a17c\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-temp-cluster-2-d2f19154\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"abc\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-temp/providers/Microsoft.Insights/components/mlcrpai1ab67600be1d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/amitarrg/providers/Microsoft.MachineLearningCompute/operationalizationClusters/amitarenv\",\r\n \"name\": \"amitarenv\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-07T01:50:31.711Z\",\r\n \"description\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/amitarrg-azureml-69c23/providers/Microsoft.Storage/storageAccounts/mlcrpstg07055395b979\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/amitarrg-azureml-69c23/providers/Microsoft.ContainerRegistry/registries/mlcrpacrf7e12400e934\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/amitarrg-azureml-69c23/providers/Microsoft.Insights/components/mlcrpai96337516445c\"\r\n },\r\n \"globalServiceConfiguration\": {\r\n \"additionalProperties\": null,\r\n \"etag\": null,\r\n \"ssl\": {\r\n \"status\": \"Disabled\",\r\n \"cert\": null,\r\n \"key\": null,\r\n \"cname\": null\r\n },\r\n \"serviceAuth\": null,\r\n \"autoScale\": null\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667\",\r\n \"name\": \"mlcrp-cmdlet-test-new-ps667\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-19T18:22:18.299Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Storage/storageAccounts/mlcrpstg6d510928accd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.ContainerRegistry/registries/mlcrpacr35a573890d04\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-ps667-6e570542.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.84.39.58\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"2eca32f5-01fc-4778-ba29-d6b6ecbee43b\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff/providers/Microsoft.Insights/components/mlcrpaie6c07306101e\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/trangeviuswcmlcrg/providers/Microsoft.MachineLearningCompute/operationalizationClusters/trangeviuswcmlc\",\r\n \"name\": \"trangeviuswcmlc\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-09-01T21:47:02.525Z\",\r\n \"description\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/trangeviuswcmlcrg/providers/Microsoft.Storage/storageAccounts/mlcrpstgccf49393e375\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/trangeviuswcmlcrg/providers/Microsoft.ContainerRegistry/registries/mlcrpacr69f91570d584\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"trangeviuswcmlc-50282116.westcentralus.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"52.161.102.100\",\r\n \"version\": \"prod/1.20170828.8/master.f20850cf68b2bb878a1837c8a3f0c997a11a73d9\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D2_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"6fc08872-6787-4f57-aa92-931c6c2db637\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/trangeviuswcmlcrg/providers/Microsoft.Insights/components/mlcrpai2ca903861caa\"\r\n },\r\n \"globalServiceConfiguration\": {\r\n \"additionalProperties\": null,\r\n \"etag\": null,\r\n \"ssl\": {\r\n \"status\": \"Disabled\",\r\n \"cert\": null,\r\n \"key\": null,\r\n \"cname\": null\r\n },\r\n \"serviceAuth\": null,\r\n \"autoScale\": null\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-acs/providers/Microsoft.MachineLearningCompute/operationalizationClusters/testcluster101\",\r\n \"name\": \"testcluster101\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-10-30T20:21:11.435Z\",\r\n \"description\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-acs/providers/Microsoft.Storage/storageAccounts/mlcrpstg5e102134afb5\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-acs/providers/Microsoft.ContainerRegistry/registries/mlcrpacr7ff123636a08\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"testcluster101-fb478591.westcentralus.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"52.161.21.91\",\r\n \"version\": \"prod/1.20170919.2/master/d1204f76830c897fa2c607f9b21aaec7c9eb1a9e\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"b771ff52-2d10-4460-b7a6-a00d134e7cc2\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-acs/providers/Microsoft.Insights/components/mlcrpai3507348500c7\"\r\n },\r\n \"globalServiceConfiguration\": {\r\n \"additionalProperties\": null,\r\n \"etag\": null,\r\n \"ssl\": {\r\n \"status\": \"Disabled\",\r\n \"cert\": null,\r\n \"key\": null,\r\n \"cname\": null\r\n },\r\n \"serviceAuth\": null,\r\n \"autoScale\": null\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-local/providers/Microsoft.MachineLearningCompute/operationalizationClusters/testcluster101\",\r\n \"name\": \"testcluster101\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-10-30T20:21:32.666Z\",\r\n \"description\": null,\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-local/providers/Microsoft.Storage/storageAccounts/mlcrpstg326310918e80\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-local/providers/Microsoft.ContainerRegistry/registries/mlcrpacr594406485d18\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/asupekar-wcus-local/providers/Microsoft.Insights/components/mlcrpaie2b022819d86\"\r\n },\r\n \"globalServiceConfiguration\": {\r\n \"additionalProperties\": null,\r\n \"etag\": null,\r\n \"ssl\": {\r\n \"status\": \"Disabled\",\r\n \"cert\": null,\r\n \"key\": null,\r\n \"cname\": null\r\n },\r\n \"serviceAuth\": null,\r\n \"autoScale\": null\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new\",\r\n \"name\": \"mlcrp-cmdlet-test-new\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-09-12T16:38:28.115Z\",\r\n \"modifiedOn\": \"2017-09-12T19:04:24.584Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Failed\",\r\n \"provisioningErrors\": [\r\n {\r\n \"error\": {\r\n \"code\": \"InternalError\",\r\n \"statusCode\": 500,\r\n \"message\": \"Exception in resource deployment monitor\"\r\n }\r\n }\r\n ],\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new/providers/Microsoft.Storage/storageAccounts/mlcrpstg952070808f19\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new/providers/Microsoft.ContainerRegistry/registries/mlcrpacrf81388276d81\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-new-51617926\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"3758f025-5db2-44a2-919e-0def41380203\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new/providers/Microsoft.Insights/components/mlcrpaiaee3737767e9\"\r\n },\r\n \"globalServiceConfiguration\": {\r\n \"additionalProperties\": null,\r\n \"etag\": null,\r\n \"ssl\": {\r\n \"status\": null,\r\n \"cert\": null,\r\n \"key\": null,\r\n \"cname\": null\r\n },\r\n \"serviceAuth\": null,\r\n \"autoScale\": null\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-sandbox\",\r\n \"name\": \"mlcrp-cmdlet-test-sandbox\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-09-12T16:43:26.983Z\",\r\n \"modifiedOn\": \"2017-09-12T19:04:13.745Z\",\r\n \"description\": \"Powershell test cluster\",\r\n \"provisioningState\": \"Failed\",\r\n \"provisioningErrors\": [\r\n {\r\n \"error\": {\r\n \"code\": \"InternalError\",\r\n \"statusCode\": 500,\r\n \"message\": \"Failed to start Azure resource deployment. InternalErrorCode: ArmDeploymentCreateFailed\"\r\n }\r\n }\r\n ],\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.Storage/storageAccounts/mlcrpstgfd934840aa5a\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.ContainerRegistry/registries/mlcrpacr3e9055254898\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-sandbox-68d06679\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"3758f025-5db2-44a2-919e-0def41380203\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.Insights/components/mlcrpai6da35256f584\"\r\n },\r\n \"globalServiceConfiguration\": {\r\n \"additionalProperties\": null,\r\n \"etag\": null,\r\n \"ssl\": {\r\n \"status\": null,\r\n \"cert\": null,\r\n \"key\": null,\r\n \"cname\": null\r\n },\r\n \"serviceAuth\": null,\r\n \"autoScale\": null\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-sandbox-2\",\r\n \"name\": \"mlcrp-cmdlet-test-sandbox-2\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-10-05T18:48:20.151Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Deleting\",\r\n \"provisioningErrors\": [\r\n {\r\n \"error\": {\r\n \"code\": \"InternalError\",\r\n \"statusCode\": 500,\r\n \"message\": \"Failed to start Azure resource deployment. InternalErrorCode: ArmDeploymentCreateFailed\"\r\n }\r\n }\r\n ],\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.Storage/storageAccounts/mlcrpstgac103246d1fd\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.ContainerRegistry/registries/mlcrpacr0487309181be\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-sandbox-2-65056067\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"WHAT\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-sandbox/providers/Microsoft.Insights/components/mlcrpai757911384eb8\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg80f290859eca/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcintgfc02841475f7\",\r\n \"name\": \"mlcintgfc02841475f7\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-14T20:33:45.562Z\",\r\n \"description\": \"Machine Learning Compute Cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg80f290859eca-azureml-b1c01/providers/Microsoft.Storage/storageAccounts/mlcrpstgabc623341b4c\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg80f290859eca-azureml-b1c01/providers/Microsoft.ContainerRegistry/registries/mlcrpacr7f322255248a\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcintgfc02841475f7-36166345.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.237\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"1429be07-bdbd-404d-96e1-187867aedac1\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg80f290859eca-azureml-b1c01/providers/Microsoft.Insights/components/mlcrpaid22912197d6e\"\r\n },\r\n \"globalServiceConfiguration\": {\r\n \"additionalProperties\": null,\r\n \"etag\": null,\r\n \"ssl\": {\r\n \"status\": \"Enabled\",\r\n \"cert\": null,\r\n \"key\": null,\r\n \"cname\": \"foo.bar.com\"\r\n },\r\n \"serviceAuth\": null,\r\n \"autoScale\": null\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg5cc2328910a2/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcintg38a625429926\",\r\n \"name\": \"mlcintg38a625429926\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-14T20:33:45.561Z\",\r\n \"description\": \"Machine Learning Compute Local Cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg5cc2328910a2-azureml-0f47b/providers/Microsoft.Storage/storageAccounts/mlcrpstgb6686022144d\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg5cc2328910a2-azureml-0f47b/providers/Microsoft.ContainerRegistry/registries/mlcrpacr75415995796f\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg5cc2328910a2-azureml-0f47b/providers/Microsoft.Insights/components/mlcrpai589974074708\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg7dd8290109ce/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcintg2e3063071af4\",\r\n \"name\": \"mlcintg2e3063071af4\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-14T20:34:10.555Z\",\r\n \"description\": \"Machine Learning Compute Cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg7dd8290109ce-azureml-ad781/providers/Microsoft.Storage/storageAccounts/mlcrpstg9d8955341557\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg7dd8290109ce-azureml-ad781/providers/Microsoft.ContainerRegistry/registries/mlcrpacrff832750fbf5\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcintg2e3063071af4-4e101007.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.61.126\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintg7dd8290109ce-azureml-ad781/providers/Microsoft.Insights/components/mlcrpai05741444860b\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgf4063410da12/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcintg2cb78386ee47\",\r\n \"name\": \"mlcintg2cb78386ee47\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-14T20:35:00.867Z\",\r\n \"description\": \"Machine Learning Compute Cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgf4063410da12-azureml-c31fc/providers/Microsoft.Storage/storageAccounts/mlcrpstgebe843894f82\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgf4063410da12-azureml-c31fc/providers/Microsoft.ContainerRegistry/registries/mlcrpacr5b5602060db5\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcintg2cb78386ee47-0b560429.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.61.135\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"1429be07-bdbd-404d-96e1-187867aedac1\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgf4063410da12-azureml-c31fc/providers/Microsoft.Insights/components/mlcrpaie61405494469\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgc3069277f767/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcintg1d436022d9d9\",\r\n \"name\": \"mlcintg1d436022d9d9\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-14T20:33:41.172Z\",\r\n \"description\": \"Machine Learning Compute Local Cluster\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgc3069277f767-azureml-37f4f/providers/Microsoft.Storage/storageAccounts/mlcrpstge8c554255970\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgc3069277f767-azureml-37f4f/providers/Microsoft.ContainerRegistry/registries/mlcrpacr40d1583674a6\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcintgc3069277f767-azureml-37f4f/providers/Microsoft.Insights/components/mlcrpai602922831992\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "22747" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-original-request-ids": [ - "", - "", - "" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14898" - ], - "x-ms-request-id": [ - "7851d65d-191b-42cb-93bc-c8cada7845d4" - ], - "x-ms-correlation-request-id": [ - "7851d65d-191b-42cb-93bc-c8cada7845d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184603Z:7851d65d-191b-42cb-93bc-c8cada7845d4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-new-ps1896/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-new-ps667?api-version=2017-08-01-preview&deleteAll=false", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczY2Nz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXcmZGVsZXRlQWxsPWZhbHNl", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "39a1875c-909f-49e6-b52d-6df06de72e5f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "39a1875c909f49e6b52d6df06de72e5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "be8e9a56-310e-428b-9b8d-91534682d814" - ], - "x-ms-correlation-request-id": [ - "be8e9a56-310e-428b-9b8d-91534682d814" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184604Z:be8e9a56-310e-428b-9b8d-91534682d814" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:03 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14895" - ], - "x-ms-client-request-id": [ - "d3c52c2e3ef341daa192c4fe52cf57d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5aeee8cd-4419-46e9-a45f-0125d4240ff1" - ], - "x-ms-correlation-request-id": [ - "5aeee8cd-4419-46e9-a45f-0125d4240ff1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:5aeee8cd-4419-46e9-a45f-0125d4240ff1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14894" - ], - "x-ms-client-request-id": [ - "41210441d82e45f0ad97039bca124a11" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e39cbc58-2d18-413a-aa3a-0313241b24b6" - ], - "x-ms-correlation-request-id": [ - "e39cbc58-2d18-413a-aa3a-0313241b24b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:e39cbc58-2d18-413a-aa3a-0313241b24b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14893" - ], - "x-ms-client-request-id": [ - "344b906b1c314def95896758c08d4d73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dc371663-edcc-46a0-82c9-9391582160e6" - ], - "x-ms-correlation-request-id": [ - "dc371663-edcc-46a0-82c9-9391582160e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:dc371663-edcc-46a0-82c9-9391582160e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14892" - ], - "x-ms-client-request-id": [ - "60712bd78d3f455a86449cd3e6f643bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25f93fe0-2719-4909-8825-14f15feee908" - ], - "x-ms-correlation-request-id": [ - "25f93fe0-2719-4909-8825-14f15feee908" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:25f93fe0-2719-4909-8825-14f15feee908" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14891" - ], - "x-ms-client-request-id": [ - "066705e699094c7c934f9b669f0adb85" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "00342fc0-e776-429f-b0fa-dcbf07145c48" - ], - "x-ms-correlation-request-id": [ - "00342fc0-e776-429f-b0fa-dcbf07145c48" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:00342fc0-e776-429f-b0fa-dcbf07145c48" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14890" - ], - "x-ms-client-request-id": [ - "dde24da293fb4e66a667021c18420310" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "27e13efd-cbc6-4e36-97bf-6a41c5e04bbf" - ], - "x-ms-correlation-request-id": [ - "27e13efd-cbc6-4e36-97bf-6a41c5e04bbf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:27e13efd-cbc6-4e36-97bf-6a41c5e04bbf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14889" - ], - "x-ms-client-request-id": [ - "ec385a1278a64e6d832d3f486fea1c79" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad121db5-5228-4599-a4c8-95a408e77f1a" - ], - "x-ms-correlation-request-id": [ - "ad121db5-5228-4599-a4c8-95a408e77f1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:ad121db5-5228-4599-a4c8-95a408e77f1a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14888" - ], - "x-ms-client-request-id": [ - "00c7a2dbc6d343ee9626edb2a86086bc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc3951b5-d1a1-47f6-851f-bc3cfaf965dd" - ], - "x-ms-correlation-request-id": [ - "bc3951b5-d1a1-47f6-851f-bc3cfaf965dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:bc3951b5-d1a1-47f6-851f-bc3cfaf965dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14887" - ], - "x-ms-client-request-id": [ - "ba88bc50036546288a33b4b5a6af8361" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "480fba19-bc9a-47c7-a119-afb49063c77e" - ], - "x-ms-correlation-request-id": [ - "480fba19-bc9a-47c7-a119-afb49063c77e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184605Z:480fba19-bc9a-47c7-a119-afb49063c77e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:05 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14886" - ], - "x-ms-client-request-id": [ - "1a6c8f9445c74aa792bb8a469db1dea9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c5d347e3-9b56-4a92-9bbc-f2724a9450a1" - ], - "x-ms-correlation-request-id": [ - "c5d347e3-9b56-4a92-9bbc-f2724a9450a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184606Z:c5d347e3-9b56-4a92-9bbc-f2724a9450a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14885" - ], - "x-ms-client-request-id": [ - "6067059176e4495d93fa7b1e0d85c160" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3c31a05-b559-4153-ba54-299d5a52b3c1" - ], - "x-ms-correlation-request-id": [ - "e3c31a05-b559-4153-ba54-299d5a52b3c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184606Z:e3c31a05-b559-4153-ba54-299d5a52b3c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" - ], - "x-ms-client-request-id": [ - "24df782dec094b1aa5d1b5440f79de15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e60ea6c8-0396-4685-88dd-847c6f96966a" - ], - "x-ms-correlation-request-id": [ - "e60ea6c8-0396-4685-88dd-847c6f96966a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184606Z:e60ea6c8-0396-4685-88dd-847c6f96966a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" - ], - "x-ms-client-request-id": [ - "26d123f2de0a48a98a0ceb2b59838291" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e691bd5e-a8fa-4225-a933-93de27411358" - ], - "x-ms-correlation-request-id": [ - "e691bd5e-a8fa-4225-a933-93de27411358" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184606Z:e691bd5e-a8fa-4225-a933-93de27411358" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14882" - ], - "x-ms-client-request-id": [ - "1e2aa69c97a14ee8979209dcdadd572b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09035c29-5db5-41a3-8a43-a48981f0033c" - ], - "x-ms-correlation-request-id": [ - "09035c29-5db5-41a3-8a43-a48981f0033c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184606Z:09035c29-5db5-41a3-8a43-a48981f0033c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14881" - ], - "x-ms-client-request-id": [ - "1fddf7a954204a5ab37fec6e28dd2917" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "09604a7c-0e7b-4dfd-bb88-aa8c1e30564d" - ], - "x-ms-correlation-request-id": [ - "09604a7c-0e7b-4dfd-bb88-aa8c1e30564d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184606Z:09604a7c-0e7b-4dfd-bb88-aa8c1e30564d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-client-request-id": [ - "32f6da55f39048ed8f803812c0b26c73" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0e2deea7-d20e-4ec0-b67b-3c9dbd17a8fb" - ], - "x-ms-correlation-request-id": [ - "0e2deea7-d20e-4ec0-b67b-3c9dbd17a8fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184606Z:0e2deea7-d20e-4ec0-b67b-3c9dbd17a8fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:06 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "3f9b6af68d1c410a88fcf9fc2ba55792" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6dd3345-f9b9-490b-8829-164902ed88dc" - ], - "x-ms-correlation-request-id": [ - "e6dd3345-f9b9-490b-8829-164902ed88dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:e6dd3345-f9b9-490b-8829-164902ed88dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "56570a0effa04b2badf167e1a8ae7c1e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d681e20b-dcbf-409f-83b3-62a0c0aa7cc7" - ], - "x-ms-correlation-request-id": [ - "d681e20b-dcbf-409f-83b3-62a0c0aa7cc7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:d681e20b-dcbf-409f-83b3-62a0c0aa7cc7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "9c4125a0294d4dc4902f93d4f2cc07ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3051c6b6-fae3-4f7f-a1fa-87115168ff3b" - ], - "x-ms-correlation-request-id": [ - "3051c6b6-fae3-4f7f-a1fa-87115168ff3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:3051c6b6-fae3-4f7f-a1fa-87115168ff3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "721b8bdbe1774ae4821a4665802036f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e27f0a2-6e0e-4e48-9fd7-ca6ec32acafc" - ], - "x-ms-correlation-request-id": [ - "3e27f0a2-6e0e-4e48-9fd7-ca6ec32acafc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:3e27f0a2-6e0e-4e48-9fd7-ca6ec32acafc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "dcd807283eb64e959631f775c8a46610" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ce9f0e0b-8421-4bf6-b255-4ba62245283d" - ], - "x-ms-correlation-request-id": [ - "ce9f0e0b-8421-4bf6-b255-4ba62245283d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:ce9f0e0b-8421-4bf6-b255-4ba62245283d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-client-request-id": [ - "480da288f6694c1cb3299d1906da9154" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7edcafeb-8486-4a63-b3ee-5d5078e095fe" - ], - "x-ms-correlation-request-id": [ - "7edcafeb-8486-4a63-b3ee-5d5078e095fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:7edcafeb-8486-4a63-b3ee-5d5078e095fe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-client-request-id": [ - "9b59168e72d5419ea8b78af98811d78f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44f3e68c-4391-40e1-814a-d25cc9bfa6b0" - ], - "x-ms-correlation-request-id": [ - "44f3e68c-4391-40e1-814a-d25cc9bfa6b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:44f3e68c-4391-40e1-814a-d25cc9bfa6b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-client-request-id": [ - "bdda855991fe4833abb70f54900ae3fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2010d839-0871-4f56-9a01-27b22baaa350" - ], - "x-ms-correlation-request-id": [ - "2010d839-0871-4f56-9a01-27b22baaa350" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184607Z:2010d839-0871-4f56-9a01-27b22baaa350" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-client-request-id": [ - "a01546ea3eab4303b8a75d795f0354b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "23869f6b-5691-4c0b-8256-ccea94592072" - ], - "x-ms-correlation-request-id": [ - "23869f6b-5691-4c0b-8256-ccea94592072" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184608Z:23869f6b-5691-4c0b-8256-ccea94592072" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-client-request-id": [ - "62168c1d02064227baeea496ba40bcb1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9d19d085-2fc4-4f7e-a52d-cfa0e4bf93ee" - ], - "x-ms-correlation-request-id": [ - "9d19d085-2fc4-4f7e-a52d-cfa0e4bf93ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184608Z:9d19d085-2fc4-4f7e-a52d-cfa0e4bf93ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-client-request-id": [ - "1271a890856e4b4486215a47c4d069fd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0303dae6-1613-4698-b487-4149693ea03d" - ], - "x-ms-correlation-request-id": [ - "0303dae6-1613-4698-b487-4149693ea03d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184608Z:0303dae6-1613-4698-b487-4149693ea03d" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" - ], - "x-ms-client-request-id": [ - "6def72fb25244fa29f1df57c675ca5ea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b46e67fc-b6d3-489b-8f1c-5679072c2037" - ], - "x-ms-correlation-request-id": [ - "b46e67fc-b6d3-489b-8f1c-5679072c2037" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184609Z:b46e67fc-b6d3-489b-8f1c-5679072c2037" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" - ], - "x-ms-client-request-id": [ - "eaad9eeb0aa64bf9b6a1cd49529aedcc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aeac42b6-6466-4b29-8acf-27f2e2270215" - ], - "x-ms-correlation-request-id": [ - "aeac42b6-6466-4b29-8acf-27f2e2270215" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184609Z:aeac42b6-6466-4b29-8acf-27f2e2270215" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" - ], - "x-ms-client-request-id": [ - "3d9103a15c3c4944802d3710934a1516" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "aebf0500-4054-44d3-a4fa-a9f205000fa6" - ], - "x-ms-correlation-request-id": [ - "aebf0500-4054-44d3-a4fa-a9f205000fa6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184609Z:aebf0500-4054-44d3-a4fa-a9f205000fa6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" - ], - "x-ms-client-request-id": [ - "ef0c6d6b97c84c45aff43e4922325160" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "07a882ee-e265-4bde-91f7-3c77a94be8b1" - ], - "x-ms-correlation-request-id": [ - "07a882ee-e265-4bde-91f7-3c77a94be8b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184609Z:07a882ee-e265-4bde-91f7-3c77a94be8b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" - ], - "x-ms-client-request-id": [ - "4a2afcba0ca54b3b8847b8615b4f8c03" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58d0ff4e-083b-44c3-a142-7899a2c39452" - ], - "x-ms-correlation-request-id": [ - "58d0ff4e-083b-44c3-a142-7899a2c39452" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184609Z:58d0ff4e-083b-44c3-a142-7899a2c39452" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:08 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-client-request-id": [ - "4209407c7c8143c49607dcafe5a165b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "debbfb66-b83a-44d1-9dca-d52da94e856c" - ], - "x-ms-correlation-request-id": [ - "debbfb66-b83a-44d1-9dca-d52da94e856c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184609Z:debbfb66-b83a-44d1-9dca-d52da94e856c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-client-request-id": [ - "19c563b681214db49cfb9e766aa268f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f436ba7-fc41-4151-82ef-08604dbb8473" - ], - "x-ms-correlation-request-id": [ - "7f436ba7-fc41-4151-82ef-08604dbb8473" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:7f436ba7-fc41-4151-82ef-08604dbb8473" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-client-request-id": [ - "3b8a3c6f3c16461a8ae33e82d662172d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9c50342-9477-47ca-869d-f1ddc255a60a" - ], - "x-ms-correlation-request-id": [ - "f9c50342-9477-47ca-869d-f1ddc255a60a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:f9c50342-9477-47ca-869d-f1ddc255a60a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-client-request-id": [ - "d97d5fd66ea248948a55dcbe8f23a5db" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f050e53b-a883-45e9-9edb-694301c6b188" - ], - "x-ms-correlation-request-id": [ - "f050e53b-a883-45e9-9edb-694301c6b188" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:f050e53b-a883-45e9-9edb-694301c6b188" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-client-request-id": [ - "ce16f5769b95421183595de3e35a8133" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75677c14-c868-4b41-a31f-40a939209a4b" - ], - "x-ms-correlation-request-id": [ - "75677c14-c868-4b41-a31f-40a939209a4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:75677c14-c868-4b41-a31f-40a939209a4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-client-request-id": [ - "6f62700519a04e458f647e7eab096de6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "955fcf19-62b3-4a4d-a2a6-d630fd83d794" - ], - "x-ms-correlation-request-id": [ - "955fcf19-62b3-4a4d-a2a6-d630fd83d794" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:955fcf19-62b3-4a4d-a2a6-d630fd83d794" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-client-request-id": [ - "177f797107674b52869966e560c7c283" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b41843fd-0f4d-42ed-8038-bd1962f90934" - ], - "x-ms-correlation-request-id": [ - "b41843fd-0f4d-42ed-8038-bd1962f90934" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:b41843fd-0f4d-42ed-8038-bd1962f90934" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-client-request-id": [ - "2ca21b033819498da2ab3bf892309ad4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f9402d24-3a13-469c-922b-033206de7e7e" - ], - "x-ms-correlation-request-id": [ - "f9402d24-3a13-469c-922b-033206de7e7e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:f9402d24-3a13-469c-922b-033206de7e7e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-client-request-id": [ - "f84aa9ff1f3846d5913aa673667e0ede" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3451e716-9b1c-4498-a51f-4b70055cb243" - ], - "x-ms-correlation-request-id": [ - "3451e716-9b1c-4498-a51f-4b70055cb243" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184610Z:3451e716-9b1c-4498-a51f-4b70055cb243" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-client-request-id": [ - "a72df23650434c00ae331c777a9c926c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1d9508d6-3f4c-44cb-a5a5-ba6d6f8aaafb" - ], - "x-ms-correlation-request-id": [ - "1d9508d6-3f4c-44cb-a5a5-ba6d6f8aaafb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184611Z:1d9508d6-3f4c-44cb-a5a5-ba6d6f8aaafb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-client-request-id": [ - "3e53652e872e4d1085d961f07f615507" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "337251f0-b247-4219-b147-13401a618973" - ], - "x-ms-correlation-request-id": [ - "337251f0-b247-4219-b147-13401a618973" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184611Z:337251f0-b247-4219-b147-13401a618973" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-client-request-id": [ - "cb9a60963b7e4f05b609e2f423be0f8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb04c45d-f69d-43d5-bcf0-21132c8aef3b" - ], - "x-ms-correlation-request-id": [ - "bb04c45d-f69d-43d5-bcf0-21132c8aef3b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184611Z:bb04c45d-f69d-43d5-bcf0-21132c8aef3b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" - ], - "x-ms-client-request-id": [ - "94eeeadd982a4996bd059be687b75f7d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0b836ebe-9010-4c1e-8de4-4138529c0507" - ], - "x-ms-correlation-request-id": [ - "0b836ebe-9010-4c1e-8de4-4138529c0507" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184611Z:0b836ebe-9010-4c1e-8de4-4138529c0507" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-client-request-id": [ - "e6a305c8d33d4694a93bbca64949ce00" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "58cc2f52-bf4f-48a6-8099-4d44d74b0dd8" - ], - "x-ms-correlation-request-id": [ - "58cc2f52-bf4f-48a6-8099-4d44d74b0dd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184611Z:58cc2f52-bf4f-48a6-8099-4d44d74b0dd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" - ], - "x-ms-client-request-id": [ - "f85d6470ea624d78b6e89b2f4c6241d8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c7db3f1-359a-442c-9d84-14060ad20103" - ], - "x-ms-correlation-request-id": [ - "3c7db3f1-359a-442c-9d84-14060ad20103" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184611Z:3c7db3f1-359a-442c-9d84-14060ad20103" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-client-request-id": [ - "1dbbaa4e4676433285b081488ec8f858" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da57dbfb-25b9-4450-9caa-c721e38d9cc4" - ], - "x-ms-correlation-request-id": [ - "da57dbfb-25b9-4450-9caa-c721e38d9cc4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184611Z:da57dbfb-25b9-4450-9caa-c721e38d9cc4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-client-request-id": [ - "8974508488fe49b089a352f5a844720d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d29ced84-18af-4a30-adbb-3ccbedce1203" - ], - "x-ms-correlation-request-id": [ - "d29ced84-18af-4a30-adbb-3ccbedce1203" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:d29ced84-18af-4a30-adbb-3ccbedce1203" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-client-request-id": [ - "85eee36b0c784575846989d2111e5db8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "604b2757-d80d-4070-8e3b-93fd75f0b216" - ], - "x-ms-correlation-request-id": [ - "604b2757-d80d-4070-8e3b-93fd75f0b216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:604b2757-d80d-4070-8e3b-93fd75f0b216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-client-request-id": [ - "71d2a96c9c9844e5b7e65ac3f6cf89dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f07b8691-e1d3-498b-9e7b-ff466223d2e4" - ], - "x-ms-correlation-request-id": [ - "f07b8691-e1d3-498b-9e7b-ff466223d2e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:f07b8691-e1d3-498b-9e7b-ff466223d2e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-client-request-id": [ - "565b8301635149808e33f2c2d8c8609f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c2b572a5-1b44-4bc1-b8f5-6e9fa9919379" - ], - "x-ms-correlation-request-id": [ - "c2b572a5-1b44-4bc1-b8f5-6e9fa9919379" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:c2b572a5-1b44-4bc1-b8f5-6e9fa9919379" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-client-request-id": [ - "5f7129ba25394297bde8294e6e9eba65" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "51e591df-5139-4cb0-a239-583abf1c2d6c" - ], - "x-ms-correlation-request-id": [ - "51e591df-5139-4cb0-a239-583abf1c2d6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:51e591df-5139-4cb0-a239-583abf1c2d6c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "0a7df8157544429985ca36ea870ada32" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ec5f0c25-1473-4052-b396-d69b2147b1d6" - ], - "x-ms-correlation-request-id": [ - "ec5f0c25-1473-4052-b396-d69b2147b1d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:ec5f0c25-1473-4052-b396-d69b2147b1d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "401fb057cb75449e91a41ba9665c0eb5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1744efd4-2815-49f3-b144-cacef48668c9" - ], - "x-ms-correlation-request-id": [ - "1744efd4-2815-49f3-b144-cacef48668c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:1744efd4-2815-49f3-b144-cacef48668c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "9554d817433c4fc3bdbc91e6c8c35cb0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f936a1dc-f170-4ba0-84b0-18a538685862" - ], - "x-ms-correlation-request-id": [ - "f936a1dc-f170-4ba0-84b0-18a538685862" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:f936a1dc-f170-4ba0-84b0-18a538685862" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "ed24b6ef19654191892289bf388c7feb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea3766c8-9af7-4bb6-8fa7-e9aa4c90f982" - ], - "x-ms-correlation-request-id": [ - "ea3766c8-9af7-4bb6-8fa7-e9aa4c90f982" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184612Z:ea3766c8-9af7-4bb6-8fa7-e9aa4c90f982" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "b56534a716094ccaaa10530a26fbebc9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "035205ff-d8c4-4672-b688-ad9647bf6855" - ], - "x-ms-correlation-request-id": [ - "035205ff-d8c4-4672-b688-ad9647bf6855" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:035205ff-d8c4-4672-b688-ad9647bf6855" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "e0ba1c6003bb4c3a8a32732363c993be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f032cd8-b67a-4ed0-a33d-2e988827e482" - ], - "x-ms-correlation-request-id": [ - "1f032cd8-b67a-4ed0-a33d-2e988827e482" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:1f032cd8-b67a-4ed0-a33d-2e988827e482" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "36c186658ac243e4870a8e38b536eb64" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d49811a9-946a-47b4-a2ac-ca4cef73a5eb" - ], - "x-ms-correlation-request-id": [ - "d49811a9-946a-47b4-a2ac-ca4cef73a5eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:d49811a9-946a-47b4-a2ac-ca4cef73a5eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "2936245dab104e2baa99061382fa4c4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e353e63d-305a-43a9-9348-ceca35edcf35" - ], - "x-ms-correlation-request-id": [ - "e353e63d-305a-43a9-9348-ceca35edcf35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:e353e63d-305a-43a9-9348-ceca35edcf35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "40d9212a9dd54f37b587277a77896b0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "84d58610-e2e4-4254-80f9-1adfc4ec86a8" - ], - "x-ms-correlation-request-id": [ - "84d58610-e2e4-4254-80f9-1adfc4ec86a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:84d58610-e2e4-4254-80f9-1adfc4ec86a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "dab15e1b1f5f462eb560642393472f46" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ca8975a5-3e82-4013-9522-9bf8e6a02c2f" - ], - "x-ms-correlation-request-id": [ - "ca8975a5-3e82-4013-9522-9bf8e6a02c2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:ca8975a5-3e82-4013-9522-9bf8e6a02c2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "df90088495b042f2853df838408441ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e5fe40fa-f6b0-4ce7-aa8a-4fddc64103b6" - ], - "x-ms-correlation-request-id": [ - "e5fe40fa-f6b0-4ce7-aa8a-4fddc64103b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:e5fe40fa-f6b0-4ce7-aa8a-4fddc64103b6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "500201b8ce4b46bc8eab2cd62af29f3f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fcf04cac-f05f-4fb6-b7e8-2bc1c2e20244" - ], - "x-ms-correlation-request-id": [ - "fcf04cac-f05f-4fb6-b7e8-2bc1c2e20244" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184613Z:fcf04cac-f05f-4fb6-b7e8-2bc1c2e20244" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-client-request-id": [ - "7327d739ac384230b48af41563189b69" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9c98d13f-8db7-4576-9066-31e0f1eb3bba" - ], - "x-ms-correlation-request-id": [ - "9c98d13f-8db7-4576-9066-31e0f1eb3bba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:9c98d13f-8db7-4576-9066-31e0f1eb3bba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-client-request-id": [ - "69358df787f14d16b599863e60690350" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67c8b74d-1958-4f0d-bd62-027665c17baf" - ], - "x-ms-correlation-request-id": [ - "67c8b74d-1958-4f0d-bd62-027665c17baf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:67c8b74d-1958-4f0d-bd62-027665c17baf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-client-request-id": [ - "c5a439925a01441cb47761b6bc22825b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "33656cc9-bdd8-4c93-b9e0-5b963990f560" - ], - "x-ms-correlation-request-id": [ - "33656cc9-bdd8-4c93-b9e0-5b963990f560" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:33656cc9-bdd8-4c93-b9e0-5b963990f560" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "7cf5d1105a734ab68638039e925d1532" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21fc6bcf-c032-484b-935c-38b1cc048b0e" - ], - "x-ms-correlation-request-id": [ - "21fc6bcf-c032-484b-935c-38b1cc048b0e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:21fc6bcf-c032-484b-935c-38b1cc048b0e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "756f06f9ed1a4988886f70ef06cbf9e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e2cea142-c684-4e8d-be5a-a149ec77ca70" - ], - "x-ms-correlation-request-id": [ - "e2cea142-c684-4e8d-be5a-a149ec77ca70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:e2cea142-c684-4e8d-be5a-a149ec77ca70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "e7e4840ee9e74271ab5210270b8e4965" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "36e376ad-eddf-45ad-bdc2-ade584724fc9" - ], - "x-ms-correlation-request-id": [ - "36e376ad-eddf-45ad-bdc2-ade584724fc9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:36e376ad-eddf-45ad-bdc2-ade584724fc9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-client-request-id": [ - "5532a43d82664424a3e4b9bc3d212c33" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "364525b2-febc-428c-b3dc-97cb4a31a4f2" - ], - "x-ms-correlation-request-id": [ - "364525b2-febc-428c-b3dc-97cb4a31a4f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:364525b2-febc-428c-b3dc-97cb4a31a4f2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "db975d336fe34bfb9150562cf3d33d23" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4839ceb-951c-49fb-aa65-e20c8fd5f3ba" - ], - "x-ms-correlation-request-id": [ - "b4839ceb-951c-49fb-aa65-e20c8fd5f3ba" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184614Z:b4839ceb-951c-49fb-aa65-e20c8fd5f3ba" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "b2dac02dc04e4693b9d6c5690a847bf9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6b2697f-565e-44a6-98ca-fe9a755b29e1" - ], - "x-ms-correlation-request-id": [ - "c6b2697f-565e-44a6-98ca-fe9a755b29e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:c6b2697f-565e-44a6-98ca-fe9a755b29e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "aa77836de5a2407c9c85db121ec20fde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c8b6a439-d32c-44ab-b89d-e62c882dc5e8" - ], - "x-ms-correlation-request-id": [ - "c8b6a439-d32c-44ab-b89d-e62c882dc5e8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:c8b6a439-d32c-44ab-b89d-e62c882dc5e8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "170266cc6dc7491da001b492a7214b36" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bbd6b9fc-1561-4ae7-82b9-8fa3fea35db9" - ], - "x-ms-correlation-request-id": [ - "bbd6b9fc-1561-4ae7-82b9-8fa3fea35db9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:bbd6b9fc-1561-4ae7-82b9-8fa3fea35db9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "04281a281ec84570929af10b7df20bff" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f54a8281-7f44-49c5-9324-88a7acb767f7" - ], - "x-ms-correlation-request-id": [ - "f54a8281-7f44-49c5-9324-88a7acb767f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:f54a8281-7f44-49c5-9324-88a7acb767f7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-client-request-id": [ - "0fb4898469214ca3ae234ba9aa95664e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f11a718-28d2-4ec3-a705-78ad24fa4eb8" - ], - "x-ms-correlation-request-id": [ - "4f11a718-28d2-4ec3-a705-78ad24fa4eb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:4f11a718-28d2-4ec3-a705-78ad24fa4eb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-client-request-id": [ - "ac9f79b5e57b4f0ba372c3018116b900" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5899391c-2830-412c-bee5-11b93292899e" - ], - "x-ms-correlation-request-id": [ - "5899391c-2830-412c-bee5-11b93292899e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:5899391c-2830-412c-bee5-11b93292899e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:14 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-client-request-id": [ - "4552fb3c88d04d70b4d789640bd27005" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f109dd4a-d270-4a2b-908d-97bac23a9971" - ], - "x-ms-correlation-request-id": [ - "f109dd4a-d270-4a2b-908d-97bac23a9971" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:f109dd4a-d270-4a2b-908d-97bac23a9971" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "5b7bbc50c0b643239c6f9f0a0f110f2e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "dae4e5eb-7d4c-4647-92be-f574f1451fae" - ], - "x-ms-correlation-request-id": [ - "dae4e5eb-7d4c-4647-92be-f574f1451fae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184615Z:dae4e5eb-7d4c-4647-92be-f574f1451fae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "5c36f12cb19041f19036f82870df4a06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ee77e0c2-ff0b-4d1e-81d6-3e9411e1a643" - ], - "x-ms-correlation-request-id": [ - "ee77e0c2-ff0b-4d1e-81d6-3e9411e1a643" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:ee77e0c2-ff0b-4d1e-81d6-3e9411e1a643" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "73a7568c80b8418ea55f1bbae768efb6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4955d9da-ae95-446b-bb5f-d60e0bafd622" - ], - "x-ms-correlation-request-id": [ - "4955d9da-ae95-446b-bb5f-d60e0bafd622" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:4955d9da-ae95-446b-bb5f-d60e0bafd622" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "2b1af49cd0b34a5e9de74ee3effab055" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "003f48b8-8cb7-4aef-8bcb-973f46628df7" - ], - "x-ms-correlation-request-id": [ - "003f48b8-8cb7-4aef-8bcb-973f46628df7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:003f48b8-8cb7-4aef-8bcb-973f46628df7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "c0fd73d4df774c36861bbf21c56f38e3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "391aa4fe-11d6-4801-b864-0fcb7925e704" - ], - "x-ms-correlation-request-id": [ - "391aa4fe-11d6-4801-b864-0fcb7925e704" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:391aa4fe-11d6-4801-b864-0fcb7925e704" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "73d098307932461884facb326f935445" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "106b98db-8137-44d2-bf33-293153c0a374" - ], - "x-ms-correlation-request-id": [ - "106b98db-8137-44d2-bf33-293153c0a374" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:106b98db-8137-44d2-bf33-293153c0a374" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "8432cc3a93574b71b6508a3d138bbcf0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "96daa84f-c036-466b-a0ba-117cd7b5764e" - ], - "x-ms-correlation-request-id": [ - "96daa84f-c036-466b-a0ba-117cd7b5764e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:96daa84f-c036-466b-a0ba-117cd7b5764e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:15 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-client-request-id": [ - "35e6746c79ca42a982f036da28969b5b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1388f712-a9a4-4e69-a8d6-71febbfc3345" - ], - "x-ms-correlation-request-id": [ - "1388f712-a9a4-4e69-a8d6-71febbfc3345" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:1388f712-a9a4-4e69-a8d6-71febbfc3345" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "afdf389cb15949e49139c06783bc7f98" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1da9d405-1e50-4be8-ace3-ac97152d9ce3" - ], - "x-ms-correlation-request-id": [ - "1da9d405-1e50-4be8-ace3-ac97152d9ce3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184616Z:1da9d405-1e50-4be8-ace3-ac97152d9ce3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-client-request-id": [ - "71484c26fd094ab7b9226641563e0a4a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "21b6de18-6178-49f4-8027-a9f700d5bed0" - ], - "x-ms-correlation-request-id": [ - "21b6de18-6178-49f4-8027-a9f700d5bed0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184617Z:21b6de18-6178-49f4-8027-a9f700d5bed0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "73ab7b8d2a1b4fc6a0224ed9c5d4a623" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59bf8395-026b-4f50-8b1e-02490f7f9cb8" - ], - "x-ms-correlation-request-id": [ - "59bf8395-026b-4f50-8b1e-02490f7f9cb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184617Z:59bf8395-026b-4f50-8b1e-02490f7f9cb8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-client-request-id": [ - "ba30af68164f41c1b8394c5e5816a665" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b442a52c-0532-47b6-8fcc-f04996346acc" - ], - "x-ms-correlation-request-id": [ - "b442a52c-0532-47b6-8fcc-f04996346acc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184617Z:b442a52c-0532-47b6-8fcc-f04996346acc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:16 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "dc3b0784c8c845eeab4b788129c1c3f3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b4eb8b87-fc02-47fb-af80-ca14d4786e67" - ], - "x-ms-correlation-request-id": [ - "b4eb8b87-fc02-47fb-af80-ca14d4786e67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184617Z:b4eb8b87-fc02-47fb-af80-ca14d4786e67" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-client-request-id": [ - "981ae7b46cd54ccfbad34b11c1ff27c5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "588e704f-27e2-4950-8aa1-3ed0e16e32e5" - ], - "x-ms-correlation-request-id": [ - "588e704f-27e2-4950-8aa1-3ed0e16e32e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184617Z:588e704f-27e2-4950-8aa1-3ed0e16e32e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "07196f5a290a48dca714244e1fe1848c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81c72901-8b20-4cc9-99f1-60383abe4ee0" - ], - "x-ms-correlation-request-id": [ - "81c72901-8b20-4cc9-99f1-60383abe4ee0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184618Z:81c72901-8b20-4cc9-99f1-60383abe4ee0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-client-request-id": [ - "ff306ff1322842b59ee1799071a0408b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7af6e031-95c0-4a83-a782-b13bd5a03a1f" - ], - "x-ms-correlation-request-id": [ - "7af6e031-95c0-4a83-a782-b13bd5a03a1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184618Z:7af6e031-95c0-4a83-a782-b13bd5a03a1f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "fab7142bed8342fc8fa5804c4e5315d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3063b637-5c7a-4670-9ac9-796cd0116b60" - ], - "x-ms-correlation-request-id": [ - "3063b637-5c7a-4670-9ac9-796cd0116b60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184618Z:3063b637-5c7a-4670-9ac9-796cd0116b60" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "bf7678d36dad4e049f10a35d1ce6f9e2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "505c36f6-c78f-48f0-b3c9-a5561259bed4" - ], - "x-ms-correlation-request-id": [ - "505c36f6-c78f-48f0-b3c9-a5561259bed4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184618Z:505c36f6-c78f-48f0-b3c9-a5561259bed4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "f822d9c402584d9aa6ff79bfcfafda08" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e809c019-a1e5-48d3-bbc4-52a24004bdfc" - ], - "x-ms-correlation-request-id": [ - "e809c019-a1e5-48d3-bbc4-52a24004bdfc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184618Z:e809c019-a1e5-48d3-bbc4-52a24004bdfc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "11608b02e1e04b12bf344e9253ab8443" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "76628ed3-4dee-46c6-b1c7-9115c95ac71a" - ], - "x-ms-correlation-request-id": [ - "76628ed3-4dee-46c6-b1c7-9115c95ac71a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184618Z:76628ed3-4dee-46c6-b1c7-9115c95ac71a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:17 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "7101f464a4cf49b8a6a7850fbd08f61e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c7f1c30-23e4-4ac4-996e-f67f95ce9a78" - ], - "x-ms-correlation-request-id": [ - "3c7f1c30-23e4-4ac4-996e-f67f95ce9a78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184618Z:3c7f1c30-23e4-4ac4-996e-f67f95ce9a78" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "0541cfd5728f4ec79aaf75ee1691e842" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5e28db5c-b5e5-4c20-94df-50e2ea63ffb9" - ], - "x-ms-correlation-request-id": [ - "5e28db5c-b5e5-4c20-94df-50e2ea63ffb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:5e28db5c-b5e5-4c20-94df-50e2ea63ffb9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "0355742d9fa34d90b0593c5ed44ac4de" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "de884c8e-81ea-46d8-b06d-577c30fb529d" - ], - "x-ms-correlation-request-id": [ - "de884c8e-81ea-46d8-b06d-577c30fb529d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:de884c8e-81ea-46d8-b06d-577c30fb529d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "92d83865aedf4311bfc4005a90fb2ecf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60738785-9322-43cb-abf0-0c912821fcf3" - ], - "x-ms-correlation-request-id": [ - "60738785-9322-43cb-abf0-0c912821fcf3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:60738785-9322-43cb-abf0-0c912821fcf3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "985874f1663b4797bc3a587dc8adfa06" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4d3fc621-f20c-49e2-b83d-467400b73c09" - ], - "x-ms-correlation-request-id": [ - "4d3fc621-f20c-49e2-b83d-467400b73c09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:4d3fc621-f20c-49e2-b83d-467400b73c09" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "58794325b1824c408dbf147972c25b45" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "910bbdb3-0f0f-4c43-92f7-838b7c4a1019" - ], - "x-ms-correlation-request-id": [ - "910bbdb3-0f0f-4c43-92f7-838b7c4a1019" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:910bbdb3-0f0f-4c43-92f7-838b7c4a1019" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "ec409dce1af74dbeafe445a070b550c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c50ab26e-2044-420b-bbbe-53e572bdfaab" - ], - "x-ms-correlation-request-id": [ - "c50ab26e-2044-420b-bbbe-53e572bdfaab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:c50ab26e-2044-420b-bbbe-53e572bdfaab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "97eba00f27a042839599e58729a5fa4f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "daea0075-9b35-4450-9ec3-ff32b65095e6" - ], - "x-ms-correlation-request-id": [ - "daea0075-9b35-4450-9ec3-ff32b65095e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:daea0075-9b35-4450-9ec3-ff32b65095e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "8e533914c8004b2ea9dfe75b2c9ad3f6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f938709-905b-4685-be95-4ba15f2261b0" - ], - "x-ms-correlation-request-id": [ - "2f938709-905b-4685-be95-4ba15f2261b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:2f938709-905b-4685-be95-4ba15f2261b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:18 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "04a32bb938e34d8e978815f60b7f8a1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "56c80880-d3a2-48a6-9d08-b32d8cac74d2" - ], - "x-ms-correlation-request-id": [ - "56c80880-d3a2-48a6-9d08-b32d8cac74d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184619Z:56c80880-d3a2-48a6-9d08-b32d8cac74d2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "4c4ead28823e4576abb6562fc5546850" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3182be2c-c42e-4c61-ba46-8113383867ec" - ], - "x-ms-correlation-request-id": [ - "3182be2c-c42e-4c61-ba46-8113383867ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:3182be2c-c42e-4c61-ba46-8113383867ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "82a688a4c03d45e1b808bfaf688a56f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "03ad258d-b169-4ab8-a652-4e6a243385bd" - ], - "x-ms-correlation-request-id": [ - "03ad258d-b169-4ab8-a652-4e6a243385bd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:03ad258d-b169-4ab8-a652-4e6a243385bd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "fb41c64b2b014532b3c16cbc62ca5f48" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c921ab1f-215a-4055-a0dc-0aa8bcef785f" - ], - "x-ms-correlation-request-id": [ - "c921ab1f-215a-4055-a0dc-0aa8bcef785f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:c921ab1f-215a-4055-a0dc-0aa8bcef785f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "88051c9fda2f43cfbc5a5d4e997fb409" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "20609d76-6842-4b23-aa84-daf116f8294c" - ], - "x-ms-correlation-request-id": [ - "20609d76-6842-4b23-aa84-daf116f8294c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:20609d76-6842-4b23-aa84-daf116f8294c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "3eb6158697044868abc06de5c78cb048" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53311540-01c2-45c6-9509-6db515a458dd" - ], - "x-ms-correlation-request-id": [ - "53311540-01c2-45c6-9509-6db515a458dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:53311540-01c2-45c6-9509-6db515a458dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "70b170fa496c441c8a3d260612b6eb67" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d7b8a3a9-40c0-4f31-9019-638d3b19e955" - ], - "x-ms-correlation-request-id": [ - "d7b8a3a9-40c0-4f31-9019-638d3b19e955" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:d7b8a3a9-40c0-4f31-9019-638d3b19e955" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "0f5d807a978b4b81a99341a0f4e9a425" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d73823c5-f322-4da9-8269-8358a6fe10f4" - ], - "x-ms-correlation-request-id": [ - "d73823c5-f322-4da9-8269-8358a6fe10f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:d73823c5-f322-4da9-8269-8358a6fe10f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:19 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "bc5d22b4faef40348f55d148fbe0fbc6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c44c4969-b4f3-46cc-bb5b-41ff5a646901" - ], - "x-ms-correlation-request-id": [ - "c44c4969-b4f3-46cc-bb5b-41ff5a646901" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184620Z:c44c4969-b4f3-46cc-bb5b-41ff5a646901" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-client-request-id": [ - "bcfa8802d6fe4783a410995250a187f5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c88ded4c-e41c-4d6c-abdc-3b081c81edd8" - ], - "x-ms-correlation-request-id": [ - "c88ded4c-e41c-4d6c-abdc-3b081c81edd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:c88ded4c-e41c-4d6c-abdc-3b081c81edd8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" - ], - "x-ms-client-request-id": [ - "22a7531d87214a77b8c192c450bbdf7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8f022418-2b20-41eb-8234-3271c8299063" - ], - "x-ms-correlation-request-id": [ - "8f022418-2b20-41eb-8234-3271c8299063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:8f022418-2b20-41eb-8234-3271c8299063" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14906" - ], - "x-ms-client-request-id": [ - "02a01cfa84474b1f9438c8ce519c2049" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f70b0d03-f6f3-4cb1-bd9b-e59f81c1661f" - ], - "x-ms-correlation-request-id": [ - "f70b0d03-f6f3-4cb1-bd9b-e59f81c1661f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:f70b0d03-f6f3-4cb1-bd9b-e59f81c1661f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14905" - ], - "x-ms-client-request-id": [ - "aa7f10fdc3b64e11ba3fb9d323764893" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fe35439a-bb76-497f-9c89-756996617320" - ], - "x-ms-correlation-request-id": [ - "fe35439a-bb76-497f-9c89-756996617320" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:fe35439a-bb76-497f-9c89-756996617320" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14904" - ], - "x-ms-client-request-id": [ - "12ce1ee3a7e04c1bbde6420ef6318375" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4f55934e-22ed-48eb-bd56-ed6a8097da84" - ], - "x-ms-correlation-request-id": [ - "4f55934e-22ed-48eb-bd56-ed6a8097da84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:4f55934e-22ed-48eb-bd56-ed6a8097da84" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-client-request-id": [ - "a55630f7d8544523a55d66a4151c0b68" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a74cedeb-60f8-4224-aa9c-32eb87e04ae2" - ], - "x-ms-correlation-request-id": [ - "a74cedeb-60f8-4224-aa9c-32eb87e04ae2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:a74cedeb-60f8-4224-aa9c-32eb87e04ae2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:20 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-client-request-id": [ - "a8eacca4e73e45ffb48be800e19c4174" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b494059d-2d07-4ba0-9891-2b5d15177620" - ], - "x-ms-correlation-request-id": [ - "b494059d-2d07-4ba0-9891-2b5d15177620" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:b494059d-2d07-4ba0-9891-2b5d15177620" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" - ], - "x-ms-client-request-id": [ - "5c4dadb13d6349c18e45b3a7e8ebef47" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eeb4a999-ca28-4c4a-ab85-fb76c0db898c" - ], - "x-ms-correlation-request-id": [ - "eeb4a999-ca28-4c4a-ab85-fb76c0db898c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184621Z:eeb4a999-ca28-4c4a-ab85-fb76c0db898c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" - ], - "x-ms-client-request-id": [ - "183f8cb9ef9144c8b0df5861da700807" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d5a78bb9-df15-460e-85da-4782b132608b" - ], - "x-ms-correlation-request-id": [ - "d5a78bb9-df15-460e-85da-4782b132608b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184622Z:d5a78bb9-df15-460e-85da-4782b132608b" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" - ], - "x-ms-client-request-id": [ - "10ee6f84b7384247851145c3cda0239e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cafdf785-502a-4a9b-b9ae-01a8c76f9e0c" - ], - "x-ms-correlation-request-id": [ - "cafdf785-502a-4a9b-b9ae-01a8c76f9e0c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184622Z:cafdf785-502a-4a9b-b9ae-01a8c76f9e0c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14784" - ], - "x-ms-client-request-id": [ - "d94b1bc4a90c42ca8d4f1deaf5731f83" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7e0be1af-9752-414c-b172-488d909c1cc8" - ], - "x-ms-correlation-request-id": [ - "7e0be1af-9752-414c-b172-488d909c1cc8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184622Z:7e0be1af-9752-414c-b172-488d909c1cc8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14783" - ], - "x-ms-client-request-id": [ - "e334db4cde174593b84485c29a94b69b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d82cbde0-54d7-46c3-8a3c-ef482930f8a5" - ], - "x-ms-correlation-request-id": [ - "d82cbde0-54d7-46c3-8a3c-ef482930f8a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184622Z:d82cbde0-54d7-46c3-8a3c-ef482930f8a5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14782" - ], - "x-ms-client-request-id": [ - "72451469c41d48088089a75fe83a9454" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16c37c4a-f9ed-4693-bd00-429520aedc5c" - ], - "x-ms-correlation-request-id": [ - "16c37c4a-f9ed-4693-bd00-429520aedc5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184622Z:16c37c4a-f9ed-4693-bd00-429520aedc5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14781" - ], - "x-ms-client-request-id": [ - "b834971eae614b95a557fdc65d2b8e01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9e9ccf08-6c9f-471f-a1bc-2c0967f8e18f" - ], - "x-ms-correlation-request-id": [ - "9e9ccf08-6c9f-471f-a1bc-2c0967f8e18f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184622Z:9e9ccf08-6c9f-471f-a1bc-2c0967f8e18f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14780" - ], - "x-ms-client-request-id": [ - "d1812d194bf04fee882de2e5767f75f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "928150b0-88f4-47d8-ad79-b2bc9d98ae1d" - ], - "x-ms-correlation-request-id": [ - "928150b0-88f4-47d8-ad79-b2bc9d98ae1d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184623Z:928150b0-88f4-47d8-ad79-b2bc9d98ae1d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14779" - ], - "x-ms-client-request-id": [ - "b7eb60bb1013452aafe6151da2b8f22d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ae45a2e5-9104-4323-9e0f-5a9ab2c2e8b1" - ], - "x-ms-correlation-request-id": [ - "ae45a2e5-9104-4323-9e0f-5a9ab2c2e8b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184623Z:ae45a2e5-9104-4323-9e0f-5a9ab2c2e8b1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "e71af3019e4b404f8ccc42ea59398df0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2294ab87-4516-4535-8524-18e2d7b99dcb" - ], - "x-ms-correlation-request-id": [ - "2294ab87-4516-4535-8524-18e2d7b99dcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184623Z:2294ab87-4516-4535-8524-18e2d7b99dcb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "c323641193b640cea849632bb1716cde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3fc0eec9-6b41-4fee-a2a6-8a8e1331d8df" - ], - "x-ms-correlation-request-id": [ - "3fc0eec9-6b41-4fee-a2a6-8a8e1331d8df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184623Z:3fc0eec9-6b41-4fee-a2a6-8a8e1331d8df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "8776801b5d1a4ad58db11f888d6616c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf6005e8-4cb0-43b1-a348-6dcb724c4b3d" - ], - "x-ms-correlation-request-id": [ - "cf6005e8-4cb0-43b1-a348-6dcb724c4b3d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184623Z:cf6005e8-4cb0-43b1-a348-6dcb724c4b3d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "428a9b237cc3453d8991b88e0faf594c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b616719-af75-4c44-8907-48311b8e1e19" - ], - "x-ms-correlation-request-id": [ - "9b616719-af75-4c44-8907-48311b8e1e19" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184623Z:9b616719-af75-4c44-8907-48311b8e1e19" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14774" - ], - "x-ms-client-request-id": [ - "a2def48135e8498d8b1ee95cf9eba53f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b414541-39bf-46d0-aba2-08b1c2d13c96" - ], - "x-ms-correlation-request-id": [ - "9b414541-39bf-46d0-aba2-08b1c2d13c96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184624Z:9b414541-39bf-46d0-aba2-08b1c2d13c96" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14773" - ], - "x-ms-client-request-id": [ - "1588434a61d44d529c4f41ace013186f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "60243c2e-7f46-488a-b9a3-fb7ef8fb61be" - ], - "x-ms-correlation-request-id": [ - "60243c2e-7f46-488a-b9a3-fb7ef8fb61be" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184624Z:60243c2e-7f46-488a-b9a3-fb7ef8fb61be" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14772" - ], - "x-ms-client-request-id": [ - "0357f878763d47a0bf156aba702ecdf8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "222ecc7b-0723-4e1d-8bc0-984fdd91a4e1" - ], - "x-ms-correlation-request-id": [ - "222ecc7b-0723-4e1d-8bc0-984fdd91a4e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184624Z:222ecc7b-0723-4e1d-8bc0-984fdd91a4e1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-client-request-id": [ - "f7be17bc863d442a858dbe971b1404b3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8c372ef0-7c96-4b8c-aa4f-e2592cd02884" - ], - "x-ms-correlation-request-id": [ - "8c372ef0-7c96-4b8c-aa4f-e2592cd02884" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184624Z:8c372ef0-7c96-4b8c-aa4f-e2592cd02884" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14770" - ], - "x-ms-client-request-id": [ - "44d1caca435e485aad96569a5ab9d39e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f3b6c64-c5a0-4b7c-b045-637595761d51" - ], - "x-ms-correlation-request-id": [ - "3f3b6c64-c5a0-4b7c-b045-637595761d51" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184624Z:3f3b6c64-c5a0-4b7c-b045-637595761d51" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" - ], - "x-ms-client-request-id": [ - "c9e9d4d48b4a4bb7b57503ad5dfa7792" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "25f69dc8-3cac-4258-9ea7-f86adcf5d105" - ], - "x-ms-correlation-request-id": [ - "25f69dc8-3cac-4258-9ea7-f86adcf5d105" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184624Z:25f69dc8-3cac-4258-9ea7-f86adcf5d105" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" - ], - "x-ms-client-request-id": [ - "6649cdc20d5a484092dec91724a19d30" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2d1672db-332f-4b49-8b47-9343bda177ae" - ], - "x-ms-correlation-request-id": [ - "2d1672db-332f-4b49-8b47-9343bda177ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184624Z:2d1672db-332f-4b49-8b47-9343bda177ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14767" - ], - "x-ms-client-request-id": [ - "ea0175d887884dad9ac866db8b3603c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ef9bb9ba-4d96-46ea-915d-ad1a574f4dbd" - ], - "x-ms-correlation-request-id": [ - "ef9bb9ba-4d96-46ea-915d-ad1a574f4dbd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:ef9bb9ba-4d96-46ea-915d-ad1a574f4dbd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14766" - ], - "x-ms-client-request-id": [ - "c6469929e2d541698062a95f9217bc8e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a2f28f30-f5f3-44a5-8d4b-49745917a981" - ], - "x-ms-correlation-request-id": [ - "a2f28f30-f5f3-44a5-8d4b-49745917a981" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:a2f28f30-f5f3-44a5-8d4b-49745917a981" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14765" - ], - "x-ms-client-request-id": [ - "7f6b8af96cf44e16adc8e9c0fc8cfc88" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3c91b418-2141-4e55-a3d8-4f4b9ff91a82" - ], - "x-ms-correlation-request-id": [ - "3c91b418-2141-4e55-a3d8-4f4b9ff91a82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:3c91b418-2141-4e55-a3d8-4f4b9ff91a82" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14764" - ], - "x-ms-client-request-id": [ - "99821c8652a84afcb94bba09c67bf330" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1e9be191-3d94-485a-8c63-d359c5acab36" - ], - "x-ms-correlation-request-id": [ - "1e9be191-3d94-485a-8c63-d359c5acab36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:1e9be191-3d94-485a-8c63-d359c5acab36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14763" - ], - "x-ms-client-request-id": [ - "b4fcc40d43f44fc29ce86f5e98da2711" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "da2e7b92-6780-4b06-a312-7103bea57be9" - ], - "x-ms-correlation-request-id": [ - "da2e7b92-6780-4b06-a312-7103bea57be9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:da2e7b92-6780-4b06-a312-7103bea57be9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14762" - ], - "x-ms-client-request-id": [ - "70f715a8a0d74f3c975db34540867de4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "75a8eb37-9f7a-4988-8a4c-d055815d4708" - ], - "x-ms-correlation-request-id": [ - "75a8eb37-9f7a-4988-8a4c-d055815d4708" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:75a8eb37-9f7a-4988-8a4c-d055815d4708" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14761" - ], - "x-ms-client-request-id": [ - "f8db983b4c414967a829e24a4605caea" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d9fe3ab7-70a8-45c2-85ab-fa0a11277c4d" - ], - "x-ms-correlation-request-id": [ - "d9fe3ab7-70a8-45c2-85ab-fa0a11277c4d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:d9fe3ab7-70a8-45c2-85ab-fa0a11277c4d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14760" - ], - "x-ms-client-request-id": [ - "4ec73ff1a3dd413090ca06f303c38635" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22b9d91d-2274-4484-b402-6da985ad4979" - ], - "x-ms-correlation-request-id": [ - "22b9d91d-2274-4484-b402-6da985ad4979" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184625Z:22b9d91d-2274-4484-b402-6da985ad4979" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14759" - ], - "x-ms-client-request-id": [ - "d3d2c3c8cf8b4335ac6d4ae256574520" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b436c4f2-c91e-425a-bdb6-ad24f2979470" - ], - "x-ms-correlation-request-id": [ - "b436c4f2-c91e-425a-bdb6-ad24f2979470" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:b436c4f2-c91e-425a-bdb6-ad24f2979470" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14758" - ], - "x-ms-client-request-id": [ - "3f7f696d04dc4a138ed9a6b88ec34782" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2f9bb9c2-04b0-43af-99a1-f483c9c9cd11" - ], - "x-ms-correlation-request-id": [ - "2f9bb9c2-04b0-43af-99a1-f483c9c9cd11" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:2f9bb9c2-04b0-43af-99a1-f483c9c9cd11" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14757" - ], - "x-ms-client-request-id": [ - "912292c0e4874777b40c13fac189f71b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c8029a0-efa0-4092-a863-203a5e0b1feb" - ], - "x-ms-correlation-request-id": [ - "1c8029a0-efa0-4092-a863-203a5e0b1feb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:1c8029a0-efa0-4092-a863-203a5e0b1feb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14756" - ], - "x-ms-client-request-id": [ - "67c92b58873c49108ef7d36d3a4fe29c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "149b1a5a-f711-4c5c-bcab-5caa201f3ab4" - ], - "x-ms-correlation-request-id": [ - "149b1a5a-f711-4c5c-bcab-5caa201f3ab4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:149b1a5a-f711-4c5c-bcab-5caa201f3ab4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14755" - ], - "x-ms-client-request-id": [ - "2264303f7e2b43eda79396d43c23c924" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "81d21620-8a7c-4b04-9c21-a913b959a377" - ], - "x-ms-correlation-request-id": [ - "81d21620-8a7c-4b04-9c21-a913b959a377" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:81d21620-8a7c-4b04-9c21-a913b959a377" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14754" - ], - "x-ms-client-request-id": [ - "26098e6dfdd246a691c956fb95b01a72" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "59903c74-d25d-452e-9a09-99469f21c960" - ], - "x-ms-correlation-request-id": [ - "59903c74-d25d-452e-9a09-99469f21c960" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:59903c74-d25d-452e-9a09-99469f21c960" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14753" - ], - "x-ms-client-request-id": [ - "0b59576545444f89a3daea353d802923" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5ec8864d-510f-4588-930a-8407aa73092a" - ], - "x-ms-correlation-request-id": [ - "5ec8864d-510f-4588-930a-8407aa73092a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:5ec8864d-510f-4588-930a-8407aa73092a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14752" - ], - "x-ms-client-request-id": [ - "888f0be85f4e43cd89826b7d905f3ea4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e148bb5d-61c7-442b-85b8-01a0341d2cbe" - ], - "x-ms-correlation-request-id": [ - "e148bb5d-61c7-442b-85b8-01a0341d2cbe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184626Z:e148bb5d-61c7-442b-85b8-01a0341d2cbe" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14751" - ], - "x-ms-client-request-id": [ - "996947f5db844d999e2fc8fc1afdc617" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bec125d9-1e3c-44f4-8ea6-d885fc03c7ae" - ], - "x-ms-correlation-request-id": [ - "bec125d9-1e3c-44f4-8ea6-d885fc03c7ae" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:bec125d9-1e3c-44f4-8ea6-d885fc03c7ae" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14750" - ], - "x-ms-client-request-id": [ - "24851e0650964fe0a6486e1f83031cbb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a8610848-aef7-472c-b187-d7cc62b9230f" - ], - "x-ms-correlation-request-id": [ - "a8610848-aef7-472c-b187-d7cc62b9230f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:a8610848-aef7-472c-b187-d7cc62b9230f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14749" - ], - "x-ms-client-request-id": [ - "32276f5783924eafa924026b8898432a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c80107c-8fd4-4d48-b9c1-015ddfae3496" - ], - "x-ms-correlation-request-id": [ - "6c80107c-8fd4-4d48-b9c1-015ddfae3496" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:6c80107c-8fd4-4d48-b9c1-015ddfae3496" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14748" - ], - "x-ms-client-request-id": [ - "fa7ed722a1e04372b75d48149f25d966" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a58d13ac-1cad-4719-8f8b-7a2d83cc2ba4" - ], - "x-ms-correlation-request-id": [ - "a58d13ac-1cad-4719-8f8b-7a2d83cc2ba4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:a58d13ac-1cad-4719-8f8b-7a2d83cc2ba4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14747" - ], - "x-ms-client-request-id": [ - "78f595a1584a40a789e0196b49174b70" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3f811635-32e2-4b62-8d7a-210be93e2dd0" - ], - "x-ms-correlation-request-id": [ - "3f811635-32e2-4b62-8d7a-210be93e2dd0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:3f811635-32e2-4b62-8d7a-210be93e2dd0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14746" - ], - "x-ms-client-request-id": [ - "7b15923ab4a148a5a12050f550cf796b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c52b6889-eb25-431f-afc8-44bad6083239" - ], - "x-ms-correlation-request-id": [ - "c52b6889-eb25-431f-afc8-44bad6083239" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:c52b6889-eb25-431f-afc8-44bad6083239" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14745" - ], - "x-ms-client-request-id": [ - "22062fa406044e15964a49a0a8284f75" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "44dd7124-4728-48d6-b587-da70212410dd" - ], - "x-ms-correlation-request-id": [ - "44dd7124-4728-48d6-b587-da70212410dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:44dd7124-4728-48d6-b587-da70212410dd" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14744" - ], - "x-ms-client-request-id": [ - "bd934d47786e4aeb8a5e0030af776dfe" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3442611b-d77a-43f8-89b4-5a8416294a2f" - ], - "x-ms-correlation-request-id": [ - "3442611b-d77a-43f8-89b4-5a8416294a2f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:3442611b-d77a-43f8-89b4-5a8416294a2f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14743" - ], - "x-ms-client-request-id": [ - "5c50d2396d144b59b6e2716992937dcb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7aeb00c7-abc8-44c1-bf7b-c86f6a408695" - ], - "x-ms-correlation-request-id": [ - "7aeb00c7-abc8-44c1-bf7b-c86f6a408695" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:7aeb00c7-abc8-44c1-bf7b-c86f6a408695" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14742" - ], - "x-ms-client-request-id": [ - "63d6b3c4fedd432d825476a699040e29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6867afd8-bc93-4792-bd24-380c68f7d2a8" - ], - "x-ms-correlation-request-id": [ - "6867afd8-bc93-4792-bd24-380c68f7d2a8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184627Z:6867afd8-bc93-4792-bd24-380c68f7d2a8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14741" - ], - "x-ms-client-request-id": [ - "564a3e906f3941d4af2e7f465add43dc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0f1baef3-1e6e-4675-82c8-4696a48ba8b9" - ], - "x-ms-correlation-request-id": [ - "0f1baef3-1e6e-4675-82c8-4696a48ba8b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:0f1baef3-1e6e-4675-82c8-4696a48ba8b9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14740" - ], - "x-ms-client-request-id": [ - "95e93e4316914d94a26823af3fba8f4e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "af7eeebb-5161-41da-aeff-91cba5d03cb3" - ], - "x-ms-correlation-request-id": [ - "af7eeebb-5161-41da-aeff-91cba5d03cb3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:af7eeebb-5161-41da-aeff-91cba5d03cb3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "04c26aa9b8b54e2fabde9fafe6c9af20" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "40124627-0332-4ce4-94fe-b19d1c29ebe4" - ], - "x-ms-correlation-request-id": [ - "40124627-0332-4ce4-94fe-b19d1c29ebe4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:40124627-0332-4ce4-94fe-b19d1c29ebe4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "cfb3c466b43e4237bc89f3fa59d66dc5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3e1e04f4-76b1-452c-b16b-6c68dc874cea" - ], - "x-ms-correlation-request-id": [ - "3e1e04f4-76b1-452c-b16b-6c68dc874cea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:3e1e04f4-76b1-452c-b16b-6c68dc874cea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "0670b744c4934ae9a78f95d73fd181f2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ad072ad5-c8c2-418c-8ee5-fa7dfcea0ad0" - ], - "x-ms-correlation-request-id": [ - "ad072ad5-c8c2-418c-8ee5-fa7dfcea0ad0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:ad072ad5-c8c2-418c-8ee5-fa7dfcea0ad0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "e99b20e2fb2b4afebb849b09b7b95637" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c084d471-8cb9-4ee7-b7fc-e2ce39b4ea71" - ], - "x-ms-correlation-request-id": [ - "c084d471-8cb9-4ee7-b7fc-e2ce39b4ea71" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:c084d471-8cb9-4ee7-b7fc-e2ce39b4ea71" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "04e51d5d2f894f7dba94423c36b429cb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a9612ea1-a988-468a-84c4-1dcf34f7f755" - ], - "x-ms-correlation-request-id": [ - "a9612ea1-a988-468a-84c4-1dcf34f7f755" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:a9612ea1-a988-468a-84c4-1dcf34f7f755" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "3d9534c6af5b48548829fc4c4dca0216" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02245c18-c416-482f-8570-744c3517ecc1" - ], - "x-ms-correlation-request-id": [ - "02245c18-c416-482f-8570-744c3517ecc1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184628Z:02245c18-c416-482f-8570-744c3517ecc1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" - ], - "x-ms-client-request-id": [ - "98d2c25c354f4e3c969855bfae8a5391" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d4468e1-be06-48d5-bc2b-3546c77ff443" - ], - "x-ms-correlation-request-id": [ - "5d4468e1-be06-48d5-bc2b-3546c77ff443" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:5d4468e1-be06-48d5-bc2b-3546c77ff443" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" - ], - "x-ms-client-request-id": [ - "c065587b8ca64ea29d80b9fc1761e909" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "94b6e14c-d173-4c3a-acc5-38c002a620a1" - ], - "x-ms-correlation-request-id": [ - "94b6e14c-d173-4c3a-acc5-38c002a620a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:94b6e14c-d173-4c3a-acc5-38c002a620a1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14731" - ], - "x-ms-client-request-id": [ - "c11b86235adc4851a4b5a856d8a2ee15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7c86b8a9-9d76-4f7c-99d3-e275f5a9e481" - ], - "x-ms-correlation-request-id": [ - "7c86b8a9-9d76-4f7c-99d3-e275f5a9e481" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:7c86b8a9-9d76-4f7c-99d3-e275f5a9e481" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14730" - ], - "x-ms-client-request-id": [ - "77b0452c425e4acd9b908694ea1e7057" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c22fcd40-ddef-4dbc-b674-f85514e0ab04" - ], - "x-ms-correlation-request-id": [ - "c22fcd40-ddef-4dbc-b674-f85514e0ab04" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:c22fcd40-ddef-4dbc-b674-f85514e0ab04" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" - ], - "x-ms-client-request-id": [ - "bd8753d483c5401187b6246114f2f33a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "fba62dce-7411-4476-97f8-de52bd22914f" - ], - "x-ms-correlation-request-id": [ - "fba62dce-7411-4476-97f8-de52bd22914f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:fba62dce-7411-4476-97f8-de52bd22914f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14728" - ], - "x-ms-client-request-id": [ - "6019fe11e2274f4db1e1505c18720c0b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bb3c6f68-34f8-4318-ac97-dcc78332e0e4" - ], - "x-ms-correlation-request-id": [ - "bb3c6f68-34f8-4318-ac97-dcc78332e0e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:bb3c6f68-34f8-4318-ac97-dcc78332e0e4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-client-request-id": [ - "6dad7e294e464231a5f9a4a22d246c15" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3703eaf-1f8c-47d1-8cfb-28e31d7680ee" - ], - "x-ms-correlation-request-id": [ - "f3703eaf-1f8c-47d1-8cfb-28e31d7680ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:f3703eaf-1f8c-47d1-8cfb-28e31d7680ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14726" - ], - "x-ms-client-request-id": [ - "0fdae946ab2d4da38a64c8a742fdf036" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e69a01c5-5fd4-44e6-9fde-c83c1ace143b" - ], - "x-ms-correlation-request-id": [ - "e69a01c5-5fd4-44e6-9fde-c83c1ace143b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:e69a01c5-5fd4-44e6-9fde-c83c1ace143b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14725" - ], - "x-ms-client-request-id": [ - "7618617b85bf49f8ab942c7228385645" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "52a39913-d9df-424e-8194-176eeedb9170" - ], - "x-ms-correlation-request-id": [ - "52a39913-d9df-424e-8194-176eeedb9170" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184629Z:52a39913-d9df-424e-8194-176eeedb9170" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" - ], - "x-ms-client-request-id": [ - "387d0b4e472e4ee381f3197e63237ace" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e306761b-251f-4067-8937-b48a7058e3c3" - ], - "x-ms-correlation-request-id": [ - "e306761b-251f-4067-8937-b48a7058e3c3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184630Z:e306761b-251f-4067-8937-b48a7058e3c3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" - ], - "x-ms-client-request-id": [ - "7c5cf8e7ba874756819de8f2b183458b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4786e643-b95c-49a9-8dca-9546f60e4a32" - ], - "x-ms-correlation-request-id": [ - "4786e643-b95c-49a9-8dca-9546f60e4a32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184630Z:4786e643-b95c-49a9-8dca-9546f60e4a32" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14722" - ], - "x-ms-client-request-id": [ - "65723f216fc04aac96281941a2770b13" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "375a24f6-561d-44dd-8611-21459b7e2ee5" - ], - "x-ms-correlation-request-id": [ - "375a24f6-561d-44dd-8611-21459b7e2ee5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184630Z:375a24f6-561d-44dd-8611-21459b7e2ee5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14721" - ], - "x-ms-client-request-id": [ - "cb7b0b46038641d78d4afcff475a5bec" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b99e467-7275-4158-bc09-e3d5e7bbd2f4" - ], - "x-ms-correlation-request-id": [ - "1b99e467-7275-4158-bc09-e3d5e7bbd2f4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184630Z:1b99e467-7275-4158-bc09-e3d5e7bbd2f4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14720" - ], - "x-ms-client-request-id": [ - "ddc3bdc1035946d7825b686f6d52640d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72d31aa2-ab48-47eb-8a98-2ed771e8b6f9" - ], - "x-ms-correlation-request-id": [ - "72d31aa2-ab48-47eb-8a98-2ed771e8b6f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184630Z:72d31aa2-ab48-47eb-8a98-2ed771e8b6f9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14719" - ], - "x-ms-client-request-id": [ - "6e6679ae215c494eada5818cc4c0ca63" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78678f15-eb3d-4fcc-be49-1add09c91d94" - ], - "x-ms-correlation-request-id": [ - "78678f15-eb3d-4fcc-be49-1add09c91d94" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184630Z:78678f15-eb3d-4fcc-be49-1add09c91d94" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14718" - ], - "x-ms-client-request-id": [ - "908d5f068a3f4f2897d8b8a1f9658326" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "183bb1bb-6440-4f03-be82-2bbda1036d08" - ], - "x-ms-correlation-request-id": [ - "183bb1bb-6440-4f03-be82-2bbda1036d08" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184630Z:183bb1bb-6440-4f03-be82-2bbda1036d08" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14717" - ], - "x-ms-client-request-id": [ - "f3e27f17d63e4ef6a06ee36a12718054" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e209bd56-f753-428e-b07c-a06ef12466c1" - ], - "x-ms-correlation-request-id": [ - "e209bd56-f753-428e-b07c-a06ef12466c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184631Z:e209bd56-f753-428e-b07c-a06ef12466c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14716" - ], - "x-ms-client-request-id": [ - "a36b5e11277c4b1b9f011285f285afd8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "11850aa4-dd74-4c71-8894-874f07f2e847" - ], - "x-ms-correlation-request-id": [ - "11850aa4-dd74-4c71-8894-874f07f2e847" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184631Z:11850aa4-dd74-4c71-8894-874f07f2e847" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14715" - ], - "x-ms-client-request-id": [ - "893ae66e0d614dd3967a0dcbf79af038" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bc00be74-00e7-47f3-8600-8232e8e3fe73" - ], - "x-ms-correlation-request-id": [ - "bc00be74-00e7-47f3-8600-8232e8e3fe73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184631Z:bc00be74-00e7-47f3-8600-8232e8e3fe73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14714" - ], - "x-ms-client-request-id": [ - "c685dbb5c69f4808afb80af06ea998c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1b91f44a-c221-43fd-a951-35c96dd99716" - ], - "x-ms-correlation-request-id": [ - "1b91f44a-c221-43fd-a951-35c96dd99716" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184631Z:1b91f44a-c221-43fd-a951-35c96dd99716" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14713" - ], - "x-ms-client-request-id": [ - "589ed22098f541ccbbb5c03b485c51eb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "109f8c73-71af-43a3-b033-3ec8819b0681" - ], - "x-ms-correlation-request-id": [ - "109f8c73-71af-43a3-b033-3ec8819b0681" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184631Z:109f8c73-71af-43a3-b033-3ec8819b0681" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14712" - ], - "x-ms-client-request-id": [ - "4318dd3da53c422c9f56ed99717ab193" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f00820ed-fe17-4de4-918e-0fa0dc069e36" - ], - "x-ms-correlation-request-id": [ - "f00820ed-fe17-4de4-918e-0fa0dc069e36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184631Z:f00820ed-fe17-4de4-918e-0fa0dc069e36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14711" - ], - "x-ms-client-request-id": [ - "4457b4444cde43b98f9d16002b567f1b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f92ae003-7103-44e4-9345-56fde82d3415" - ], - "x-ms-correlation-request-id": [ - "f92ae003-7103-44e4-9345-56fde82d3415" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:f92ae003-7103-44e4-9345-56fde82d3415" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14710" - ], - "x-ms-client-request-id": [ - "455585a01f2341a8a2b8f412966d4c7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "10915bf8-e3b1-4561-97df-1a76c3591364" - ], - "x-ms-correlation-request-id": [ - "10915bf8-e3b1-4561-97df-1a76c3591364" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:10915bf8-e3b1-4561-97df-1a76c3591364" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-client-request-id": [ - "e2cf352653e64737863763b0b34e64a4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "371f6101-a6e8-44ff-9d5c-0969c1673084" - ], - "x-ms-correlation-request-id": [ - "371f6101-a6e8-44ff-9d5c-0969c1673084" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:371f6101-a6e8-44ff-9d5c-0969c1673084" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" - ], - "x-ms-client-request-id": [ - "8140e7f4ebce47e691f424a560848979" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c9026996-408c-474f-9953-60f103c86d18" - ], - "x-ms-correlation-request-id": [ - "c9026996-408c-474f-9953-60f103c86d18" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:c9026996-408c-474f-9953-60f103c86d18" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14707" - ], - "x-ms-client-request-id": [ - "b842a897a6514f058b96a78e3d807721" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f274d330-a772-4e6c-ba73-7e6085b65341" - ], - "x-ms-correlation-request-id": [ - "f274d330-a772-4e6c-ba73-7e6085b65341" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:f274d330-a772-4e6c-ba73-7e6085b65341" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14706" - ], - "x-ms-client-request-id": [ - "f8db192494284d01a034d77598639841" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ff89ded9-8730-492b-a983-ab1575f0741c" - ], - "x-ms-correlation-request-id": [ - "ff89ded9-8730-492b-a983-ab1575f0741c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:ff89ded9-8730-492b-a983-ab1575f0741c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14705" - ], - "x-ms-client-request-id": [ - "36bbb503546540b4be1acb69730af832" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4671f42e-2c53-4efe-9513-64ddd841a2c1" - ], - "x-ms-correlation-request-id": [ - "4671f42e-2c53-4efe-9513-64ddd841a2c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:4671f42e-2c53-4efe-9513-64ddd841a2c1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14704" - ], - "x-ms-client-request-id": [ - "8bbf95d68b684ad89172da3d006a50a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "41951e9e-110f-41c5-a0bf-4097788a3420" - ], - "x-ms-correlation-request-id": [ - "41951e9e-110f-41c5-a0bf-4097788a3420" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:41951e9e-110f-41c5-a0bf-4097788a3420" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14703" - ], - "x-ms-client-request-id": [ - "2b6300914e11461e8101de03a5554773" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5b735d98-f6b9-48f5-aa7d-c94a2cff7511" - ], - "x-ms-correlation-request-id": [ - "5b735d98-f6b9-48f5-aa7d-c94a2cff7511" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:5b735d98-f6b9-48f5-aa7d-c94a2cff7511" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14702" - ], - "x-ms-client-request-id": [ - "54823102aa3341ee8b1a9e8b59e5ec87" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eb7d70cb-79dc-4ee5-ba8b-58ec729f70b8" - ], - "x-ms-correlation-request-id": [ - "eb7d70cb-79dc-4ee5-ba8b-58ec729f70b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184632Z:eb7d70cb-79dc-4ee5-ba8b-58ec729f70b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14701" - ], - "x-ms-client-request-id": [ - "0bab5c2fbec54770aed29c3b2ff32f49" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cdc02ad2-e75b-45b9-b8f3-b8ccdeb7b538" - ], - "x-ms-correlation-request-id": [ - "cdc02ad2-e75b-45b9-b8f3-b8ccdeb7b538" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:cdc02ad2-e75b-45b9-b8f3-b8ccdeb7b538" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14700" - ], - "x-ms-client-request-id": [ - "f023401f5c7647488670996e7fb2067f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1de8dc85-aa41-46f8-b3bc-ed675ab474a7" - ], - "x-ms-correlation-request-id": [ - "1de8dc85-aa41-46f8-b3bc-ed675ab474a7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:1de8dc85-aa41-46f8-b3bc-ed675ab474a7" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14699" - ], - "x-ms-client-request-id": [ - "d77da5982f104b2995b4ead29b2d926f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3df70617-79f9-4755-aa50-2d5a88c8291f" - ], - "x-ms-correlation-request-id": [ - "3df70617-79f9-4755-aa50-2d5a88c8291f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:3df70617-79f9-4755-aa50-2d5a88c8291f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14698" - ], - "x-ms-client-request-id": [ - "e8ef8f1fe123475aaf1a2f7a56496d29" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "134b6575-78c2-4cff-a538-0167c80cb1ce" - ], - "x-ms-correlation-request-id": [ - "134b6575-78c2-4cff-a538-0167c80cb1ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:134b6575-78c2-4cff-a538-0167c80cb1ce" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14697" - ], - "x-ms-client-request-id": [ - "21cfcfb338e5450ca4538a73080bde9f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04cbcc9d-7d8d-4cb6-b887-f068602b6e8b" - ], - "x-ms-correlation-request-id": [ - "04cbcc9d-7d8d-4cb6-b887-f068602b6e8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:04cbcc9d-7d8d-4cb6-b887-f068602b6e8b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14696" - ], - "x-ms-client-request-id": [ - "8bb523ca6e424938be4d405de4ca08d5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6fb3439d-f1a6-4f41-b876-5806acda67fa" - ], - "x-ms-correlation-request-id": [ - "6fb3439d-f1a6-4f41-b876-5806acda67fa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:6fb3439d-f1a6-4f41-b876-5806acda67fa" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-client-request-id": [ - "1272baacf33f46379d66b925c8e4f39d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4bd9329-3762-4ecd-ad59-b9d2e93e1f70" - ], - "x-ms-correlation-request-id": [ - "a4bd9329-3762-4ecd-ad59-b9d2e93e1f70" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:a4bd9329-3762-4ecd-ad59-b9d2e93e1f70" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14694" - ], - "x-ms-client-request-id": [ - "ffde46bd2d8a499f90855fd1f41b2311" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16aaaa0d-3750-4db0-8766-d2a009918e3f" - ], - "x-ms-correlation-request-id": [ - "16aaaa0d-3750-4db0-8766-d2a009918e3f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184633Z:16aaaa0d-3750-4db0-8766-d2a009918e3f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" - ], - "x-ms-client-request-id": [ - "5dd345f690784ebd9c17a4c9227f5995" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "763c84f8-1afe-4b34-8f1e-e95a8704a2ff" - ], - "x-ms-correlation-request-id": [ - "763c84f8-1afe-4b34-8f1e-e95a8704a2ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:763c84f8-1afe-4b34-8f1e-e95a8704a2ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14692" - ], - "x-ms-client-request-id": [ - "cc140f0be9a84d2d8950136a46d1b59d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c94906d5-6c63-4da4-b467-b83daa360a8e" - ], - "x-ms-correlation-request-id": [ - "c94906d5-6c63-4da4-b467-b83daa360a8e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:c94906d5-6c63-4da4-b467-b83daa360a8e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14691" - ], - "x-ms-client-request-id": [ - "c54bf3e6cff84864bcc3c62c86394c31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "39fac6e4-b998-4e01-a184-d8727bf6e186" - ], - "x-ms-correlation-request-id": [ - "39fac6e4-b998-4e01-a184-d8727bf6e186" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:39fac6e4-b998-4e01-a184-d8727bf6e186" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14690" - ], - "x-ms-client-request-id": [ - "76a2e30a05e848a1834a32ed6c40a258" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f00b2722-9e41-4e60-b9a4-3ef9db9f75d6" - ], - "x-ms-correlation-request-id": [ - "f00b2722-9e41-4e60-b9a4-3ef9db9f75d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:f00b2722-9e41-4e60-b9a4-3ef9db9f75d6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14689" - ], - "x-ms-client-request-id": [ - "2a08ba65347444d9beddfa603f068b7e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "407a0285-0d47-43fa-b8e9-d940deeaee40" - ], - "x-ms-correlation-request-id": [ - "407a0285-0d47-43fa-b8e9-d940deeaee40" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:407a0285-0d47-43fa-b8e9-d940deeaee40" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-client-request-id": [ - "144b29c94d824c5495abe7c83fc95b9d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f0ecfcc3-a7d4-4bae-a8f9-6630fd132d63" - ], - "x-ms-correlation-request-id": [ - "f0ecfcc3-a7d4-4bae-a8f9-6630fd132d63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:f0ecfcc3-a7d4-4bae-a8f9-6630fd132d63" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "x-ms-client-request-id": [ - "0b16a60d483d4581af9e73fb50d023f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8dead8f2-1920-4725-8cdc-6cffafd86451" - ], - "x-ms-correlation-request-id": [ - "8dead8f2-1920-4725-8cdc-6cffafd86451" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:8dead8f2-1920-4725-8cdc-6cffafd86451" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14686" - ], - "x-ms-client-request-id": [ - "ef14790944544b918c8c13a024b5d1a1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6498d6c7-b484-447d-b0d7-1e4bad0d6fa0" - ], - "x-ms-correlation-request-id": [ - "6498d6c7-b484-447d-b0d7-1e4bad0d6fa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184634Z:6498d6c7-b484-447d-b0d7-1e4bad0d6fa0" - ], - "Connection": [ - "close" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14778" - ], - "x-ms-client-request-id": [ - "6ba088c2b62e4fba89b7413386cc6c82" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f6feb413-edfd-4860-8350-f87ddeca7c0f" - ], - "x-ms-correlation-request-id": [ - "f6feb413-edfd-4860-8350-f87ddeca7c0f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184635Z:f6feb413-edfd-4860-8350-f87ddeca7c0f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14777" - ], - "x-ms-client-request-id": [ - "8d0295ea061945189126b485bae2ac81" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9524dce-437f-4686-8144-b78022a48b27" - ], - "x-ms-correlation-request-id": [ - "e9524dce-437f-4686-8144-b78022a48b27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184635Z:e9524dce-437f-4686-8144-b78022a48b27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14776" - ], - "x-ms-client-request-id": [ - "e3fc0afe31af4ae598117d6fc5853652" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d809bb80-750c-49fc-a432-bcb4f4411216" - ], - "x-ms-correlation-request-id": [ - "d809bb80-750c-49fc-a432-bcb4f4411216" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184636Z:d809bb80-750c-49fc-a432-bcb4f4411216" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzcyOTgxOGUxLWI1ZTMtNDM4ZS04OTEwLWExNzUxYmJiZGQ2ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.3.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"name\": \"729818e1-b5e3-438e-8910-a1751bbbdd6e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-19T18:45:55.015Z\",\r\n \"endTime\": \"2017-12-19T18:46:26.257Z\",\r\n \"percentComplete\": 0.0,\r\n \"error\": {}\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "307" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14775" - ], - "x-ms-client-request-id": [ - "3f4076c8567f42028acc45736a1ebc07" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df8a3212-32cd-404a-97b7-194438db3c27" - ], - "x-ms-correlation-request-id": [ - "df8a3212-32cd-404a-97b7-194438db3c27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184636Z:df8a3212-32cd-404a-97b7-194438db3c27" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTY/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "52a026b5-e808-4d2d-bc1d-3339849ff572" - ], - "x-ms-correlation-request-id": [ - "52a026b5-e808-4d2d-bc1d-3339849ff572" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184639Z:52a026b5-e808-4d2d-bc1d-3339849ff572" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:38 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" - ], - "x-ms-request-id": [ - "327bd6cd-47ef-4b1f-9ba7-b195831e4315" - ], - "x-ms-correlation-request-id": [ - "327bd6cd-47ef-4b1f-9ba7-b195831e4315" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184639Z:327bd6cd-47ef-4b1f-9ba7-b195831e4315" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:39 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-request-id": [ - "03e0de70-d39c-4cb3-b8fb-fb4d9eacc656" - ], - "x-ms-correlation-request-id": [ - "03e0de70-d39c-4cb3-b8fb-fb4d9eacc656" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184654Z:03e0de70-d39c-4cb3-b8fb-fb4d9eacc656" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:46:54 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-request-id": [ - "d35458d0-4818-414d-9131-a9d793e944b8" - ], - "x-ms-correlation-request-id": [ - "d35458d0-4818-414d-9131-a9d793e944b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184710Z:d35458d0-4818-414d-9131-a9d793e944b8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:47:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-new-ps1896-azureml-c79ff?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LW5ldy1wczE4OTYtYXp1cmVtbC1jNzlmZj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "f79d22ef-1bb8-45ab-86f2-23a91b2b0f06" - ], - "x-ms-correlation-request-id": [ - "f79d22ef-1bb8-45ab-86f2-23a91b2b0f06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184711Z:f79d22ef-1bb8-45ab-86f2-23a91b2b0f06" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:47:10 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-request-id": [ - "a4324f19-31c8-45af-af31-9bc8a2d6c0a6" - ], - "x-ms-correlation-request-id": [ - "a4324f19-31c8-45af-af31-9bc8a2d6c0a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184711Z:a4324f19-31c8-45af-af31-9bc8a2d6c0a6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:47:10 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-request-id": [ - "53feee11-9849-469b-ad18-6008cf415929" - ], - "x-ms-correlation-request-id": [ - "53feee11-9849-469b-ad18-6008cf415929" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184726Z:53feee11-9849-469b-ad18-6008cf415929" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:47:25 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-request-id": [ - "9eda149d-01da-49b5-b117-86d138c5fb7a" - ], - "x-ms-correlation-request-id": [ - "9eda149d-01da-49b5-b117-86d138c5fb7a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184741Z:9eda149d-01da-49b5-b117-86d138c5fb7a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:47:41 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-request-id": [ - "bb2d80ee-6328-4f2a-b0bf-11e9e2cf6b59" - ], - "x-ms-correlation-request-id": [ - "bb2d80ee-6328-4f2a-b0bf-11e9e2cf6b59" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184757Z:bb2d80ee-6328-4f2a-b0bf-11e9e2cf6b59" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:47:56 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-request-id": [ - "f00a0c60-5385-4d9b-ad9c-a542871d9f63" - ], - "x-ms-correlation-request-id": [ - "f00a0c60-5385-4d9b-ad9c-a542871d9f63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184812Z:f00a0c60-5385-4d9b-ad9c-a542871d9f63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:48:11 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-request-id": [ - "c4318916-7505-4c64-a5c3-8f93b9bc45e5" - ], - "x-ms-correlation-request-id": [ - "c4318916-7505-4c64-a5c3-8f93b9bc45e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184827Z:c4318916-7505-4c64-a5c3-8f93b9bc45e5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:48:27 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" - ], - "x-ms-request-id": [ - "72f1b50a-1649-4859-b845-bfc50a9a845d" - ], - "x-ms-correlation-request-id": [ - "72f1b50a-1649-4859-b845-bfc50a9a845d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184843Z:72f1b50a-1649-4859-b845-bfc50a9a845d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:48:42 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" - ], - "x-ms-request-id": [ - "917ed780-42f5-4229-98f0-ee979a6d6153" - ], - "x-ms-correlation-request-id": [ - "917ed780-42f5-4229-98f0-ee979a6d6153" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184858Z:917ed780-42f5-4229-98f0-ee979a6d6153" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:48:57 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" - ], - "x-ms-request-id": [ - "cf686a80-ba96-4de0-9ce2-b3b6ec68e572" - ], - "x-ms-correlation-request-id": [ - "cf686a80-ba96-4de0-9ce2-b3b6ec68e572" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184913Z:cf686a80-ba96-4de0-9ce2-b3b6ec68e572" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:49:12 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" - ], - "x-ms-request-id": [ - "9953108d-0978-433e-9b8d-f5327bf0dad9" - ], - "x-ms-correlation-request-id": [ - "9953108d-0978-433e-9b8d-f5327bf0dad9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184928Z:9953108d-0978-433e-9b8d-f5327bf0dad9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:49:28 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" - ], - "x-ms-request-id": [ - "594edcb1-2ec5-4476-a211-6c71726bb030" - ], - "x-ms-correlation-request-id": [ - "594edcb1-2ec5-4476-a211-6c71726bb030" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184944Z:594edcb1-2ec5-4476-a211-6c71726bb030" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:49:43 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" - ], - "x-ms-request-id": [ - "9e818439-c8e8-4727-9f1d-be8446187ab0" - ], - "x-ms-correlation-request-id": [ - "9e818439-c8e8-4727-9f1d-be8446187ab0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T184959Z:9e818439-c8e8-4727-9f1d-be8446187ab0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:49:59 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" - ], - "x-ms-request-id": [ - "740803a4-fab7-4680-8465-1a60484f0684" - ], - "x-ms-correlation-request-id": [ - "740803a4-fab7-4680-8465-1a60484f0684" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185014Z:740803a4-fab7-4680-8465-1a60484f0684" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:50:14 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" - ], - "x-ms-request-id": [ - "46707f02-3775-4fd9-aa85-716459b08975" - ], - "x-ms-correlation-request-id": [ - "46707f02-3775-4fd9-aa85-716459b08975" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185029Z:46707f02-3775-4fd9-aa85-716459b08975" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:50:29 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" - ], - "x-ms-request-id": [ - "cb158fc3-4632-4068-830f-ab8aa5eeaebe" - ], - "x-ms-correlation-request-id": [ - "cb158fc3-4632-4068-830f-ab8aa5eeaebe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185045Z:cb158fc3-4632-4068-830f-ab8aa5eeaebe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:50:44 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" - ], - "x-ms-request-id": [ - "25d42df2-9fe0-403b-8a42-22b97af64f36" - ], - "x-ms-correlation-request-id": [ - "25d42df2-9fe0-403b-8a42-22b97af64f36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185100Z:25d42df2-9fe0-403b-8a42-22b97af64f36" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:50:59 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" - ], - "x-ms-request-id": [ - "e4961627-4843-4901-b737-fb7bd4be887b" - ], - "x-ms-correlation-request-id": [ - "e4961627-4843-4901-b737-fb7bd4be887b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185117Z:e4961627-4843-4901-b737-fb7bd4be887b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:51:17 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-request-id": [ - "b55900a1-94f8-43c5-a9fd-c99f49b2d382" - ], - "x-ms-correlation-request-id": [ - "b55900a1-94f8-43c5-a9fd-c99f49b2d382" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185132Z:b55900a1-94f8-43c5-a9fd-c99f49b2d382" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:51:32 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-request-id": [ - "940a8861-dda6-412e-8787-b80628b62e9b" - ], - "x-ms-correlation-request-id": [ - "940a8861-dda6-412e-8787-b80628b62e9b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185147Z:940a8861-dda6-412e-8787-b80628b62e9b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:51:46 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-request-id": [ - "a36ccb1e-745a-45fa-ac08-2ccc74b59aed" - ], - "x-ms-correlation-request-id": [ - "a36ccb1e-745a-45fa-ac08-2ccc74b59aed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185203Z:a36ccb1e-745a-45fa-ac08-2ccc74b59aed" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:52:02 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-request-id": [ - "b11acd34-4df1-4b9b-ae1b-30cf701f767b" - ], - "x-ms-correlation-request-id": [ - "b11acd34-4df1-4b9b-ae1b-30cf701f767b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185218Z:b11acd34-4df1-4b9b-ae1b-30cf701f767b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:52:18 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-request-id": [ - "5eec6262-dfe1-4cb3-a39d-da2db5dc3644" - ], - "x-ms-correlation-request-id": [ - "5eec6262-dfe1-4cb3-a39d-da2db5dc3644" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185233Z:5eec6262-dfe1-4cb3-a39d-da2db5dc3644" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:52:33 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-request-id": [ - "5bba82b4-e3e4-47b1-af94-471690b2753f" - ], - "x-ms-correlation-request-id": [ - "5bba82b4-e3e4-47b1-af94-471690b2753f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185248Z:5bba82b4-e3e4-47b1-af94-471690b2753f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:52:47 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-request-id": [ - "acb04e92-c926-4362-8bdf-4178a4b0d5c1" - ], - "x-ms-correlation-request-id": [ - "acb04e92-c926-4362-8bdf-4178a4b0d5c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185304Z:acb04e92-c926-4362-8bdf-4178a4b0d5c1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:53:03 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-request-id": [ - "205e2361-9b58-4802-be75-9a7c92763fcd" - ], - "x-ms-correlation-request-id": [ - "205e2361-9b58-4802-be75-9a7c92763fcd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185319Z:205e2361-9b58-4802-be75-9a7c92763fcd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:53:18 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-request-id": [ - "d9ccc8fa-6d9c-48cf-aa41-0ed0b1a36ffe" - ], - "x-ms-correlation-request-id": [ - "d9ccc8fa-6d9c-48cf-aa41-0ed0b1a36ffe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185334Z:d9ccc8fa-6d9c-48cf-aa41-0ed0b1a36ffe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:53:33 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-request-id": [ - "77f50ca6-8be9-4b8a-92f9-0157a83a8475" - ], - "x-ms-correlation-request-id": [ - "77f50ca6-8be9-4b8a-92f9-0157a83a8475" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185350Z:77f50ca6-8be9-4b8a-92f9-0157a83a8475" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:53:49 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" - ], - "x-ms-request-id": [ - "809622f9-9638-49a6-a02b-6aefd4bf6911" - ], - "x-ms-correlation-request-id": [ - "809622f9-9638-49a6-a02b-6aefd4bf6911" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185405Z:809622f9-9638-49a6-a02b-6aefd4bf6911" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:54:04 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" - ], - "x-ms-request-id": [ - "902d370e-1067-4d1c-811e-c46f7f1f9024" - ], - "x-ms-correlation-request-id": [ - "902d370e-1067-4d1c-811e-c46f7f1f9024" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185420Z:902d370e-1067-4d1c-811e-c46f7f1f9024" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:54:19 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" - ], - "x-ms-request-id": [ - "681a9970-b62f-45b3-9be8-d43eadeaa337" - ], - "x-ms-correlation-request-id": [ - "681a9970-b62f-45b3-9be8-d43eadeaa337" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185436Z:681a9970-b62f-45b3-9be8-d43eadeaa337" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:54:36 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-request-id": [ - "b14aef79-b4fc-4c1c-843d-894d348a75cd" - ], - "x-ms-correlation-request-id": [ - "b14aef79-b4fc-4c1c-843d-894d348a75cd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185451Z:b14aef79-b4fc-4c1c-843d-894d348a75cd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:54:50 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-request-id": [ - "cc139403-956f-46a8-aa9d-14170ec33881" - ], - "x-ms-correlation-request-id": [ - "cc139403-956f-46a8-aa9d-14170ec33881" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185506Z:cc139403-956f-46a8-aa9d-14170ec33881" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:55:06 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-request-id": [ - "7e26d795-f355-4d3c-8600-d36984be595a" - ], - "x-ms-correlation-request-id": [ - "7e26d795-f355-4d3c-8600-d36984be595a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185521Z:7e26d795-f355-4d3c-8600-d36984be595a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:55:21 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-request-id": [ - "7633fd6d-4ae5-4d4d-a2ee-229e26c5e180" - ], - "x-ms-correlation-request-id": [ - "7633fd6d-4ae5-4d4d-a2ee-229e26c5e180" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185537Z:7633fd6d-4ae5-4d4d-a2ee-229e26c5e180" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:55:37 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRORVc6MkRQUzE4OTY6MkRBWlVSRU1MOjJEQzc5RkYtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUk9SVmM2TWtSUVV6RTRPVFk2TWtSQldsVlNSVTFNT2pKRVF6YzVSa1l0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-request-id": [ - "604fb3f9-124a-4565-9a94-e1cfd730a893" - ], - "x-ms-correlation-request-id": [ - "604fb3f9-124a-4565-9a94-e1cfd730a893" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171219T185552Z:604fb3f9-124a-4565-9a94-e1cfd730a893" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 19 Dec 2017 18:55:52 GMT" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "Test-NewGetRemove": [ - "ps1896", - "ps667" - ] - }, - "Variables": { - "SubscriptionId": "74eccef0-4b8d-4f83-b5f9-fa100d155b22" - } -} \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestRemoveIncludeAllResources.json b/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestRemoveIncludeAllResources.json deleted file mode 100644 index 2aeb3445972f..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestRemoveIncludeAllResources.json +++ /dev/null @@ -1,1417 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/mlcrp-cmdlet-test-remove-all-ps1383\",\r\n \"name\": \"mlcrp-cmdlet-test-remove-all-ps1383\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "224" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "b8eeed00-c31e-45eb-b7c4-272b1bcc0b6a" - ], - "x-ms-correlation-request-id": [ - "b8eeed00-c31e-45eb-b7c4-272b1bcc0b6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012236Z:b8eeed00-c31e-45eb-b7c4-272b1bcc0b6a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:22:35 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1yZW1vdmUtYWxsLXBzNDYyOD9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Deployed from powershell\",\r\n \"clusterType\": \"Local\"\r\n },\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "132" - ], - "x-ms-client-request-id": [ - "8a8359e7-9df9-46c2-ac32-98441598d3d7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"name\": \"mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2018-02-09T01:22:38.006Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Creating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Storage/storageAccounts/mlcrpstg21c757828413\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.ContainerRegistry/registries/mlcrpacr31c88722e9ed\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Insights/components/mlcrpai7f288331a5b4\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1246" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/a2de5562-6c29-485e-b113-bb79384971f9?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "8a8359e7-9df9-46c2-ac32-98441598d3d7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2165f170-96aa-4091-a39a-b70e166d0798" - ], - "x-ms-correlation-request-id": [ - "2165f170-96aa-4091-a39a-b70e166d0798" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012239Z:2165f170-96aa-4091-a39a-b70e166d0798" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:22:39 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/a2de5562-6c29-485e-b113-bb79384971f9?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2EyZGU1NTYyLTZjMjktNDg1ZS1iMTEzLWJiNzkzODQ5NzFmOT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"name\": \"a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2018-02-09T01:22:39.393Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" - ], - "x-ms-client-request-id": [ - "65657b6c-6462-4a50-95b2-75c6464040c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "54a69cb0-ef65-4910-bae5-9b1214b3e2ff" - ], - "x-ms-correlation-request-id": [ - "54a69cb0-ef65-4910-bae5-9b1214b3e2ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012310Z:54a69cb0-ef65-4910-bae5-9b1214b3e2ff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:23:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/a2de5562-6c29-485e-b113-bb79384971f9?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2EyZGU1NTYyLTZjMjktNDg1ZS1iMTEzLWJiNzkzODQ5NzFmOT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"name\": \"a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2018-02-09T01:22:39.393Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" - ], - "x-ms-client-request-id": [ - "92ff1fd8-d147-422e-83f4-8a8889fff662" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a3c7a6da-bab5-43c7-bba4-ce9a34d2af79" - ], - "x-ms-correlation-request-id": [ - "a3c7a6da-bab5-43c7-bba4-ce9a34d2af79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012340Z:a3c7a6da-bab5-43c7-bba4-ce9a34d2af79" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:23:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/a2de5562-6c29-485e-b113-bb79384971f9?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2EyZGU1NTYyLTZjMjktNDg1ZS1iMTEzLWJiNzkzODQ5NzFmOT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"name\": \"a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2018-02-09T01:22:39.393Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "1c128a89-7c54-4b68-86a2-743c99104d0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a4d190f1-cf05-4bab-901c-f3302c2cf233" - ], - "x-ms-correlation-request-id": [ - "a4d190f1-cf05-4bab-901c-f3302c2cf233" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012410Z:a4d190f1-cf05-4bab-901c-f3302c2cf233" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:24:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/a2de5562-6c29-485e-b113-bb79384971f9?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2EyZGU1NTYyLTZjMjktNDg1ZS1iMTEzLWJiNzkzODQ5NzFmOT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"name\": \"a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2018-02-09T01:22:39.393Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "179255dd-23b9-4267-bce2-6b62bdd4b777" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d84b89a1-5d85-462e-8867-18c41640c2d5" - ], - "x-ms-correlation-request-id": [ - "d84b89a1-5d85-462e-8867-18c41640c2d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012440Z:d84b89a1-5d85-462e-8867-18c41640c2d5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:24:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/a2de5562-6c29-485e-b113-bb79384971f9?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2EyZGU1NTYyLTZjMjktNDg1ZS1iMTEzLWJiNzkzODQ5NzFmOT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"name\": \"a2de5562-6c29-485e-b113-bb79384971f9\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-02-09T01:22:39.393Z\",\r\n \"endTime\": \"2018-02-09T01:24:42.241Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "296" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" - ], - "x-ms-client-request-id": [ - "e184c6ad-84ce-465e-8e66-6433643c1f0c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5822fc81-5179-4aee-bf52-ce5505f1c762" - ], - "x-ms-correlation-request-id": [ - "5822fc81-5179-4aee-bf52-ce5505f1c762" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012510Z:5822fc81-5179-4aee-bf52-ce5505f1c762" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1yZW1vdmUtYWxsLXBzNDYyOD9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"name\": \"mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2018-02-09T01:22:38.006Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Storage/storageAccounts/mlcrpstg21c757828413\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.ContainerRegistry/registries/mlcrpacr31c88722e9ed\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Insights/components/mlcrpai7f288331a5b4\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1247" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" - ], - "x-ms-client-request-id": [ - "6f2eaf63-87e7-4fc7-bcf2-c8638b9580d1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3068e0d-b233-4f2c-915d-5f7186db349e" - ], - "x-ms-correlation-request-id": [ - "e3068e0d-b233-4f2c-915d-5f7186db349e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012510Z:e3068e0d-b233-4f2c-915d-5f7186db349e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:25:10 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1yZW1vdmUtYWxsLXBzNDYyOD9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7e7e2491-5149-4652-ae37-19b843767136" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"name\": \"mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2018-02-09T01:22:38.006Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Storage/storageAccounts/mlcrpstg21c757828413\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.ContainerRegistry/registries/mlcrpacr31c88722e9ed\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Insights/components/mlcrpai7f288331a5b4\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1247" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" - ], - "x-ms-client-request-id": [ - "7e7e2491-5149-4652-ae37-19b843767136" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8255b138-dc50-474f-9fc4-a7f3a8f3b0ec" - ], - "x-ms-correlation-request-id": [ - "8255b138-dc50-474f-9fc4-a7f3a8f3b0ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012511Z:8255b138-dc50-474f-9fc4-a7f3a8f3b0ec" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c9a22c7d-8950-43ed-801a-b44cf8f3ff01" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"name\": \"mlcrp-cmdlet-test-remove-all-ps4628\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2018-02-09T01:22:38.006Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Storage/storageAccounts/mlcrpstg21c757828413\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.ContainerRegistry/registries/mlcrpacr31c88722e9ed\"\r\n },\r\n \"clusterType\": \"Local\",\r\n \"containerService\": null,\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344/providers/Microsoft.Insights/components/mlcrpai7f288331a5b4\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1259" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" - ], - "x-ms-client-request-id": [ - "c9a22c7d-8950-43ed-801a-b44cf8f3ff01" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f054455-c4a3-4894-930a-6ee6f74cd9e5" - ], - "x-ms-correlation-request-id": [ - "6f054455-c4a3-4894-930a-6ee6f74cd9e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012511Z:6f054455-c4a3-4894-930a-6ee6f74cd9e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:25:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/mlcrp-cmdlet-test-remove-all-ps1383/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-remove-all-ps4628?api-version=2017-08-01-preview&deleteAll=true", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1yZW1vdmUtYWxsLXBzNDYyOD9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXcmZGVsZXRlQWxsPXRydWU=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "20741d5e-60df-493b-8aff-a75c2f3936c8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "20741d5e-60df-493b-8aff-a75c2f3936c8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-request-id": [ - "9a027545-3dfc-4674-8659-57bfbbbf410d" - ], - "x-ms-correlation-request-id": [ - "9a027545-3dfc-4674-8659-57bfbbbf410d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012512Z:9a027545-3dfc-4674-8659-57bfbbbf410d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:25:12 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzhlNzNmMjNiLWY5YjYtNDdmNy1iMGY5LWZhOGU5OWE0OTc4ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"name\": \"8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2018-02-09T01:25:12.098Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" - ], - "x-ms-client-request-id": [ - "c86e3406-491a-4ee8-8549-11770dec6cdb" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f748f061-7e5e-4117-98c5-44308d2db554" - ], - "x-ms-correlation-request-id": [ - "f748f061-7e5e-4117-98c5-44308d2db554" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012542Z:f748f061-7e5e-4117-98c5-44308d2db554" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:25:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzhlNzNmMjNiLWY5YjYtNDdmNy1iMGY5LWZhOGU5OWE0OTc4ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"name\": \"8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2018-02-09T01:25:12.098Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" - ], - "x-ms-client-request-id": [ - "4bb899ac-fbab-4356-b119-d341369c1371" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2aa0e2f-7e84-4077-8688-ccff68129911" - ], - "x-ms-correlation-request-id": [ - "f2aa0e2f-7e84-4077-8688-ccff68129911" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012612Z:f2aa0e2f-7e84-4077-8688-ccff68129911" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:26:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzhlNzNmMjNiLWY5YjYtNDdmNy1iMGY5LWZhOGU5OWE0OTc4ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"name\": \"8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2018-02-09T01:25:12.098Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" - ], - "x-ms-client-request-id": [ - "b5110ca7-636b-4a72-a64f-06c42f2acee3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ea834783-1667-42d4-93f6-51b48836b76d" - ], - "x-ms-correlation-request-id": [ - "ea834783-1667-42d4-93f6-51b48836b76d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012642Z:ea834783-1667-42d4-93f6-51b48836b76d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:26:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzhlNzNmMjNiLWY5YjYtNDdmNy1iMGY5LWZhOGU5OWE0OTc4ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"name\": \"8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"status\": \"Deleting\",\r\n \"startTime\": \"2018-02-09T01:25:12.098Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" - ], - "x-ms-client-request-id": [ - "286f7256-cf0a-45d0-8a04-b21610b095f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "53d2e1eb-068b-4f3c-9045-1d8243a39361" - ], - "x-ms-correlation-request-id": [ - "53d2e1eb-068b-4f3c-9045-1d8243a39361" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012712Z:53d2e1eb-068b-4f3c-9045-1d8243a39361" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:27:12 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzhlNzNmMjNiLWY5YjYtNDdmNy1iMGY5LWZhOGU5OWE0OTc4ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"name\": \"8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-02-09T01:25:12.098Z\",\r\n \"endTime\": \"2018-02-09T01:27:13.12Z\",\r\n \"percentComplete\": 0.0,\r\n \"error\": {}\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "307" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" - ], - "x-ms-client-request-id": [ - "5ef96a40-bfec-406a-8101-4295301b262b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a678707b-93c8-41be-86e8-a7216978664a" - ], - "x-ms-correlation-request-id": [ - "a678707b-93c8-41be-86e8-a7216978664a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012742Z:a678707b-93c8-41be-86e8-a7216978664a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzhlNzNmMjNiLWY5YjYtNDdmNy1iMGY5LWZhOGU5OWE0OTc4ZT9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/locations/eastus2/operationStatus/8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"name\": \"8e73f23b-f9b6-47f7-b0f9-fa8e99a4978e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2018-02-09T01:25:12.098Z\",\r\n \"endTime\": \"2018-02-09T01:27:13.12Z\",\r\n \"percentComplete\": 0.0,\r\n \"error\": {}\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "307" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" - ], - "x-ms-client-request-id": [ - "0d35592b-20e0-414b-8030-3b1ab1c5a6fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9a0b4aba-8d6c-4c2b-b87a-4442354109eb" - ], - "x-ms-correlation-request-id": [ - "9a0b4aba-8d6c-4c2b-b87a-4442354109eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012742Z:9a0b4aba-8d6c-4c2b-b87a-4442354109eb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:27:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzLWF6dXJlbWwtYzczNDQ/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'mlcrp-cmdlet-test-remove-all-ps1383-azureml-c7344' could not be found.\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "141" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-failure-cause": [ - "gateway" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-request-id": [ - "8487688b-e625-4057-a691-467afb846617" - ], - "x-ms-correlation-request-id": [ - "8487688b-e625-4057-a691-467afb846617" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012742Z:8487688b-e625-4057-a691-467afb846617" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:27:41 GMT" - ] - }, - "StatusCode": 404 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/mlcrp-cmdlet-test-remove-all-ps1383?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXJlbW92ZS1hbGwtcHMxMzgzP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "cf718264-6ca6-4051-ad0f-88c924178f4a" - ], - "x-ms-correlation-request-id": [ - "cf718264-6ca6-4051-ad0f-88c924178f4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012744Z:cf718264-6ca6-4051-ad0f-88c924178f4a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:27:43 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlNSVTFQVmtVNk1rUkJURXc2TWtSUVV6RXpPRE10UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-request-id": [ - "e3b6a1a5-b4a5-4b2f-a379-5ebc0b28e5e3" - ], - "x-ms-correlation-request-id": [ - "e3b6a1a5-b4a5-4b2f-a379-5ebc0b28e5e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012744Z:e3b6a1a5-b4a5-4b2f-a379-5ebc0b28e5e3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:27:43 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlNSVTFQVmtVNk1rUkJURXc2TWtSUVV6RXpPRE10UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-request-id": [ - "6bdaeec0-a191-4bf6-9ed0-725d626f7e45" - ], - "x-ms-correlation-request-id": [ - "6bdaeec0-a191-4bf6-9ed0-725d626f7e45" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012759Z:6bdaeec0-a191-4bf6-9ed0-725d626f7e45" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:27:59 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlNSVTFQVmtVNk1rUkJURXc2TWtSUVV6RXpPRE10UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-request-id": [ - "836dedda-e16b-4583-aca4-0945c2478c06" - ], - "x-ms-correlation-request-id": [ - "836dedda-e16b-4583-aca4-0945c2478c06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012814Z:836dedda-e16b-4583-aca4-0945c2478c06" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:28:14 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRSRU1PVkU6MkRBTEw6MkRQUzEzODMtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYzljYmQ5MjAtYzAwYy00MjdjLTg1MmItOGFhZjM4YmFkYWViL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlNSVTFQVmtVNk1rUkJURXc2TWtSUVV6RXpPRE10UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-request-id": [ - "501e1192-4b20-4c26-9b6e-93f220b12c9a" - ], - "x-ms-correlation-request-id": [ - "501e1192-4b20-4c26-9b6e-93f220b12c9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20180209T012829Z:501e1192-4b20-4c26-9b6e-93f220b12c9a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 09 Feb 2018 01:28:29 GMT" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "Test-RemoveIncludeAllResources": [ - "ps1383", - "ps4628" - ] - }, - "Variables": { - "SubscriptionId": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestSet.json b/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestSet.json deleted file mode 100644 index 64b81f5432bf..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestSet.json +++ /dev/null @@ -1,2368 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9549\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "210" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "dc6c6aa8-b90a-4a12-b9be-07beef45fde6" - ], - "x-ms-correlation-request-id": [ - "dc6c6aa8-b90a-4a12-b9be-07beef45fde6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T181938Z:dc6c6aa8-b90a-4a12-b9be-07beef45fde6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:19:37 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Deployed from powershell\",\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"orchestratorType\": \"Kubernetes\"\r\n }\r\n },\r\n \"location\": \"East US 2 EUAP\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "210" - ], - "x-ms-client-request-id": [ - "4b279db6-4364-4a3f-8d18-6ebaae4e168e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Creating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": null\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1425" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/b87e8db0-b541-492d-92e5-f1372345a151?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "4b279db643644a3f8d186ebaae4e168e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "438db096-8d8c-43fe-b5a9-bde2b52f07f5" - ], - "x-ms-correlation-request-id": [ - "438db096-8d8c-43fe-b5a9-bde2b52f07f5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T181942Z:438db096-8d8c-43fe-b5a9-bde2b52f07f5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:19:42 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Deployed from powershell\",\r\n \"clusterType\": \"ACS\",\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"containerService\": {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n },\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 3,\r\n \"agentVmSize\": \"Standard_D3_v2\"\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n }\r\n },\r\n \"location\": \"East US 2 EUAP\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1285" - ], - "x-ms-client-request-id": [ - "e1a396bd-cccb-400b-bc67-8a2cfcf4b26f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:33:00.55Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Updating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1715" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/97e2060e-87e0-47a7-835c-cebacf24280e?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "e1a396bdcccb400bbc678a2cfcf4b26f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f220acef-a6f0-4255-85f9-6c7be3c1dc35" - ], - "x-ms-correlation-request-id": [ - "f220acef-a6f0-4255-85f9-6c7be3c1dc35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183423Z:f220acef-a6f0-4255-85f9-6c7be3c1dc35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Deployed from powershell\",\r\n \"clusterType\": \"ACS\",\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"containerService\": {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n },\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\"\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n }\r\n },\r\n \"location\": \"East US 2 EUAP\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1285" - ], - "x-ms-client-request-id": [ - "d76ecfad-aea6-42ea-a695-21483afe3be0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:37:32.307Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Updating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 3,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1715" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "d76ecfadaea642eaa69521483afe3be0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "552525da-0ba8-44ee-bfe2-1d8d57a9a27c" - ], - "x-ms-correlation-request-id": [ - "552525da-0ba8-44ee-bfe2-1d8d57a9a27c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183831Z:552525da-0ba8-44ee-bfe2-1d8d57a9a27c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Deployed from powershell\",\r\n \"clusterType\": \"ACS\",\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"containerService\": {\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n },\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 3,\r\n \"agentVmSize\": \"Standard_D3_v2\"\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n }\r\n },\r\n \"location\": \"East US 2 EUAP\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1285" - ], - "x-ms-client-request-id": [ - "974987bd-dfe5-41de-9229-6a88b5d6ddde" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:40:13.692Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Updating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1715" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "974987bddfe541de92296a88b5d6ddde" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a5a3c9f9-c4ef-486c-aca9-b50ccaa7c518" - ], - "x-ms-correlation-request-id": [ - "a5a3c9f9-c4ef-486c-aca9-b50ccaa7c518" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184136Z:a5a3c9f9-c4ef-486c-aca9-b50ccaa7c518" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/b87e8db0-b541-492d-92e5-f1372345a151?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9iODdlOGRiMC1iNTQxLTQ5MmQtOTJlNS1mMTM3MjM0NWExNTE/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"name\": \"b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-05T18:18:34.864Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "e7524913d4ad4c63a6aff7e7d2100f5f" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "c6794b63-86e7-4bd1-ad97-a598a94dc395" - ], - "x-ms-correlation-request-id": [ - "c6794b63-86e7-4bd1-ad97-a598a94dc395" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T181943Z:c6794b63-86e7-4bd1-ad97-a598a94dc395" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:19:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/b87e8db0-b541-492d-92e5-f1372345a151?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9iODdlOGRiMC1iNTQxLTQ5MmQtOTJlNS1mMTM3MjM0NWExNTE/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"name\": \"b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-05T18:18:34.864Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-client-request-id": [ - "85d51d715ef34c819d46cb0f429d5dd7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4a3e2a0b-3657-4d22-beda-629b9c1157b0" - ], - "x-ms-correlation-request-id": [ - "4a3e2a0b-3657-4d22-beda-629b9c1157b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T181943Z:4a3e2a0b-3657-4d22-beda-629b9c1157b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:19:42 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/b87e8db0-b541-492d-92e5-f1372345a151?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9iODdlOGRiMC1iNTQxLTQ5MmQtOTJlNS1mMTM3MjM0NWExNTE/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"name\": \"b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-05T18:18:34.864Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "c8f0ba6f5fdd47e289d829ae581f8a31" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6da50670-7efb-4acc-9c5c-0af19151be4b" - ], - "x-ms-correlation-request-id": [ - "6da50670-7efb-4acc-9c5c-0af19151be4b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183422Z:6da50670-7efb-4acc-9c5c-0af19151be4b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:34:21 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/b87e8db0-b541-492d-92e5-f1372345a151?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9iODdlOGRiMC1iNTQxLTQ5MmQtOTJlNS1mMTM3MjM0NWExNTE/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"name\": \"b87e8db0-b541-492d-92e5-f1372345a151\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-05T18:18:34.864Z\",\r\n \"endTime\": \"2017-12-05T18:33:11.607Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "300" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "2e1f3934ed9946a8bb05996d12c39105" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a609ccc1-d334-44e2-87ea-83cd19cf8267" - ], - "x-ms-correlation-request-id": [ - "a609ccc1-d334-44e2-87ea-83cd19cf8267" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183422Z:a609ccc1-d334-44e2-87ea-83cd19cf8267" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1676" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "6a22019e77964fec9867848170adc5b7" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5d50add2-3d3f-4e86-b402-9c75074000b8" - ], - "x-ms-correlation-request-id": [ - "5d50add2-3d3f-4e86-b402-9c75074000b8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183422Z:5d50add2-3d3f-4e86-b402-9c75074000b8" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9730f124-71f4-48c8-b1bd-4102ccf1c5c3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1676" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "9730f12471f448c8b1bd4102ccf1c5c3" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cd1abc54-2ad1-41a2-ae57-a4ae78314818" - ], - "x-ms-correlation-request-id": [ - "cd1abc54-2ad1-41a2-ae57-a4ae78314818" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183422Z:cd1abc54-2ad1-41a2-ae57-a4ae78314818" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:34:22 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:33:00.55Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 3,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-client-request-id": [ - "8c75aa2d4e90496cb505bd6f0b7f9774" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d42f7b4d-48f5-4b68-b287-e37f36311d36" - ], - "x-ms-correlation-request-id": [ - "d42f7b4d-48f5-4b68-b287-e37f36311d36" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183831Z:d42f7b4d-48f5-4b68-b287-e37f36311d36" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:37:32.307Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" - ], - "x-ms-client-request-id": [ - "65409a70366a4cda91b0e659fbfc55be" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "72b21eab-09fc-475c-b73f-7384e9090f73" - ], - "x-ms-correlation-request-id": [ - "72b21eab-09fc-475c-b73f-7384e9090f73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184135Z:72b21eab-09fc-475c-b73f-7384e9090f73" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:41:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b6321d0a-d766-4c9e-a943-6da40ecd0535" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:37:32.307Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14736" - ], - "x-ms-client-request-id": [ - "b6321d0ad7664c9ea9436da40ecd0535" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b5773c20-1227-4350-acc9-c84ca92af148" - ], - "x-ms-correlation-request-id": [ - "b5773c20-1227-4350-acc9-c84ca92af148" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184136Z:b5773c20-1227-4350-acc9-c84ca92af148" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1MDg/YXBpLXZlcnNpb249MjAxNy0wOC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:40:13.692Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 3,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14821" - ], - "x-ms-client-request-id": [ - "f1ef3dad2284443f8481db24ff54995e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67ab8264-6f9d-499b-a0e2-af10f8989757" - ], - "x-ms-correlation-request-id": [ - "67ab8264-6f9d-499b-a0e2-af10f8989757" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184441Z:67ab8264-6f9d-499b-a0e2-af10f8989757" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/97e2060e-87e0-47a7-835c-cebacf24280e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy85N2UyMDYwZS04N2UwLTQ3YTctODM1Yy1jZWJhY2YyNDI4MGU/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"name\": \"97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:33:00.603Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "4f9f965bd64a438b833076ffa7d4a3cc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "b12391f9-2dee-4a7f-a8ff-3fd50a0797d4" - ], - "x-ms-correlation-request-id": [ - "b12391f9-2dee-4a7f-a8ff-3fd50a0797d4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183423Z:b12391f9-2dee-4a7f-a8ff-3fd50a0797d4" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/97e2060e-87e0-47a7-835c-cebacf24280e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy85N2UyMDYwZS04N2UwLTQ3YTctODM1Yy1jZWJhY2YyNDI4MGU/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"name\": \"97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:33:00.603Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-client-request-id": [ - "1c47a79a74bb47d3912f125e3c2e55c2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1f7ef00f-b70b-4292-bcf8-7fb5b8d7e540" - ], - "x-ms-correlation-request-id": [ - "1f7ef00f-b70b-4292-bcf8-7fb5b8d7e540" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183423Z:1f7ef00f-b70b-4292-bcf8-7fb5b8d7e540" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:34:23 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/97e2060e-87e0-47a7-835c-cebacf24280e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy85N2UyMDYwZS04N2UwLTQ3YTctODM1Yy1jZWJhY2YyNDI4MGU/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"name\": \"97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:33:00.603Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" - ], - "x-ms-client-request-id": [ - "771298e103c44985af52159e7f4c77fa" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e8859cd0-1925-4549-b087-c24ac428a550" - ], - "x-ms-correlation-request-id": [ - "e8859cd0-1925-4549-b087-c24ac428a550" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183831Z:e8859cd0-1925-4549-b087-c24ac428a550" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/97e2060e-87e0-47a7-835c-cebacf24280e?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy85N2UyMDYwZS04N2UwLTQ3YTctODM1Yy1jZWJhY2YyNDI4MGU/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"name\": \"97e2060e-87e0-47a7-835c-cebacf24280e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-05T18:33:00.603Z\",\r\n \"endTime\": \"2017-12-05T18:37:08.299Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "300" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-client-request-id": [ - "60c605828cde44bc9fc49e654111d98e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7f731536-042a-410d-b1f7-67bfbb638a64" - ], - "x-ms-correlation-request-id": [ - "7f731536-042a-410d-b1f7-67bfbb638a64" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183831Z:7f731536-042a-410d-b1f7-67bfbb638a64" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:38:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy8yYmYwNmJiOS01YTAzLTQ2YTQtOGIzZi0yNTcxNWI3MzVmMjc/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"name\": \"2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:37:32.361Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-client-request-id": [ - "e2d9f99112764d8d981d7e0b1feb2c53" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f92e95fb-4421-4d30-aeeb-8b7eae33dbeb" - ], - "x-ms-correlation-request-id": [ - "f92e95fb-4421-4d30-aeeb-8b7eae33dbeb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183832Z:f92e95fb-4421-4d30-aeeb-8b7eae33dbeb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy8yYmYwNmJiOS01YTAzLTQ2YTQtOGIzZi0yNTcxNWI3MzVmMjc/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"name\": \"2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:37:32.361Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-client-request-id": [ - "aaf56a6224a9491d92dff551d69a044c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4763fd4-8f35-46e6-89da-540d8fde4b8c" - ], - "x-ms-correlation-request-id": [ - "f4763fd4-8f35-46e6-89da-540d8fde4b8c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T183832Z:f4763fd4-8f35-46e6-89da-540d8fde4b8c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:38:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy8yYmYwNmJiOS01YTAzLTQ2YTQtOGIzZi0yNTcxNWI3MzVmMjc/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"name\": \"2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:37:32.361Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14739" - ], - "x-ms-client-request-id": [ - "fe87f8163bbc46b58a2c1ff006808693" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9ae2b528-05f8-4bb8-8734-ad790418d52d" - ], - "x-ms-correlation-request-id": [ - "9ae2b528-05f8-4bb8-8734-ad790418d52d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184134Z:9ae2b528-05f8-4bb8-8734-ad790418d52d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy8yYmYwNmJiOS01YTAzLTQ2YTQtOGIzZi0yNTcxNWI3MzVmMjc/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"name\": \"2bf06bb9-5a03-46a4-8b3f-25715b735f27\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-05T18:37:32.361Z\",\r\n \"endTime\": \"2017-12-05T18:40:34.908Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "300" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-client-request-id": [ - "16dfca879c7f4fcaa810c96a04b7387b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "37b99a9b-606c-4fa2-a488-7c94fecb91d0" - ], - "x-ms-correlation-request-id": [ - "37b99a9b-606c-4fa2-a488-7c94fecb91d0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184134Z:37b99a9b-606c-4fa2-a488-7c94fecb91d0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:41:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9mYTZiY2ExOC0yYTA4LTRiNzMtOGVjMS1mN2Y3ZGFmYTlmYmI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"name\": \"fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:40:13.702Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14735" - ], - "x-ms-client-request-id": [ - "9a7a9aa64a5043de8c79094371693b66" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f2fa4154-45a1-4d20-9870-040b3b6c013d" - ], - "x-ms-correlation-request-id": [ - "f2fa4154-45a1-4d20-9870-040b3b6c013d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184136Z:f2fa4154-45a1-4d20-9870-040b3b6c013d" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9mYTZiY2ExOC0yYTA4LTRiNzMtOGVjMS1mN2Y3ZGFmYTlmYmI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"name\": \"fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:40:13.702Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14734" - ], - "x-ms-client-request-id": [ - "11c8214774b34e1bb20c966062aef780" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "843c8c3b-c737-41b2-b2af-f5bcc1c47843" - ], - "x-ms-correlation-request-id": [ - "843c8c3b-c737-41b2-b2af-f5bcc1c47843" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184136Z:843c8c3b-c737-41b2-b2af-f5bcc1c47843" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:41:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9mYTZiY2ExOC0yYTA4LTRiNzMtOGVjMS1mN2Y3ZGFmYTlmYmI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"name\": \"fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"status\": \"Updating\",\r\n \"startTime\": \"2017-12-05T18:40:13.702Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "262" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" - ], - "x-ms-client-request-id": [ - "fb609c4ca9ad4a7485c94a2d269c3dc8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9cf189c5-3f78-45f8-aa55-cfe591c20c15" - ], - "x-ms-correlation-request-id": [ - "9cf189c5-3f78-45f8-aa55-cfe591c20c15" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184441Z:9cf189c5-3f78-45f8-aa55-cfe591c20c15" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2euap/operationsStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvb3BlcmF0aW9uc1N0YXR1cy9mYTZiY2ExOC0yYTA4LTRiNzMtOGVjMS1mN2Y3ZGFmYTlmYmI/YXBpLXZlcnNpb249MjAxNy0wNi0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2euap/operationStatus/fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"name\": \"fa6bca18-2a08-4b73-8ec1-f7f7dafa9fbb\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-05T18:40:13.702Z\",\r\n \"endTime\": \"2017-12-05T18:43:18.37Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "300" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" - ], - "x-ms-client-request-id": [ - "d11ad824ffcf485489814736266d96c9" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f159a9a3-9f6b-4671-95ee-3567c24fea4e" - ], - "x-ms-correlation-request-id": [ - "f159a9a3-9f6b-4671-95ee-3567c24fea4e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184441Z:f159a9a3-9f6b-4671-95ee-3567c24fea4e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5NYWNoaW5lTGVhcm5pbmdDb21wdXRlL29wZXJhdGlvbmFsaXphdGlvbkNsdXN0ZXJzP2FwaS12ZXJzaW9uPTIwMTctMDgtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "36e82098-e094-4790-8e56-78742922841e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2600.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-set-ps9508\",\r\n \"name\": \"mlcrp-cmdlet-test-set-ps9508\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-05T18:18:33.8Z\",\r\n \"modifiedOn\": \"2017-12-05T18:40:13.692Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Storage/storageAccounts/mlcrpstgbbc01857b2fe\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.ContainerRegistry/registries/mlcrpacr81601966cdf7\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-set-ps9508-45972342.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"40.79.68.247\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 3,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"4ef1a5a9-70cc-4709-86d8-5a84970bc2a3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912/providers/Microsoft.Insights/components/mlcrpaied312749911d\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1728" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14820" - ], - "x-ms-client-request-id": [ - "36e82098e09447908e5678742922841e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "4ea6333a-c4a3-4fa9-b01e-148dd3d50eea" - ], - "x-ms-correlation-request-id": [ - "4ea6333a-c4a3-4fa9-b01e-148dd3d50eea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184441Z:4ea6333a-c4a3-4fa9-b01e-148dd3d50eea" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:44:41 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "e33febfb-fc1b-4624-8940-8256e15eb4a2" - ], - "x-ms-correlation-request-id": [ - "e33febfb-fc1b-4624-8940-8256e15eb4a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184444Z:e33febfb-fc1b-4624-8940-8256e15eb4a2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:44:43 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGt0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14454" - ], - "x-ms-request-id": [ - "dfe2fab8-598c-4647-860a-c14554a94518" - ], - "x-ms-correlation-request-id": [ - "dfe2fab8-598c-4647-860a-c14554a94518" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184444Z:dfe2fab8-598c-4647-860a-c14554a94518" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:44:43 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGt0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14453" - ], - "x-ms-request-id": [ - "2ae522b4-f8af-46e5-8fa8-32effe7859dc" - ], - "x-ms-correlation-request-id": [ - "2ae522b4-f8af-46e5-8fa8-32effe7859dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184459Z:2ae522b4-f8af-46e5-8fa8-32effe7859dc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:44:59 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGt0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14451" - ], - "x-ms-request-id": [ - "fc95b588-cc2b-4bbe-a6fa-85172aa46b50" - ], - "x-ms-correlation-request-id": [ - "fc95b588-cc2b-4bbe-a6fa-85172aa46b50" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184616Z:fc95b588-cc2b-4bbe-a6fa-85172aa46b50" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:46:15 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDktRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGt0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14450" - ], - "x-ms-request-id": [ - "44d93b4f-cb65-4378-ac29-c8f5e9e0e96c" - ], - "x-ms-correlation-request-id": [ - "44d93b4f-cb65-4378-ac29-c8f5e9e0e96c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184631Z:44d93b4f-cb65-4378-ac29-c8f5e9e0e96c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:46:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-set-ps9549-azureml-3b912?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXNldC1wczk1NDktYXp1cmVtbC0zYjkxMj9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-request-id": [ - "dcc3e518-40f0-4663-b80b-3fb05d88b5d2" - ], - "x-ms-correlation-request-id": [ - "dcc3e518-40f0-4663-b80b-3fb05d88b5d2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184632Z:dcc3e518-40f0-4663-b80b-3fb05d88b5d2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:46:31 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGs2TWtSQldsVlNSVTFNT2pKRU0wSTVNVEl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14449" - ], - "x-ms-request-id": [ - "4a96a47d-4ae3-4030-aa70-7d2b9c527c5a" - ], - "x-ms-correlation-request-id": [ - "4a96a47d-4ae3-4030-aa70-7d2b9c527c5a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184633Z:4a96a47d-4ae3-4030-aa70-7d2b9c527c5a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:46:32 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGs2TWtSQldsVlNSVTFNT2pKRU0wSTVNVEl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14448" - ], - "x-ms-request-id": [ - "7200386b-34eb-4d9b-96d1-db856d4fc9f1" - ], - "x-ms-correlation-request-id": [ - "7200386b-34eb-4d9b-96d1-db856d4fc9f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T184648Z:7200386b-34eb-4d9b-96d1-db856d4fc9f1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:46:48 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGs2TWtSQldsVlNSVTFNT2pKRU0wSTVNVEl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14400" - ], - "x-ms-request-id": [ - "236426a8-40e0-4065-a273-fcd1a8f3f924" - ], - "x-ms-correlation-request-id": [ - "236426a8-40e0-4065-a273-fcd1a8f3f924" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T185803Z:236426a8-40e0-4065-a273-fcd1a8f3f924" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:58:02 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTRVQ6MkRQUzk1NDk6MkRBWlVSRU1MOjJEM0I5MTItRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRSVlE2TWtSUVV6azFORGs2TWtSQldsVlNSVTFNT2pKRU0wSTVNVEl0UlVGVFZGVlRNaUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWek1pSjk/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14399" - ], - "x-ms-request-id": [ - "4c40036f-4c2d-48d6-a447-b8c8df8b3cf6" - ], - "x-ms-correlation-request-id": [ - "4c40036f-4c2d-48d6-a447-b8c8df8b3cf6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171205T185818Z:4c40036f-4c2d-48d6-a447-b8c8df8b3cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 05 Dec 2017 18:58:18 GMT" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "Test-Set": [ - "ps9549", - "ps9508" - ] - }, - "Variables": { - "SubscriptionId": "74eccef0-4b8d-4f83-b5f9-fa100d155b22" - } -} \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestUpdateSystemServices.json b/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestUpdateSystemServices.json deleted file mode 100644 index a44049e88137..000000000000 --- a/src/MachineLearning/MachineLearningCompute.Test/SessionRecords/Microsoft.Azure.Commands.MachineLearningCompute.Test.ScenarioTests.MLCTests/TestUpdateSystemServices.json +++ /dev/null @@ -1,5737 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750\",\r\n \"name\": \"mlcrp-cmdlet-test-system-update-ps5750\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "230" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "6f0a0926-ca36-4287-bca3-82d41acbbae1" - ], - "x-ms-correlation-request-id": [ - "6f0a0926-ca36-4287-bca3-82d41acbbae1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221419Z:6f0a0926-ca36-4287-bca3-82d41acbbae1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:14:19 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1zeXN0ZW0tdXBkYXRlLXBzNTc3Nj9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Deployed from powershell\",\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"orchestratorType\": \"Kubernetes\"\r\n }\r\n },\r\n \"location\": \"East US 2\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "205" - ], - "x-ms-client-request-id": [ - "1aabd8b9-29e6-40dc-a53d-0ec7d4797e9c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"name\": \"mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:14:18.434Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Creating\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Storage/storageAccounts/mlcrpstg28517456800a\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.ContainerRegistry/registries/mlcrpacr4920021854e8\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-system-update-ps5776-44a77294\",\r\n \"systemServices\": null,\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": null\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Insights/components/mlcrpai123513288605\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1469" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview" - ], - "x-ms-client-request-id": [ - "1aabd8b929e640dca53d0ec7d4797e9c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7b09f9d5-1c4e-449e-baf2-2b9d1e77a6df" - ], - "x-ms-correlation-request-id": [ - "7b09f9d5-1c4e-449e-baf2-2b9d1e77a6df" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221423Z:7b09f9d5-1c4e-449e-baf2-2b9d1e77a6df" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:14:23 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "25ebab9df75c4ac3a7459cc5fdf0ca90" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "a7f2e268-686e-448b-9a5b-7f8f697592a6" - ], - "x-ms-correlation-request-id": [ - "a7f2e268-686e-448b-9a5b-7f8f697592a6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221454Z:a7f2e268-686e-448b-9a5b-7f8f697592a6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:14:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" - ], - "x-ms-client-request-id": [ - "a332a44be1854a03894d0dbdf37ea47a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "515791f0-db0a-47c0-972e-18953d33c2a3" - ], - "x-ms-correlation-request-id": [ - "515791f0-db0a-47c0-972e-18953d33c2a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221524Z:515791f0-db0a-47c0-972e-18953d33c2a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:15:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" - ], - "x-ms-client-request-id": [ - "2362ce97a3cd4753983a46c269d794f1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e84217c0-d211-4216-b74a-1fbf10530c35" - ], - "x-ms-correlation-request-id": [ - "e84217c0-d211-4216-b74a-1fbf10530c35" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221554Z:e84217c0-d211-4216-b74a-1fbf10530c35" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:15:53 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" - ], - "x-ms-client-request-id": [ - "768bcf34d57b41748326184e361fe0e4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6363c997-ad8a-4917-844b-ed8b9886380b" - ], - "x-ms-correlation-request-id": [ - "6363c997-ad8a-4917-844b-ed8b9886380b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221624Z:6363c997-ad8a-4917-844b-ed8b9886380b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:16:24 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" - ], - "x-ms-client-request-id": [ - "b390f934e8134bcdac1efe487e7850d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "0318c9fc-0a42-4d39-93fe-3f13568c9c12" - ], - "x-ms-correlation-request-id": [ - "0318c9fc-0a42-4d39-93fe-3f13568c9c12" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221654Z:0318c9fc-0a42-4d39-93fe-3f13568c9c12" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:16:54 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-client-request-id": [ - "cc1b3b5d71c943a09b075c92d6347360" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cb445847-6f7b-4baa-94b0-989b8aee2185" - ], - "x-ms-correlation-request-id": [ - "cb445847-6f7b-4baa-94b0-989b8aee2185" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221725Z:cb445847-6f7b-4baa-94b0-989b8aee2185" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:17:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-client-request-id": [ - "b92aa9b698a446bb9176f06564ab5186" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bcb81111-d5f8-4d4b-8ca5-181173711833" - ], - "x-ms-correlation-request-id": [ - "bcb81111-d5f8-4d4b-8ca5-181173711833" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221756Z:bcb81111-d5f8-4d4b-8ca5-181173711833" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:17:55 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" - ], - "x-ms-client-request-id": [ - "4f04831d710b4581aae49af7a3376c55" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9b6fe15c-940e-4923-95c8-a164309bdd34" - ], - "x-ms-correlation-request-id": [ - "9b6fe15c-940e-4923-95c8-a164309bdd34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221826Z:9b6fe15c-940e-4923-95c8-a164309bdd34" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:18:26 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-client-request-id": [ - "1d6dc94ff61e4e6195b5cb66c8f700f8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e28e6a0d-28c6-4863-b1e1-a5ed9e4301e6" - ], - "x-ms-correlation-request-id": [ - "e28e6a0d-28c6-4863-b1e1-a5ed9e4301e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221856Z:e28e6a0d-28c6-4863-b1e1-a5ed9e4301e6" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:18:56 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-client-request-id": [ - "249154ea590f45798abaefc8923f93c1" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "71a94466-d8c7-4ad5-b862-4481998a66f1" - ], - "x-ms-correlation-request-id": [ - "71a94466-d8c7-4ad5-b862-4481998a66f1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221926Z:71a94466-d8c7-4ad5-b862-4481998a66f1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:19:25 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "e9c106d160954c34b133d8db689d6da0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "1c74368c-62a7-4c5b-b46a-d79d2df31cd2" - ], - "x-ms-correlation-request-id": [ - "1c74368c-62a7-4c5b-b46a-d79d2df31cd2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T221957Z:1c74368c-62a7-4c5b-b46a-d79d2df31cd2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:19:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-client-request-id": [ - "46161c7372fa4a708b24ad377a163256" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "df84e818-4a90-469f-a72d-127bd4cdd6ee" - ], - "x-ms-correlation-request-id": [ - "df84e818-4a90-469f-a72d-127bd4cdd6ee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222027Z:df84e818-4a90-469f-a72d-127bd4cdd6ee" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:20:27 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-client-request-id": [ - "5fd31ecc86f94f2fa719f285e920b46c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6264e7ee-eb33-4059-a104-05160ede2bcf" - ], - "x-ms-correlation-request-id": [ - "6264e7ee-eb33-4059-a104-05160ede2bcf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222058Z:6264e7ee-eb33-4059-a104-05160ede2bcf" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:20:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-client-request-id": [ - "eae9454e4bef427d8f27e7b8a3ea27a5" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e9419e19-ab72-4099-ad98-fffb55236463" - ], - "x-ms-correlation-request-id": [ - "e9419e19-ab72-4099-ad98-fffb55236463" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222128Z:e9419e19-ab72-4099-ad98-fffb55236463" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:21:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-client-request-id": [ - "7ce9e8a2917943fba58ed7c27c7ff0d2" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "bafe1700-983c-4f6c-aa35-65d7f8d02340" - ], - "x-ms-correlation-request-id": [ - "bafe1700-983c-4f6c-aa35-65d7f8d02340" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222158Z:bafe1700-983c-4f6c-aa35-65d7f8d02340" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:21:57 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-client-request-id": [ - "f95723682ee64b1da298116659e35356" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "02614658-59e4-41e0-9afd-a7011cf7a585" - ], - "x-ms-correlation-request-id": [ - "02614658-59e4-41e0-9afd-a7011cf7a585" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222229Z:02614658-59e4-41e0-9afd-a7011cf7a585" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:22:28 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-client-request-id": [ - "c056b8e19e454ecaa51c4952f275264e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "68ed1967-bf63-49a5-aae6-064e3eb73412" - ], - "x-ms-correlation-request-id": [ - "68ed1967-bf63-49a5-aae6-064e3eb73412" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222259Z:68ed1967-bf63-49a5-aae6-064e3eb73412" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:22:58 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-client-request-id": [ - "baf364bc633b49dbbe02980ec3a4164e" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "673de8f2-c810-454c-96e5-63a534de55ef" - ], - "x-ms-correlation-request-id": [ - "673de8f2-c810-454c-96e5-63a534de55ef" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222329Z:673de8f2-c810-454c-96e5-63a534de55ef" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:23:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-client-request-id": [ - "b183ad7a5e2c498e88fa64220d9e076d" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f4b9258d-a75a-4a7e-93ad-37988889e7dc" - ], - "x-ms-correlation-request-id": [ - "f4b9258d-a75a-4a7e-93ad-37988889e7dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222359Z:f4b9258d-a75a-4a7e-93ad-37988889e7dc" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:23:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14932" - ], - "x-ms-client-request-id": [ - "5180e2b4c96f43be82dd5cf4c9a8c9bf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "3edb5ceb-f95e-475e-9193-b281d3659c2b" - ], - "x-ms-correlation-request-id": [ - "3edb5ceb-f95e-475e-9193-b281d3659c2b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222429Z:3edb5ceb-f95e-475e-9193-b281d3659c2b" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:24:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "777ad1025d6847769a6e14b1e1a275cf" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "67ef1a11-01b6-4662-ae11-b8d628d11618" - ], - "x-ms-correlation-request-id": [ - "67ef1a11-01b6-4662-ae11-b8d628d11618" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222500Z:67ef1a11-01b6-4662-ae11-b8d628d11618" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:24:59 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-client-request-id": [ - "91b4edce3f3348d4b3ff431e3bd96c96" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e3cbd12c-a7ac-4bf7-a5d5-3d494196c89f" - ], - "x-ms-correlation-request-id": [ - "e3cbd12c-a7ac-4bf7-a5d5-3d494196c89f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222530Z:e3cbd12c-a7ac-4bf7-a5d5-3d494196c89f" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:25:29 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14929" - ], - "x-ms-client-request-id": [ - "0f85c120651b47c3b4c475525e5c3c1c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "081c8b7b-c2cc-4c5a-95ad-06808acb4851" - ], - "x-ms-correlation-request-id": [ - "081c8b7b-c2cc-4c5a-95ad-06808acb4851" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222600Z:081c8b7b-c2cc-4c5a-95ad-06808acb4851" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:26:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-client-request-id": [ - "34ec3f9c876e4606a06b040ebc0ec621" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "cf1d2965-b0db-4a41-89f4-15efe0eadd43" - ], - "x-ms-correlation-request-id": [ - "cf1d2965-b0db-4a41-89f4-15efe0eadd43" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222630Z:cf1d2965-b0db-4a41-89f4-15efe0eadd43" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:26:30 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-client-request-id": [ - "55349d5ee8f94fe8bd6bfaba09cbc341" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "17048930-963e-4412-bc24-3674a9177245" - ], - "x-ms-correlation-request-id": [ - "17048930-963e-4412-bc24-3674a9177245" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222700Z:17048930-963e-4412-bc24-3674a9177245" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:27:00 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-client-request-id": [ - "340238679a7048e8bd3445732ff665bd" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "9700fb74-5492-45f3-83a5-8793f87c5a28" - ], - "x-ms-correlation-request-id": [ - "9700fb74-5492-45f3-83a5-8793f87c5a28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222731Z:9700fb74-5492-45f3-83a5-8793f87c5a28" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:27:31 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-client-request-id": [ - "0a230e3094ef47049633d70b505f0a22" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e6121f87-619b-46b1-b818-7ef8a4de99c2" - ], - "x-ms-correlation-request-id": [ - "e6121f87-619b-46b1-b818-7ef8a4de99c2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222802Z:e6121f87-619b-46b1-b818-7ef8a4de99c2" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:28:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "28f2ffc06d6b499fbac56476871fd87c" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "ba36117b-0091-4897-88a3-574f7e7404a3" - ], - "x-ms-correlation-request-id": [ - "ba36117b-0091-4897-88a3-574f7e7404a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222832Z:ba36117b-0091-4897-88a3-574f7e7404a3" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:28:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "924f8ef24851493e989f36c1115e2dd6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22ae6c0c-af72-4578-b1f1-6a09e2d741e5" - ], - "x-ms-correlation-request-id": [ - "22ae6c0c-af72-4578-b1f1-6a09e2d741e5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222903Z:22ae6c0c-af72-4578-b1f1-6a09e2d741e5" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:29:02 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "23f35ab0ad4f48538ebe8aedb2310cd0" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "e90b25fe-22d2-41bb-9834-1afd40c9ffcb" - ], - "x-ms-correlation-request-id": [ - "e90b25fe-22d2-41bb-9834-1afd40c9ffcb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T222933Z:e90b25fe-22d2-41bb-9834-1afd40c9ffcb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:29:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-client-request-id": [ - "db92645ed466478cb6d060c926dff1ef" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "f3d329da-4fff-4115-bbdd-acf2d686b654" - ], - "x-ms-correlation-request-id": [ - "f3d329da-4fff-4115-bbdd-acf2d686b654" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223003Z:f3d329da-4fff-4115-bbdd-acf2d686b654" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:30:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-client-request-id": [ - "303bf0df5843445f9fb06369687c4d40" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "448241be-1364-45ed-a3c9-35bf9bb1303a" - ], - "x-ms-correlation-request-id": [ - "448241be-1364-45ed-a3c9-35bf9bb1303a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223033Z:448241be-1364-45ed-a3c9-35bf9bb1303a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:30:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-client-request-id": [ - "a30c217d2c784a7fa0743ca4d689c99b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5005e43a-97b4-46c9-a7da-e81427b47480" - ], - "x-ms-correlation-request-id": [ - "5005e43a-97b4-46c9-a7da-e81427b47480" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223104Z:5005e43a-97b4-46c9-a7da-e81427b47480" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:31:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-client-request-id": [ - "242f7656d00f45b288c090c2c144d473" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "04fc9cbf-c927-4d47-9e36-72018c13426e" - ], - "x-ms-correlation-request-id": [ - "04fc9cbf-c927-4d47-9e36-72018c13426e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223134Z:04fc9cbf-c927-4d47-9e36-72018c13426e" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:31:33 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-client-request-id": [ - "a1f53fa78d5e411ab655c574d8d2e987" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "46b5af57-81c6-4a92-912f-0c4c22ac29fb" - ], - "x-ms-correlation-request-id": [ - "46b5af57-81c6-4a92-912f-0c4c22ac29fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223204Z:46b5af57-81c6-4a92-912f-0c4c22ac29fb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:32:03 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-client-request-id": [ - "a75f39e4b4b64522bc462ae0e64b8680" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "eaa09eb6-078a-48ca-b1d0-53152cfe1b21" - ], - "x-ms-correlation-request-id": [ - "eaa09eb6-078a-48ca-b1d0-53152cfe1b21" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223234Z:eaa09eb6-078a-48ca-b1d0-53152cfe1b21" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:32:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14917" - ], - "x-ms-client-request-id": [ - "570779e023704fb68345f35ad23adfbc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "16ede206-e244-4e4d-87a4-38dbe281ff5c" - ], - "x-ms-correlation-request-id": [ - "16ede206-e244-4e4d-87a4-38dbe281ff5c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223304Z:16ede206-e244-4e4d-87a4-38dbe281ff5c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:33:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14916" - ], - "x-ms-client-request-id": [ - "7f7f864e16734074903f9801c47b52c6" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6c18dbf7-9324-4538-81db-9db3cb5aff4a" - ], - "x-ms-correlation-request-id": [ - "6c18dbf7-9324-4538-81db-9db3cb5aff4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223335Z:6c18dbf7-9324-4538-81db-9db3cb5aff4a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:33:34 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14915" - ], - "x-ms-client-request-id": [ - "26b08bd54edb49fa8629261e700e2738" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "38d52ca1-e440-4423-ac03-68716fbbf067" - ], - "x-ms-correlation-request-id": [ - "38d52ca1-e440-4423-ac03-68716fbbf067" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223405Z:38d52ca1-e440-4423-ac03-68716fbbf067" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:34:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "00c882b265fc451391ffc4f8604bfdae" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "92099e2c-449d-4790-a478-befd961510c9" - ], - "x-ms-correlation-request-id": [ - "92099e2c-449d-4790-a478-befd961510c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223435Z:92099e2c-449d-4790-a478-befd961510c9" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:34:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Creating\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "258" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14914" - ], - "x-ms-client-request-id": [ - "219ae4e52ac04361a03317468841680a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "8099ee96-d9d8-47d6-936e-8633d0c1ce6a" - ], - "x-ms-correlation-request-id": [ - "8099ee96-d9d8-47d6-936e-8633d0c1ce6a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223505Z:8099ee96-d9d8-47d6-936e-8633d0c1ce6a" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:35:04 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzL2NjYjFiOGZkLTJkMTMtNGY1Zi1iYjcwLTljN2I0MDMxMjNkMj9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/locations/eastus2/operationStatus/ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"name\": \"ccb1b8fd-2d13-4f5f-bb70-9c7b403123d2\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2017-12-01T22:14:19.554Z\",\r\n \"endTime\": \"2017-12-01T22:35:24.32Z\",\r\n \"percentComplete\": 0.0\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "296" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14913" - ], - "x-ms-client-request-id": [ - "8582d7679898490eb57856df9ade3940" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "6f02fdb8-67b7-4122-b111-ef85f5edfbbb" - ], - "x-ms-correlation-request-id": [ - "6f02fdb8-67b7-4122-b111-ef85f5edfbbb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223535Z:6f02fdb8-67b7-4122-b111-ef85f5edfbbb" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:35:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1zeXN0ZW0tdXBkYXRlLXBzNTc3Nj9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"name\": \"mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:14:18.434Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Storage/storageAccounts/mlcrpstg28517456800a\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.ContainerRegistry/registries/mlcrpacr4920021854e8\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-system-update-ps5776-44a77294.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"13.68.91.191\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"daf04eaa-36de-4802-b78d-0331b6fe64e3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Insights/components/mlcrpai123513288605\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1741" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14912" - ], - "x-ms-client-request-id": [ - "7f5dcf63382f443383bcc0f30cf70030" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "176df2cf-c9e4-440b-bff8-a2afa1506a44" - ], - "x-ms-correlation-request-id": [ - "176df2cf-c9e4-440b-bff8-a2afa1506a44" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223536Z:176df2cf-c9e4-440b-bff8-a2afa1506a44" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:35:35 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1zeXN0ZW0tdXBkYXRlLXBzNTc3Nj9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "31d92b05-a637-4787-a69c-6f43c2f615a8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"name\": \"mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:14:18.434Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Storage/storageAccounts/mlcrpstg28517456800a\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.ContainerRegistry/registries/mlcrpacr4920021854e8\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-system-update-ps5776-44a77294.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"13.68.91.191\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"daf04eaa-36de-4802-b78d-0331b6fe64e3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Insights/components/mlcrpai123513288605\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1741" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14911" - ], - "x-ms-client-request-id": [ - "31d92b05a6374787a69c6f43c2f615a8" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "22d938f7-e0f0-46f5-a8d8-168016b3d5ca" - ], - "x-ms-correlation-request-id": [ - "22d938f7-e0f0-46f5-a8d8-168016b3d5ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223538Z:22d938f7-e0f0-46f5-a8d8-168016b3d5ca" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:35:37 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776/checkSystemServicesUpdatesAvailable?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1zeXN0ZW0tdXBkYXRlLXBzNTc3Ni9jaGVja1N5c3RlbVNlcnZpY2VzVXBkYXRlc0F2YWlsYWJsZT9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8b67cdda-af32-4cfc-a6f3-0aa92ac67bd4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"updatesAvailable\": \"No\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "25" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-client-request-id": [ - "8b67cddaaf324cfca6f30aa92ac67bd4" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "5532b536-b416-4198-a51f-4e8f5648b3b0" - ], - "x-ms-correlation-request-id": [ - "5532b536-b416-4198-a51f-4e8f5648b3b0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223537Z:5532b536-b416-4198-a51f-4e8f5648b3b0" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:35:36 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776/checkSystemServicesUpdatesAvailable?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1zeXN0ZW0tdXBkYXRlLXBzNTc3Ni9jaGVja1N5c3RlbVNlcnZpY2VzVXBkYXRlc0F2YWlsYWJsZT9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e8a210f8-e6c5-4dcc-8a6f-614556c0cfed" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"updatesAvailable\": \"No\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "25" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-client-request-id": [ - "e8a210f8e6c54dcc8a6f614556c0cfed" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "2c36f279-c495-4d64-a37a-b5cb4ce1cf9c" - ], - "x-ms-correlation-request-id": [ - "2c36f279-c495-4d64-a37a-b5cb4ce1cf9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223539Z:2c36f279-c495-4d64-a37a-b5cb4ce1cf9c" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:35:38 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776/checkSystemServicesUpdatesAvailable?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1zeXN0ZW0tdXBkYXRlLXBzNTc3Ni9jaGVja1N5c3RlbVNlcnZpY2VzVXBkYXRlc0F2YWlsYWJsZT9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dd95e9d5-8c68-4d18-9eed-302ff74a0f8a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"updatesAvailable\": \"No\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "25" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-client-request-id": [ - "dd95e9d58c684d189eed302ff74a0f8a" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "78b2edeb-778e-4c73-86ca-381422148bab" - ], - "x-ms-correlation-request-id": [ - "78b2edeb-778e-4c73-86ca-381422148bab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223611Z:78b2edeb-778e-4c73-86ca-381422148bab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776/updateSystemServices?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycy9tbGNycC1jbWRsZXQtdGVzdC1zeXN0ZW0tdXBkYXRlLXBzNTc3Ni91cGRhdGVTeXN0ZW1TZXJ2aWNlcz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3d0c5903-a134-4e05-a31c-d83ed0fca3fc" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-client-request-id": [ - "3d0c5903a1344e05a31cd83ed0fca3fc" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" - ], - "x-ms-request-id": [ - "8c3bbe1e-5aba-4f92-9230-aa931f1198ab" - ], - "x-ms-correlation-request-id": [ - "8c3bbe1e-5aba-4f92-9230-aa931f1198ab" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223540Z:8c3bbe1e-5aba-4f92-9230-aa931f1198ab" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:35:39 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/2aa24985-4ab1-4f67-a22e-8abe6b4f91f3?api-version=2017-06-01-preview" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/providers/Microsoft.MachineLearningCompute/locations/eastus2/operationsStatus/2aa24985-4ab1-4f67-a22e-8abe6b4f91f3?api-version=2017-06-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zU3RhdHVzLzJhYTI0OTg1LTRhYjEtNGY2Ny1hMjJlLThhYmU2YjRmOTFmMz9hcGktdmVyc2lvbj0yMDE3LTA2LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"updateStatus\": \"Succeeded\",\r\n \"updateStartedOn\": \"2017-12-01T22:35:19.79Z\",\r\n \"updateCompletedOn\": \"2017-12-01T22:35:24.57Z\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "120" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14910" - ], - "x-ms-client-request-id": [ - "71da5ec06fb94ed4b767e4cd3ba4aa4b" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "d18ead3a-8085-47e3-b514-4a54766fa532" - ], - "x-ms-correlation-request-id": [ - "d18ead3a-8085-47e3-b514-4a54766fa532" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223610Z:d18ead3a-8085-47e3-b514-4a54766fa532" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:09 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourceGroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters?api-version=2017-08-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlR3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuTWFjaGluZUxlYXJuaW5nQ29tcHV0ZS9vcGVyYXRpb25hbGl6YXRpb25DbHVzdGVycz9hcGktdmVyc2lvbj0yMDE3LTA4LTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "cc3239e2-7359-4642-bfbf-48d7092af868" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.2556.0", - "OSName/Windows10Enterprise", - "OSVersion/6.3.16299", - "Microsoft.Azure.Management.MachineLearningCompute.MachineLearningComputeManagementClient/0.2.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750/providers/Microsoft.MachineLearningCompute/operationalizationClusters/mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"name\": \"mlcrp-cmdlet-test-system-update-ps5776\",\r\n \"type\": \"Microsoft.MachineLearningCompute/operationalizationClusters\",\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"createdOn\": \"2017-12-01T22:14:18.434Z\",\r\n \"modifiedOn\": \"2017-12-01T22:35:19.743Z\",\r\n \"description\": \"Deployed from powershell\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningErrors\": null,\r\n \"storageAccount\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Storage/storageAccounts/mlcrpstg28517456800a\"\r\n },\r\n \"containerRegistry\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.ContainerRegistry/registries/mlcrpacr4920021854e8\"\r\n },\r\n \"clusterType\": \"ACS\",\r\n \"containerService\": {\r\n \"clusterFqdn\": \"mlcrp-cmdlet-test-system-update-ps5776-44a77294.eastus2.cloudapp.azure.com\",\r\n \"systemServices\": [\r\n {\r\n \"systemServiceType\": \"ScoringFrontEnd\",\r\n \"publicIpAddress\": \"13.68.91.191\",\r\n \"version\": \"prod/1.20171113.1/v1.0.preview/3e441b8d3936790b0ef4f1f2d225b3f0bcac1823\"\r\n }\r\n ],\r\n \"masterCount\": 1,\r\n \"agentCount\": 2,\r\n \"agentVmSize\": \"Standard_D3_v2\",\r\n \"orchestratorType\": \"Kubernetes\",\r\n \"orchestratorProperties\": {\r\n \"servicePrincipal\": {\r\n \"clientId\": \"daf04eaa-36de-4802-b78d-0331b6fe64e3\",\r\n \"secret\": \"\"\r\n }\r\n }\r\n },\r\n \"appInsights\": {\r\n \"resourceId\": \"/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757/providers/Microsoft.Insights/components/mlcrpai123513288605\"\r\n },\r\n \"globalServiceConfiguration\": null\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "1793" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14909" - ], - "x-ms-client-request-id": [ - "cc3239e273594642bfbf48d7092af868" - ], - "x-ms-client-session-id": [ - "" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Frame-Options": [ - "SAMEORIGIN" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-request-id": [ - "7a482448-7a3c-4327-8f24-a58da5be9def" - ], - "x-ms-correlation-request-id": [ - "7a482448-7a3c-4327-8f24-a58da5be9def" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223611Z:7a482448-7a3c-4327-8f24-a58da5be9def" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:11 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwP2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "06481480-1461-4803-9fc1-acdce90c36b6" - ], - "x-ms-correlation-request-id": [ - "06481480-1461-4803-9fc1-acdce90c36b6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223614Z:06481480-1461-4803-9fc1-acdce90c36b6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:13 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" - ], - "x-ms-request-id": [ - "f22a3751-d4db-4e53-9fcb-9c59d6715a63" - ], - "x-ms-correlation-request-id": [ - "f22a3751-d4db-4e53-9fcb-9c59d6715a63" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223614Z:f22a3751-d4db-4e53-9fcb-9c59d6715a63" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:13 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" - ], - "x-ms-request-id": [ - "3d2101bf-3d49-4406-a50c-3d21e9a679c8" - ], - "x-ms-correlation-request-id": [ - "3d2101bf-3d49-4406-a50c-3d21e9a679c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223629Z:3d2101bf-3d49-4406-a50c-3d21e9a679c8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:29 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" - ], - "x-ms-request-id": [ - "68e40959-8d8a-41af-aac3-70a0868697e1" - ], - "x-ms-correlation-request-id": [ - "68e40959-8d8a-41af-aac3-70a0868697e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223645Z:68e40959-8d8a-41af-aac3-70a0868697e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:44 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" - ], - "x-ms-request-id": [ - "1667c261-1b42-4d91-867d-ed6723e82f1b" - ], - "x-ms-correlation-request-id": [ - "1667c261-1b42-4d91-867d-ed6723e82f1b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223700Z:1667c261-1b42-4d91-867d-ed6723e82f1b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:36:59 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" - ], - "x-ms-request-id": [ - "f1431aff-813b-4fcd-92a4-3d5d64178e6f" - ], - "x-ms-correlation-request-id": [ - "f1431aff-813b-4fcd-92a4-3d5d64178e6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223715Z:f1431aff-813b-4fcd-92a4-3d5d64178e6f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:37:15 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" - ], - "x-ms-request-id": [ - "4c503722-768f-41c7-99f2-32cad0a77519" - ], - "x-ms-correlation-request-id": [ - "4c503722-768f-41c7-99f2-32cad0a77519" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223731Z:4c503722-768f-41c7-99f2-32cad0a77519" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:37:30 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-request-id": [ - "9340948b-d7f3-439b-bc83-7a9780bdf8e4" - ], - "x-ms-correlation-request-id": [ - "9340948b-d7f3-439b-bc83-7a9780bdf8e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223746Z:9340948b-d7f3-439b-bc83-7a9780bdf8e4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:37:46 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NTAtRUFTVFVTMiIsImpvYkxvY2F0aW9uIjoiZWFzdHVzMiJ9?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlRBdFJVRlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pWldGemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTYtMDItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" - ], - "x-ms-request-id": [ - "6d8bbc4d-3a09-4d35-a1c3-c1d1b8c7f98c" - ], - "x-ms-correlation-request-id": [ - "6d8bbc4d-3a09-4d35-a1c3-c1d1b8c7f98c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223801Z:6d8bbc4d-3a09-4d35-a1c3-c1d1b8c7f98c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:38:01 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/resourcegroups/mlcrp-cmdlet-test-system-update-ps5750-azureml-60757?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL3Jlc291cmNlZ3JvdXBzL21sY3JwLWNtZGxldC10ZXN0LXN5c3RlbS11cGRhdGUtcHM1NzUwLWF6dXJlbWwtNjA3NTc/YXBpLXZlcnNpb249MjAxNi0wMi0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "f3477ad9-0678-4334-91b0-74a5af31fe02" - ], - "x-ms-correlation-request-id": [ - "f3477ad9-0678-4334-91b0-74a5af31fe02" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223803Z:f3477ad9-0678-4334-91b0-74a5af31fe02" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:38:02 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" - ], - "x-ms-request-id": [ - "cebc3e20-85a5-4cae-b827-9ec200e802f8" - ], - "x-ms-correlation-request-id": [ - "cebc3e20-85a5-4cae-b827-9ec200e802f8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223803Z:cebc3e20-85a5-4cae-b827-9ec200e802f8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:38:02 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-request-id": [ - "f52a6340-265e-459c-908c-5a0ac5c44799" - ], - "x-ms-correlation-request-id": [ - "f52a6340-265e-459c-908c-5a0ac5c44799" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223819Z:f52a6340-265e-459c-908c-5a0ac5c44799" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:38:19 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-request-id": [ - "fcb993f2-6740-4b1c-94d4-3e131eb2f996" - ], - "x-ms-correlation-request-id": [ - "fcb993f2-6740-4b1c-94d4-3e131eb2f996" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223835Z:fcb993f2-6740-4b1c-94d4-3e131eb2f996" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:38:35 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-request-id": [ - "42f595d3-fb0f-43ac-b275-240a17dd1ed3" - ], - "x-ms-correlation-request-id": [ - "42f595d3-fb0f-43ac-b275-240a17dd1ed3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223850Z:42f595d3-fb0f-43ac-b275-240a17dd1ed3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:38:50 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-request-id": [ - "03b201f9-3943-4450-ad45-8edcdda4c7bc" - ], - "x-ms-correlation-request-id": [ - "03b201f9-3943-4450-ad45-8edcdda4c7bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223905Z:03b201f9-3943-4450-ad45-8edcdda4c7bc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:39:05 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-request-id": [ - "27c5abf3-3a33-49a9-ab56-27b5260e9e95" - ], - "x-ms-correlation-request-id": [ - "27c5abf3-3a33-49a9-ab56-27b5260e9e95" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223921Z:27c5abf3-3a33-49a9-ab56-27b5260e9e95" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:39:20 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-request-id": [ - "02793e8b-fe59-4bac-9b45-0fd230fdf859" - ], - "x-ms-correlation-request-id": [ - "02793e8b-fe59-4bac-9b45-0fd230fdf859" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223936Z:02793e8b-fe59-4bac-9b45-0fd230fdf859" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:39:36 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-request-id": [ - "7192e0e2-d487-4101-9e5c-7b45f3d11e06" - ], - "x-ms-correlation-request-id": [ - "7192e0e2-d487-4101-9e5c-7b45f3d11e06" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T223951Z:7192e0e2-d487-4101-9e5c-7b45f3d11e06" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:39:51 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" - ], - "x-ms-request-id": [ - "2e45de96-2824-4892-93c9-0577f1de859b" - ], - "x-ms-correlation-request-id": [ - "2e45de96-2824-4892-93c9-0577f1de859b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224007Z:2e45de96-2824-4892-93c9-0577f1de859b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:40:06 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-request-id": [ - "14301e3d-c855-4071-832c-73a6536772eb" - ], - "x-ms-correlation-request-id": [ - "14301e3d-c855-4071-832c-73a6536772eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224027Z:14301e3d-c855-4071-832c-73a6536772eb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:40:27 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" - ], - "x-ms-request-id": [ - "8220e9ba-5421-47b8-b55b-cdc9d0cd0ed1" - ], - "x-ms-correlation-request-id": [ - "8220e9ba-5421-47b8-b55b-cdc9d0cd0ed1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224042Z:8220e9ba-5421-47b8-b55b-cdc9d0cd0ed1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:40:42 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" - ], - "x-ms-request-id": [ - "942d6680-5021-46a5-b6ac-dc50ef9326e6" - ], - "x-ms-correlation-request-id": [ - "942d6680-5021-46a5-b6ac-dc50ef9326e6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224057Z:942d6680-5021-46a5-b6ac-dc50ef9326e6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:40:57 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" - ], - "x-ms-request-id": [ - "6bf92af6-1e46-4a69-ad8c-73ab82f29dac" - ], - "x-ms-correlation-request-id": [ - "6bf92af6-1e46-4a69-ad8c-73ab82f29dac" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224113Z:6bf92af6-1e46-4a69-ad8c-73ab82f29dac" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:41:12 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" - ], - "x-ms-request-id": [ - "5d0f0e8f-e37a-4f0d-84d1-1152c07ca96b" - ], - "x-ms-correlation-request-id": [ - "5d0f0e8f-e37a-4f0d-84d1-1152c07ca96b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224128Z:5d0f0e8f-e37a-4f0d-84d1-1152c07ca96b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:41:27 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" - ], - "x-ms-request-id": [ - "b90f8ef1-6500-4309-924d-2ed94c1c1210" - ], - "x-ms-correlation-request-id": [ - "b90f8ef1-6500-4309-924d-2ed94c1c1210" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224143Z:b90f8ef1-6500-4309-924d-2ed94c1c1210" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:41:42 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" - ], - "x-ms-request-id": [ - "21a8e6d5-0e4c-49e4-8ff3-290c786f5120" - ], - "x-ms-correlation-request-id": [ - "21a8e6d5-0e4c-49e4-8ff3-290c786f5120" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224159Z:21a8e6d5-0e4c-49e4-8ff3-290c786f5120" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:41:58 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14934" - ], - "x-ms-request-id": [ - "596acfa9-c293-4c87-adb4-8dfdc87342ce" - ], - "x-ms-correlation-request-id": [ - "596acfa9-c293-4c87-adb4-8dfdc87342ce" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224214Z:596acfa9-c293-4c87-adb4-8dfdc87342ce" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:42:13 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14933" - ], - "x-ms-request-id": [ - "d0773b86-822c-4bca-a0ca-98b0eb42d045" - ], - "x-ms-correlation-request-id": [ - "d0773b86-822c-4bca-a0ca-98b0eb42d045" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224229Z:d0773b86-822c-4bca-a0ca-98b0eb42d045" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:42:29 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14931" - ], - "x-ms-request-id": [ - "eb85fc84-cfc1-4a41-90c5-a4c9032204de" - ], - "x-ms-correlation-request-id": [ - "eb85fc84-cfc1-4a41-90c5-a4c9032204de" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224244Z:eb85fc84-cfc1-4a41-90c5-a4c9032204de" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:42:44 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14930" - ], - "x-ms-request-id": [ - "b257483c-efc7-410f-ad8c-0ce739ab3f9f" - ], - "x-ms-correlation-request-id": [ - "b257483c-efc7-410f-ad8c-0ce739ab3f9f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224300Z:b257483c-efc7-410f-ad8c-0ce739ab3f9f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:43:00 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14928" - ], - "x-ms-request-id": [ - "6dcfb4ac-1a46-493a-b4f0-6544f04afcde" - ], - "x-ms-correlation-request-id": [ - "6dcfb4ac-1a46-493a-b4f0-6544f04afcde" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224315Z:6dcfb4ac-1a46-493a-b4f0-6544f04afcde" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:43:14 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14927" - ], - "x-ms-request-id": [ - "941da0f7-a5b2-4cd3-9529-a027e50745a0" - ], - "x-ms-correlation-request-id": [ - "941da0f7-a5b2-4cd3-9529-a027e50745a0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224333Z:941da0f7-a5b2-4cd3-9529-a027e50745a0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:43:32 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14926" - ], - "x-ms-request-id": [ - "4b925978-4481-47f6-8490-e3eba092bb30" - ], - "x-ms-correlation-request-id": [ - "4b925978-4481-47f6-8490-e3eba092bb30" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224348Z:4b925978-4481-47f6-8490-e3eba092bb30" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:43:48 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-request-id": [ - "7f1dd9d6-b8a1-45f4-81b0-a74f67df8d7c" - ], - "x-ms-correlation-request-id": [ - "7f1dd9d6-b8a1-45f4-81b0-a74f67df8d7c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224403Z:7f1dd9d6-b8a1-45f4-81b0-a74f67df8d7c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:44:03 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-request-id": [ - "dd2f4f98-4d6d-4051-b777-86d9a147a028" - ], - "x-ms-correlation-request-id": [ - "dd2f4f98-4d6d-4051-b777-86d9a147a028" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224419Z:dd2f4f98-4d6d-4051-b777-86d9a147a028" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:44:18 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-request-id": [ - "33d53562-85d2-453a-b638-2d9e885400bc" - ], - "x-ms-correlation-request-id": [ - "33d53562-85d2-453a-b638-2d9e885400bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224434Z:33d53562-85d2-453a-b638-2d9e885400bc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:44:33 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-request-id": [ - "abecc838-e6e1-4788-813f-308fab020cb6" - ], - "x-ms-correlation-request-id": [ - "abecc838-e6e1-4788-813f-308fab020cb6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224449Z:abecc838-e6e1-4788-813f-308fab020cb6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:44:49 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14925" - ], - "x-ms-request-id": [ - "afaa7d4f-3e49-4efe-a5df-13d0dfab6bfe" - ], - "x-ms-correlation-request-id": [ - "afaa7d4f-3e49-4efe-a5df-13d0dfab6bfe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224505Z:afaa7d4f-3e49-4efe-a5df-13d0dfab6bfe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:45:04 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14924" - ], - "x-ms-request-id": [ - "5ac4b6ac-2ee6-4d7d-9873-c7e30d471109" - ], - "x-ms-correlation-request-id": [ - "5ac4b6ac-2ee6-4d7d-9873-c7e30d471109" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224520Z:5ac4b6ac-2ee6-4d7d-9873-c7e30d471109" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:45:20 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14923" - ], - "x-ms-request-id": [ - "3d79a879-e868-4a13-826c-225fff2e7d34" - ], - "x-ms-correlation-request-id": [ - "3d79a879-e868-4a13-826c-225fff2e7d34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224535Z:3d79a879-e868-4a13-826c-225fff2e7d34" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:45:35 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14922" - ], - "x-ms-request-id": [ - "46de3548-9266-4719-b191-9ad636998c32" - ], - "x-ms-correlation-request-id": [ - "46de3548-9266-4719-b191-9ad636998c32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224550Z:46de3548-9266-4719-b191-9ad636998c32" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:45:50 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14921" - ], - "x-ms-request-id": [ - "780b7b16-7002-4414-ae14-eefff814e6e3" - ], - "x-ms-correlation-request-id": [ - "780b7b16-7002-4414-ae14-eefff814e6e3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224606Z:780b7b16-7002-4414-ae14-eefff814e6e3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:46:06 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14920" - ], - "x-ms-request-id": [ - "88755ed5-4cd9-415c-84eb-13da89fd4ee0" - ], - "x-ms-correlation-request-id": [ - "88755ed5-4cd9-415c-84eb-13da89fd4ee0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224621Z:88755ed5-4cd9-415c-84eb-13da89fd4ee0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:46:21 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14919" - ], - "x-ms-request-id": [ - "d32daa48-e81b-4dd0-b329-a84a046e820e" - ], - "x-ms-correlation-request-id": [ - "d32daa48-e81b-4dd0-b329-a84a046e820e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224636Z:d32daa48-e81b-4dd0-b329-a84a046e820e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:46:36 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/74eccef0-4b8d-4f83-b5f9-fa100d155b22/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1NTENSUDoyRENNRExFVDoyRFRFU1Q6MkRTWVNURU06MkRVUERBVEU6MkRQUzU3NXxGNEFCRUE0NUE5NzIxMjhCLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2016-02-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRlY2NlZjAtNGI4ZC00ZjgzLWI1ZjktZmExMDBkMTU1YjIyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFOVEVOU1VEb3lSRU5OUkV4RlZEb3lSRlJGVTFRNk1rUlRXVk5VUlUwNk1rUlZVRVJCVkVVNk1rUlFVelUzTlh4R05FRkNSVUUwTlVFNU56SXhNamhDTFVWQlUxUlZVeklpTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN6SWlmUT9hcGktdmVyc2lvbj0yMDE2LTAyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-version": [ - "2016-02-01" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14918" - ], - "x-ms-request-id": [ - "9fc87c99-f108-4a79-bb2c-5b8b998e9e09" - ], - "x-ms-correlation-request-id": [ - "9fc87c99-f108-4a79-bb2c-5b8b998e9e09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20171201T224652Z:9fc87c99-f108-4a79-bb2c-5b8b998e9e09" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 01 Dec 2017 22:46:51 GMT" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "Test-UpdateSystemServices": [ - "ps5750", - "ps5776" - ] - }, - "Variables": { - "SubscriptionId": "74eccef0-4b8d-4f83-b5f9-fa100d155b22" - } -} \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/GetAzureRmMlOpCluster.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/GetAzureRmMlOpCluster.cs deleted file mode 100644 index b65cc417ce90..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/GetAzureRmMlOpCluster.cs +++ /dev/null @@ -1,85 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Management.MachineLearningCompute.Models; -using Microsoft.Azure.Management.MachineLearningCompute; -using System.Collections.Generic; -using System.Management.Automation; -using Microsoft.Azure.Commands.MachineLearningCompute.Models; -using Microsoft.WindowsAzure.Commands.Utilities.Common; -using System; -using Microsoft.Rest.Azure; -using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "MlOpCluster")] - [OutputType(typeof(PSOperationalizationCluster))] - public class GetAzureRmMlOpCluster : MachineLearningComputeCmdletBase - { - protected const string GetByNameParameterSet = "GetByName"; - - protected const string GetByResourceGroupOrSubscriptionParametersParameterSet = "GetByResourceGroup"; - - [Parameter(ParameterSetName = GetByNameParameterSet, - Mandatory = true, - HelpMessage = ResourceGroupParameterHelpMessage)] - [Parameter(ParameterSetName = GetByResourceGroupOrSubscriptionParametersParameterSet, - Mandatory = false, - HelpMessage = ResourceGroupParameterHelpMessage)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string ResourceGroupName { get; set; } - - [Parameter(ParameterSetName = GetByNameParameterSet, - Mandatory = true, - HelpMessage = NameParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string Name { get; set; } - - public override void ExecuteCmdlet() - { - try - { - if (string.Equals(this.ParameterSetName, GetByNameParameterSet, StringComparison.OrdinalIgnoreCase)) - { - WriteObject(new PSOperationalizationCluster(this.MachineLearningComputeManagementClient.OperationalizationClusters.Get(this.ResourceGroupName, this.Name))); - } - else if (string.Equals(this.ParameterSetName, GetByResourceGroupOrSubscriptionParametersParameterSet, StringComparison.OrdinalIgnoreCase)) - { - if (!string.IsNullOrWhiteSpace(this.ResourceGroupName)) - { - WriteClusterList(MachineLearningComputeManagementClient.OperationalizationClusters.ListByResourceGroup(this.ResourceGroupName)); - } - else - { - WriteClusterList(this.MachineLearningComputeManagementClient.OperationalizationClusters.ListBySubscriptionId()); - } - } - } - catch (CloudException e) - { - HandleNestedExceptionMessages(e); - } - } - - private void WriteClusterList(IEnumerable clusters) - { - List output = new List(); - clusters.ForEach(cluster => output.Add(new PSOperationalizationCluster(cluster))); - - WriteObject(output, true); - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/GetAzureRmMlOpClusterKey.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/GetAzureRmMlOpClusterKey.cs deleted file mode 100644 index 35afd3e499a0..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/GetAzureRmMlOpClusterKey.cs +++ /dev/null @@ -1,86 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.MachineLearningCompute.Models; -using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; -using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; -using Microsoft.Azure.Management.MachineLearningCompute; -using Microsoft.Rest.Azure; -using System; -using System.Management.Automation; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "MlOpClusterKey")] - [OutputType(typeof(PSOperationalizationClusterCredentials))] - public class GetAzureRmMlOpClusterKey : MachineLearningComputeCmdletBase - { - protected const string CmdletParametersParameterSet = "GetByNameAndResourceGroup"; - - protected const string ObjectParameterSet = "GetByInputObject"; - - protected const string ResourceIdParameterSet = "GetByResourceId"; - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = ResourceGroupParameterHelpMessage)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string ResourceGroupName { get; set; } - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = NameParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string Name { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = true, - ValueFromPipeline = true, - HelpMessage = ClusterObjectParameterHelpMessage)] - [Alias(ClusterInputObjectAlias)] - public PSOperationalizationCluster InputObject { get; set; } - - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = true, - ValueFromPipelineByPropertyName = true, - HelpMessage = ResourceIdParameterHelpMessage)] - public string ResourceId { get; set; } - - public override void ExecuteCmdlet() - { - if (string.Equals(this.ParameterSetName, ObjectParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(InputObject.Id); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - else if (string.Equals(this.ParameterSetName, ResourceIdParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(ResourceId); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - - try - { - WriteObject(new PSOperationalizationClusterCredentials(MachineLearningComputeManagementClient.OperationalizationClusters.ListKeys(ResourceGroupName, Name))); - } - catch (CloudException e) - { - HandleNestedExceptionMessages(e); - } - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/MachineLearningComputeCmdletBase.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/MachineLearningComputeCmdletBase.cs deleted file mode 100644 index 4906ef74dd2a..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/MachineLearningComputeCmdletBase.cs +++ /dev/null @@ -1,121 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.Common.Authentication; -using Microsoft.Azure.Commands.Common.Authentication.Models; -using Microsoft.Azure.Commands.ResourceManager.Common; -using Microsoft.Azure.Management.MachineLearningCompute; -using Microsoft.Azure.Management.MachineLearningCompute.Models; -using Microsoft.Rest.Azure; -using System; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - public abstract class MachineLearningComputeCmdletBase : AzureRMCmdlet - { - public const string CmdletSuffix = "AzureRmMlOpCluster"; - - public const string ResourceGroupParameterHelpMessage = "The name of the resource group for the operationalization cluster."; - public const string NameParameterHelpMessage = "The name of the operationalization cluster."; - public const string ClusterObjectParameterHelpMessage = "The operationalization cluster object."; - public const string ResourceIdParameterHelpMessage = "The Azure resource id for the operationalization cluster."; - public const string ForceParameterHelpMessage = "Do not ask for confirmation."; - public const string ClusterParameterHelpMessage = "The operationalization cluster properties."; - public const string TagParameterHelpMessage = "The tags for the resource."; - public const string LocationParameterHelpMessage = "The operationalization cluster's location."; - public const string DescriptionParameterHelpMessage = "The operationalization cluster's description."; - public const string ClusterTypeParameterHelpMessage = "The operationalization cluster type."; - public const string OrchestratorTypeParameterHelpMessage = "The ACS cluster's orchestrator type."; - public const string ClientIdParameterHelpMessage = "The Kubernetes orchestrator service principal id."; - public const string SecretParameterHelpMessage = "The Kubernetes orchestrator service principal secret."; - public const string MasterCountParameterHelpMessage = "The number of master nodes in the ACS cluster."; - public const string AgentCountParameterHelpMessage = "The number of agent nodes in the ACS cluster."; - public const string AgentVmSizeParameterHelpMessage = "The VM size of the agent nodes in the ACS cluster."; - public const string StorageAccountParameterHelpMessage = "The URI to the storage account to use instead of creating one."; - public const string AzureContainerRegistryParameterHelpMessage = "The URI to the azure container registry to use instead of creating one."; - public const string ApplicationInsightsParameterHelpMessage = "The URI to the application insights to use instead of creating one."; - public const string ETagParameterHelpMessage = "The configuration ETag for updates."; - public const string GlobalServiceConfigurationAdditionalPropertiesHelpMessage = "Additional properties for the global service configuration."; - public const string SslStatusParameterHelpMessage = "SSL status. Possible values are 'Enabled' and 'Disabled'."; - public const string SslCertificateParameterHelpMessage = "The SSL certificate data in PEM format."; - public const string SslKeyParameterHelpMessage = "The SSL key data in PEM format."; - public const string SslCNameParameterHelpMessage = "The CName for the SSL certificate."; - public const string IncludeAllResourcesParameterHelpMessage = "Remove all resources associated with the cluster."; - public const string ClusterInputObjectAlias = "Cluster"; - - private IMachineLearningComputeManagementClient machineLearningComputeManagementClient; - - public IMachineLearningComputeManagementClient MachineLearningComputeManagementClient - { - get - { - return machineLearningComputeManagementClient ?? - (machineLearningComputeManagementClient = - AzureSession.Instance.ClientFactory.CreateArmClient( - DefaultProfile.DefaultContext, Common.Authentication.Abstractions.AzureEnvironment.Endpoint.ResourceManager)); - } - } - - protected void HandleNestedExceptionMessages(Exception e) - { - var unwrappedException = e; - - // Try to get the details out of the exception - try - { - if (e is ErrorResponseWrapperException) - { - var wrappedException = e as ErrorResponseWrapperException; - - if (wrappedException.Body != null && wrappedException.Body.Error != null) - { - var exceptionDetails = e.Message + ": " + wrappedException.Body.Error.Message; - - if (wrappedException.Body.Error.Details != null) - { - foreach (var err in wrappedException.Body.Error.Details) - { - exceptionDetails += $" {err.Message};"; - } - } - - unwrappedException = new ErrorResponseWrapperException(exceptionDetails); - } - } - else if(e is CloudException) - { - var cloudException = e as CloudException; - var exceptionDetails = e.Message; - - if (cloudException.Body != null && cloudException.Body.Details != null) - { - exceptionDetails += ":"; - foreach (var err in cloudException.Body.Details) - { - exceptionDetails += $" {err.Message};"; - } - - unwrappedException = new CloudException(exceptionDetails); - } - } - } - catch (Exception) // If there's trouble throw the original exception - { - throw e; - } - - throw unwrappedException; - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/NewAzureRmMlOpCluster.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/NewAzureRmMlOpCluster.cs deleted file mode 100644 index 6f8aca277eae..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/NewAzureRmMlOpCluster.cs +++ /dev/null @@ -1,262 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// 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.Management.MachineLearningCompute; -using Microsoft.Azure.Management.MachineLearningCompute.Models; -using Microsoft.Azure.Commands.MachineLearningCompute.Models; -using System.Collections; -using System.Linq; -using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "MlOpCluster", SupportsShouldProcess = true)] - [OutputType(typeof(PSOperationalizationCluster))] - public class NewAzureRmMlOpCluster : MachineLearningComputeCmdletBase - { - protected const string CreateFromObjectParameterSet = "CreateWithInputObject"; - - protected const string CreateFromCmdletParametersParameterSet = "CreateWithParameters"; - - [Parameter(Mandatory = true, - HelpMessage = ResourceGroupParameterHelpMessage)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string ResourceGroupName { get; set; } - - [Parameter(Mandatory = true, - HelpMessage = NameParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string Name { get; set; } - - // Create using an op cluster object - [Parameter(ParameterSetName = CreateFromObjectParameterSet, - Mandatory = true, - HelpMessage = ClusterParameterHelpMessage)] - [ValidateNotNullOrEmpty] - [Alias(ClusterInputObjectAlias)] - public PSOperationalizationCluster InputObject { get; set; } - - // Create using cmdlet parameters - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = true, - HelpMessage = LocationParameterHelpMessage)] - [LocationCompleter("Microsoft.MachineLearningCompute/operationalizationClusters")] - [ValidateNotNullOrEmpty] - public string Location { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = true, - HelpMessage = ClusterTypeParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string ClusterType { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = OrchestratorTypeParameterHelpMessage)] - public string OrchestratorType { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = ClientIdParameterHelpMessage)] - public string ClientId { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = SecretParameterHelpMessage)] - public string Secret { get; set; } - - // Additional settings for non-local cluster - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = DescriptionParameterHelpMessage)] - public string Description { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = MasterCountParameterHelpMessage)] - public int? MasterCount { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = AgentCountParameterHelpMessage)] - public int? AgentCount { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = AgentCountParameterHelpMessage)] - public string AgentVmSize { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = ETagParameterHelpMessage)] - public string GlobalServiceConfigurationETag { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = SslStatusParameterHelpMessage)] - public string SslStatus { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = SslCertificateParameterHelpMessage)] - public string SslCertificate { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = SslKeyParameterHelpMessage)] - public string SslKey { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = SslCNameParameterHelpMessage)] - public string SslCName { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = GlobalServiceConfigurationAdditionalPropertiesHelpMessage)] - public Hashtable GlobalServiceConfigurationAdditionalProperties; - - // BYO options - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = StorageAccountParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string StorageAccount { get; set; } - - [Parameter(ParameterSetName = CreateFromCmdletParametersParameterSet, - Mandatory = false, - HelpMessage = AzureContainerRegistryParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string AzureContainerRegistry { get; set; } - - public override void ExecuteCmdlet() - { - if (ShouldProcess(Name, @"Creating operationalization cluster...")) - { - var cluster = new OperationalizationCluster(); - - if (string.Equals(this.ParameterSetName, CreateFromObjectParameterSet, StringComparison.OrdinalIgnoreCase)) - { - cluster = InputObject.ConvertToOperationalizationCluster(); - } - else if (string.Equals(this.ParameterSetName, CreateFromCmdletParametersParameterSet, StringComparison.OrdinalIgnoreCase)) - { - cluster.Location = Location; - cluster.ClusterType = ClusterType; - cluster.Description = Description; - - if (StorageAccount != null) - { - cluster.StorageAccount = new StorageAccountProperties(StorageAccount); - } - - if (AzureContainerRegistry != null) - { - cluster.ContainerRegistry = new ContainerRegistryProperties(AzureContainerRegistry); - } - - if (GlobalServiceConfigurationETag != null) - { - cluster.GlobalServiceConfiguration = cluster.GlobalServiceConfiguration ?? new GlobalServiceConfiguration(); - cluster.GlobalServiceConfiguration.Etag = GlobalServiceConfigurationETag; - } - - if (GlobalServiceConfigurationAdditionalProperties != null) - { - cluster.GlobalServiceConfiguration = cluster.GlobalServiceConfiguration ?? new GlobalServiceConfiguration(); - cluster.GlobalServiceConfiguration.AdditionalProperties = GlobalServiceConfigurationAdditionalProperties.Cast().ToDictionary(kvp => (string)kvp.Key, kvp => kvp.Value); - } - - if (SslStatus != null) - { - cluster.GlobalServiceConfiguration.Ssl = cluster.GlobalServiceConfiguration.Ssl ?? new SslConfiguration(); - cluster.GlobalServiceConfiguration.Ssl.Status = SslStatus; - } - - if (SslCertificate != null) - { - cluster.GlobalServiceConfiguration.Ssl = cluster.GlobalServiceConfiguration.Ssl ?? new SslConfiguration(); - cluster.GlobalServiceConfiguration.Ssl.Cert = SslCertificate; - } - - if (SslKey != null) - { - cluster.GlobalServiceConfiguration.Ssl = cluster.GlobalServiceConfiguration.Ssl ?? new SslConfiguration(); - cluster.GlobalServiceConfiguration.Ssl.Key = SslKey; - } - - if (SslCName != null) - { - cluster.GlobalServiceConfiguration.Ssl = cluster.GlobalServiceConfiguration.Ssl ?? new SslConfiguration(); - cluster.GlobalServiceConfiguration.Ssl.Cname = SslCName; - } - - switch (ClusterType) - { - case Management.MachineLearningCompute.Models.ClusterType.ACS: - - cluster.ContainerService = new AcsClusterProperties - { - OrchestratorType = OrchestratorType, - MasterCount = MasterCount, - AgentCount = AgentCount, - AgentVmSize = AgentVmSize - }; - - switch (OrchestratorType) - { - case Management.MachineLearningCompute.Models.OrchestratorType.Kubernetes: - if (ClientId != null || Secret != null) - { - cluster.ContainerService.OrchestratorProperties = new KubernetesClusterProperties() - { - ServicePrincipal = new ServicePrincipalProperties - { - ClientId = ClientId, - Secret = Secret - } - }; - } - break; - case Management.MachineLearningCompute.Models.OrchestratorType.None: - break; - default: - break; - } - - break; - - case Management.MachineLearningCompute.Models.ClusterType.Local: - break; - default: - break; - } - - } - - try - { - WriteObject(new PSOperationalizationCluster(MachineLearningComputeManagementClient.OperationalizationClusters.CreateOrUpdate(ResourceGroupName, Name, cluster))); - } - catch (Exception e) - { - HandleNestedExceptionMessages(e); - } - } - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/RemoveAzureRmMlOpCluster.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/RemoveAzureRmMlOpCluster.cs deleted file mode 100644 index e239a20a06a6..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/RemoveAzureRmMlOpCluster.cs +++ /dev/null @@ -1,103 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// 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.Management.MachineLearningCompute; -using Microsoft.Azure.Commands.MachineLearningCompute.Models; -using System; -using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; -using Microsoft.Rest.Azure; -using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "MlOpCluster", SupportsShouldProcess = true, DefaultParameterSetName = CmdletParametersParameterSet)] - [OutputType(typeof(void))] - public class RemoveAzureRmMlOpCluster : MachineLearningComputeCmdletBase - { - protected const string CmdletParametersParameterSet = "RemoveByNameAndResourceGroup"; - - protected const string ObjectParameterSet = "RemoveByInputObject"; - - protected const string ResourceIdParameterSet = "RemoveByResourceId"; - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = ResourceGroupParameterHelpMessage)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string ResourceGroupName { get; set; } - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = NameParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string Name { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = true, - ValueFromPipeline = true, - HelpMessage = ClusterObjectParameterHelpMessage)] - [Alias(ClusterInputObjectAlias)] - public PSOperationalizationCluster InputObject { get; set; } - - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = true, - ValueFromPipelineByPropertyName = true, - HelpMessage = ResourceIdParameterHelpMessage)] - public string ResourceId { get; set; } - - [Parameter(Mandatory = false, - HelpMessage = IncludeAllResourcesParameterHelpMessage)] - public SwitchParameter IncludeAllResources { get; set; } - - public override void ExecuteCmdlet() - { - if (string.Equals(this.ParameterSetName, ObjectParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(InputObject.Id); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - else if (string.Equals(this.ParameterSetName, ResourceIdParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(ResourceId); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - - var shouldProcessMessage = @"Deleting operationalization cluster"; - - if (IncludeAllResources.IsPresent) - { - var clusterToDelete = MachineLearningComputeManagementClient.OperationalizationClusters.Get(ResourceGroupName, Name); - var managedByResourceGroup = new ResourceIdentifier(clusterToDelete.ContainerRegistry.ResourceId).ResourceGroupName; - - shouldProcessMessage += $" and supporting resource group {managedByResourceGroup}. All resources in resource group {managedByResourceGroup} will be deleted."; - } - - if (ShouldProcess(this.Name, shouldProcessMessage)) - { - try - { - MachineLearningComputeManagementClient.OperationalizationClusters.Delete(ResourceGroupName, Name, IncludeAllResources.IsPresent); - } - catch (CloudException e) - { - HandleNestedExceptionMessages(e); - } - } - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/SetAzureRmMlOpCluster.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/SetAzureRmMlOpCluster.cs deleted file mode 100644 index d17ec509606f..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/SetAzureRmMlOpCluster.cs +++ /dev/null @@ -1,219 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.MachineLearningCompute.Models; -using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; -using Microsoft.Azure.Management.MachineLearningCompute; -using Microsoft.Azure.Management.MachineLearningCompute.Models; -using System; -using System.Management.Automation; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "MlOpCluster", SupportsShouldProcess = true, DefaultParameterSetName = CmdletParametersParameterSet)] - [OutputType(typeof(PSOperationalizationCluster))] - public class SetAzureRmMlOpCluster : MachineLearningComputeCmdletBase - { - protected const string ObjectParameterSet = "SetByInputObject"; - - protected const string ResourceIdParameterSet = "SetByResourceId"; - - protected const string CmdletParametersParameterSet = "SetByIndividualParameters"; - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = true, - ValueFromPipeline = true, - HelpMessage = ClusterParameterHelpMessage)] - [ValidateNotNullOrEmpty] - [Alias(ClusterInputObjectAlias)] - public PSOperationalizationCluster InputObject { get; set; } - - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = true, - ValueFromPipelineByPropertyName = true, - HelpMessage = ResourceIdParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string ResourceId { get; set; } - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = ResourceGroupParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string ResourceGroupName { get; set; } - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = NameParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string Name { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = false, - ValueFromPipeline = true, - HelpMessage = AgentCountParameterHelpMessage)] - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = AgentCountParameterHelpMessage)] - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = AgentCountParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public int? AgentCount { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = false, - ValueFromPipeline = true, - HelpMessage = SslStatusParameterHelpMessage)] - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslStatusParameterHelpMessage)] - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslStatusParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string SslStatus { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = false, - ValueFromPipeline = true, - HelpMessage = SslCertificateParameterHelpMessage)] - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslCertificateParameterHelpMessage)] - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslCertificateParameterHelpMessage)] - public string SslCertificate { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = false, - ValueFromPipeline = true, - HelpMessage = SslKeyParameterHelpMessage)] - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslKeyParameterHelpMessage)] - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslKeyParameterHelpMessage)] - public string SslKey { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = false, - ValueFromPipeline = true, - HelpMessage = SslCNameParameterHelpMessage)] - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslCNameParameterHelpMessage)] - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = false, - ValueFromPipelineByPropertyName = true, - HelpMessage = SslCNameParameterHelpMessage)] - public string SslCName { get; set; } - - public override void ExecuteCmdlet() - { - if (string.Equals(this.ParameterSetName, ObjectParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(InputObject.Id); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - else if (string.Equals(this.ParameterSetName, ResourceIdParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(ResourceId); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - - if (ShouldProcess(Name, @"Updating operationalization cluster...")) - { - OperationalizationCluster clusterToUpdate; - - if (string.Equals(this.ParameterSetName, ObjectParameterSet, StringComparison.OrdinalIgnoreCase)) - { - clusterToUpdate = InputObject.ConvertToOperationalizationCluster(); - } - else - { - clusterToUpdate = MachineLearningComputeManagementClient.OperationalizationClusters.Get(ResourceGroupName, Name); - } - - switch (clusterToUpdate.ClusterType) - { - case ClusterType.ACS: - if (AgentCount != null) - { - clusterToUpdate.ContainerService.AgentCount = AgentCount; - } - break; - case ClusterType.Local: - break; - default: - break; - } - - if (SslStatus != null || SslCertificate != null || SslKey != null || SslCName != null) - { - if (clusterToUpdate.GlobalServiceConfiguration == null) - { - clusterToUpdate.GlobalServiceConfiguration = new GlobalServiceConfiguration(); - } - - if (clusterToUpdate.GlobalServiceConfiguration.Ssl == null) - { - clusterToUpdate.GlobalServiceConfiguration.Ssl = new SslConfiguration(); - } - - if (SslStatus != null) - { - clusterToUpdate.GlobalServiceConfiguration.Ssl.Status = SslStatus; - } - - if (SslCertificate != null) - { - clusterToUpdate.GlobalServiceConfiguration.Ssl.Cert = SslCertificate; - } - - if (SslKey != null) - { - clusterToUpdate.GlobalServiceConfiguration.Ssl.Key = SslKey; - } - - if (SslCName != null) - { - clusterToUpdate.GlobalServiceConfiguration.Ssl.Cname = SslCName; - } - } - - try - { - WriteObject(new PSOperationalizationCluster(MachineLearningComputeManagementClient.OperationalizationClusters.CreateOrUpdate(ResourceGroupName, Name, clusterToUpdate))); - } - catch (Exception e) - { - HandleNestedExceptionMessages(e); - } - } - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/TestAzureRmMlOpClusterSystemServicesUpdateAvailability.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/TestAzureRmMlOpClusterSystemServicesUpdateAvailability.cs deleted file mode 100644 index 1003652600ed..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/TestAzureRmMlOpClusterSystemServicesUpdateAvailability.cs +++ /dev/null @@ -1,86 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.MachineLearningCompute.Models; -using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; -using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; -using Microsoft.Azure.Management.MachineLearningCompute; -using Microsoft.Rest.Azure; -using System; -using System.Management.Automation; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - [Cmdlet(VerbsDiagnostic.Test, ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "MlOpClusterSystemServicesUpdateAvailability")] - [OutputType(typeof(PSCheckSystemServicesUpdatesAvailableResponse))] - public class TestAzureRmOpClusterSystemServicesUpdateAvailability : MachineLearningComputeCmdletBase - { - protected const string CmdletParametersParameterSet = "TestByNameAndResourceGroup"; - - protected const string ObjectParameterSet = "TestByInputObject"; - - protected const string ResourceIdParameterSet = "TestByResourceId"; - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = ResourceGroupParameterHelpMessage)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string ResourceGroupName { get; set; } - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = NameParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string Name { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = true, - ValueFromPipeline = true, - HelpMessage = ClusterObjectParameterHelpMessage)] - [Alias(ClusterInputObjectAlias)] - public PSOperationalizationCluster InputObject { get; set; } - - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = true, - ValueFromPipelineByPropertyName = true, - HelpMessage = ResourceIdParameterHelpMessage)] - public string ResourceId { get; set; } - - public override void ExecuteCmdlet() - { - if (string.Equals(this.ParameterSetName, ObjectParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(InputObject.Id); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - else if (string.Equals(this.ParameterSetName, ResourceIdParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(ResourceId); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - - try - { - WriteObject(new PSCheckSystemServicesUpdatesAvailableResponse(MachineLearningComputeManagementClient.OperationalizationClusters.CheckSystemServicesUpdatesAvailable(ResourceGroupName, Name))); - } - catch (CloudException e) - { - HandleNestedExceptionMessages(e); - } - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Cmdlets/UpdateAzureRmMlOpClusterSystemService.cs b/src/MachineLearning/MachineLearningCompute/Cmdlets/UpdateAzureRmMlOpClusterSystemService.cs deleted file mode 100644 index 839a5bbe28c7..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Cmdlets/UpdateAzureRmMlOpClusterSystemService.cs +++ /dev/null @@ -1,89 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.MachineLearningCompute.Models; -using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; -using Microsoft.Azure.Management.Internal.Resources.Utilities.Models; -using Microsoft.Azure.Management.MachineLearningCompute; -using Microsoft.Rest.Azure; -using System; -using System.Management.Automation; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Cmdlets -{ - [Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "MlOpClusterSystemService", SupportsShouldProcess = true)] - [OutputType(typeof(PSUpdateSystemServicesResponse))] - public class UpdateAzureRmMlOpClusterSystemService : MachineLearningComputeCmdletBase - { - protected const string CmdletParametersParameterSet = "StartUpdateWithNameAndResourceGroup"; - - protected const string ObjectParameterSet = "StartUpdateWithInputObject"; - - protected const string ResourceIdParameterSet = "StartUpdateWithResourceId"; - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = ResourceGroupParameterHelpMessage)] - [ResourceGroupCompleter] - [ValidateNotNullOrEmpty] - public string ResourceGroupName { get; set; } - - [Parameter(ParameterSetName = CmdletParametersParameterSet, - Mandatory = true, - HelpMessage = NameParameterHelpMessage)] - [ValidateNotNullOrEmpty] - public string Name { get; set; } - - [Parameter(ParameterSetName = ObjectParameterSet, - Mandatory = true, - ValueFromPipeline = true, - HelpMessage = ClusterObjectParameterHelpMessage)] - [Alias(ClusterInputObjectAlias)] - public PSOperationalizationCluster InputObject { get; set; } - - [Parameter(ParameterSetName = ResourceIdParameterSet, - Mandatory = true, - ValueFromPipelineByPropertyName = true, - HelpMessage = ResourceIdParameterHelpMessage)] - public string ResourceId { get; set; } - - public override void ExecuteCmdlet() - { - if (ShouldProcess(this.Name, @"Updating operationalization cluster's system service...")) - { - if (string.Equals(this.ParameterSetName, ObjectParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(InputObject.Id); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - else if (string.Equals(this.ParameterSetName, ResourceIdParameterSet, StringComparison.OrdinalIgnoreCase)) - { - var resourceInfo = new ResourceIdentifier(ResourceId); - ResourceGroupName = resourceInfo.ResourceGroupName; - Name = resourceInfo.ResourceName; - } - - try - { - WriteObject(new PSUpdateSystemServicesResponse(MachineLearningComputeManagementClient.OperationalizationClusters.UpdateSystemServices(ResourceGroupName, Name))); - } - catch (CloudException e) - { - HandleNestedExceptionMessages(e); - } - } - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/MachineLearningCompute.csproj b/src/MachineLearning/MachineLearningCompute/MachineLearningCompute.csproj deleted file mode 100644 index a36efec9e4ee..000000000000 --- a/src/MachineLearning/MachineLearningCompute/MachineLearningCompute.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - MachineLearning - - - - - - $(AzAssemblyPrefix)MachineLearningCompute - $(LegacyAssemblyPrefix)MachineLearningCompute - - - - - - - \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute/Models/PSCheckSystemServicesUpdatesAvailableResponse.cs b/src/MachineLearning/MachineLearningCompute/Models/PSCheckSystemServicesUpdatesAvailableResponse.cs deleted file mode 100644 index 8aa21a6ecd44..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Models/PSCheckSystemServicesUpdatesAvailableResponse.cs +++ /dev/null @@ -1,27 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Management.MachineLearningCompute.Models; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Models -{ - class PSCheckSystemServicesUpdatesAvailableResponse : CheckSystemServicesUpdatesAvailableResponse - { - public PSCheckSystemServicesUpdatesAvailableResponse(CheckSystemServicesUpdatesAvailableResponse response) - : base(response.UpdatesAvailable) - { - - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Models/PSOperationalizationCluster.cs b/src/MachineLearning/MachineLearningCompute/Models/PSOperationalizationCluster.cs deleted file mode 100644 index 177091bd9f96..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Models/PSOperationalizationCluster.cs +++ /dev/null @@ -1,85 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Management.MachineLearningCompute.Models; -using System; -using System.Collections.Generic; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Models -{ - public class PSOperationalizationCluster - { - public string Id { get; set; } - - public IDictionary Tags { get; set; } - - public string Type { get; set; } - - public string Name { get; set; } - - public string Location { get; set; } - - public string Description { get; set; } - - public DateTime? CreatedOn { get; set; } - - public DateTime? ModifiedOn { get; set; } - - public string ProvisioningState { get; set; } - - public IList ProvisioningErrors { get; set; } - - public string ClusterType { get; set; } - - public StorageAccountProperties StorageAccount { get; set; } - - public ContainerRegistryProperties ContainerRegistry { get; set; } - - public AcsClusterProperties ContainerService { get; set; } - - public AppInsightsProperties AppInsights { get; set; } - - public GlobalServiceConfiguration GlobalServiceConfiguration { get; set; } - - public PSOperationalizationCluster() - { - - } - - public PSOperationalizationCluster(OperationalizationCluster cluster) - { - this.Id = cluster.Id; - this.Name = cluster.Name; - this.Type = cluster.Type; - this.Tags = cluster.Tags; - this.Location = cluster.Location; - this.Description = cluster.Description; - this.CreatedOn = cluster.CreatedOn; - this.ModifiedOn = cluster.ModifiedOn; - this.ProvisioningState = cluster.ProvisioningState; - this.ProvisioningErrors = cluster.ProvisioningErrors; - this.ClusterType = cluster.ClusterType; - this.StorageAccount = cluster.StorageAccount; - this.ContainerRegistry = cluster.ContainerRegistry; - this.ContainerService = cluster.ContainerService; - this.AppInsights = cluster.AppInsights; - this.GlobalServiceConfiguration = cluster.GlobalServiceConfiguration; - } - - public OperationalizationCluster ConvertToOperationalizationCluster() - { - return new OperationalizationCluster(Location, ClusterType, Id, Name, Type, Tags, Description, CreatedOn, ModifiedOn, ProvisioningState, ProvisioningErrors, StorageAccount, ContainerRegistry, ContainerService, AppInsights, GlobalServiceConfiguration); - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Models/PSOperationalizationClusterCredentials.cs b/src/MachineLearning/MachineLearningCompute/Models/PSOperationalizationClusterCredentials.cs deleted file mode 100644 index a2af9aa48b54..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Models/PSOperationalizationClusterCredentials.cs +++ /dev/null @@ -1,31 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Management.MachineLearningCompute.Models; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Models -{ - public class PSOperationalizationClusterCredentials : OperationalizationClusterCredentials - { - public PSOperationalizationClusterCredentials(OperationalizationClusterCredentials credentials) - { - this.StorageAccount = credentials.StorageAccount; - this.ContainerRegistry = credentials.ContainerRegistry; - this.ContainerService = credentials.ContainerService; - this.AppInsights = credentials.AppInsights; - this.ServiceAuthConfiguration = credentials.ServiceAuthConfiguration; - this.SslConfiguration = credentials.SslConfiguration; - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Models/PSUpdateSystemServicesResponse.cs b/src/MachineLearning/MachineLearningCompute/Models/PSUpdateSystemServicesResponse.cs deleted file mode 100644 index 1e651cb1fb98..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Models/PSUpdateSystemServicesResponse.cs +++ /dev/null @@ -1,27 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Management.MachineLearningCompute.Models; - -namespace Microsoft.Azure.Commands.MachineLearningCompute.Models -{ - class PSUpdateSystemServicesResponse : UpdateSystemServicesResponse - { - public PSUpdateSystemServicesResponse(UpdateSystemServicesResponse response) - : base(response.UpdateStatus, response.UpdateStartedOn, response.UpdateCompletedOn) - { - - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Properties/AssemblyInfo.cs b/src/MachineLearning/MachineLearningCompute/Properties/AssemblyInfo.cs deleted file mode 100644 index 46f4ed0eaf55..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Microsoft.Azure.Commands.MachineLearningCompute")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Microsoft.Azure.Commands.MachineLearningCompute")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9649d3fc-85c3-42df-8f12-ee849f952f53")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] diff --git a/src/MachineLearning/MachineLearningCompute/Resources.Designer.cs b/src/MachineLearning/MachineLearningCompute/Resources.Designer.cs deleted file mode 100644 index a314411e3584..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Resources.Designer.cs +++ /dev/null @@ -1,72 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Azure.Commands.MachineLearningCompute { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // 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.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Azure.Commands.MachineLearningCompute.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to The resource group name is missing.. - /// - internal static string MissingResourceGroupName { - get { - return ResourceManager.GetString("MissingResourceGroupName", resourceCulture); - } - } - } -} diff --git a/src/MachineLearning/MachineLearningCompute/Resources.resx b/src/MachineLearning/MachineLearningCompute/Resources.resx deleted file mode 100644 index 102814ddd031..000000000000 --- a/src/MachineLearning/MachineLearningCompute/Resources.resx +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - The resource group name is missing. - - \ No newline at end of file diff --git a/src/MachineLearning/MachineLearningCompute/StartupScripts/sample.ps1 b/src/MachineLearning/MachineLearningCompute/StartupScripts/sample.ps1 deleted file mode 100644 index 1a3d1052f460..000000000000 --- a/src/MachineLearning/MachineLearningCompute/StartupScripts/sample.ps1 +++ /dev/null @@ -1 +0,0 @@ -#Placeholder for future scripts: Please delete this file and uncomment Always within the block in the .csproj file. \ No newline at end of file diff --git a/tools/LocalFeed/Microsoft.Azure.Cosmos.Table.0.10.1-rc2.nupkg b/tools/LocalFeed/Microsoft.Azure.Cosmos.Table.0.10.1-rc2.nupkg deleted file mode 100644 index 76556c8be89f..000000000000 Binary files a/tools/LocalFeed/Microsoft.Azure.Cosmos.Table.0.10.1-rc2.nupkg and /dev/null differ diff --git a/tools/LocalFeed/Microsoft.Azure.Management.Automation.3.4.1-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.Management.Automation.3.4.1-preview.nupkg deleted file mode 100644 index 430df016a3b3..000000000000 Binary files a/tools/LocalFeed/Microsoft.Azure.Management.Automation.3.4.1-preview.nupkg and /dev/null differ diff --git a/tools/LocalFeed/Microsoft.Azure.Management.NetApp.0.9.1-preview.nupkg b/tools/LocalFeed/Microsoft.Azure.Management.NetApp.0.9.1-preview.nupkg deleted file mode 100644 index e4c8c79a7b45..000000000000 Binary files a/tools/LocalFeed/Microsoft.Azure.Management.NetApp.0.9.1-preview.nupkg and /dev/null differ diff --git a/tools/LocalFeed/Microsoft.Azure.Management.NetApp.0.9.1-preview.symbols.nupkg b/tools/LocalFeed/Microsoft.Azure.Management.NetApp.0.9.1-preview.symbols.nupkg deleted file mode 100644 index 3bdcb4f255da..000000000000 Binary files a/tools/LocalFeed/Microsoft.Azure.Management.NetApp.0.9.1-preview.symbols.nupkg and /dev/null differ diff --git a/tools/LocalFeed/Microsoft.Azure.Management.ServiceFabric.1.1.1.nupkg b/tools/LocalFeed/Microsoft.Azure.Management.ServiceFabric.1.1.1.nupkg deleted file mode 100644 index 9f3ba856cb9c..000000000000 Binary files a/tools/LocalFeed/Microsoft.Azure.Management.ServiceFabric.1.1.1.nupkg and /dev/null differ diff --git a/tools/LocalFeed/Microsoft.Azure.Management.ServiceFabric.1.1.1.symbols.nupkg b/tools/LocalFeed/Microsoft.Azure.Management.ServiceFabric.1.1.1.symbols.nupkg deleted file mode 100644 index 6574a8958259..000000000000 Binary files a/tools/LocalFeed/Microsoft.Azure.Management.ServiceFabric.1.1.1.symbols.nupkg and /dev/null differ